Home
last modified time | relevance | path

Searched refs:ZEND_LONG_MIN (Results 1 – 25 of 26) sorted by relevance

12

/php-src/Zend/
H A Dzend_long.h36 # define ZEND_LONG_MIN INT64_MIN macro
46 # define ZEND_LONG_MIN INT32_MIN macro
H A Dzend_operators.h39 #define LONG_SIGN_MASK ZEND_LONG_MIN
99 # define ZEND_DOUBLE_FITS_LONG(d) (!((d) > (double)ZEND_LONG_MAX || (d) < (double)ZEND_LONG_MIN))
102 # define ZEND_DOUBLE_FITS_LONG(d) (!((d) >= (double)ZEND_LONG_MAX || (d) < (double)ZEND_LONG_MIN))
123 return (d > 0 ? ZEND_LONG_MAX : ZEND_LONG_MIN); in zend_dval_to_lval_cap()
591 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MIN - 1.0); in fast_long_decrement_function()
602 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MIN - 1.0); in fast_long_decrement_function()
615 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MIN - 1.0); in fast_long_decrement_function()
620 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MIN - 1.0); in fast_long_decrement_function()
628 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MIN - 1.0); in fast_long_decrement_function()
633 if (UNEXPECTED(Z_LVAL_P(op1) == ZEND_LONG_MIN)) { in fast_long_decrement_function()
[all …]
H A Dzend_multiply.h144 if (__result > ZEND_LONG_MAX || __result < ZEND_LONG_MIN) { \
H A Dzend_hash.c258 .nNextFreeElement = ZEND_LONG_MIN,
272 ht->nNextFreeElement = ZEND_LONG_MIN; in _zend_hash_init_int()
1088 if ((flag & HASH_ADD_NEXT) && h == ZEND_LONG_MIN) { in _zend_hash_index_add_or_update_i()
1937 ht->nNextFreeElement = ZEND_LONG_MIN; in zend_hash_clean()
1977 ht->nNextFreeElement = ZEND_LONG_MIN; in zend_symtable_clean()
H A Dzend_ini.c811 overflow = (zend_long)retval < ZEND_LONG_MIN / (zend_long)factor; in zend_ini_parse_quantity_internal()
H A Dzend_operators.c1390 } else if (Z_LVAL_P(op2) == -1 && Z_LVAL_P(op1) == ZEND_LONG_MIN) { in div_function_base()
1392 ZVAL_DOUBLE(result, (double) ZEND_LONG_MIN / -1); in div_function_base()
2726 if (lval == ZEND_LONG_MIN) { in decrement_function()
H A Dzend_execute.c1911 return ZEND_LONG_MIN; in zend_throw_incdec_ref_error()
1930 return ZEND_LONG_MIN; in zend_throw_incdec_prop_error()
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c169 cutoff = neg ? -(zend_ulong)ZEND_LONG_MIN : ZEND_LONG_MAX; in collator_u_strtol()
193 acc = neg ? ZEND_LONG_MIN : ZEND_LONG_MAX; in collator_u_strtol()
/php-src/Zend/Optimizer/
H A Dzend_inference.h68 return ZEND_LONG_MIN; \
211 || (b < 0 && a < ZEND_LONG_MIN - b); in DEFINE_SSA_OP_INFO()
214 return (b > 0 && a < ZEND_LONG_MIN + b) in zend_sub_will_overflow()
H A Dzend_inference.c750 if (min == ZEND_LONG_MIN) { in zend_abs_range()
812 tmp->min = ZEND_LONG_MIN; in zend_inference_calc_binary_op_range()
837 tmp->min = ZEND_LONG_MIN; in zend_inference_calc_binary_op_range()
876 tmp->min = ZEND_LONG_MIN; in zend_inference_calc_binary_op_range()
902 tmp->min = ZEND_LONG_MIN; in zend_inference_calc_binary_op_range()
1093 tmp->max = ZEND_LONG_MIN; in zend_inference_calc_range()
1540 tmp->min = ZEND_LONG_MIN; in zend_inference_propagate_range()
1554 tmp->min = ZEND_LONG_MIN; in zend_inference_propagate_range()
1613 min = ZEND_LONG_MIN; in zend_inference_init_range()
1635 r->min = ZEND_LONG_MIN; in zend_inference_widening_meet()
[all …]
H A Dzend_ssa.c159 pi_range(phi, -1, var, ZEND_LONG_MIN, val, 1, 0, 0); in pi_range_max()
210 && Z_LVAL_P(zv) != ZEND_LONG_MIN) { in find_adjusted_tmp_var()
217 && Z_LVAL_P(zv) != ZEND_LONG_MIN) { in find_adjusted_tmp_var()
382 if (val2 > ZEND_LONG_MIN) { in place_essa_pis()
429 if (val1 > ZEND_LONG_MIN) { in place_essa_pis()
H A Dzend_dump.c161 } else if (r->min == ZEND_LONG_MIN) { in zend_dump_range()
/php-src/ext/intl/formatter/
H A Dformatter_parse.c78 if(val64 > ZEND_LONG_MAX || val64 < ZEND_LONG_MIN) { in PHP_FUNCTION()
/php-src/main/
H A Dmain_arginfo.h35 REGISTER_LONG_CONSTANT("PHP_INT_MIN", ZEND_LONG_MIN, CONST_PERSISTENT); in register_main_symbols()
/php-src/ext/standard/
H A Dmath.c254 if (UNEXPECTED(Z_LVAL_P(value) == ZEND_LONG_MIN)) { in PHP_FUNCTION()
255 RETURN_DOUBLE(-(double)ZEND_LONG_MIN); in PHP_FUNCTION()
1405 } else if (divisor == -1 && dividend == ZEND_LONG_MIN) { in PHP_FUNCTION()
H A Dvar.c510 if (Z_LVAL_P(struc) == ZEND_LONG_MIN) { in php_var_export_ex()
511 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex()
H A Dvar_unserializer.re429 return (!neg) ? ZEND_LONG_MAX : ZEND_LONG_MIN;
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c275 if (i > ZEND_LONG_MAX || i < ZEND_LONG_MIN) { in pdo_sqlite_stmt_get_col()
/php-src/ext/filter/
H A Dlogical_filters.c132 } else if ( sign && ctx_value >= (ZEND_LONG_MIN+digit)/10) { in php_filter_parse_int()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c572 if (d >= (double) ZEND_LONG_MAX || d < (double) ZEND_LONG_MIN) { in mysqlnd_stmt_execute_prepare_param_types()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2313 ZVAL_LONG(var_ptr, ZEND_LONG_MIN); in zend_jit_pre_dec_typed_ref()
2356 ZVAL_LONG(var_ptr, ZEND_LONG_MIN); in zend_jit_post_dec_typed_ref()
2716 return ZEND_LONG_MIN; in _zend_jit_throw_dec_prop_error()
H A Dzend_jit_ir.c4523 …SET_STACK_REF(stack, EX_VAR_TO_NUM(opline->op1.var), ir_CONST_DOUBLE((double)ZEND_LONG_MIN - 1.0)); in zend_jit_inc_dec()
4532 …SET_STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var), ir_CONST_DOUBLE((double)ZEND_LONG_MIN - 1.… in zend_jit_inc_dec()
4538 SET_STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var), ir_CONST_LONG(ZEND_LONG_MIN)); in zend_jit_inc_dec()
4624 jit_set_Z_DVAL(jit, op1_def_addr, ir_CONST_DOUBLE((double)ZEND_LONG_MIN - 1.0)); in zend_jit_inc_dec()
4651 jit_set_Z_DVAL(jit, res_addr, ir_CONST_DOUBLE((double)ZEND_LONG_MIN - 1.0)); in zend_jit_inc_dec()
4842 …SET_STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var), ir_CONST_DOUBLE((double)ZEND_LONG_MIN - 1.… in zend_jit_math_long_long()
4913 jit_set_Z_DVAL(jit, res_addr, ir_CONST_DOUBLE((double)ZEND_LONG_MIN - 1.0)); in zend_jit_math_long_long()
H A Dzend_jit.c784 if (op1_min == ZEND_LONG_MIN) { in zend_may_overflow()
/php-src/ext/sqlite3/
H A Dsqlite3.c639 if (val > ZEND_LONG_MAX || val < ZEND_LONG_MIN) { in sqlite_value_to_zval()
/php-src/ext/date/
H A Dphp_date.c4290 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = INT32_MAX; in PHP_FUNCTION()
4341 if (timestamp_begin == ZEND_LONG_MIN) { in PHP_FUNCTION()

Completed in 372 milliseconds

12