mirror of https://github.com/php/php-src
Browse Source
Back when I implemented FR #53238 during the 5.4 development phase to make the $matches parameter optional in preg_match_all(), it turns out I forgot to update the arginfo to note that only 2 parameters are now required by preg_match_all(). The function itself works fine, but reflection was reporting the wrong number of required parameters.pull/233/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue