xref
: /
PHP-7.0
/
Zend
/
tests
/
methods-on-non-objects-nested.inc
(revision 971d369d)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
function nested() {
3
throw new LogicException('Should not be called');
4
}