summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/get_included_files_inc2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/get_included_files_inc2.inc')
-rw-r--r--ext/standard/tests/general_functions/get_included_files_inc2.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/get_included_files_inc2.inc b/ext/standard/tests/general_functions/get_included_files_inc2.inc
new file mode 100644
index 0000000..318eba0
--- /dev/null
+++ b/ext/standard/tests/general_functions/get_included_files_inc2.inc
@@ -0,0 +1,4 @@
+<?php
+/* dummy include*/
+include(dirname(__FILE__)."/get_included_files_inc3.inc");
+?>