1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02: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');
}