Searched defs:replace (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | encoding.c | 104 const lxb_char_t *replace, size_t length) in lxb_encoding_encode_replace_set_noi() 159 const lxb_codepoint_t *replace, size_t length) in lxb_encoding_decode_replace_set_noi()
|
H A D | encoding.h | 96 const lxb_char_t *replace, size_t length) in lxb_encoding_encode_replace_set() 217 const lxb_codepoint_t *replace, size_t length) in lxb_encoding_decode_replace_set()
|
/php-src/ext/xsl/ |
H A D | php_xsl.c | 226 const char *replace in xsl_try_output_replaced_error_message() 239 #define XSL_TRY_OUTPUT_REPLACED_ERROR_MESSAGE(ctx, msg, search, replace) \ argument
|
/php-src/win32/ |
H A D | sendmail.c | 127 zend_string *replace; in php_win32_mail_trim_header() local
|
/php-src/ext/mbstring/ |
H A D | php_mbregex.c | 710 char *replace, in mb_regex_substitute() 987 char *replace; in _php_mb_regex_ereg_replace_exec() local
|
/php-src/main/ |
H A D | SAPI.c | 628 …t sapi_add_header_ex(const char *header_line, size_t header_line_len, bool duplicate, bool replace) in sapi_add_header_ex()
|
/php-src/ext/dom/ |
H A D | token_list.c | 557 PHP_METHOD(Dom_TokenList, replace) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 2118 public function replace(string $token, string $newToken): bool {} function in Dom\\TokenList
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | string.c | 3397 zend_string *str_key, *tmp_str, *replace, *tmp_replace; local
|
H A D | array.c | 3320 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2429 zval zv, *replace, *zcount = NULL; in PHP_FUNCTION() local
|
/php-src/ext/zip/ |
H A D | php_zip.c | 285 zend_long replace, /* index to replace, add new file if < 0 */ in php_zip_add_file()
|
Completed in 74 milliseconds