Searched defs:replacement (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/pcre/ |
H A D | php_pcre.stub.php | 111 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int … 117 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
|
/PHP-8.3/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.3/ext/mbstring/ |
H A D | mbstring.stub.php | 199 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument 202 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
|
/PHP-8.3/ext/spl/ |
H A D | spl_iterators.stub.php | 411 public ?string $replacement = null; variable in RegexIterator
|
H A D | spl_iterators.c | 1905 …zval *replacement = zend_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("… in PHP_METHOD() local
|
/PHP-8.3/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 | 1662 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar…
|
Completed in 50 milliseconds