Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 170) sorted by path

1234567

/PHP-5.5/
H A DNEWS258 . Fixed bug #69892 (Different arrays compare indentical due to integer key
303 . Fixed bug #69892 (Different arrays compare indentical due to integer key
339 . Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error).
9507 - Fixed bug #33286 (nested array_walk() calls and user array compare functions
H A DUPGRADING.INTERNALS99 void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *arg TSRMLS_…
/PHP-5.5/Zend/tests/
H A Dbug69892.phpt2 Bug #69892: Different arrays compare indentical due to integer key truncation
/PHP-5.5/Zend/
H A Dzend_API.c1770 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_D… in zend_sort_modules()
H A Dzend_llist.c91 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, v… in zend_llist_del_element()
96 if (compare(current->data, element)) { in zend_llist_del_element()
H A Dzend_llist.h53 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, v…
H A Dzend_qsort.c57 ZEND_API void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *ar… in zend_qsort_r() argument
84 for (; seg1 < seg2 && compare(begin, seg1 TSRMLS_CC, arg) > 0; in zend_qsort_r()
87 for (; seg2 >= seg1 && compare(seg2, begin TSRMLS_CC, arg) > 0; in zend_qsort_r()
121 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC) in zend_qsort()
123 zend_qsort_r(base, nmemb, siz, (compare_r_func_t)compare, NULL TSRMLS_CC); in zend_qsort()
H A Dzend_qsort.h26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC);
27 ZEND_API void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *ar…
/PHP-5.5/ext/bcmath/
H A Dconfig.m411 libbcmath/src/compare.c libbcmath/src/divmod.c libbcmath/src/int2num.c libbcmath/src/num2long.c lib…
H A Dconfig.w329 outofmem.c raisemod.c rt.c sub.c compare.c divmod.c int2num.c \
/PHP-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTime objects
6 // NB: DateTimeZone class does not define a customized compare class handler so standard object han…
8 echo "Simple test for DateTimeZone compare object handler\n";
29 echo "\n-- All the following tests should compare equal --\n";
31 echo "\n-- All the following tests should compare NOT equal --\n";
42 Simple test for DateTimeZone compare object handler
44 -- All the following tests should compare equal --
47 -- All the following tests should compare NOT equal --
H A DDateTime_compare_basic1.phpt2 Test of compare object handler for DateTime objects
6 echo "Simple test for DateTime compare object handler\n";
27 echo "\n-- All the following tests should compare equal --\n";
37 echo "\n-- The following test should still compare equal --\n";
39 echo "\n-- All the following tests should now compare NOT equal --\n";
44 echo "\n-- All the following tests should again compare equal --\n";
54 Simple test for DateTime compare object handler
56 -- All the following tests should compare equal --
65 -- The following test should still compare equal --
68 -- All the following tests should now compare NOT equal --
[all …]
H A Dexamine_diff.inc29 * @param int $expect_days the number of days to compare with the
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c119 PHP_NAMED_FE( compare, ZEND_FN( collator_compare ), collator_2_args )
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt203 represented in common usage will compare correctly (for details, see UTN #5). Only if the accent
H A Dcollator_api.php137 public function compare( $str1, $str2 ) {} function in Collator
/PHP-5.5/ext/intl/tests/
H A Dbug60192-compare.phpt16 $a = $c->compare('h', 'H');
19 Catchable fatal error: Collator::compare(): Object not initialized in %s on line %d
H A Dcollator_compare.phpt2 compare()
76 // Try to compare long strings.
H A Dcollator_compare_variant2.phpt2 compare()
76 // Try to compare long strings.
H A Dut_common.inc4 * Then compare the outputs.
52 …return $GLOBALS['oo-mode'] ? $coll->compare( $str1, $str2 ) : collator_compare( $coll, $str1, $str…
/PHP-5.5/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-5.5/ext/mbstring/oniguruma/
H A DHISTORY190 String#scan for long string needs long time compare with
1564 2003/06/03: [bug] should compare strings with min-length in is_not_included().
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE371 A-3. Lacked features compare with perl 5.8.0

Completed in 90 milliseconds

1234567