diff options
Diffstat (limited to 'phpdbg_lexer.l')
-rw-r--r-- | phpdbg_lexer.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_lexer.l b/phpdbg_lexer.l index 751db2807c..7b3ce38c47 100644 --- a/phpdbg_lexer.l +++ b/phpdbg_lexer.l @@ -57,7 +57,7 @@ T_IF 'if' T_RUN 'run' T_RUN_SHORT "r" WS [ \r\n\t]+ -DIGITS [0-9\.]+ +DIGITS [-]?[0-9\.]+ ID [^ \r\n\t:#\000]+ ADDR [0][x][a-fA-F0-9]+ OPCODE (ZEND_|zend_)([A-Za-z])+ |