Lines Matching refs:is_callable_replace

1047 							  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()
1068 int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC) in php_pcre_replace_impl() argument
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()
1323 …ex, zval *replace, zval **subject, int *result_len, int limit, int is_callable_replace, int *repla… in php_replace_in_subject() argument
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()
1411 static void preg_replace_impl(INTERNAL_FUNCTION_PARAMETERS, int is_callable_replace, int is_filter) in preg_replace_impl() argument
1433 if (!is_callable_replace && Z_TYPE_PP(replace) == IS_ARRAY && Z_TYPE_PP(regex) != IS_ARRAY) { in preg_replace_impl()
1439 if (Z_TYPE_PP(replace) != IS_ARRAY && (Z_TYPE_PP(replace) != IS_OBJECT || !is_callable_replace)) { in preg_replace_impl()
1442 if (is_callable_replace) { in preg_replace_impl()
1472 …n_subject(*regex, *replace, subject_entry, &result_len, limit_val, is_callable_replace, &replace_c… in preg_replace_impl()
1494 …lace_in_subject(*regex, *replace, subject, &result_len, limit_val, is_callable_replace, &replace_c… in preg_replace_impl()