Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt67 /* store the data in a regular file so that we can compare
231 /* we compare the results of fgets using differing line lengths to
238 /* now compare the real stream with the user stream */
/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_variation2.phpt20 /* loop through to compare each string with the other string */
H A Dstrncasecmp_variation3.phpt17 /* loop through to compare the strings, for various length values */
H A Dstrncasecmp_variation8.phpt19 /* loop through to compare each string with the other string */
H A Dstrncasecmp_variation9.phpt67 /* loop through to compare the strings */
H A Dstrncmp_variation2.phpt20 /* loop through to compare each string with the other string */
H A Dstrncmp_variation3.phpt17 /* loop through to compare the strings, for various length values */
H A Dstrncmp_variation8.phpt19 /* loop through to compare each string with the other string */
H A Dstrncmp_variation9.phpt47 /* loop through to compare each string with the other string */
/PHP-5.5/ext/standard/tests/versioning/
H A Dversion_compare.phpt38 $compare = version_compare($v1, $v2);
39 switch ($compare) {
/PHP-5.5/ext/standard/
H A Dversioning.c133 int compare = 0; in php_version_compare() local
165 compare = sign(l1 - l2); in php_version_compare()
177 if (compare != 0) { in php_version_compare()
187 if (compare == 0) { in php_version_compare()
190 compare = 1; in php_version_compare()
196 compare = -1; in php_version_compare()
204 return compare; in php_version_compare()
215 int compare, argc; in PHP_FUNCTION() local
224 RETURN_LONG(compare); in PHP_FUNCTION()
230 RETURN_BOOL(compare != 1); in PHP_FUNCTION()
[all …]
/PHP-5.5/main/
H A Dphp_scandir.c60 …dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (const struct di… in php_scandir()
114 if (compare) { in php_scandir()
115 qsort (*namelist, nfiles, sizeof(struct dirent *), compare); in php_scandir()
H A Dphp_scandir.h45 …dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (const struct di…
H A Dphp_streams.h358 int (*compare) (const char **a, const char **b) TSRMLS_DC);
359 …am_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (namelist), 0, (con… argument
/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/tests/lang/
H A Dcompare_objects_basic1.phpt2 Test standard 'compare' object handler
7 echo "Simple test for standard compare object handler\n";
27 // Define a bunch of objects all of which will use standard compare object handler
34 echo "\n-- The following compare should return TRUE --\n";
48 Simple test for standard compare object handler
50 -- The following compare should return TRUE --
H A Dcompare_objects_basic2.phpt2 Test object compare when object handler different
10 echo "Simple test comparing two objects with different compare callback handler\n";
22 Simple test comparing two objects with different compare callback handler
/PHP-5.5/win32/
H A Dglob.c147 static int compare(const void *, const void *);
525 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
530 compare(const void *p, const void *q) in compare() function
H A Dphp5dll.dsp985 SOURCE=..\ext\bcmath\libbcmath\src\compare.c
H A Dphp5dllts.dsp1017 SOURCE=..\ext\bcmath\libbcmath\src\compare.c

Completed in 98 milliseconds

1234567