Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.stub.php12 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int …
15 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php101 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
103 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
/PHP-8.0/ext/standard/
H A Dhtml.c1113 const unsigned char *replacement = NULL; in php_escape_html_entities_ex() local
H A Dbasic_functions.stub.php142 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar…
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1876 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD() local

Completed in 56 milliseconds