Closed lachbaer closed 3 months ago
Done like in function php_pcre_match_impl() of PCRE module.
Initializing the match array is now copied as it is done in the php_pcre_match_impl() function of the PCRE module for PHP 7.4.33.
php_pcre_match_impl()
Done like in function php_pcre_match_impl() of PCRE module.