Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2046 static zend_string *php_pcre_replace_array(HashTable *regex, zval *replace, zend_string *subject_st… in php_pcre_replace_array()
2130 static zend_always_inline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *sub… in php_replace_in_subject()
2251 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2348 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2388 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
/PHP-7.3/win32/
H A Dsendmail.c129 zend_string *replace; in php_win32_mail_trim_header() local
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c709 char *replace, in mb_regex_substitute()
1007 char *replace; in _php_mb_regex_ereg_replace_exec() local
/PHP-7.3/main/
H A DSAPI.c619 …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.3/ext/standard/
H A Dstring.c3509 zend_string *str_key, *tmp_str, *replace, *tmp_replace; local
4270 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul…
4432 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
H A Darray.c3024 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …
3740 …_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */

Completed in 50 milliseconds