summaryrefslogtreecommitdiff
path: root/Zend/tests/methods-on-non-objects-nested.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/methods-on-non-objects-nested.inc')
-rwxr-xr-xZend/tests/methods-on-non-objects-nested.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/tests/methods-on-non-objects-nested.inc b/Zend/tests/methods-on-non-objects-nested.inc
new file mode 100755
index 0000000000..8511414b82
--- /dev/null
+++ b/Zend/tests/methods-on-non-objects-nested.inc
@@ -0,0 +1,4 @@
+<?php
+function nested() {
+ throw new LogicException('Should not be called');
+} \ No newline at end of file