mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 10:28:18 +01:00
17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
Variable variable positions
|
|
-----
|
|
<?php
|
|
$$$x;
|
|
-----
|
|
!!positions
|
|
array(
|
|
0: Stmt_Expression[2:1 - 2:5](
|
|
expr: Expr_Variable[2:1 - 2:4](
|
|
name: Expr_Variable[2:2 - 2:4](
|
|
name: Expr_Variable[2:3 - 2:4](
|
|
name: x
|
|
)
|
|
)
|
|
)
|
|
)
|
|
) |