Home
last modified time | relevance | path

Searched refs:preg_replace_callback (Results 26 – 35 of 35) sorted by relevance

12

/PHP-8.2/ext/pcre/tests/
H A D002.phpt27 Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead …
H A Dmarks.phpt24 var_dump(preg_replace_callback($regex, function($matches) {
/PHP-8.2/ext/pcre/
H A Dphp_pcre_arginfo.h70 ZEND_FUNCTION(preg_replace_callback);
84 ZEND_FE(preg_replace_callback, arginfo_preg_replace_callback)
H A Dphp_pcre.stub.php123 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in… function
H A Dphp_pcre.c2360 PHP_FUNCTION(preg_replace_callback) in PHP_FUNCTION() argument
/PHP-8.2/scripts/dev/
H A Dbless_tests.php117 return preg_replace_callback('/--EXPECTF?--.*?(--CLEAN--|$)/sD', function($matches) use($out) {
H A Dcheck_parameters.php313 $txt = preg_replace_callback('@/\*.*\*/@SsU', function($matches) {
/PHP-8.2/sapi/cli/tests/
H A D006.phpt112 Function [ <internal:pcre> function preg_replace_callback ] {
/PHP-8.2/Zend/
H A Dzend_vm_gen.php793 $code = preg_replace_callback(
829 $code = preg_replace_callback(
863 $code = preg_replace_callback(
887 $code = preg_replace_callback(
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc1163 return preg_replace_callback(

Completed in 31 milliseconds

12