php5 syntax
This commit is contained in:
parent
59d644ec9a
commit
af9a7e54ed
2596
php5/php5.go
2596
php5/php5.go
File diff suppressed because it is too large
Load Diff
@ -950,7 +950,7 @@ new_expr:
|
|||||||
;
|
;
|
||||||
|
|
||||||
expr_without_variable:
|
expr_without_variable:
|
||||||
T_LIST '(' { } assignment_list ')' '=' expr { }
|
T_LIST '(' assignment_list ')' '=' expr { }
|
||||||
| variable '=' expr { }
|
| variable '=' expr { }
|
||||||
| variable '=' '&' variable { }
|
| variable '=' '&' variable { }
|
||||||
| variable '=' '&' T_NEW class_name_reference { } ctor_arguments { }
|
| variable '=' '&' T_NEW class_name_reference { } ctor_arguments { }
|
||||||
|
Loading…
Reference in New Issue
Block a user