Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/pdo/
H A Dpdo.c339 while ((pdo_uint64_t)i64 > (pdo_uint64_t)LONG_MAX) { in php_pdo_int64_to_str()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_statement.c115 #if LONG_MAX > 2147483647 in pdo_sqlite_stmt_param_hook()
/PHP-5.5/ext/mysqli/tests/
H A Dbug52891.phpt2 Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value > LONG_MAX)
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp676 if(aInt64 > LONG_MAX || aInt64 < -LONG_MAX) { in umsg_parse_helper()
/PHP-5.5/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.5/ext/date/lib/
H A Dtimelib.c185 if (ts < LONG_MIN || ts > LONG_MAX) { in timelib_date_to_int()
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.c302 if (entry->var_el_size > 0 && n > (LONG_MAX - (long)entry->size - in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result_meta.c83 if (*idx!=LONG_MAX) { in mysqlnd_is_key_numeric()
H A Dmysqlnd_ps_codec.c613 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.5/ext/filter/
H A Dlogical_filters.c104 if ( (!sign) && ctx_value <= (LONG_MAX-digit)/10 ) { in php_filter_parse_int()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API62 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
/PHP-5.5/Zend/
H A DZend.m4126 if ((long) 18e18 == correct) { /* On 64-bit, only check between LONG_MAX and ULONG_MAX */
H A Dzend_strtod.c242 #ifndef LONG_MAX
243 #define LONG_MAX 2147483647 macro
H A Dzend_operators.c1865 if (Z_LVAL_P(op1) == LONG_MAX) { in increment_function()
1886 if (lval == LONG_MAX) { in increment_function()
H A Dzend_API.c344 if (d > LONG_MAX) { in zend_parse_arg_impl()
345 *p = LONG_MAX; in zend_parse_arg_impl()
360 if (Z_DVAL_PP(arg) > LONG_MAX) { in zend_parse_arg_impl()
361 *p = LONG_MAX; in zend_parse_arg_impl()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c733 #if LONG_MAX > 2147483647
781 #if LONG_MAX > 2147483647
1525 #if LONG_MAX > 2147483647
/PHP-5.5/ext/standard/
H A Dfile.c629 if (len > LONG_MAX) { in PHP_FUNCTION()
630 …LL TSRMLS_CC, E_WARNING, "content truncated from %lu to %ld bytes", (unsigned long) len, LONG_MAX); in PHP_FUNCTION()
631 len = LONG_MAX; in PHP_FUNCTION()
H A Dfilestat.c1212 if (LONG_MAX >= bucket->key) { in PHP_FUNCTION()
/PHP-5.5/ext/oci8/
H A Doci8_lob.c102 if (connection->descriptor_count == LONG_MAX) { in php_oci_lob_create()
/PHP-5.5/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.5/ext/ereg/regex/
H A Dregcomp.c123 if (new_ssize < len || new_ssize > LONG_MAX / sizeof(sop)) {
/PHP-5.5/main/streams/
H A Duserspace.c1050 if (new_size >= 0 && new_size <= (ptrdiff_t)LONG_MAX) { in php_userstreamop_set_option()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h219 #define PCRE_INT32_MAX LONG_MAX
/PHP-5.5/main/
H A Dmain.c2158 REGISTER_MAIN_LONG_CONSTANT("PHP_INT_MAX", LONG_MAX, CONST_PERSISTENT | CONST_CS); in php_module_startup()

Completed in 133 milliseconds

123