mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

We were previously using the lineno of the first instruction, rather than the start of the function itself. Fixes GH-16509 Closes GH-16531
7 lines
45 B
PHP
7 lines
45 B
PHP
<?php
|
|
|
|
function test() {
|
|
|
|
|
|
echo 'foo';
|
|
}
|