Home
last modified time | relevance | path

Searched refs:sort_flags (Results 1 – 25 of 83) sorted by relevance

1234

/PHP-5.3/ext/intl/doc/
H A Dcollator_api.php143 * @param int $sort_flags Optional sorting type, one of the following:
151 public function sort( $arr, $sort_flags ) {} argument
159 * @param int $sort_flags Optional sorting type
165 public function asort( $arr, $sort_flags ) {} argument
287 * @param int $sort_flags Optional sorting type, one of the following:
295 function collator_sort( $coll, $arr, $sort_flags ) {} argument
302 * @param int $sort_flags Optional sorting type.
308 function collator_asort( $coll, $arr, $sort_flags ) {} argument
/PHP-5.3/ext/standard/tests/array/
H A Drsort_error.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
23 $sort_flags = SORT_REGULAR;
25 var_dump( rsort($array_arg, $sort_flags, $extra_arg) );
H A Dkrsort_variation2.phpt2 Test krsort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : bool krsort(array &array_arg [, int sort_flags])
72 // when 'sort_flags' arugment is supplied with different values
73 echo "\n-- Testing krsort() by supplying different unexpected values for 'sort_flags' argument --\n…
90 -- Testing krsort() by supplying different unexpected values for 'sort_flags' argument --
H A Dksort_variation2.phpt2 Test ksort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : bool ksort(array &array_arg [, int sort_flags])
72 // when 'sort_flags' arugment is supplied with different values
73 echo "\n-- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --\n";
90 -- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --
H A Darsort_variation2.phpt2 Test arsort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : proto bool arsort(array &array_arg [, int sort_flags])
74 echo "\n-- Testing arsort() by supplying different unexpected values for 'sort_flags' argument --\n…
91 -- Testing arsort() by supplying different unexpected values for 'sort_flags' argument --
H A Dasort_variation2.phpt2 Test asort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : proto bool asort(array &array_arg [, int sort_flags])
74 echo "\n-- Testing asort() by supplying different unexpected values for 'sort_flags' argument --\n";
91 -- Testing asort() by supplying different unexpected values for 'sort_flags' argument --
H A Drsort_variation2.phpt2 Test rsort() function : usage variations - Pass different data types as $sort_flags arg
5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
11 * Pass different data types as $sort_flags argument to rsort() to test behaviour
40 // unexpected values to be passed to $sort_flags argument
H A Dksort_variation8.phpt2 Test ksort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR …
5 /* Prototype : bool ksort ( array &$array [, int $sort_flags] )
H A Darsort_variation11.phpt2 Test arsort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR…
5 /* Prototype : bool arsort ( array &$array [, int $sort_flags] )
H A Dasort_variation11.phpt2 Test asort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR …
5 /* Prototype : bool asort ( array &$array [, int $sort_flags] )
H A Dkrsort_variation8.phpt2 Test krsort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR…
5 /* Prototype : bool krsort ( array &$array [, int $sort_flags] )
H A Dsort_variation8.phpt2 Test sort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defualt…
5 /* Prototype : bool sort ( array &$array [, int $sort_flags] )
H A Darsort_variation8.phpt2 Test arsort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defau…
5 /* Prototype : bool arsort ( array &$array [, int $sort_flags] )
H A Dasort_variation8.phpt2 Test asort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defaul…
5 /* Prototype : bool asort ( array &$array [, int $sort_flags] )
H A Dasort_variation9.phpt2 Test asort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as defaul…
5 /* Prototype : bool asort ( array &$array [, int $sort_flags] )
H A Darsort_variation9.phpt2 Test arsort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as defau…
5 /* Prototype : bool arsort ( array &$array [, int $sort_flags] )
H A Dsort_variation9.phpt2 Test sort() function : usage variations - sort diff. associative arrays, 'sort_flags' as defualt/SO…
5 /* Prototype : bool sort ( array &$array [, int $sort_flags] )
H A Drsort_variation10.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Drsort_variation4.phpt7 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Drsort_variation6.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Drsort_variation7.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Dsort_object1.phpt2 Test sort() function : object functionality - sorting objects, 'sort_flags' as default/SORT_REGULAR
5 /* Prototype : bool sort ( array &$array [, int $sort_flags] )
H A Dsort_variation2.phpt2 Test sort() function : usage variations - unexpected values for 'sort_flags' argument
5 /* Prototype : bool sort(array &array_arg [, int $sort_flags])
H A Drsort_variation11.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c262 static collator_compare_func_t collator_get_compare_function( const long sort_flags ) in collator_get_compare_function() argument
266 switch( sort_flags ) in collator_get_compare_function()
294 long sort_flags = COLLATOR_SORT_REGULAR; in collator_sort_internal() local
300 &object, Collator_ce_ptr, &array, &sort_flags ) == FAILURE ) in collator_sort_internal()
312 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()

Completed in 34 milliseconds

1234