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.
15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
Print
|
|
-----
|
|
<?php
|
|
print $a;
|
|
-----
|
|
array(
|
|
0: Stmt_Expression(
|
|
expr: Expr_Print(
|
|
expr: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
)
|