Home
last modified time | relevance | path

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

/PHP-5.3/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.c961 zval *replace_val, int is_callable_replace, in php_pcre_replace() argument
972 is_callable_replace, result_len, limit, replace_count TSRMLS_CC); in php_pcre_replace()
1018 if (is_callable_replace) { in php_pcre_replace_impl()
1089 } else if (is_callable_replace) { in php_pcre_replace_impl()
1131 if (eval || is_callable_replace) { in php_pcre_replace_impl()
1241 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) in php_replace_in_subject()
1250 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { in php_replace_in_subject()
1253 if (!is_callable_replace) { in php_replace_in_subject()
1271 is_callable_replace, in php_replace_in_subject()
1293 is_callable_replace, in php_replace_in_subject()
[all …]

Completed in 11 milliseconds