diff options
Diffstat (limited to 'Zend/tests/bug40236.inc')
| -rwxr-xr-x | Zend/tests/bug40236.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/tests/bug40236.inc b/Zend/tests/bug40236.inc new file mode 100755 index 000000000..0fbbfc9ff --- /dev/null +++ b/Zend/tests/bug40236.inc @@ -0,0 +1,10 @@ +<?php
+function func1() { }
+function func2() { }
+function func3() { }
+function func4() { }
+function func5() { }
+function func6() { }
+function func7() { }
+print ("ok\n");
+?>
\ No newline at end of file |
