Home
last modified time | relevance | path

Searched refs:replacement (Results 26 – 50 of 64) sorted by relevance

123

/PHP-8.2/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt16 $replacement = 'string_val';
74 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
H A Dcp850_encoding.phpt13 /* Try replacement character which cannot be encoded in CP850; ? will be used instead */
H A Dcp866_encoding.phpt13 /* Try replacement character which cannot be encoded in CP866; ? will be used instead */
H A Dcp1252_encoding.phpt14 // Test replacement character which cannot be encoded in CP1252
H A Dkoi8u_encoding.phpt13 /* Try replacement character which cannot be encoded in KOI8-U; ? will be used instead */
H A Dkoi8r_encoding.phpt13 /* Try replacement character which cannot be encoded in KOI8-R; ? will be used instead */
H A Dcp1254_encoding.phpt19 // Test replacement character which cannot be encoded in CP1254
H A Darmscii8_encoding.phpt36 // Test replacement character which cannot be encoded in ARMSCII-8
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid8.phpt2 Covariant replacement of iterable type with intersection type in DNF type
H A Dvalid9.phpt2 Covariant replacement of iterable type with unregistered intersection type in DNF type
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute() argument
266 if (replacement == NULL) in pcre2_substitute()
269 replacement = (PCRE2_SPTR)""; in pcre2_substitute()
272 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute()
273 repend = replacement + rlength; in pcre2_substitute()
345 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
492 ptr = replacement; in pcre2_substitute()
1002 *blength = (PCRE2_SIZE)(ptr - replacement); in pcre2_substitute()
/PHP-8.2/Zend/tests/
H A Dheredoc_005.phpt2 unbraced complex variable replacement test (heredoc)
H A Dheredoc_006.phpt2 braced complex variable replacement test (heredoc)
H A Dheredoc_007.phpt2 braced and unbraced complex variable replacement test (heredoc)
H A Dnowdoc_005.phpt2 unbraced complex variable replacement test (nowdoc)
H A Dnowdoc_006.phpt2 braced complex variable replacement test (nowdoc)
H A Dnowdoc_007.phpt2 braced and unbraced complex variable replacement test (nowdoc)
H A Dgc_043.phpt29 ["replacement"]=>
/PHP-8.2/ext/pcre/tests/
H A Dbug21732.phpt20 preg_replace(): Argument #1 ($pattern) must be of type array when argument #2 ($replacement) is an …
H A Dpreg_replace_variation1.phpt9 * Testing preg_replace when the regex and the replacement are both arrays.
/PHP-8.2/ext/readline/
H A Dconfig.m42 [for libedit readline replacement],
4 [Include libedit readline replacement (CLI/CGI only)])])
/PHP-8.2/ext/random/tests/03_randomizer/
H A Dcompatibility_mt_rand.phpt2 Random: Randomizer: The Mt19937 engine is a drop-in replacement for mt_rand()
/PHP-8.2/Zend/tests/function_arguments/
H A Dsensitive_parameter_correctly_captures_original.phpt2 The SensitiveParameterValue replacement value correctly captures the original value.
/PHP-8.2/sapi/cli/tests/
H A D006.phpt94 Parameter #1 [ <required> array|string $replacement ]
105 Parameter #1 [ <required> array|string $replacement ]
/PHP-8.2/ext/standard/
H A Dhtml.c1113 const unsigned char *replacement = NULL; in php_escape_html_entities_ex() local
1137 replacement = (const unsigned char*)"\xEF\xBF\xBD"; in php_escape_html_entities_ex()
1140 replacement = (const unsigned char*)"&#xFFFD;"; in php_escape_html_entities_ex()
1174 memcpy(&ZSTR_VAL(replaced)[len], replacement, replacement_len); in php_escape_html_entities_ex()
1221 mbsequence = replacement; in php_escape_html_entities_ex()
1228 mbsequence = replacement; in php_escape_html_entities_ex()
1241 mbsequence = replacement; in php_escape_html_entities_ex()

Completed in 51 milliseconds

123