Home
last modified time | relevance | path

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

1234567

/PHP-5.3/ext/mbstring/oniguruma/
H A Dst.c73 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
H A DHISTORY77 String#scan for long string needs long time compare with
1359 2003/06/03: [bug] should compare strings with min-length in is_not_included().
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_interop.php344 return compare($expect, $result);
/PHP-5.3/main/streams/
H A Dstreams.c2268 int (*compare) (const char **a, const char **b) TSRMLS_DC)
2308 if (compare) {
2309 qsort(*namelist, nfiles, sizeof(char *), (int(*)(const void *, const void *))compare);
/PHP-5.3/ext/standard/tests/versioning/
H A Dversion_compare.phpt38 $compare = version_compare($v1, $v2);
39 switch ($compare) {
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE325 A-3. Lacked features compare with perl 5.8.0
/PHP-5.3/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.3/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.3/
H A Dphp.ini-development340 ; By default, Safe Mode does a UID compare check when
341 ; opening files. If you want to relax this to a GID compare,
H A Dphp.ini-production340 ; By default, Safe Mode does a UID compare check when
341 ; opening files. If you want to relax this to a GID compare,
H A DNEWS6457 - Fixed bug #33286 (nested array_walk() calls and user array compare functions
/PHP-5.3/win32/
H A Dphp5dll.dsp997 SOURCE=..\ext\bcmath\libbcmath\src\compare.c
H A Dphp5dllts.dsp1029 SOURCE=..\ext\bcmath\libbcmath\src\compare.c
/PHP-5.3/Zend/
H A Dzend_API.c1628 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_D… in zend_sort_modules()
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2309 Autotools (compare pcre.h, which is now distributed as pcre.h.generic).
2406 compare equal. This works on Linux.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt4409 ful positive assertion is passed back when a match succeeds (compare
6891 when a match succeeds (compare capturing parentheses in assertions).
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic4519 # The stripped stuff really needs to be an 8 byte (64 bit) compare,

Completed in 171 milliseconds

1234567