ID: 14935
Updated by: irc-html
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Documentation problem
PHP Version: 4.1.1
New Comment:
Ok, fixed in CVS (again). Current example (in CVS) reads:
echo addcslashes('foo[ ]', 'A..z');
// output: \f\o\o\[ \]
// All upper an
ID: 14935
Updated by: elixer
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
PHP Version: 4.1.1
New Comment:
The problem is that "space characters" in the example code is not meant
to refer to specifically a space (ASCII 32) it is referring to tab,
vertical tab, carria
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
ID: 14935
Updated by: irc-html
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Documentation problem
PHP Version: 4.1.1
New Comment:
Confirmed, will fix in CVS.
Status -> Closed
Previous Comments:
--