mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
Since that parameter is supposed to be optional (and has been prior to PHP 8.0.0), we fix the implementation instead of the stub. Closes GH-15091.