Home
last modified time | relevance | path

Searched refs:compare (Results 51 – 75 of 152) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/array/
H A Dksort_variation10.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation3.phpt15 * 2. SORT_REGULAR - compare items normally
16 * 3. SORT_NUMERIC - compare items numerically
17 * 4. SORT_STRING - compare items as strings
H A Darsort_variation10.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dasort_variation10.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation10.phpt15 * 2.SORT_REGULAR - compare items normally
16 * 3.SORT_NUMERIC - compare items numerically
H A Dkrsort_variation6.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation6.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Darsort_variation6.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dasort_variation6.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dksort_variation11.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_STRING - compare items as strings
H A Dksort_variation6.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
H A Dkrsort_variation10.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_STRING - compare items as strings
H A Dksort_variation3.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
H A Dsort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Dksort_basic.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
15 * 4.SORT_STRING - compare items as strings
/PHP-7.4/ext/intl/tests/
H A Dcollator_compare.phpt2 compare()
76 // Try to compare long strings.
H A Dcollator_compare_variant2.phpt2 compare()
76 // Try to compare long strings.
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation6.phpt54 // compare self stats
58 // compare the stat
/PHP-7.4/ext/spl/tests/
H A Dspl_heap_is_empty_basic.phpt11 public function compare($a, $b){
H A Dspl_heap_count_basic.phpt11 public function compare($a,$b)
H A Dspl_heap_iteration_error.phpt10 public function compare($val1,$val2) {
/PHP-7.4/ext/bcmath/
H A Dconfig.w328 outofmem.c raisemod.c sub.c compare.c divmod.c int2num.c \
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation3.phpt17 /* loop through to compare the strings, for various length values */
H A Dstrncmp_variation3.phpt17 /* loop through to compare the strings, for various length values */
/PHP-7.4/Zend/
H A Dzend_sort.c26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort() argument
53 for (; seg1 < seg2 && compare(begin, seg1) > 0; in zend_qsort()
56 for (; seg2 >= seg1 && compare(seg2, begin) > 0; in zend_qsort()

Completed in 24 milliseconds

1234567