mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
WS
This commit is contained in:
parent
60c7abac61
commit
c8bebdaf67
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ static_scalar: /* compile-time evaluated scalars */
|
|||
| '+' static_scalar { $$ = $2; }
|
||||
| '-' static_scalar { zval minus_one; minus_one.type = IS_LONG; minus_one.value.lval = -1; mul_function(&$2.u.constant, &$2.u.constant, &minus_one TSRMLS_CC); $$ = $2; }
|
||||
| T_ARRAY '(' static_array_pair_list ')' { $$ = $3; $$.u.constant.type = IS_CONSTANT_ARRAY; }
|
||||
| static_class_constant { $$ = $1; }
|
||||
| static_class_constant { $$ = $1; }
|
||||
;
|
||||
|
||||
static_class_constant:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue