summaryrefslogtreecommitdiff
path: root/concat/testfiles/result.php
diff options
context:
space:
mode:
Diffstat (limited to 'concat/testfiles/result.php')
-rw-r--r--concat/testfiles/result.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/concat/testfiles/result.php b/concat/testfiles/result.php
new file mode 100644
index 0000000..1f2cea4
--- /dev/null
+++ b/concat/testfiles/result.php
@@ -0,0 +1,12 @@
+<?=
+#line 1 testfiles/a.php
+print_r($_GET,true);
+?>
+HTML
+<?php
+#line 3 testfiles/b.php
+ echo "hello"; ?>HTML2
+HTML3
+<?php
+#line 2 testfiles/c.php
+echo "test\n";