mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-07-24 15:51:32 +02:00
Fix pretty printing of include
expressions
This commit is contained in:
7
test/code/prettyPrinter/include.test
Normal file
7
test/code/prettyPrinter/include.test
Normal file
@@ -0,0 +1,7 @@
|
||||
Include
|
||||
-----
|
||||
<?php
|
||||
|
||||
(include $foo) && (include $bar);
|
||||
-----
|
||||
(include $foo) && (include $bar);
|
Reference in New Issue
Block a user