php5 syntax

This commit is contained in:
z7zmey 2018-01-29 16:42:52 +02:00
parent 59d644ec9a
commit af9a7e54ed
2 changed files with 1675 additions and 1683 deletions

File diff suppressed because it is too large Load Diff

View File

@ -950,7 +950,7 @@ new_expr:
;
expr_without_variable:
T_LIST '(' { } assignment_list ')' '=' expr { }
T_LIST '(' assignment_list ')' '=' expr { }
| variable '=' expr { }
| variable '=' '&' variable { }
| variable '=' '&' T_NEW class_name_reference { } ctor_arguments { }