Files
faveo/vendor/nikic/php-parser/test/code/parser/expr/clone.test
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

13 lines
127 B
Plaintext

Clone
-----
<?php
clone $a;
-----
array(
0: Expr_Clone(
expr: Expr_Variable(
name: a
)
)
)