Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 152) sorted by last modified time

1234567

/PHP-7.4/main/streams/
H A Dstreams.c2338 int (*compare) (const zend_string **a, const zend_string **b))
2385 if (nfiles > 0 && compare) {
2386 qsort(*namelist, nfiles, sizeof(zend_string *), (int(*)(const void *, const void *))compare);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4375 struct sljit_jump *compare; in do_utfreadtype8() local
4386 compare = CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, 0x3); in do_utfreadtype8()
4393 JUMPHERE(compare); in do_utfreadtype8()
/PHP-7.4/Zend/
H A Dzend_operators.c2110 if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, compare)) { in compare_function()
2111 ret = Z_OBJ_HANDLER_P(op1, compare)(result, op1, op2); in compare_function()
2116 } else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, compare)) { in compare_function()
2117 ret = Z_OBJ_HANDLER_P(op2, compare)(result, op1, op2); in compare_function()
H A Dzend_API.c1879 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules() argument
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3358 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap… in preload_sort_classes() argument
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp83 if (id.compare(0, 3, UnicodeString("GMT", sizeof("GMT")-1, US_INV)) == 0) { in timezone_convert_to_datetimezone()
/PHP-7.4/ext/standard/tests/array/
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/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt15 …n testStatement($offset, $link, $sql, $expected_lib, $expected_mysqlnd, $check_mysqlnd, $compare) {
159 if ($compare && $meta_res != $meta) {
/PHP-7.4/ext/gmp/
H A Dgmp.c672 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTimeZone objects
23 echo "compare $timezone1 with $timezone2\n";
45 compare +0200 with +0200
49 compare +0200 with -0200
53 compare EST with EST
57 compare EST with PST
61 compare Europe/Amsterdam with Europe/Amsterdam
65 compare Europe/Amsterdam with Europe/Berlin
70 Warning: main(): Trying to compare different kinds of DateTimeZone objects in %s on line %d
73 Warning: main(): Trying to compare uninitialized DateTimeZone objects in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt58 // numeric and named keys, compare them to see they are same
69 // compare the two stat values, initial stat and stat recorded after
H A Dlstat_stat_variation14.phpt32 // compare self stats
35 // compare the stat
H A Dlstat_stat_variation15.phpt43 // compare self stats
46 // compare the stat
H A Dlstat_stat_variation2.phpt29 // compare self stats
33 // compare the two stats - all except ctime
H A Dlstat_stat_variation1.phpt31 // compare the self stat
35 // compare the two stats
H A Dlstat_stat_variation10.phpt35 // compare self stats
44 // compare the stat
H A Dlstat_stat_variation11.phpt34 // compare self stats
37 // compare the stat
H A Dlstat_stat_variation12.phpt43 // compare self stats
46 // compare the stat
H A Dlstat_stat_variation13.phpt35 // compare self stats
38 // compare the stat
H A Dlstat_stat_variation7.phpt30 // compare self stats
33 // compare the stats
H A Dlstat_stat_variation3.phpt40 // compare self stats
44 // compare the two stats - all except ctime
H A Dlstat_stat_variation4.phpt37 // compare self stats
41 // compare the stat
H A Dlstat_stat_variation6.phpt54 // compare self stats
58 // compare the stat
H A Dlstat_stat_variation8.phpt39 // compare self stats
42 // compare the stat
/PHP-7.4/ext/spl/
H A Dspl_heap.c816 SPL_METHOD(SplPriorityQueue, compare) in SPL_METHOD() argument
859 SPL_METHOD(SplMinHeap, compare) in SPL_METHOD() argument
873 SPL_METHOD(SplMaxHeap, compare) in SPL_METHOD() argument
1172 SPL_ME(SplMinHeap, compare, arginfo_heap_compare, ZEND_ACC_PROTECTED)
1176 SPL_ME(SplMaxHeap, compare, arginfo_heap_compare, ZEND_ACC_PROTECTED)
1181 SPL_ME(SplPriorityQueue, compare, arginfo_heap_compare, ZEND_ACC_PUBLIC)
1214 ZEND_FENTRY(compare, NULL, NULL, ZEND_ACC_PROTECTED|ZEND_ACC_ABSTRACT)

Completed in 118 milliseconds

1234567