Home
last modified time | relevance | path

Searched refs:compare (Results 126 – 150 of 152) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/array/
H A Dasort_variation8.phpt14 * SORT_REGULAR - compare items normally
H A Darsort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation9.phpt13 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation9.phpt15 * 2.SORT_REGULAR - compare items normally
H A Darsort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Dasort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Dkrsort_object.phpt12 * 2.SORT_REGULAR - compare items normally
H A Dasort_object2.phpt14 2. SORT_REGULAR - compare items normally
H A Darsort_object2.phpt14 2. SORT_REGULAR - compare items normally
/PHP-7.4/ext/date/tests/
H A Dexamine_diff.inc29 * @param int $expect_days the number of days to compare with the
/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/win32/
H A Dglob.c139 static int compare(const void *, const void *);
517 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
522 compare(const void *p, const void *q) in compare() function
/PHP-7.4/main/
H A Dphp_streams.h371 int (*compare) (const zend_string **a, const zend_string **b));
372 …am_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (namelist), 0, (con… argument
/PHP-7.4/ext/standard/tests/file/
H A Dfile.inc546 // compare the values in the stat, which are accessed using numeric key with
579 "!=" compare for not equal
580 "==" compare for equality
602 // compare values of given key from each stat array
H A Dfread_basic.phpt17 Description : Check the length of the data, and compare the size with $expect_size
/PHP-7.4/Zend/
H A Dzend_object_handlers.h184 zend_object_compare_zvals_t compare; /* optional */ member
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()
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc4 * Then compare the outputs.
52 …return $GLOBALS['oo-mode'] ? $coll->compare( $str1, $str2 ) : collator_compare( $coll, $str1, $str…
/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/versioning/
H A Dversion_compare.phpt38 $compare = version_compare($v1, $v2);
39 switch ($compare) {
/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/gmp/
H A Dgmp.c672 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()
/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

Completed in 88 milliseconds

1234567