Searched refs:preg_filter (Results 1 – 6 of 6) sorted by relevance
/php-src/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-src/ext/pcre/ |
H A D | php_pcre_arginfo.h | 81 ZEND_FUNCTION(preg_filter); 94 ZEND_FE(preg_filter, arginfo_preg_filter)
|
H A D | php_pcre.stub.php | 121 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $… function
|
H A D | php_pcre.c | 2518 PHP_FUNCTION(preg_filter) in PHP_FUNCTION() argument
|
/php-src/sapi/cli/tests/ |
H A D | 006.phpt | 101 Function [ <internal:pcre> function preg_filter ] {
|
Completed in 28 milliseconds