any 2590 Zend/zend_strtod.c int any = 0; any 2613 Zend/zend_strtod.c any = 1; any 2618 Zend/zend_strtod.c *endptr = any ? s - 1 : str; any 2629 Zend/zend_strtod.c int any = 0; any 2647 Zend/zend_strtod.c any = 1; any 2651 Zend/zend_strtod.c *endptr = any ? s - 1 : str; any 2662 Zend/zend_strtod.c int any = 0; any 2684 Zend/zend_strtod.c any = 1; any 2694 Zend/zend_strtod.c *endptr = (char *)(any ? s - 1 : str); any 42 ext/gd/libgd/gd.c #define __attribute__(any) /*nothing */ any 38 ext/intl/collator/collator_is_numeric.c int any = 0; any 51 ext/intl/collator/collator_is_numeric.c any = 1; any 58 ext/intl/collator/collator_is_numeric.c any = 1; any 63 ext/intl/collator/collator_is_numeric.c if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { any 82 ext/intl/collator/collator_is_numeric.c if (any) { any 137 ext/intl/collator/collator_is_numeric.c register int neg = 0, any, cutlim; any 190 ext/intl/collator/collator_is_numeric.c for (acc = 0, any = 0;; c = *s++) { any 202 ext/intl/collator/collator_is_numeric.c if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) any 203 ext/intl/collator/collator_is_numeric.c any = -1; any 205 ext/intl/collator/collator_is_numeric.c any = 1; any 210 ext/intl/collator/collator_is_numeric.c if (any < 0) { any 216 ext/intl/collator/collator_is_numeric.c *endptr = (UChar *)(any ? s - 1 : nptr); any 253 ext/intl/intl_error.c int any = 0; any 262 ext/intl/intl_error.c any = 1; any 265 ext/intl/intl_error.c if( any ) any 272 ext/intl/intl_error.c any = 1; any 276 ext/intl/intl_error.c if( any ) any 290 ext/intl/intl_error.c any = 1; any 295 ext/intl/intl_error.c if( any ) any 310 ext/intl/intl_error.c any = 1; any 313 ext/intl/intl_error.c if( !any ) any 3239 ext/pcre/pcrelib/pcre_jit_compile.c BOOL last, any, caseless; any 3259 ext/pcre/pcrelib/pcre_jit_compile.c any = FALSE; any 3361 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3369 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3378 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3388 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3397 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3406 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3422 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3432 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3447 ext/pcre/pcrelib/pcre_jit_compile.c any = TRUE; any 3456 ext/pcre/pcrelib/pcre_jit_compile.c if (any) any 1295 ext/soap/php_encoding.c zval* any = NULL; any 1302 ext/soap/php_encoding.c if (any && Z_TYPE_P(any) != IS_ARRAY) { any 1309 ext/soap/php_encoding.c add_assoc_zval(arr, name, any); any 1311 ext/soap/php_encoding.c add_next_index_zval(arr, any); any 1313 ext/soap/php_encoding.c any = arr; any 1331 ext/soap/php_encoding.c if (any == NULL) { any 1339 ext/soap/php_encoding.c any = arr; any 1342 ext/soap/php_encoding.c any = val; any 1348 ext/soap/php_encoding.c if (zend_hash_find(Z_ARRVAL_P(any), name, strlen(name)+1, (void**)&el) == SUCCESS) { any 1360 ext/soap/php_encoding.c add_assoc_zval(any, name, val); any 1363 ext/soap/php_encoding.c add_next_index_zval(any, val); any 1370 ext/soap/php_encoding.c if (any) { any 1371 ext/soap/php_encoding.c set_zval_property(ret, name ? name : "any", any TSRMLS_CC); any 1452 ext/soap/php_encoding.c sdlContentModelPtr any = NULL; any 1457 ext/soap/php_encoding.c any = *tmp; any 1463 ext/soap/php_encoding.c if (any) { any 142230 ext/sqlite3/libsqlite/sqlite3.c const int any = SQLITE_ANY; any 142244 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0); any 142247 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0); any 142251 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0); any 142254 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); any 13 win32/strtoi64.c int neg, any; any 43 win32/strtoi64.c acc = any = 0; any 47 win32/strtoi64.c *endptr = (char *)(any ? s - 1 : nptr); any 97 win32/strtoi64.c if ( (any < 0) /* already noted an over/under flow - short circuit */ any 100 win32/strtoi64.c any = -1; /* once noted, over/underflows never go away */ any 106 win32/strtoi64.c any = 1; any 110 win32/strtoi64.c if (any < 0) { any 113 win32/strtoi64.c } else if (!any) { any 118 win32/strtoi64.c *endptr = (char *)(any ? s - 1 : nptr);