/php-src/ext/standard/tests/array/sort/ |
H A D | rsort_variation_escape_sequences.phpt | 44 echo "SORT_STRING\n"; 46 var_dump(rsort($temp_array, SORT_STRING)); // expecting : bool(true) 57 SORT_STRING
|
H A D | sort_variation_escape_sequences.phpt | 44 echo "SORT_STRING\n"; 46 var_dump(sort($temp_array, SORT_STRING)); // expecting : bool(true) 57 SORT_STRING
|
H A D | ksort_variation_escape_sequences.phpt | 44 echo "SORT_STRING\n"; 46 var_dump(ksort($temp_array, SORT_STRING)); // expecting : bool(true) 57 SORT_STRING
|
H A D | arsort_variation_escape_sequences.phpt | 44 echo "SORT_STRING\n"; 46 var_dump(arsort($temp_array, SORT_STRING)); // expecting : bool(true) 57 SORT_STRING
|
H A D | asort_variation_escape_sequences.phpt | 44 echo "SORT_STRING\n"; 46 var_dump(asort($temp_array, SORT_STRING)); // expecting : bool(true) 57 SORT_STRING
|
H A D | krsort_variation_escape_sequences.phpt | 44 echo "SORT_STRING\n"; 46 var_dump(krsort($temp_array, SORT_STRING)); // expecting : bool(true) 57 SORT_STRING
|
H A D | sort_variation5.phpt | 31 echo "SORT_STRING\n"; 33 var_dump(sort($temp_array, SORT_STRING)); // expecting : bool(true) 94 SORT_STRING
|
H A D | rsort_variation5.phpt | 31 echo "SORT_STRING\n"; 33 var_dump(sort($temp_array, SORT_STRING)); // expecting : bool(true) 94 SORT_STRING
|
H A D | rsort_variation7.phpt | 29 echo "\n-- 'flag' value is SORT_STRING --\n"; 31 var_dump(rsort($temp_array, SORT_STRING) ); 78 -- 'flag' value is SORT_STRING --
|
H A D | sort_basic.phpt | 11 * SORT_STRING - compare items as strings 46 echo "\n-- Testing sort() by supplying string array, 'flag' = SORT_STRING --\n"; 48 var_dump( sort($temp_array, SORT_STRING) ); // expecting : bool(true) 51 echo "\n-- Testing sort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_F… 53 var_dump( sort($temp_array, SORT_STRING|SORT_FLAG_CASE) ); // expecting : bool(true) 144 -- Testing sort() by supplying string array, 'flag' = SORT_STRING -- 165 -- Testing sort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_FLAG_CASE…
|
H A D | krsort_variation10.phpt | 10 * 3.SORT_STRING - compare items as strings 45 echo "\n-- Testing krsort() by supplying heredoc string array, 'flag' = SORT_STRING --\n"; 47 var_dump(krsort($temp_array, SORT_STRING) ); // expecting : bool(true) 81 -- Testing krsort() by supplying heredoc string array, 'flag' = SORT_STRING --
|
H A D | ksort_variation11.phpt | 10 * 3.SORT_STRING - compare items as strings 45 echo "\n-- Testing ksort() by supplying heredoc string array, 'flag' = SORT_STRING --\n"; 47 var_dump(ksort($temp_array, SORT_STRING) ); // expecting : bool(true) 81 -- Testing ksort() by supplying heredoc string array, 'flag' = SORT_STRING --
|
H A D | asort_basic.phpt | 11 * SORT_STRING - compare items as strings 45 echo "\n-- Testing asort() by supplying string array, 'flag' = SORT_STRING --\n"; 47 var_dump( asort($temp_array, SORT_STRING) ); // expecting : bool(true) 50 echo "\n-- Testing asort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_… 52 var_dump( asort($temp_array, SORT_STRING|SORT_FLAG_CASE) ); // expecting : bool(true) 143 -- Testing asort() by supplying string array, 'flag' = SORT_STRING -- 164 -- Testing asort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_FLAG_CAS…
|
H A D | krsort_basic.phpt | 11 * 4.SORT_STRING - compare items as strings 46 echo "\n-- Testing krsort() by supplying string array, 'flag' = SORT_STRING --\n"; 48 var_dump( krsort($temp_array, SORT_STRING) ); // expecting : bool(true) 51 echo "\n-- Testing krsort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT… 53 var_dump( krsort($temp_array, SORT_STRING|SORT_FLAG_CASE) ); // expecting : bool(true) 144 -- Testing krsort() by supplying string array, 'flag' = SORT_STRING -- 165 -- Testing krsort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_FLAG_CA…
|
H A D | arsort_basic.phpt | 11 * SORT_STRING - compare items as strings 45 echo "\n-- Testing arsort() by supplying string array, 'flag' = SORT_STRING --\n"; 47 var_dump( arsort($temp_array, SORT_STRING) ); // expecting : bool(true) 50 echo "\n-- Testing arsort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT… 52 var_dump( arsort($temp_array, SORT_STRING|SORT_FLAG_CASE) ); // expecting : bool(true) 143 -- Testing arsort() by supplying string array, 'flag' = SORT_STRING -- 164 -- Testing arsort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_FLAG_CA…
|
H A D | ksort_basic.phpt | 10 * 4.SORT_STRING - compare items as strings 44 echo "\n-- Testing ksort() by supplying string array, 'flag' = SORT_STRING --\n"; 46 var_dump( ksort($temp_array, SORT_STRING) ); // expecting : bool(true) 49 echo "\n-- Testing ksort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_… 51 var_dump( ksort($temp_array, SORT_STRING|SORT_FLAG_CASE) ); // expecting : bool(true) 142 -- Testing ksort() by supplying string array, 'flag' = SORT_STRING -- 163 -- Testing ksort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_FLAG_CAS…
|
H A D | arsort_variation5.phpt | 31 echo "SORT_STRING\n"; 33 var_dump(arsort($temp_array, SORT_STRING)); // expecting : bool(true) 94 SORT_STRING
|
H A D | ksort_variation5.phpt | 31 echo "SORT_STRING\n"; 33 var_dump(ksort($temp_array, SORT_STRING)); // expecting : bool(true) 94 SORT_STRING
|
H A D | asort_variation5.phpt | 31 echo "SORT_STRING\n"; 33 var_dump(asort($temp_array, SORT_STRING)); // expecting : bool(true) 94 SORT_STRING
|
H A D | krsort_variation5.phpt | 31 echo "SORT_STRING\n"; 33 var_dump(ksort($temp_array, SORT_STRING)); // expecting : bool(true) 94 SORT_STRING
|
H A D | rsort_basic.phpt | 41 echo "\n-- Testing rsort() by supplying string array, 'flag' = SORT_STRING --\n"; 43 var_dump( rsort($temp_array, SORT_STRING) ); 46 echo "\n-- Testing rsort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_… 48 var_dump( rsort($temp_array, SORT_STRING|SORT_FLAG_CASE) ); // expecting : bool(true) 139 -- Testing rsort() by supplying string array, 'flag' = SORT_STRING -- 160 -- Testing rsort() by supplying string array (case insensitive), 'flag' = SORT_STRING|SORT_FLAG_CAS…
|
H A D | krsort_variation11.phpt | 31 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --\n"; 33 var_dump(krsort($temp_array, SORT_STRING) ); 68 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --
|
H A D | ksort_variation4.phpt | 31 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --\n"; 33 var_dump(ksort($temp_array, SORT_STRING) ); 68 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --
|
H A D | arsort_variation7.phpt | 31 echo "\n-- Testing arsort() by supplying bool value array, 'flag' value is SORT_STRING --\n"; 33 var_dump(arsort($temp_array, SORT_STRING) ); 80 -- Testing arsort() by supplying bool value array, 'flag' value is SORT_STRING --
|
H A D | sort_variation7.phpt | 31 echo "\n-- Testing sort() by supplying bool value array, 'flag' value is SORT_STRING --\n"; 33 var_dump(sort($temp_array, SORT_STRING) ); 80 -- Testing sort() by supplying bool value array, 'flag' value is SORT_STRING --
|