mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
de7ef3fa66
We were previously using the lineno of the first instruction, rather than the start of the function itself. Fixes GH-16509 Closes GH-16531