summaryrefslogtreecommitdiff
path: root/tests/lang/016.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/016.inc')
-rw-r--r--tests/lang/016.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lang/016.inc b/tests/lang/016.inc
new file mode 100644
index 0000000..b73333f
--- /dev/null
+++ b/tests/lang/016.inc
@@ -0,0 +1,5 @@
+<?php
+function MyFunc ($a) {
+ echo $a;
+}
+?>