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