Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt48 Name: sort_flags
62 Name: sort_flags
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c266 static collator_compare_func_t collator_get_compare_function( const zend_long sort_flags ) in collator_get_compare_function() argument
270 switch( sort_flags ) in collator_get_compare_function()
298 zend_long sort_flags = COLLATOR_SORT_REGULAR; in collator_sort_internal() local
304 &object, Collator_ce_ptr, &array, &sort_flags ) == FAILURE ) in collator_sort_internal()
316 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()
/PHP-7.4/ext/standard/tests/array/
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 Drsort_variation4.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Drsort_variation10.phpt5 /* Prototype : bool rsort(array &$array_arg [, 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 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 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_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 Drsort_variation11.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Darsort_variation4.phpt5 /* Prototype : bool arsort ( array &$array [, int $sort_flags] )
H A Dasort_variation4.phpt5 /* Prototype : bool asort ( array &$array [, int $sort_flags] )
H A Dsort_variation4.phpt5 /* Prototype : bool sort ( array &$array [, int $sort_flags] )
H A Dkrsort_variation4.phpt5 /* Prototype : bool krsort ( array &$array [, int $sort_flags] )
H A Dksort_variation10.phpt5 /* Prototype : bool ksort ( array &$array [, int $sort_flags] )
H A Drsort_variation8.phpt5 /* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
H A Darsort_variation10.phpt5 /* Prototype : bool arsort ( array &$array [, int $sort_flags] )

Completed in 121 milliseconds

123