Searched defs:any (Results 1 - 7 of 7) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_strtod.c7 * 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
2591 int any = 0; local
2614 any = 1;
2619 *endptr = any ? s - 1 : str;
2630 int any = 0; local
2648 any = 1;
2652 *endptr = any ? s - 1 : str;
2663 int any local
[all...]
/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c55 ** 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_TRUNK/ext/standard/html_tables/
H A Dhtml_table_gen.php603 $any = false; variable
606 $any = true; variable
608 if ($any) {
/PHP_TRUNK/win32/
H A Dstrtoi64.c13 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_TRUNK/ext/intl/collator/
H A Dcollator_is_numeric.c38 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_TRUNK/ext/intl/
H A Dintl_error.c118 /* Free previous message if any */
121 /* Mark message copied if any */
253 int any = 0; local
262 any = 1;
265 if( any )
272 any = 1;
276 if( any )
290 any = 1;
295 if( any )
310 any
[all...]
/PHP_TRUNK/ext/soap/
H A Dphp_encoding.c1290 zval* any = NULL; local
1297 if (any && Z_TYPE_P(any) != IS_ARRAY) {
1304 add_assoc_zval(arr, name, any);
1306 add_next_index_zval(arr, any);
1308 any = arr;
1326 if (any == NULL) {
1334 any = arr;
1337 any = val;
1343 if (zend_hash_find(Z_ARRVAL_P(any), nam
1447 sdlContentModelPtr any = NULL; local
[all...]

Completed in 86 milliseconds