php5 syntax
This commit is contained in:
+1294
-1302
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user