1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-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');
}