Searched refs:is_callable_replace (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.h | 36 …ubject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit,… 66 int is_callable_replace, int limit, int *replace_count);
|
H A D | php_pcre.c | 1153 zval *replace_val, int is_callable_replace, in php_pcre_replace() argument 1165 is_callable_replace, limit, replace_count); in php_pcre_replace() 1216 if (!is_callable_replace) { in php_pcre_replace_impl() 1447 …_subject(zval *regex, zval *replace, zval *subject, int limit, int is_callable_replace, int *repla… in php_replace_in_subject() argument 1477 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { in php_replace_in_subject() 1487 if (!is_callable_replace) { in php_replace_in_subject() 1505 is_callable_replace, in php_replace_in_subject() 1528 is_callable_replace, in php_replace_in_subject() 1547 if (Z_TYPE_P(replace) != IS_ARRAY && (Z_TYPE_P(replace) != IS_OBJECT || !is_callable_replace)) { in preg_replace_impl() 1563 …= php_replace_in_subject(regex, replace, subject_entry, limit_val, is_callable_replace, &replace_c… in preg_replace_impl() [all …]
|
Completed in 9 milliseconds