Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/pcre/
H A Dphp_pcre.c1169 char *replace=NULL, /* Replacement string */ in php_pcre_replace_impl() local
1427 static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, in… in php_replace_in_subject()
1519 static int preg_replace_impl(zval *return_value, zval *regex, zval *replace, zval *subject, zend_lo… in preg_replace_impl()
1582 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1613 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1648 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
1710 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
/PHP-7.0/win32/
H A Dsendmail.c148 zval replace; in php_win32_mail_trim_header() local
/PHP-7.0/main/
H A DSAPI.c622 …pi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zend_bool replace) in sapi_add_header_ex()
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c794 char *replace; in _php_mb_regex_ereg_replace_exec() local
/PHP-7.0/ext/standard/
H A Dstring.c3392 zend_string *str_key, *replace; local
3862 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul…
4022 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
H A Darray.c2350 static void php_splice(HashTable *in_hash, int offset, int length, HashTable *replace, HashTable *r…
3083 …_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */

Completed in 90 milliseconds