mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
4 lines
No EOL
79 B
PHP
Executable file
4 lines
No EOL
79 B
PHP
Executable file
<?php
|
|
function nested() {
|
|
throw new LogicException('Should not be called');
|
|
} |