Home
last modified time | relevance | path

Searched refs:LONG_MAX (Results 26 – 50 of 53) sorted by relevance

123

/PHP-5.4/Zend/
H A Dzend_hash.h330 if (idx-1 > LONG_MAX) { /* overflow */ \ in END_EXTERN_C()
334 } else if (idx > LONG_MAX) { /* overflow */ \ in END_EXTERN_C()
H A Dzend_hash.c403 ht->nNextFreeElement = h < LONG_MAX ? h + 1 : LONG_MAX; in _zend_hash_index_update_or_next_insert()
432 ht->nNextFreeElement = h < LONG_MAX ? h + 1 : LONG_MAX; in _zend_hash_index_update_or_next_insert()
H A DZend.m4126 if ((long) 18e18 == correct) { /* On 64-bit, only check between LONG_MAX and ULONG_MAX */
H A Dzend_operators.c1803 if (Z_LVAL_P(op1) == LONG_MAX) { in increment_function()
1824 if (lval == LONG_MAX) { in increment_function()
H A Dzend_API.c340 if (d > LONG_MAX) { in zend_parse_arg_impl()
341 *p = LONG_MAX; in zend_parse_arg_impl()
356 if (Z_DVAL_PP(arg) > LONG_MAX) { in zend_parse_arg_impl()
357 *p = LONG_MAX; in zend_parse_arg_impl()
H A Dzend_strtod.c242 #ifndef LONG_MAX
243 #define LONG_MAX 2147483647 macro
/PHP-5.4/ext/pdo/
H A Dpdo.c339 while ((pdo_uint64_t)i64 > (pdo_uint64_t)LONG_MAX) { in php_pdo_int64_to_str()
/PHP-5.4/ext/pdo_sqlite/
H A Dsqlite_statement.c115 #if LONG_MAX > 2147483647 in pdo_sqlite_stmt_param_hook()
/PHP-5.4/ext/mysqli/tests/
H A Dbug52891.phpt2 Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value > LONG_MAX)
/PHP-5.4/ext/date/lib/
H A Dtimelib.c183 if (ts < LONG_MIN || ts > LONG_MAX) { in timelib_date_to_int()
/PHP-5.4/ext/interbase/
H A Dphp_ibase_udf.c254 if (argv[i]->dsc_scale == 0 && l <= LONG_MAX && l >= LONG_MIN) { in call_php()
H A Dinterbase.c1458 if (result < LONG_MIN || result > LONG_MAX) { in PHP_FUNCTION()
/PHP-5.4/ext/filter/
H A Dlogical_filters.c104 if ( (!sign) && ctx_value <= (LONG_MAX-digit)/10 ) { in php_filter_parse_int()
/PHP-5.4/
H A DREADME.PARAMETER_PARSING_API51 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
/PHP-5.4/ext/standard/
H A Dfile.c628 if (len > LONG_MAX) { in PHP_FUNCTION()
629 …LL TSRMLS_CC, E_WARNING, "content truncated from %lu to %ld bytes", (unsigned long) len, LONG_MAX); in PHP_FUNCTION()
630 len = LONG_MAX; in PHP_FUNCTION()
H A Dfilestat.c1212 if (LONG_MAX >= bucket->key) { in PHP_FUNCTION()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c733 #if LONG_MAX > 2147483647
781 #if LONG_MAX > 2147483647
1520 #if LONG_MAX > 2147483647
/PHP-5.4/ext/oci8/
H A Doci8_lob.c102 if (connection->descriptor_count == LONG_MAX) { in php_oci_lob_create()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c69 #if LONG_MAX < UINT_MAX
71 if (oid > LONG_MAX) { \
2320 #if UINT_MAX > LONG_MAX /* Oid is unsigned int, we don't need this code, where LONG is wider */
2321 if (oid > LONG_MAX) {
2425 #if UINT_MAX > LONG_MAX
2426 if (oid > LONG_MAX) {
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c712 if (Z_DVAL_P(tmp_data_copy) > LONG_MAX || Z_DVAL_P(tmp_data_copy) < LONG_MIN) { in mysqlnd_stmt_execute_store_params()
/PHP-5.4/ext/ereg/regex/
H A Dregcomp.c123 if (new_ssize < len || new_ssize > LONG_MAX / sizeof(sop)) {
/PHP-5.4/main/streams/
H A Duserspace.c1040 if (new_size >= 0 && new_size <= (ptrdiff_t)LONG_MAX) { in php_userstreamop_set_option()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h219 #define PCRE_INT32_MAX LONG_MAX
/PHP-5.4/main/
H A Dmain.c2136 REGISTER_MAIN_LONG_CONSTANT("PHP_INT_MAX", LONG_MAX, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1988 + c->last_io = (time_t) LONG_MAX;

Completed in 238 milliseconds

123