summaryrefslogtreecommitdiff
path: root/tests/lang/016.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/016.inc')
-rwxr-xr-xtests/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 100755
index 0000000000..7039e3f395
--- /dev/null
+++ b/tests/lang/016.inc
@@ -0,0 +1,5 @@
+<?php
+ old_function MyFunc $a (
+ echo $a;
+ );
+?>