Home » PHP » PHP_LexerGenerator » Bug #8619
octal detected as backref
Details
| Submitted | 2006-09-02 15:28 UTC |
|---|---|
| From | rovert at wowway dot com |
| Status | Duplicate |
| Package | PHP_LexerGenerator |
| PHP Version | 5.1.5 |
| OS | WinXP |
| Roadmaps | (Not assigned) |
Comments
[2006-09-02 15:28 UTC] rovert at wowway dot com
Description:
------------
A regex escaped octal is seen an invalid backref.
TAB = /\011/
Error on line 90: \01 will be interpreted as an invalid back-reference, use "\001 for octal
Fatal error: Uncaught PHP_LexerGenerator_Exception: Invalid pattern "\011" in /usr/share/php/PHP/LexerGenerator/Parser.php on line 1478