diff options
Diffstat (limited to 'tests/test01-parsing/src/php-weave/to_parse.php')
-rw-r--r-- | tests/test01-parsing/src/php-weave/to_parse.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test01-parsing/src/php-weave/to_parse.php b/tests/test01-parsing/src/php-weave/to_parse.php new file mode 100644 index 0000000..7b953d5 --- /dev/null +++ b/tests/test01-parsing/src/php-weave/to_parse.php @@ -0,0 +1,5 @@ +<?php +if (1){ +include('./inc.php'); +} +?> |