mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-09 06:08:24 +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
|
||
|
)
|
||
|
)
|
||
|
)
|
||
|
)
|
||
|
)
|