Home
last modified time | relevance | path

Searched refs:compare (Results 151 – 171 of 171) sorted by relevance

1234567

/PHP-7.2/ext/standard/tests/array/
H A Dkrsort_object.phpt12 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation1.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
16 * 4. SORT_STRING - compare items as strings
H A Dkrsort_variation1.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
16 * 4.SORT_STRING - compare items as strings
H A Dksort_variation1.phpt13 * 2. SORT_REGULAR - compare items normally
14 * 3. SORT_NUMERIC - compare items numerically
15 * 4. SORT_STRING - compare items as strings
H A Dsort_variation1.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
16 * 4. SORT_STRING - compare items as strings
H A Dasort_object2.phpt14 2. SORT_REGULAR - compare items normally
H A Darsort_variation1.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
16 * 4. SORT_STRING - compare items as strings
/PHP-7.2/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.2/ext/mbstring/oniguruma/src/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp81 if (id.compare(0, 3, UnicodeString("GMT", sizeof("GMT")-1, US_INV)) == 0) { in timezone_convert_to_datetimezone()
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php344 return compare($expect, $result);
/PHP-7.2/main/streams/
H A Dstreams.c2250 int (*compare) (const zend_string **a, const zend_string **b))
2297 if (nfiles > 0 && compare) {
2298 qsort(*namelist, nfiles, sizeof(zend_string *), (int(*)(const void *, const void *))compare);
/PHP-7.2/Zend/
H A Dzend_operators.c1998 if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, compare)) { in compare_function()
1999 ret = Z_OBJ_HANDLER_P(op1, compare)(result, op1, op2); in compare_function()
2004 } else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, compare)) { in compare_function()
2005 ret = Z_OBJ_HANDLER_P(op2, compare)(result, op1, op2); in compare_function()
H A Dzend_API.c1892 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.2/ext/standard/tests/versioning/
H A Dversion_compare.phpt38 $compare = version_compare($v1, $v2);
39 switch ($compare) {
/PHP-7.2/ext/standard/tests/file/
H A Dfread_basic.phpt17 Description : Check the length of the data, and compare the size with $expect_size
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt203 represented in common usage will compare correctly (for details, see UTN #5). Only if the accent
/PHP-7.2/ext/gmp/
H A Dgmp.c663 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY302 String#scan for long string needs long time compare with
1676 2003/06/03: [bug] should compare strings with min-length in is_not_included().
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3237 struct sljit_jump *compare; in do_utfreadtype8() local
3248 compare = CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, 0x3); in do_utfreadtype8()
3255 JUMPHERE(compare); in do_utfreadtype8()
H A DChangeLog134 group that reset capture numbers (compare 8.38/7 below). Once again, I have
3432 Autotools (compare pcre.h, which is now distributed as pcre.h.generic).
3529 compare equal. This works on Linux.

Completed in 119 milliseconds

1234567