Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 48) sorted by path

12

/PHP-7.4/
H A DREADME.REDIST.BINS454 SIO stdio-replacement strx_* functions by Panos Tsirigotis
/PHP-7.4/Zend/tests/
H A Dforeach_017.phpt41 $replacement = ['x', 'y', 'z'];
50 array_splice($a, 1, 2, $replacement);
62 array_splice($a, 2, 2, $replacement);
74 array_splice($a, 1, 3, $replacement);
H A Dheredoc_003.phpt2 simple variable replacement test (heredoc)
H A Dheredoc_004.phpt2 braces variable replacement test (heredoc)
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_003.phpt2 simple variable replacement test (nowdoc)
H A Dnowdoc_004.phpt2 braces variable replacement test (nowdoc)
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)
/PHP-7.4/ext/dba/tests/
H A Ddba003.phpt14 dba_replace("key1", "This is the replacement text", $db_file);
28 This is the replacement text
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic26292 # sqtroff intermediate language (replacement for ditroff int. lang.)
26300 # sqtroff intermediate language (replacement for ditroff int. lang.)
H A Dmagic私はガラスを食べられます26292 # sqtroff intermediate language (replacement for ditroff int. lang.)
26300 # sqtroff intermediate language (replacement for ditroff int. lang.)
/PHP-7.4/ext/mbstring/
H A Dmbstring.c468 ZEND_ARG_INFO(0, replacement)
475 ZEND_ARG_INFO(0, replacement)
/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt2 Bug #43301 (mb_ereg*_replace() crashes when replacement string is invalid PHP expression and 'e' op…
H A Dmb_ereg_replace_basic.phpt10 /* Prototype : string mb_ereg_replace(string $pattern, string $replacement,
H A Dmb_ereg_replace_variation1.phpt12 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
21 $replacement = 'string_val';
93 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
H A Dmb_eregi_replace.phpt11 $replacement = array(
26 foreach($replacement as $i=>$u) {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute() argument
318 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute()
319 repend = replacement + rlength; in pcre2_substitute()
326 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute()
473 ptr = replacement; in pcre2_substitute()
983 *blength = (PCRE2_SIZE)(ptr - replacement); in pcre2_substitute()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace2.phpt25 Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in %…
H A Dpreg_replace_callback_basic.phpt12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
14 global $replacement;
15 …return $replacement[$matches[0]]; //all examples will be looking for an integer value, if one is f…
H A Dpreg_replace_callback_error1.phpt19 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
21 global $replacement;
22 return $replacement[$matches[0]];
H A Dpreg_replace_edit_basic.phpt6 * Description: Perform Perl-style regular expression replacement.

Completed in 151 milliseconds

12