php-src/Zend/tests/methods-on-non-objects-nested.inc

4 lines
79 B
PHP
Executable File

<?php
function nested() {
throw new LogicException('Should not be called');
}