mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00

We should use normal function renaming if the function is declared
during preloading itself, rather than afterwards.
This fixes a regression introduced by
68f80be9d1
.
4 lines
37 B
PHP
4 lines
37 B
PHP
<?php
|
|
if (1) {
|
|
function f() {}
|
|
}
|