Home
last modified time | relevance | path

Searched refs:array_multisort (Results 26 – 34 of 34) sorted by relevance

12

/php-src/ext/standard/tests/array/
H A Dbug24897.phpt2 Bug #24897 (inconsistent behaviour or shuffle() & array_multisort())
10 array_multisort($a);
H A Darray_multisort_stability.phpt2 array_multisort() is stable
10 array_multisort($ary1, $ary2);
H A Darray_multisort_variation9.phpt2 Test array_multisort() function : usage variation - test sort order of all types
5 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
29 var_dump(array_multisort($inputs, SORT_NUMERIC));
34 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Dbug69371.phpt16 array_multisort($weights, SORT_DESC, SORT_NUMERIC, $array);
/php-src/Zend/tests/
H A Dbug69532.phpt2 Bug #69532: array_multisort is chocking when using it's own constants
12 array_multisort($origins, SORT_ASC, $profiles, SORT_ASC, $all_files);
/php-src/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt19 echo "=> array_multisort:\n\n";
21 aux('array_multisort');
38 => array_multisort:
/php-src/ext/standard/
H A Dbasic_functions.stub.php1881 function array_multisort(&$array, &...$rest): bool {} function
H A Dbasic_functions_arginfo.h2400 ZEND_FUNCTION(array_multisort);
3024 ZEND_FE(array_multisort, arginfo_array_multisort)
H A Darray.c6004 PHP_FUNCTION(array_multisort) argument

Completed in 42 milliseconds

12