mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
This was split out of PR #3439
Previously, the arginfo was wrong for these methods.
getNumberOfRequiredParameters() was 4 for that method.
Compare with http://php.net/manual/en/tidy.construct.php)
This fixes the arginfo added to PHP 7.3 in 97353cda99