Mantis - Quercus
Viewing Issue Advanced Details
4141 text always 07-26-10 18:29 07-26-10 18:29
is  
 
normal  
new 4.0.9  
open  
none    
none  
0004141: Quercus backslash in string is not fully compatible with PHP
Try following code:

<?
echo "\15";
?>

reference from http://php.net/manual/en/language.types.string.php [^]
Sequence: \[0-7]{1,3} means characters matching the regular expression is a character in octal notation.


There are no notes attached to this issue.