mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() * ext/pcre: Refactor php_pcre_replace_func_impl() to not rely on an FCI * ext/pcre: Refactor populate_subpat_array() to take subject as a HashTable* This makes the assumption the zval is always an array explicit * ext/pcre: Refactor php_pcre_replace_func_impl() We don't need the FCI any more, and we always have the subject as a zend_string. * ext/pcre: Refactor php_pcre_replace_func() We don't need the FCI any more * ext/pcre: Refactor php_replace_in_subject_func() We don't need the FCI any more Make the Hashtable param const Throw exception on non string entries * ext/pcre: Refactor preg_replace_func_impl() We don't need the FCI anymore Make the Hashtable params const Rename function to indicate it is a PHP pcre function * ext/pcre: Add trampoline tests for preg_replace_callback(_array)() * ext/pcre: Handle trampolines properly for preg_replace_callback(_array)() * Revert FCI passing removal |
||
---|---|---|
.. | ||
pcre2lib | ||
tests | ||
config.w32 | ||
config0.m4 | ||
CREDITS | ||
php_pcre.c | ||
php_pcre.def | ||
php_pcre.h | ||
php_pcre.stub.php | ||
php_pcre_arginfo.h |