Searched defs:any (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 7 * Permission to use, copy, modify, and distribute this software for any 9 * is included in all copies of any software which is or includes a copy 1553 * to compensate for any error in the multiplication of 2595 int any = 0; local 2613 any = 1; 2618 *endptr = (char *)(any ? s - 1 : str); 2629 int any = 0; local 2642 any = 1; 2646 *endptr = (char *)(any ? s - 1 : str);
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 55 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any 126 ** not have more than a dozen or so columns in any table. And if 128 ** dozen values in any of the other situations described above. 165 ** any limit on the number of terms in a compount SELECT. 289 ** fire any triggers. A value of 0 means that no trigger programs at all 640 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also 708 ** prefix is omitted from any strings returned by 753 ** thread safety, not any run-time changes to that setting made by 868 ** is not NULL then any error message is written into memory obtained 879 ** without running any subsequen 119349 const int any = SQLITE_ANY; local [all...] |
| /PHP_5_3/win32/ |
| H A D | strtoi64.c | 13 int neg, any; local 17 * Skip white space and pick up leading +/- sign if any. 43 acc = any = 0; 47 *endptr = (char *)(any ? s - 1 : nptr); 59 * Set 'any' if any `digits' consumed; make it negative to indicate 97 if ( (any < 0) /* already noted an over/under flow - short circuit */ 100 any = -1; /* once noted, over/underflows never go away */ 106 any = 1; 110 if (any < [all...] |
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_is_numeric.c | 38 int any = 0; local 51 any = 1; 58 any = 1; 63 if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { 82 if (any) { 137 register int neg = 0, any, cutlim; local 148 * Skip white space and pick up leading +/- sign if any. 184 * Set any if any `digits' consumed; make it negative to indicate 190 for (acc = 0, any [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 1305 zval* any = NULL; local 1312 if (any && Z_TYPE_P(any) != IS_ARRAY) { 1319 add_assoc_zval(arr, name, any); 1321 add_next_index_zval(arr, any); 1323 any = arr; 1341 if (any == NULL) { 1349 any = arr; 1352 any = val; 1358 if (zend_hash_find(Z_ARRVAL_P(any), nam 1462 sdlContentModelPtr any = NULL; local [all...] |
Completed in 108 milliseconds