Current File : /home/itiffy/public_html/vendor/nikic/php-parser/test/code/parser/expr/clone.test
Clone
-----
<?php

clone $a;
-----
array(
    0: Expr_Clone(
        expr: Expr_Variable(
            name: a
        )
    )
)