Home
last modified time | relevance | path

Searched refs:overflow (Results 101 – 121 of 121) sorted by relevance

12345

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h134 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.overflow; \
259 …ay, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max, zend_bool overflow);
H A Dzend_ssa.h29 zend_bool overflow; member
H A Dzend_dump.c154 if (r->underflow && r->overflow) { in zend_dump_range()
163 if (r->overflow) { in zend_dump_range()
372 if (r->range.underflow && r->range.overflow) { in zend_dump_range_constraint()
395 if (r->range.overflow) { in zend_dump_range_constraint()
H A Dsccp.c787 int overflow; in ct_eval_func_call() local
927 || zend_safe_address(Z_STRLEN_P(args[0]), Z_LVAL_P(args[1]), 0, &overflow) > 64 * 1024 in ct_eval_func_call()
928 || overflow) { in ct_eval_func_call()
2200 && !info->range.overflow && !info->range.underflow in value_from_type_and_range()
H A Dzend_ssa.c120 char underflow, char overflow, char negative) /* {{{ */ in pi_range() argument
130 constraint->range.overflow = overflow; in pi_range()
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt40 PHP_INT_MAX * 3, // integer overflow
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_insert_packet_overflow.phpt2 INSERT and packet overflow
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt2 Bug #78549: Stack overflow due to nested serialized input
/PHP-7.4/Zend/
H A Dzend_alloc.c252 int overflow; /* memory overflow flag */ member
379 heap->overflow = 1; in zend_mm_safe_error()
391 heap->overflow = 0; in zend_mm_safe_error()
954 } else if (heap->overflow == 0) {
1480 } else if (heap->overflow == 0) {
1772 } else if (heap->overflow == 0) {
1884 heap->overflow = 0;
2942 heap->overflow = 0;
H A Dzend_operators.c1106 zend_long overflow; in mul_function() local
1108 …ZEND_SIGNED_MULTIPLY_LONG(Z_LVAL_P(op1),Z_LVAL_P(op2), Z_LVAL_P(result),Z_DVAL_P(result),overflow); in mul_function()
1109 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG; in mul_function()
1179 zend_long overflow; in pow_function() local
1184 ZEND_SIGNED_MULTIPLY_LONG(l1, l2, l1, dval, overflow); in pow_function()
1185 if (overflow) { in pow_function()
1191 ZEND_SIGNED_MULTIPLY_LONG(l2, l2, l2, dval, overflow); in pow_function()
1192 if (overflow) { in pow_function()
H A Dzend_vm_def.h180 zend_long overflow; variable
183 …D_SIGNED_MULTIPLY_LONG(Z_LVAL_P(op1), Z_LVAL_P(op2), Z_LVAL_P(result), Z_DVAL_P(result), overflow);
184 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG;
8974 zend_long overflow; variable
8979 …D_SIGNED_MULTIPLY_LONG(Z_LVAL_P(op1), Z_LVAL_P(op2), Z_LVAL_P(result), Z_DVAL_P(result), overflow);
8980 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG;
H A Dzend_vm_execute.h4802 zend_long overflow; in ZEND_MUL_SPEC_CONST_CONST_HANDLER() local
4806 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG; in ZEND_MUL_SPEC_CONST_CONST_HANDLER()
11354 zend_long overflow; in ZEND_MUL_SPEC_TMPVARCV_CONST_HANDLER() local
11358 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG; in ZEND_MUL_SPEC_TMPVARCV_CONST_HANDLER()
11962 zend_long overflow; in ZEND_MUL_LONG_SPEC_TMPVARCV_CONST_HANDLER() local
11967 …D_SIGNED_MULTIPLY_LONG(Z_LVAL_P(op1), Z_LVAL_P(op2), Z_LVAL_P(result), Z_DVAL_P(result), overflow); in ZEND_MUL_LONG_SPEC_TMPVARCV_CONST_HANDLER()
11968 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG; in ZEND_MUL_LONG_SPEC_TMPVARCV_CONST_HANDLER()
12411 zend_long overflow; in ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_HANDLER() local
12415 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG; in ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_HANDLER()
12943 zend_long overflow; in ZEND_MUL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER() local
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1583 BOOL overflow; in PRIV() local
1833 overflow = FALSE; in PRIV()
1839 if (c >= 0x20000000l) { overflow = TRUE; break; } in PRIV()
1843 if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; } in PRIV()
1845 if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; } in PRIV()
1847 if (utf && c > 0x10ffffU) { overflow = TRUE; break; } in PRIV()
1850 if (overflow) in PRIV()
1906 overflow = FALSE; in PRIV()
1913 if (c >= 0x10000000l) { overflow = TRUE; break; } in PRIV()
1918 overflow = TRUE; in PRIV()
[all …]
/PHP-7.4/
H A DCODING_STANDARDS.md69 They also provide useful allocation and overflow information while running
H A DUPGRADING727 systems. On 32-bit systems, these values might overflow the 32-bit integer in
/PHP-7.4/ext/ffi/
H A Dffi.c5547 zend_bool overflow = 0; local
5558 overflow = 1;
5563 overflow = 1;
5570 overflow = 1;
5579 overflow = 1;
5587 overflow = 1;
5595 if (overflow) {
/PHP-7.4/ext/standard/tests/file/
H A Dfile.inc121 // write in terms of a chunk of 1 K to avoid memory size overflow
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re416 /* number too long or overflow */
/PHP-7.4/build/
H A Dlibtool.m42982 # or program results in "error TOC overflow" add -mminimal-toc to
5673 # or program results in "error TOC overflow" add -mminimal-toc to
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18869 # THIS SHOULD NEVER HAPPEN! Maybe another file type is misidetified or time overflow
H A Dmagic18869 # THIS SHOULD NEVER HAPPEN! Maybe another file type is misidetified or time overflow

Completed in 370 milliseconds

12345