mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +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');
|
|
} |