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