Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.0

Bug #12638 Undefined offset: 0 in PHP/LexerGenerator/Parser.php on line 390
Submitted: 2007-12-07 22:31 UTC
From: urkle Assigned: urkle
Status: Closed Package: PHP_LexerGenerator (version 0.3.4)
PHP Version: 5.2.4 OS: Fedora 8 x86_64
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 17 - 12 = ?

 
 [2007-12-07 22:31 UTC] urkle (Edward Rudd)
Description: ------------ When running plex on my plex file I receive a warning on line 390. plex processflow_lexer.plex >/dev/null PHP Notice: Undefined offset: 0 in /usr/share/pear/PHP/LexerGenerator/Parser.php on line 390 PHP Stack trace: PHP 1. {main}() /usr/share/pear/PHP/LexerGenerator/cli.php:0 PHP 2. PHP_LexerGenerator->__construct() /usr/share/pear/PHP/LexerGenerator/cli.php:3 PHP 3. PHP_LexerGenerator_Parser->doParse() /usr/share/pear/PHP/LexerGenerator.php:285 PHP 4. PHP_LexerGenerator_Parser->yy_reduce() /usr/share/pear/PHP/LexerGenerator/Parser.php:1855 PHP 5. PHP_LexerGenerator_Parser->yy_r4() /usr/share/pear/PHP/LexerGenerator/Parser.php:1716 PHP 6. PHP_LexerGenerator_Parser->outputRules() /usr/share/pear/PHP/LexerGenerator/Parser.php:1427 PHP 7. PHP_LexerGenerator_Parser->doFirstMatch() /usr/share/pear/PHP/LexerGenerator/Parser.php:472

Comments

 [2007-12-07 22:58 UTC] instance (Alan Langford)
Can you try the code in CVS? Failing that, can you post it someplace like http://pastebin.ca and then update this report with the URL?
 [2007-12-07 23:05 UTC] urkle (Edward Rudd)
Looks like it is fixed in CVS