sibaz / pecl-expect

Other
1 stars 3 forks source link

Fix issue #4 - match array not initialized #5

Closed lachbaer closed 3 months ago

lachbaer commented 1 year ago

Done like in function php_pcre_match_impl() of PCRE module.

lachbaer commented 1 year ago

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.