mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +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.