Date: 01/08/02
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in configure.in funcindex.xml funclist.txt quickref.txt"
- Previous message: rajko <email protected>: "[PHP-DOC] Bug #14933: regular expression problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: addcslashes <email protected>
Operating system:
PHP version: 4.1.1
PHP Bug Type: Documentation problem
Bug description: spaces NOT escaped by A..z
http://www.php.net/manual/en/function.addcslashes.php
says `and space characters' but this is not true; on my
system
addcslashes('foo[ ]','A..z')
results in
\f\o\o\[ \]
not
\f\o\o\[\ \]
-- Edit bug report at: http://bugs.php.net/?id=14935&edit=1
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in configure.in funcindex.xml funclist.txt quickref.txt"
- Previous message: rajko <email protected>: "[PHP-DOC] Bug #14933: regular expression problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

