Searched defs:replacement (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/pcre/ |
H A D | php_pcre.stub.php | 12 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 D | mbstring.stub.php | 101 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 D | pcre2_substitute.c | 222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
|
/PHP-8.0/ext/standard/ |
H A D | html.c | 1113 const unsigned char *replacement = NULL; in php_escape_html_entities_ex() local
|
H A D | basic_functions.stub.php | 142 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar…
|
/PHP-8.0/ext/spl/ |
H A D | spl_iterators.c | 1876 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD() local
|
Completed in 32 milliseconds