[PHP-DEV] Bug #2389: addslashes make a mistake when there are digits after \ From: alevine <email protected>
Date: 09/27/99

From: alevine <email protected>
Operating system: Linux Slackware 3.6
PHP version: 3.0.9
PHP Bug Type: Misbehaving function
Bug description: addslashes make a mistake when there are digits after \

$Path=addslashes("\123moon\year\one");

The result will be:
Smoon\\year\\one

Compiled with mysql

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>