Home
last modified time | relevance | path

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

12

/php-src/ext/pcre/tests/
H A Dbug21732.phpt17 var_dump(preg_replace_callback("/(ab)(cd)(e)/", array(new foo(), "cb"), 'abcde'));
H A Dmarks.phpt24 var_dump(preg_replace_callback($regex, function($matches) {
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_012.phpt17 return preg_replace_callback('#.#', function () {
H A Dstack_limit_007.phpt17 return preg_replace_callback('#.#', function () {
H A Dstack_limit_011.phpt23 return preg_replace_callback('#.#', function () {
H A Dstack_limit_003.phpt29 return preg_replace_callback('#.#', function () {
H A Dstack_limit_001.phpt38 return preg_replace_callback('#.#', function () {
H A Dstack_limit_002.phpt37 return preg_replace_callback('#.#', function () {
H A Dstack_limit_006.phpt288 return preg_replace_callback('#.#', function () {
/php-src/ext/pcre/
H A Dphp_pcre_arginfo.h82 ZEND_FUNCTION(preg_replace_callback);
95 ZEND_FE(preg_replace_callback, arginfo_preg_replace_callback)
H A Dphp_pcre.stub.php127 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in… function
H A Dphp_pcre.c2403 PHP_FUNCTION(preg_replace_callback) in PHP_FUNCTION() argument
/php-src/scripts/dev/
H A Dbless_tests.php119 return preg_replace_callback('/--EXPECTF?--.*?(--CLEAN--|$)/sD', function($matches) use($out) {
H A Dcheck_parameters.php313 $txt = preg_replace_callback('@/\*.*\*/@SsU', function($matches) {
/php-src/sapi/cli/tests/
H A D006.phpt112 Function [ <internal:pcre> function preg_replace_callback ] {
/php-src/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-src/sapi/fpm/tests/
H A Dtester.inc1268 return preg_replace_callback(

Completed in 45 milliseconds

12