Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2093 static zend_string *php_pcre_replace_array(HashTable *regex, zval *replace, zend_string *subject_st… in php_pcre_replace_array()
2177 static zend_always_inline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *sub… in php_replace_in_subject()
2294 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2390 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2430 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
/PHP-7.4/win32/
H A Dsendmail.c128 zend_string *replace; in php_win32_mail_trim_header() local
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c709 char *replace, in mb_regex_substitute()
1014 char *replace; in _php_mb_regex_ereg_replace_exec() local
/PHP-7.4/main/
H A DSAPI.c615 …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.4/ext/standard/
H A Dstring.c3495 zend_string *str_key, *tmp_str, *replace, *tmp_replace; local
4360 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul…
4522 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
H A Darray.c3056 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …

Completed in 49 milliseconds