php-src/Zend/tests/gh16509.inc
Ilija Tovilo de7ef3fa66
Fix lineno in function redeclaration error
We were previously using the lineno of the first instruction, rather than the
start of the function itself.

Fixes GH-16509
Closes GH-16531
2024-10-22 15:04:20 +02:00

7 lines
45 B
PHP

<?php
function test() {
echo 'foo';
}