mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-07-27 17:30:29 +02:00
Add the newline in reconstructTest() and run updateTests.php, to reduce spurious diffs in the future.
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
Clone
|
|
-----
|
|
<?php
|
|
|
|
clone $a;
|
|
-----
|
|
array(
|
|
0: Stmt_Expression(
|
|
expr: Expr_Clone(
|
|
expr: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
)
|