Home
last modified time | relevance | path

Searched refs:is_callable_replace (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.4/ext/pcre/
H A Dphp_pcre.c987 zval *replace_val, int is_callable_replace, in php_pcre_replace() argument
998 is_callable_replace, result_len, limit, replace_count TSRMLS_CC); in php_pcre_replace()
1044 if (is_callable_replace) { in php_pcre_replace_impl()
1115 } else if (is_callable_replace) { in php_pcre_replace_impl()
1157 if (eval || is_callable_replace) { in php_pcre_replace_impl()
1267 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) in php_replace_in_subject()
1276 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { in php_replace_in_subject()
1279 if (!is_callable_replace) { in php_replace_in_subject()
1297 is_callable_replace, in php_replace_in_subject()
1319 is_callable_replace, in php_replace_in_subject()
[all …]
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);

Completed in 19 milliseconds