mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-22 22:01:18 +01:00
Adjust test output
Whoops, forgot to commit this part.
This commit is contained in:
parent
f967b867d5
commit
aac539ef0a
@ -1281,6 +1281,8 @@ $array = [
|
|||||||
-----
|
-----
|
||||||
!!php7
|
!!php7
|
||||||
Syntax error, unexpected T_VARIABLE, expecting ',' or ')' or ']' from 3:18 to 3:34
|
Syntax error, unexpected T_VARIABLE, expecting ',' or ')' or ']' from 3:18 to 3:34
|
||||||
|
Syntax error, unexpected T_VARIABLE, expecting ',' or ')' or ']' from 6:12 to 6:28
|
||||||
|
Syntax error, unexpected T_VARIABLE, expecting ',' or ')' or ']' from 9:21 to 9:37
|
||||||
array(
|
array(
|
||||||
0: Stmt_Expression(
|
0: Stmt_Expression(
|
||||||
expr: Expr_Assign(
|
expr: Expr_Assign(
|
||||||
@ -1319,4 +1321,56 @@ array(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
1: Stmt_Expression(
|
||||||
|
expr: Expr_Assign(
|
||||||
|
var: Expr_Variable(
|
||||||
|
name: array
|
||||||
|
)
|
||||||
|
expr: Expr_Array(
|
||||||
|
items: array(
|
||||||
|
0: Expr_ArrayItem(
|
||||||
|
key: null
|
||||||
|
value: Expr_Variable(
|
||||||
|
name: value
|
||||||
|
)
|
||||||
|
byRef: false
|
||||||
|
)
|
||||||
|
1: Expr_ArrayItem(
|
||||||
|
key: null
|
||||||
|
value: Expr_Variable(
|
||||||
|
name: oopsAnotherValue
|
||||||
|
)
|
||||||
|
byRef: false
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
2: Stmt_Expression(
|
||||||
|
expr: Expr_Assign(
|
||||||
|
var: Expr_Variable(
|
||||||
|
name: array
|
||||||
|
)
|
||||||
|
expr: Expr_Array(
|
||||||
|
items: array(
|
||||||
|
0: Expr_ArrayItem(
|
||||||
|
key: Scalar_String(
|
||||||
|
value: key
|
||||||
|
)
|
||||||
|
value: Expr_Variable(
|
||||||
|
name: value
|
||||||
|
)
|
||||||
|
byRef: false
|
||||||
|
)
|
||||||
|
1: Expr_ArrayItem(
|
||||||
|
key: null
|
||||||
|
value: Expr_Variable(
|
||||||
|
name: oopsAnotherValue
|
||||||
|
)
|
||||||
|
byRef: false
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user