/PHP-7.4/ext/standard/tests/array/ |
H A D | asort_variation8.phpt | 14 * SORT_REGULAR - compare items normally
|
H A D | arsort_variation9.phpt | 14 * 2.SORT_REGULAR - compare items normally
|
H A D | asort_variation9.phpt | 14 * 2.SORT_REGULAR - compare items normally
|
H A D | krsort_variation9.phpt | 14 * 2.SORT_REGULAR - compare items normally
|
H A D | ksort_variation9.phpt | 13 * 2.SORT_REGULAR - compare items normally
|
H A D | sort_variation9.phpt | 15 * 2.SORT_REGULAR - compare items normally
|
H A D | arsort_object1.phpt | 14 * 2. SORT_REGULAR - compare items normally
|
H A D | asort_object1.phpt | 14 * 2. SORT_REGULAR - compare items normally
|
H A D | krsort_object.phpt | 12 * 2.SORT_REGULAR - compare items normally
|
H A D | asort_object2.phpt | 14 2. SORT_REGULAR - compare items normally
|
H A D | arsort_object2.phpt | 14 2. SORT_REGULAR - compare items normally
|
/PHP-7.4/ext/date/tests/ |
H A D | examine_diff.inc | 29 * @param int $expect_days the number of days to compare with the
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_result_metadata_sqltests.phpt | 15 …n testStatement($offset, $link, $sql, $expected_lib, $expected_mysqlnd, $check_mysqlnd, $compare) { 159 if ($compare && $meta_res != $meta) {
|
/PHP-7.4/win32/ |
H A D | glob.c | 139 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 D | php_streams.h | 371 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 D | file.inc | 546 // 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 D | fread_basic.phpt | 17 Description : Check the length of the data, and compare the size with $expect_size
|
/PHP-7.4/Zend/ |
H A D | zend_object_handlers.h | 184 zend_object_compare_zvals_t compare; /* optional */ member
|
H A D | zend_operators.c | 2110 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 D | ut_common.inc | 4 * 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 D | timezone_class.cpp | 83 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 D | version_compare.phpt | 38 $compare = version_compare($v1, $v2); 39 switch ($compare) {
|
/PHP-7.4/main/streams/ |
H A D | streams.c | 2338 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 D | gmp.c | 672 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.c | 3358 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap… in preload_sort_classes() argument
|