mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
4 lines
79 B
PHP
Executable File
4 lines
79 B
PHP
Executable File
<?php
|
|
function nested() {
|
|
throw new LogicException('Should not be called');
|
|
} |