Home
last modified time | relevance | path

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

/PHP-5.5/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.c1012 zval *replace_val, int is_callable_replace, in php_pcre_replace() argument
1024 is_callable_replace, result_len, limit, replace_count TSRMLS_CC); in php_pcre_replace()
1073 if (is_callable_replace) { in php_pcre_replace_impl()
1148 } else if (is_callable_replace) { in php_pcre_replace_impl()
1190 if (eval || is_callable_replace) { in php_pcre_replace_impl()
1302 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) in php_replace_in_subject()
1311 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { in php_replace_in_subject()
1314 if (!is_callable_replace) { in php_replace_in_subject()
1332 is_callable_replace, in php_replace_in_subject()
1354 is_callable_replace, in php_replace_in_subject()
[all …]

Completed in 17 milliseconds