Searched defs:compare (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/ext/soap/interop/ |
| H A D | test.utility.php | 73 // $ok = $dt->compare($e1, $e2) == 0; 84 if (!compare($v,$ar2[$k])) return FALSE; 97 function compare(&$x,&$y) { function
|
| /PHP_5_3/win32/ |
| H A D | glob.c | 140 static int compare(const void *, const void *); 516 pglob->gl_pathc - oldpathc, sizeof(char *), compare); 521 compare(const void *p, const void *q) function
|
| /PHP_5_3/ext/intl/doc/ |
| H A D | collator_api.php | 129 * @param string $str1 First string to compare. 130 * @param string $str2 Second string to compare. 137 public function compare( $str1, $str2 ) {} function 144 * - SORT_REGULAR - compare items normally (don't change types) 145 * - SORT_NUMERIC - compare items numerically 146 * - SORT_STRING - compare items as strings 271 * @param string $str1 The first string to compare. 272 * @param string $str2 The second string to compare. 288 * - SORT_REGULAR - compare items normally (don't change types) 289 * - SORT_NUMERIC - compare item [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | st.h | 15 int (*compare)(); member in struct:st_hash_type
|
| /PHP_5_3/ext/standard/ |
| H A D | versioning.c | 133 int compare = 0; local 162 /* compare element numerically */ 165 compare = sign(l1 - l2); 167 /* compare element names */ 168 compare = compare_special_version_forms(p1, p2); 172 compare = compare_special_version_forms("#N#", p2); 174 compare = compare_special_version_forms(p1, "#N#"); 177 if (compare != 0) { 187 if (compare == 0) { 190 compare 215 int compare, argc; local [all...] |
Completed in 5 milliseconds