Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/readline/
H A Dconfig.m42 [for libedit readline replacement],
4 [Include libedit readline replacement (CLI/CGI only)])])
/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_edit_basic.phpt6 * Description: Perform Perl-style regular expression replacement.
/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/standard/tests/strings/
H A Dstr_replace_basic.phpt11 the replacement string
H A Dstr_replace_variation3.phpt11 the replacement string
17 string is used for the rest of replacement values */
H A Dstr_replace_variation1.phpt11 the replacement string
H A Dsubstr_replace_error.phpt5 /* Prototype : mixed substr_replace ( mixed $string , string $replacement , int $start [, int …
H A Dstr_replace.phpt11 the replacement string
104 string is used for the rest of replacement values */
H A Dstr_replace_variation2.phpt11 the replacement string
/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) );
/PHP-7.4/ext/standard/tests/array/
H A Darray_splice_basic.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
/PHP-7.4/ext/standard/
H A Dhtml.c1185 const unsigned char *replacement = NULL; in php_escape_html_entities_ex() local
1209 replacement = (const unsigned char*)"\xEF\xBF\xBD"; in php_escape_html_entities_ex()
1212 replacement = (const unsigned char*)"�"; in php_escape_html_entities_ex()
1246 memcpy(&ZSTR_VAL(replaced)[len], replacement, replacement_len); in php_escape_html_entities_ex()
1293 mbsequence = replacement; in php_escape_html_entities_ex()
1300 mbsequence = replacement; in php_escape_html_entities_ex()
1313 mbsequence = replacement; in php_escape_html_entities_ex()
H A Dbasic_functions.c372 ZEND_ARG_INFO(0, replacement) /* ARRAY_INFO(0, arg, 1) */
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt49 // No replacement shall be made
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt46 // No replacement shall be made
/PHP-7.4/ext/spl/
H A Dspl_iterators.c2065 …zval *replacement = zend_read_property(intern->std.ce, ZEND_THIS, "replacement", sizeof("replaceme… in SPL_METHOD() local
2066 zend_string *replacement_str = zval_try_get_string(replacement); in SPL_METHOD()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c468 ZEND_ARG_INFO(0, replacement)
475 ZEND_ARG_INFO(0, replacement)
/PHP-7.4/
H A DREADME.REDIST.BINS454 SIO stdio-replacement strx_* functions by Panos Tsirigotis
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26292 # sqtroff intermediate language (replacement for ditroff int. lang.)
26300 # sqtroff intermediate language (replacement for ditroff int. lang.)
H A Dmagic26292 # sqtroff intermediate language (replacement for ditroff int. lang.)
26300 # sqtroff intermediate language (replacement for ditroff int. lang.)

Completed in 186 milliseconds

12