[PHP-DOC] Bug #14935: spaces NOT escaped by A..z From: addcslashes <email protected>
Date: 01/08/02

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