Searched refs:replacements (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 14 …one is found it will be stored in $matches[0] which corresponds to a key in the $replacements array 21 …ject2 = preg_replace_callback('/\d/', "integer_word", $subject2, 3); //limits to three replacements 24 …er_word", $subject3, 5, $count); //limites to five replacements and counts the number of replaceme…
|
H A D | preg_replace_edit_basic.phpt | 13 '5', $count)); //limits to 5 replacements returns 444444789 14 var_dump($count); //counts the number of replacements made (5)
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.stub.php | 1018 function array_replace(array $array, array ...$replacements): array {} argument 1024 function array_replace_recursive(array $array, array ...$replacements): array {} argument
|
H A D | basic_functions_arginfo.h | 226 ZEND_ARG_VARIADIC_TYPE_INFO(0, replacements, IS_ARRAY, 0)
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 17165 # possible GIF replacements; none yet released!
|
H A D | magic私はガラスを食べられます | 17165 # possible GIF replacements; none yet released!
|
Completed in 210 milliseconds