Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / prettyPrinter / expr / include.test
1 Include
2 -----
3 <?php
4
5 (include $foo) && (include $bar);
6 -----
7 (include $foo) && (include $bar);