diff options
Diffstat (limited to 'tests/lang/016.inc')
-rwxr-xr-x | tests/lang/016.inc | 5 |
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; + ); +?> |