Searched refs:regex_str (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/pcre/ |
H A D | php_pcre.c | 2107 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array() local 2127 result = php_pcre_replace(regex_str, in php_pcre_replace_array() 2150 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array() local 2154 result = php_pcre_replace(regex_str, in php_pcre_replace_array() 2223 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_replace_in_subject_func() local 2228 regex_str, subject_str, fci, fcc, limit, replace_count, flags); in php_replace_in_subject_func()
|
Completed in 17 milliseconds