1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

"Our favourite mistake"

This commit is contained in:
Zeev Suraski
1999-04-08 20:27:08 +00:00
parent 17bdb70823
commit f2d5ca7482

View File

@@ -437,8 +437,8 @@ common_scalar:
LNUMBER { $$=$1; }
| DNUMBER { $$=$1; }
| CONSTANT_ENCAPSED_STRING { $$ = $1; }
| ZEND_LINE
| ZEND_FILE
| ZEND_LINE { $$ = $1; }
| ZEND_FILE { $$ = $1; }
;