mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
When traversing the result array, we need to cater to `param_name` possibly being `NULL`. Prior to PHP 7.0.0, this was implicitly done because `param_name` was of type `char*`. Closes GH-9739.