Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/
H A Dphp_pcre.c1782 static zend_string *php_pcre_replace_array(HashTable *regex, zval *replace, zend_string *subject_st… in php_pcre_replace_array()
1863 static zend_always_inline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *sub… in php_replace_in_subject()
1991 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2088 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2128 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
/PHP-7.2/win32/
H A Dsendmail.c137 zend_string *replace; in php_win32_mail_trim_header() local
/PHP-7.2/main/
H A DSAPI.c621 …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.2/ext/mbstring/
H A Dphp_mbregex.c810 char *replace; in _php_mb_regex_ereg_replace_exec() local
/PHP-7.2/ext/standard/
H A Dstring.c3462 zend_string *str_key, *replace; local
3936 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul…
4096 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
H A Darray.c3049 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …
3798 …_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */

Completed in 54 milliseconds