Home
last modified time | relevance | path

Searched refs:array_uintersect_assoc (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/standard/tests/array/
H A Darray_uintersect_assoc_variation1.phpt2 Test array_uintersect_assoc() function : usage variation
5 /* Prototype : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_co…
11 echo "*** Testing array_uintersect_assoc() : usage variation ***\n";
95 var_dump( array_uintersect_assoc($value, $arr2, $data_compare_function) );
101 *** Testing array_uintersect_assoc() : usage variation ***
105 Warning: array_uintersect_assoc(): Expected parameter 1 to be an array, int given in %sarray_uinter…
110 Warning: array_uintersect_assoc(): Expected parameter 1 to be an array, int given in %sarray_uinter…
115 Warning: array_uintersect_assoc(): Expected parameter 1 to be an array, int given in %sarray_uinter…
120 Warning: array_uintersect_assoc(): Expected parameter 1 to be an array, int given in %sarray_uinter…
125 Warning: array_uintersect_assoc(): Expected parameter 1 to be an array, float given in %sarray_uint…
[all …]
H A Darray_uintersect_assoc_variation2.phpt2 Test array_uintersect_assoc() function : usage variation
5 /* Prototype : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_co…
11 echo "*** Testing array_uintersect_assoc() : usage variation ***\n";
95 var_dump( array_uintersect_assoc($arr1, $value, $data_compare_function) );
101 *** Testing array_uintersect_assoc() : usage variation ***
105 Warning: array_uintersect_assoc(): Expected parameter 2 to be an array, int given in %sarray_uinter…
110 Warning: array_uintersect_assoc(): Expected parameter 2 to be an array, int given in %sarray_uinter…
115 Warning: array_uintersect_assoc(): Expected parameter 2 to be an array, int given in %sarray_uinter…
120 Warning: array_uintersect_assoc(): Expected parameter 2 to be an array, int given in %sarray_uinter…
125 Warning: array_uintersect_assoc(): Expected parameter 2 to be an array, float given in %sarray_uint…
[all …]
H A Darray_uintersect_assoc_variation4.phpt2 Test array_uintersect_assoc() function : usage variation
5 /* Prototype : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_co…
11 echo "*** Testing array_uintersect_assoc() : usage variation ***\n";
96 var_dump( array_uintersect_assoc($arr1, $arr2, $value, $data_compare_function ) );
102 *** Testing array_uintersect_assoc() : usage variation ***
106 Warning: array_uintersect_assoc(): Expected parameter 3 to be an array, int given in %sarray_uinter…
111 Warning: array_uintersect_assoc(): Expected parameter 3 to be an array, int given in %sarray_uinter…
116 Warning: array_uintersect_assoc(): Expected parameter 3 to be an array, int given in %sarray_uinter…
121 Warning: array_uintersect_assoc(): Expected parameter 3 to be an array, int given in %sarray_uinter…
151 Warning: array_uintersect_assoc(): Expected parameter 3 to be an array, null given in %sarray_uinte…
[all …]
H A Darray_uintersect_assoc_variation5.phpt2 Test array_uintersect_assoc() function : usage variation - differing comparison functions
5 /* Prototype : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_co…
11 echo "*** Testing array_uintersect_assoc() : usage variation - differing comparison functions***\n";
20 var_dump(array_uintersect_assoc($arr1, $arr2, 'incorrect_return_value'));
27 var_dump(array_uintersect_assoc($arr1, $arr2, 'too_many_parameters'));
36 var_dump(array_uintersect_assoc($arr1, $arr2, 'too_few_parameters'));
42 *** Testing array_uintersect_assoc() : usage variation - differing comparison functions***
H A Darray_uintersect_assoc_basic2.phpt2 Test array_uintersect_assoc() function : basic functionality - testing with multiple array arguments
5 /* Prototype : array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_co…
11 echo "*** Testing array_uintersect_assoc() : basic functionality - testing with multiple array argu…
23 var_dump( array_uintersect_assoc($arr1, $arr2, $arr3, $arr4, $data_compare_function) );
29 *** Testing array_uintersect_assoc() : basic functionality - testing with multiple array arguments …
H A Darray_uintersect_assoc_basic.phpt2 array_uintersect_assoc(): Test return type and value for expected input
6 * proto array array_uintersect_assoc ( array $array1, array $array2 [, array $ ..., callback $data_…
21 $result = array_uintersect_assoc($a, $b, array("cr", "comp_func_cr"));
H A Darray_intersect_1.phpt41 /* array_uintersect_assoc() */
42 echo "begin ------------ array_uintersect_assoc() ---------------------\n";
45 echo 'var_dump(array_uintersect_assoc($a, $b, "comp_func_cr"));'."\n";
46 var_dump(array_uintersect_assoc($a, $b, "comp_func_cr"));
47 echo "end ------------ array_uintersect_assoc() ---------------------\n";
146 begin ------------ array_uintersect_assoc() ---------------------
201 var_dump(array_uintersect_assoc($a, $b, "comp_func_cr"));
218 end ------------ array_uintersect_assoc() ---------------------
H A Darray_uintersect_uassoc_basic.phpt6 * proto array array_uintersect_assoc ( array $array1, array $array2 [, array $ ..., callback $data_…
/PHP-7.4/ext/standard/
H A Dphp_array.h87 PHP_FUNCTION(array_uintersect_assoc);
H A Dbasic_functions.c3384 PHP_FE(array_uintersect_assoc, arginfo_array_uintersect_assoc)
H A Darray.c5079 PHP_FUNCTION(array_uintersect_assoc) argument

Completed in 40 milliseconds