Searched refs:ZEND_LONG_MAX (Results 26 – 41 of 41) sorted by relevance
12
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 639 if (d >= (double) ZEND_LONG_MAX || d < (double) ZEND_LONG_MIN) { in mysqlnd_stmt_execute_prepare_param_types()
|
/PHP-8.0/main/ |
H A D | rfc1867.c | 1248 if (total_bytes > ZEND_LONG_MAX) {
|
H A D | main.c | 2162 REGISTER_MAIN_LONG_CONSTANT("PHP_INT_MAX", ZEND_LONG_MAX, CONST_PERSISTENT | CONST_CS); in php_module_startup()
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 549 return MIN(num, ZEND_LONG_MAX); in php_zip_get_num_files() 1595 RETVAL_LONG(MIN(num, ZEND_LONG_MAX));
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | zend_dump.c | 164 } else if (r->max == ZEND_LONG_MAX) { in zend_dump_range()
|
/PHP-8.0/ext/opcache/ |
H A D | zend_file_cache.c | 1052 if (ZEND_LONG_MAX < (zend_long)(sizeof(info) + script->size + info.str_size) ||
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 3534 op2_min != ZEND_LONG_MAX ? MAX(op1_min, op2_min + 1) : op1_min, in zend_jit_trace_update_condition_ranges() 3557 op1_min != ZEND_LONG_MAX ? MAX(op2_min, op1_min + 1) : op2_min, in zend_jit_trace_update_condition_ranges() 7625 val = ZEND_LONG_MAX; in zend_jit_trace_exit() 7638 val = (double)ZEND_LONG_MAX + 1.0; in zend_jit_trace_exit()
|
H A D | zend_jit_helpers.c | 2550 return ZEND_LONG_MAX; in _zend_jit_throw_inc_prop_error()
|
H A D | zend_jit.c | 549 if (op1_max == ZEND_LONG_MAX) { in zend_may_overflow()
|
H A D | zend_jit_x86.dasc | 4049 | SET_ZVAL_LVAL dst, ZEND_LONG_MAX
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.c | 64 #if ZEND_LONG_MAX < UINT_MAX 66 if (oid > ZEND_LONG_MAX) { \
|
/PHP-8.0/ext/standard/ |
H A D | array.c | 2617 } else if (UNEXPECTED(start_key > ZEND_LONG_MAX - num + 1)) { 5827 if ( (double)ZEND_LONG_MIN <= dval && dval <= (double)ZEND_LONG_MAX ) {
|
/PHP-8.0/Zend/ |
H A D | zend_execute.c | 1690 return ZEND_LONG_MAX; in zend_throw_incdec_ref_error() 1710 return ZEND_LONG_MAX; in zend_throw_incdec_prop_error()
|
H A D | zend_operators.c | 2431 if (lval == ZEND_LONG_MAX) { in increment_function()
|
/PHP-8.0/ext/spl/ |
H A D | spl_iterators.c | 3160 if (UNEXPECTED(*(zend_long*)puser == ZEND_LONG_MAX)) { in spl_iterator_count_apply()
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 3643 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = ZEND_LONG_MAX; in PHP_FUNCTION()
|
Completed in 285 milliseconds
12