summaryrefslogtreecommitdiff
path: root/tests/lang/include_files/function.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/include_files/function.inc')
-rw-r--r--tests/lang/include_files/function.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lang/include_files/function.inc b/tests/lang/include_files/function.inc
new file mode 100644
index 0000000..528f46c
--- /dev/null
+++ b/tests/lang/include_files/function.inc
@@ -0,0 +1,3 @@
+<?php
+function test() { require_once 'echo.inc'; }
+?>