Re: [PHP-DEV] Re: 5.2.5 - changes in the string parser

2007-11-24 Thread Hannes Magnusson
On Nov 24, 2007 4:27 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > The documentation probably should be fixed. Also, \f and \v have been > documented; your mirror probably isn't up to date. See: > http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.189&r2=1.190&diff_format=u Its not

[PHP-DEV] Re: 5.2.5 - changes in the string parser

2007-11-23 Thread Dagdamor
>> The documentation probably should be fixed. Also, \f and \v have been >> documented; your mirror probably isn't up to date. See: >> http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.189&r2=1.190&diff_format=u This is the mirror I'm using - http://www.php.net/manual/en/language.ty

[PHP-DEV] Re: 5.2.5 - changes in the string parser

2007-11-23 Thread Edward Z. Yang
Dagdamor wrote: > I checked the documentation. It says that only "\n", "\r" and "\t" sequences > (I count only alphanumeric ones) are special, there is nothing about \f or \v. > The documentation clearly says that all other sequences are not special and > the backslash becomes part of the string. I

[PHP-DEV] Re: 5.2.5 - changes in the string parser

2007-11-23 Thread Edward Z. Yang
Dagdamor wrote: > I am reporting about the changes that were made in the string parser in 5.2.5. > From this version, sequences "\f" and "\v" are special and are parsed as FF > and VT symbols. See: http://bugs.php.net/bug.php?id=42590 In my opinion, if you have stray backslashes in double-quotes