mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 17:28:27 +01:00
15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
Clone
|
|
-----
|
|
<?php
|
|
|
|
clone $a;
|
|
-----
|
|
array(
|
|
0: Stmt_Expression(
|
|
expr: Expr_Clone(
|
|
expr: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
) |