ID: 14935
Updated by: zak
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: Documentation problem
PHP Version: 4.1.1
New Comment:

We should probably take a closer look at this problem. I 
verified that addcslashes had the currently documented 
behaviour a while ago. If it has changed, we have a 
problem.



Previous Comments:
------------------------------------------------------------------------

[2002-01-09 21:09:38] [EMAIL PROTECTED]

Confirmed, will fix in CVS.

Status -> Closed

------------------------------------------------------------------------

[2002-01-08 15:24:48] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=14935&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to