Searched refs:any (Results 1 - 11 of 11) 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/ |
| H A D | ltmain.sh | 11 # (at your option) any later version. 137 $echo "$modename: not configured to build any kind of library" 1>&2 246 # Infer tagged configuration to use if any are available and 594 # If this variable is set in any of the actions, the command in it 684 # Accept any command-line options. 854 # Delete any leftover library objects. 1710 # and Darwin in order for the loader to find any dlls it needs. 2103 need_relink=no # whether we're linking any uninstalled libtool libraries 2434 # statically, we need to preload. We also need to preload any 3493 # If the user specified any rpat [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/gd/libgd/ |
| H A D | gd.c | 42 #define __attribute__(any) /*nothing */
|
| /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/date/lib/ |
| H A D | parse_date.re | 873 any = [\000-\377]; 1770 any 2064 case ' ': /* any sort of whitespace (' ' and \t) */
|
| H A D | parse_iso_intervals.re | 287 any = [\000-\377]; 423 any
|
| /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...] |
| /PHP_5_3/ext/standard/ |
| H A D | url_scanner_ex.re | 97 any = [\000-\377]; 98 N = (any\[<]); 123 (any\[:?#])+ { goto scan; } 311 any { passthru(STD_ARGS); goto state_plain_begin; } 323 any { passthru(STD_ARGS); goto state_plain_begin; } 330 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } 337 any { --YYCURSOR; goto state_next_arg_begin; } 344 ["] (any\[">])* ["] { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; } 345 ['] (any\['>])* ['] { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; } 346 (any\[ \ [all...] |
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 295 "any" and "anycrlf" at present). The following macros are used to package up 301 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ 539 seems that any kind of arithmetic results in a signed value. */ 673 significant performance advantage, and it seems never to do any harm. */ 1869 repeated. These are the types that consume characters. If any new escapes are 1903 OP_ANY, /* 12 Match any character except newline (\N) */ 1904 OP_ALLANY, /* 13 Match any character */ 1905 OP_ANYBYTE, /* 14 Match any byte (\C); different to OP_ANY for UTF-8 */ 1908 OP_ANYNL, /* 17 \R (any newline sequence) */ 2259 /* A magic value for OP_RREF and OP_NRREF to indicate the "any recursio [all...] |
Completed in 111 milliseconds