Home
last modified time | relevance | path

Searched refs:ZEND_LONG_MAX (Results 26 – 41 of 41) sorted by relevance

12

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c639 if (d >= (double) ZEND_LONG_MAX || d < (double) ZEND_LONG_MIN) { in mysqlnd_stmt_execute_prepare_param_types()
/PHP-8.0/main/
H A Drfc1867.c1248 if (total_bytes > ZEND_LONG_MAX) {
H A Dmain.c2162 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 Dphp_zip.c549 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 Dzend_dump.c164 } else if (r->max == ZEND_LONG_MAX) { in zend_dump_range()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1052 if (ZEND_LONG_MAX < (zend_long)(sizeof(info) + script->size + info.str_size) ||
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c3534 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 Dzend_jit_helpers.c2550 return ZEND_LONG_MAX; in _zend_jit_throw_inc_prop_error()
H A Dzend_jit.c549 if (op1_max == ZEND_LONG_MAX) { in zend_may_overflow()
H A Dzend_jit_x86.dasc4049 | SET_ZVAL_LVAL dst, ZEND_LONG_MAX
/PHP-8.0/ext/pgsql/
H A Dpgsql.c64 #if ZEND_LONG_MAX < UINT_MAX
66 if (oid > ZEND_LONG_MAX) { \
/PHP-8.0/ext/standard/
H A Darray.c2617 } 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 Dzend_execute.c1690 return ZEND_LONG_MAX; in zend_throw_incdec_ref_error()
1710 return ZEND_LONG_MAX; in zend_throw_incdec_prop_error()
H A Dzend_operators.c2431 if (lval == ZEND_LONG_MAX) { in increment_function()
/PHP-8.0/ext/spl/
H A Dspl_iterators.c3160 if (UNEXPECTED(*(zend_long*)puser == ZEND_LONG_MAX)) { in spl_iterator_count_apply()
/PHP-8.0/ext/date/
H A Dphp_date.c3643 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = ZEND_LONG_MAX; in PHP_FUNCTION()

Completed in 285 milliseconds

12