diff options
Diffstat (limited to 'Zend/tests/methods-on-non-objects-nested.inc')
-rwxr-xr-x | Zend/tests/methods-on-non-objects-nested.inc | 4 |
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 |