Home
last modified time | relevance | path

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

123

/php-src/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 Dkoi8r_encoding.phpt13 /* Try replacement character which cannot be encoded in KOI8-R; ? will be used instead */
H A Dkoi8u_encoding.phpt13 /* Try replacement character which cannot be encoded in KOI8-U; ? 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-src/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-src/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()
348 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
495 ptr = replacement; in pcre2_substitute()
1005 *blength = (PCRE2_SIZE)(ptr - replacement); in pcre2_substitute()
/php-src/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-src/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-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_03.phpt13 // Note: the strange ?1?7 sequence is the GB18030 encoding for the unicode replacement character
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_correctly_captures_original.phpt2 The SensitiveParameterValue replacement value correctly captures the original value.
/php-src/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-src/sapi/cli/tests/
H A D006.phpt94 Parameter #1 [ <required> array|string $replacement ]
105 Parameter #1 [ <required> array|string $replacement ]
/php-src/ext/readline/
H A Dconfig.m42 [for libedit readline replacement],
4 [Include libedit readline replacement (CLI/CGI only)])])

Completed in 34 milliseconds

123