Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/standard/tests/array/
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-5.5/
H A DUPGRADING.INTERNALS99 void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *arg TSRMLS_…
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
/PHP-5.5/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-5.5/ext/mbstring/oniguruma/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
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().
/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/soap/interop/
H A Dclient_round2_interop.php344 return compare($expect, $result);
/PHP-5.5/main/streams/
H A Dstreams.c2281 int (*compare) (const char **a, const char **b) TSRMLS_DC)
2328 if (nfiles > 0 && compare) {
2329 qsort(*namelist, nfiles, sizeof(char *), (int(*)(const void *, const void *))compare);
/PHP-5.5/ext/standard/tests/versioning/
H A Dversion_compare.phpt38 $compare = version_compare($v1, $v2);
39 switch ($compare) {
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE371 A-3. Lacked features compare with perl 5.8.0
/PHP-5.5/ext/standard/tests/file/
H A Dfread_basic.phpt17 Description : Check the length of the data, and compare the size with $expect_size
/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
/PHP-5.5/win32/
H A Dphp5dll.dsp985 SOURCE=..\ext\bcmath\libbcmath\src\compare.c
H A Dphp5dllts.dsp1017 SOURCE=..\ext\bcmath\libbcmath\src\compare.c
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3022 struct sljit_jump *compare; in do_utfreadtype8() local
3033 compare = CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, 0x3); in do_utfreadtype8()
3040 JUMPHERE(compare); in do_utfreadtype8()
H A DChangeLog3246 Autotools (compare pcre.h, which is now distributed as pcre.h.generic).
3343 compare equal. This works on Linux.
/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()

Completed in 158 milliseconds

1234567