mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01: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
8 lines
45 B
PHP
8 lines
45 B
PHP
<?php
|
|
|
|
function test() {
|
|
|
|
|
|
echo 'foo';
|
|
}
|