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:
@@ -437,8 +437,8 @@ common_scalar:
|
||||
LNUMBER { $$=$1; }
|
||||
| DNUMBER { $$=$1; }
|
||||
| CONSTANT_ENCAPSED_STRING { $$ = $1; }
|
||||
| ZEND_LINE
|
||||
| ZEND_FILE
|
||||
| ZEND_LINE { $$ = $1; }
|
||||
| ZEND_FILE { $$ = $1; }
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user