Home
last modified time | relevance | path

Searched refs:array_replace_recursive (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/standard/tests/array/
H A Darray_replace.phpt2 Test array_replace and array_replace_recursive
39 echo " -- Testing array_replace_recursive() --\n";
40 $data = array_replace_recursive($array1, $array2);
44 echo " -- Testing array_replace_recursive() w/ endless recusrsion --\n";
46 $data = array_replace_recursive($array3, $array4);
80 -- Testing array_replace_recursive() --
113 -- Testing array_replace_recursive() w/ endless recusrsion --
H A Dbug72622.phpt2 Bug #72622 (array_walk + array_replace_recursive create references from nothing)
16 $arr5 = array_replace_recursive($arr3, $arr4);
H A Darray_merge_replace_recursive_refs.phpt10 $arr3 = array_replace_recursive($arr1, $arr2);
H A Darray_replace_merge_recursive_ref.phpt11 array_replace_recursive($arr1, $arr2);
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php187 function array_replace_recursive(array $array, array ...$replacements): array {} function
H A Dbasic_functions_arginfo.h2283 ZEND_FUNCTION(array_replace_recursive);
2911 ZEND_FE(array_replace_recursive, arginfo_array_replace_recursive)
H A Darray.c3895 PHP_FUNCTION(array_replace_recursive) argument

Completed in 70 milliseconds