15 lines
180 B
Text
15 lines
180 B
Text
|
|
Clone
|
||
|
|
-----
|
||
|
|
<?php
|
||
|
|
|
||
|
|
clone $a;
|
||
|
|
-----
|
||
|
|
array(
|
||
|
|
0: Stmt_Expression(
|
||
|
|
expr: Expr_Clone(
|
||
|
|
expr: Expr_Variable(
|
||
|
|
name: a
|
||
|
|
)
|
||
|
|
)
|
||
|
|
)
|
||
|
|
)
|