Home
last modified time | relevance | path

Searched refs:is_callable_replace (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/pcre/
H A Dphp_pcre.h36 … regex_len, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int *resul…
61 int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC);
H A Dphp_pcre.c1047 zval *replace_val, int is_callable_replace, in php_pcre_replace() argument
1059 is_callable_replace, result_len, limit, replace_count TSRMLS_CC); in php_pcre_replace()
1113 if (is_callable_replace) { in php_pcre_replace_impl()
1188 } else if (is_callable_replace) { in php_pcre_replace_impl()
1230 if (eval || is_callable_replace) { in php_pcre_replace_impl()
1348 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) in php_replace_in_subject()
1357 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { in php_replace_in_subject()
1360 if (!is_callable_replace) { in php_replace_in_subject()
1378 is_callable_replace, in php_replace_in_subject()
1400 is_callable_replace, in php_replace_in_subject()
[all …]

Completed in 13 milliseconds