Fix pretty printing of include expressions

This commit is contained in:
nikic
2013-07-27 16:23:27 +02:00
parent f9c3aa2a22
commit 77c08a75c9
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Include
-----
<?php
(include $foo) && (include $bar);
-----
(include $foo) && (include $bar);