mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
78d98e50c4
When not providing a pad string, *and* not having other defaulted arguments, the function would crash on a NULL pad zend_string*. Despite testing with an empty pad string, the issue wasn't found because when using named arguments the pad string *is* filled in.
198 KiB
198 KiB