Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/pcre/
H A Dphp_pcre.stub.php115 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int …
121 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
/php-src/ext/mbstring/
H A Dmbstring.stub.php209 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
212 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
/php-src/ext/spl/
H A Dspl_iterators.stub.php360 public ?string $replacement = null; variable in RegexIterator
H A Dspl_iterators.c1890 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD() local
/php-src/ext/standard/
H A Dhtml.c1113 const unsigned char *replacement = NULL; in php_escape_html_entities_ex() local
H A Dbasic_functions.stub.php1690 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar…

Completed in 29 milliseconds