mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 01:22:23 -04:00
15 lines
No EOL
180 B
Text
15 lines
No EOL
180 B
Text
Clone
|
|
-----
|
|
<?php
|
|
|
|
clone $a;
|
|
-----
|
|
array(
|
|
0: Stmt_Expression(
|
|
expr: Expr_Clone(
|
|
expr: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
) |