Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 99) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS2318 . Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution
H A Dphp.ini-development1083 ; to the sendmail binary. These parameters will always replace the value of
1667 ; overload(replace) single byte functions by mbstring functions.
H A Dphp.ini-production1083 ; to the sendmail binary. These parameters will always replace the value of
1667 ; overload(replace) single byte functions by mbstring functions.
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2099 if (Z_TYPE_P(replace) == IS_ARRAY) { in php_pcre_replace_array()
2144 replace_str = Z_STR_P(replace); in php_pcre_replace_array()
2187 Z_STR_P(replace), in php_replace_in_subject()
2193 replace, in php_replace_in_subject()
2303 Z_PARAM_ZVAL(replace) in preg_replace_common()
2310 if (Z_TYPE_P(replace) != IS_ARRAY) { in preg_replace_common()
2311 convert_to_string_ex(replace); in preg_replace_common()
2325 replace, in preg_replace_common()
2352 replace, in preg_replace_common()
2399 Z_PARAM_ZVAL(replace) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/
H A Darray.c3056 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, … argument
3084 …h_init(&out_hash, (length > 0 ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) …
3145 if (replace) {
3146 ZEND_HASH_FOREACH_VAL_IND(replace, entry) {
H A Dstring.c3509 ZSTR_VAL(replace),
3510 ZSTR_LEN(replace),
3517 ZSTR_VAL(replace), ZSTR_LEN(replace), &dummy));
4390 replace_len = Z_STRLEN_P(replace);
4493 Z_STRVAL_P(replace),
4494 Z_STRLEN_P(replace),
4501 Z_STRVAL_P(replace), Z_STRLEN_P(replace), &replace_count));
4506 Z_STRVAL_P(replace), Z_STRLEN_P(replace), &replace_count));
4531 Z_PARAM_ZVAL(replace)
4541 convert_to_string_ex(replace);
[all …]
H A Dbasic_functions.c1410 ZEND_ARG_INFO(0, replace)
2286 ZEND_ARG_INFO(0, replace)
2351 ZEND_ARG_INFO(0, replace)
2358 ZEND_ARG_INFO(0, replace)
/PHP-7.4/win32/
H A Dsendmail.c128 zend_string *replace; in php_win32_mail_trim_header() local
135 replace = zend_string_init(PHP_WIN32_MAIL_UNIFY_REPLACE, strlen(PHP_WIN32_MAIL_UNIFY_REPLACE), 0); in php_win32_mail_trim_header()
140 replace, in php_win32_mail_trim_header()
144 zend_string_release_ex(replace, 0); in php_win32_mail_trim_header()
151replace = zend_string_init(PHP_WIN32_MAIL_RMVDBL_PATTERN, strlen(PHP_WIN32_MAIL_RMVDBL_PATTERN), 0… in php_win32_mail_trim_header()
156 replace, in php_win32_mail_trim_header()
159 zend_string_release_ex(replace, 0); in php_win32_mail_trim_header()
/PHP-7.4/Zend/
H A Dzend_hash.c971 replace: in _zend_hash_index_add_or_update_i()
1020 goto replace; in _zend_hash_index_add_or_update_i()
/PHP-7.4/win32/build/
H A Dconfutils.js2461 .replace(/\/Fp.+? /, "")
2462 .replace(/\/Fo.+? /, "")
2463 .replace(/\/Fd.+? /, "")
2465 .replace(/\/FR.+? /, "")
2466 .replace("/guard:cf ", "")
2467 .replace(/\/MP \d+ /, "")
2468 .replace(/\/MP /, "")
2469 .replace("/LD ", "")
2470 .replace("/Qspectre ", "");
2792 …re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
[all …]
H A Dphpize.js.in27 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
91 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
111 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
212 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
213 C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + …
261 modules = modules.replace(re, "/* $1 */");
H A Dbuildconf.js80 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
118 C.WriteLine("\"" + mod_name.replace(/_/g, "-") + "\",");
254 modules = modules.replace(re, "/* $1 */");
/PHP-7.4/azure/
H A Dsetup-slapd.sh52 replace: olcSuffix
55 replace: olcRootDN
58 replace: olcRootPW
78 replace: olcLogLevel
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c709 char *replace, in mb_regex_substitute() argument
719 p = replace; in mb_regex_substitute()
720 eos = replace + replace_len; in mb_regex_substitute()
1014 char *replace; in _php_mb_regex_ereg_replace_exec() local
1054 &replace, &replace_len, in _php_mb_regex_ereg_replace_exec()
1146 mb_regex_substitute(pbuf, string, string_len, replace, replace_len, re, regs, enc); in _php_mb_regex_ereg_replace_exec()
/PHP-7.4/sapi/cli/tests/
H A D006.phpt92 Parameter #1 [ <required> $replace ]
123 Parameter #1 [ <required> $replace ]
/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() argument
623 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
H A DSAPI.h185 …i_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zend_bool replace);
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
40 /* loop through to replace the matched elements in the array */
43 /* replace the string in array */
103 /* If replace has fewer values than search, then an empty
141 class replace
147 $obj_replace = new replace;
H A Dstr_replace_basic.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
H A Dstr_replace_variation1.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
20 /* loop through to replace the matched elements in the array */
23 /* replace the string in array */
H A Dstr_replace_variation2.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
H A Dstr_replace_variation3.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
16 /* If replace has fewer values than search, then an empty
54 class replace
60 $obj_replace = new replace;
H A Dlevenshtein.phpt41 $n += test_me("expensive replace" , 3, "111", "121", 2, 3, 2);
42 $n += test_me("very expensive replace", 4, "111", "121", 2, 9, 2);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt44 "replace": [],
55 "replace": [],
66 "replace": [],
77 "replace": [],
88 "replace": [],
99 "replace": [],
110 "replace": [],
121 "replace": [],
133 "replace": [],
144 "replace": [],
[all …]
H A Dpreg_replace_callback_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])

Completed in 136 milliseconds

1234