Home
last modified time | relevance | path

Searched refs:compare (Results 26 – 50 of 225) sorted by relevance

123456789

/php-src/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt11 public function compare($a, $b): int {
15 return parent::compare($a, $b);
H A Dheap_corruption.phpt2 SPL: SplHeap - heap corruption via compare exception (with top element deletion)
13 public function compare($v1, $v2): int
/php-src/ext/bcmath/tests/number/methods/
H A Dcompare.phpt2 BcMath\Number compare()
26 var_dump($value1->compare($value2));
H A Ddivmod_with_scale.phpt29 if ($method_quot->compare($func_quot) !== 0) {
33 if ($method_rem->compare($func_rem) !== 0) {
/php-src/ext/mbstring/tests/
H A Dmb_ucfirst_lcfirst.phpt13 echo "mb_ucfirst compare failed: " . chr($i) . "\n";
17 echo "mb_ucfirst compare failed: " . chr($i) . "\n";
28 echo "mb_lcfirst compare failed: " . chr($i) . "\n";
33 echo "mb_lcfirst compare failed: " . chr($i) . "\n";
/php-src/ext/spl/
H A Dspl_heap_arginfo.h87 ZEND_METHOD(SplPriorityQueue, compare);
108 ZEND_METHOD(SplMinHeap, compare);
109 ZEND_METHOD(SplMaxHeap, compare);
112 ZEND_ME(SplPriorityQueue, compare, arginfo_class_SplPriorityQueue_compare, ZEND_ACC_PUBLIC)
150 ZEND_ME(SplMinHeap, compare, arginfo_class_SplMinHeap_compare, ZEND_ACC_PROTECTED)
155 ZEND_ME(SplMaxHeap, compare, arginfo_class_SplMaxHeap_compare, ZEND_ACC_PROTECTED)
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation1.phpt24 // compare the self stat
28 // compare the two stats
H A Dlstat_stat_variation11.phpt27 // compare self stats
30 // compare the stat
H A Dlstat_stat_variation14.phpt25 // compare self stats
28 // compare the stat
H A Dlstat_stat_variation2.phpt22 // compare self stats
26 // compare the two stats - all except ctime
H A Dlstat_stat_variation7.phpt24 // compare self stats
27 // compare the stats
H A Dlstat_stat_variation13.phpt28 // compare self stats
31 // compare the stat
H A Dlstat_stat_variation17.phpt28 // compare self stats
31 // compare the stat
H A Dlstat_stat_variation16.phpt29 // compare self stats
32 // compare the stat
H A Dlstat_stat_variation4.phpt30 // compare self stats
34 // compare the stat
H A Dlstat_stat_variation10.phpt28 // compare self stats
37 // compare the stat
H A Dlstat_stat_variation12.phpt36 // compare self stats
39 // compare the stat
H A Dlstat_stat_variation15.phpt36 // compare self stats
39 // compare the stat
H A Dlstat_stat_variation21.phpt36 // compare self stats
39 // compare the stat
H A Dlstat_stat_variation3.phpt33 // compare self stats
37 // compare the two stats - all except ctime
H A Dlstat_stat_variation5.phpt33 // compare self stats
37 // compare the stat
H A Dlstat_stat_variation8.phpt32 // compare self stats
35 // compare the stat
H A Dstat_variation2-win32.phpt36 // compare self stats
39 // compare the stats
H A Dstat_variation5-win32.phpt35 // compare self stats
38 // compare the stat
/php-src/main/
H A Dphp_scandir.h37 …dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (const struct di…

Completed in 21 milliseconds

123456789