mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
971d369d88
See https://github.com/thekid/php-src/commit/a1a4ba95117cca77b6a669d01b1cf97ea4fcb507#commitcomment-7414362
4 lines
79 B
PHP
Executable File
4 lines
79 B
PHP
Executable File
<?php
|
|
function nested() {
|
|
throw new LogicException('Should not be called');
|
|
} |