Searched refs:preg_filter (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_filter.phpt | 2 preg_filter() 10 var_dump(preg_filter($pattern, $replace, $subject));
|
H A D | bug73612.phpt | 23 preg_filter('/./', '', 'x', -1, $obj);
|
/PHP-8.2/ext/pcre/ |
H A D | php_pcre_arginfo.h | 69 ZEND_FUNCTION(preg_filter); 83 ZEND_FE(preg_filter, arginfo_preg_filter)
|
H A D | php_pcre.stub.php | 117 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $… function
|
H A D | php_pcre.c | 2491 PHP_FUNCTION(preg_filter) in PHP_FUNCTION() argument
|
/PHP-8.2/sapi/cli/tests/ |
H A D | 006.phpt | 101 Function [ <internal:pcre> function preg_filter ] {
|
Completed in 13 milliseconds