Home
last modified time | relevance | path

Searched refs:SORT_NUMERIC (Results 26 – 46 of 46) sorted by relevance

12

/PHP-8.2/ext/standard/tests/array/
H A Dasort_variation7.phpt26 echo "\n-- Testing asort() by supplying bool value array, 'flag' value is SORT_NUMERIC --\n";
28 var_dump(asort($temp_array, SORT_NUMERIC) );
67 -- Testing asort() by supplying bool value array, 'flag' value is SORT_NUMERIC --
H A Dsort_variation7.phpt26 echo "\n-- Testing sort() by supplying bool value array, 'flag' value is SORT_NUMERIC --\n";
28 var_dump(sort($temp_array, SORT_NUMERIC) );
67 -- Testing sort() by supplying bool value array, 'flag' value is SORT_NUMERIC --
H A D002.phpt17 echo "Using SORT_NUMERIC:\n";
18 $sort_function ($data, SORT_NUMERIC);
107 Using SORT_NUMERIC:
217 Using SORT_NUMERIC:
325 Using SORT_NUMERIC:
423 Using SORT_NUMERIC:
521 Using SORT_NUMERIC:
631 Using SORT_NUMERIC:
H A Dbug69371.phpt16 array_multisort($weights, SORT_DESC, SORT_NUMERIC, $array);
H A Dsort_basic.phpt10 * SORT_NUMERIC - compare items numerically
66 echo "\n-- Testing sort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
68 var_dump( sort($temp_array, SORT_NUMERIC) ); // expecting : bool(true)
228 -- Testing sort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Darsort_basic.phpt10 * SORT_NUMERIC - compare items numerically
65 echo "\n-- Testing arsort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
67 var_dump( arsort($temp_array, SORT_NUMERIC) ); // expecting : bool(true)
227 -- Testing arsort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Dasort_basic.phpt10 * SORT_NUMERIC - compare items numerically
65 echo "\n-- Testing asort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
67 var_dump( asort($temp_array, SORT_NUMERIC) ); // expecting : bool(true)
227 -- Testing asort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Dkrsort_basic.phpt10 * 3.SORT_NUMERIC - compare items numerically
66 echo "\n-- Testing krsort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
68 var_dump( krsort($temp_array, SORT_NUMERIC) ); // expecting : bool(true)
228 -- Testing krsort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Dksort_basic.phpt9 * 3.SORT_NUMERIC - compare items numerically
64 echo "\n-- Testing ksort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
66 var_dump( ksort($temp_array, SORT_NUMERIC) ); // expecting : bool(true)
226 -- Testing ksort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Darray_multisort_variation5.phpt15 array_multisort($ar, SORT_NUMERIC, SORT_ASC);
H A Darray_multisort_variation6.phpt15 array_multisort($ar, SORT_NUMERIC, SORT_DESC);
H A Darray_multisort_basic2.phpt12 var_dump( array_multisort($ar1, SORT_ASC, SORT_REGULAR, $ar2, SORT_ASC, SORT_NUMERIC) );
H A Drsort_basic.phpt61 echo "\n-- Testing rsort() by supplying numeric array, 'flag' = SORT_NUMERIC --\n";
63 var_dump( rsort($temp_array, SORT_NUMERIC) );
223 -- Testing rsort() by supplying numeric array, 'flag' = SORT_NUMERIC --
H A Darray_multisort_error.phpt18 var_dump( array_multisort($ar1, SORT_STRING, SORT_NUMERIC) );
H A Darray_multisort_variation9.phpt29 var_dump(array_multisort($inputs, SORT_NUMERIC));
H A Dksort_object.phpt7 * 1.SORT_NUMERIC - compare items numerically
H A Darray_multisort_variation2.phpt98 // loop through each element of the array for SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SO…
/PHP-8.2/ext/hash/
H A Dbench.php22 asort($time, SORT_NUMERIC);
/PHP-8.2/ext/intl/collator/
H A Dcollator.stub.php148 const SORT_NUMERIC = UNKNOWN; define in Collator
/PHP-8.2/ext/spl/tests/
H A DarrayObject_asort_basic1.phpt22 var_dump($ao2->asort(SORT_NUMERIC));
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php68 const SORT_NUMERIC = UNKNOWN; define

Completed in 40 milliseconds

12