PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PHP » PHP_LexerGenerator » Bug #8619

octal detected as backref

Details

Submitted2006-09-02 15:28 UTC
Fromrovert at wowway dot com
StatusDuplicate
PackagePHP_LexerGenerator
PHP Version5.1.5
OSWinXP
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