Searched refs:overflow (Results 1 – 25 of 131) sorted by relevance
123456
/PHP-8.0/Zend/ |
H A D | zend_multiply.h | 176 *overflow = 1; in zend_safe_address() 179 *overflow = 0; in zend_safe_address() 213 *overflow = 1; in zend_safe_address() 216 *overflow = 0; in zend_safe_address() 235 *overflow = 1; in zend_safe_address() 238 *overflow = 0; in zend_safe_address() 259 *overflow = 0; in zend_safe_address() 297 *overflow = 0; in zend_safe_address() 313 *overflow = 0; in zend_safe_address() 320 bool overflow; in zend_safe_address_guarded() local [all …]
|
H A D | zend_arena.h | 81 bool overflow; in zend_arena_calloc() local 85 size = zend_safe_address(unit_size, count, 0, &overflow); in zend_arena_calloc() 86 if (UNEXPECTED(overflow)) { in zend_arena_calloc() 177 bool overflow; in zend_arena_calloc() local 181 size = zend_safe_address(unit_size, count, 0, &overflow); in zend_arena_calloc() 182 if (UNEXPECTED(overflow)) { in zend_arena_calloc()
|
H A D | zend_operators.h | 525 : overflow); in fast_long_increment_function() 536 : overflow); in fast_long_increment_function() 549 : overflow); in fast_long_increment_function() 588 : overflow); in fast_long_decrement_function() 599 : overflow); in fast_long_decrement_function() 612 : overflow); in fast_long_decrement_function() 658 : overflow); in fast_long_add_function() 676 : overflow); in fast_long_add_function() 696 : overflow); in fast_long_add_function() 768 : overflow); in fast_long_sub_function() [all …]
|
/PHP-8.0/ext/filter/tests/ |
H A D | 046.phpt | 2 Integer overflow 11 $overflow = "2147483648"; 16 $overflow = "9223372036854775808"; 33 test_validation($overflow, "overflow"); 41 overflow filtered: bool(false) 42 overflow is_long: bool(false) 43 overflow equal: bool(false)
|
/PHP-8.0/Zend/tests/ |
H A D | oct_overflow_char.phpt | 2 Octal overflow in string interpolation 6 // "abc", ordinarily 'b' would be \142, but we'll deliberately overflow the value by \400 10 Warning: Octal escape sequence overflow \542 is greater than \377 in %s%eoct_overflow_char.php on l…
|
H A D | warning_during_heredoc_scan_ahead.phpt | 13 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d 15 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
|
H A D | bug78363.phpt | 2 Bug #78363: Buffer overflow in zendparse
|
H A D | bug70430.phpt | 2 Bug #70430: Stack buffer overflow in zend_language_parser()
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug69522.phpt | 2 Bug #69522 (heap buffer overflow in unpack()) 9 Warning: unpack(): Type h: integer overflow in %s on line %d
|
H A D | wordwrap_memory_limit_win32.phpt | 2 No overflow should occur during the memory_limit check for wordwrap() 19 Fatal error: Possible integer overflow in memory allocation (4294901777 + %d) in %s on line %d
|
H A D | bug72146.phpt | 2 Bug #72146 (Integer overflow on substr_replace)
|
H A D | bug78833.phpt | 2 Bug #78833 (Integer overflow in pack causes out-of-bound access)
|
/PHP-8.0/sapi/cli/tests/ |
H A D | bug73630.phpt | 11 var_dump(strncmp($_SERVER['REQUEST_URI'], "/overflow.php", strlen("/overflow.php"))); 21 $path = "/overflow.php?" . str_repeat("x", 16400) . "//example.com";
|
/PHP-8.0/ext/spl/tests/ |
H A D | bug67247.phpt | 2 Bug #67247 (spl_fixedarray_resize integer overflow) 13 Fatal error: Possible integer overflow in memory allocation (%d * %d + 0) in %s on line %d
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | bug79037.phpt | 2 Bug #79037: global buffer-overflow in `mbfl_filt_conv_big5_wchar`
|
H A D | bug76532.phpt | 2 Bug #76532 (Integer overflow and excessive memory usage in mb_strimwidth)
|
/PHP-8.0/ext/gd/tests/ |
H A D | bug72339.phpt | 2 Bug #72339 Integer Overflow in _gd2GetHeader() resulting in heap overflow 23 fwrite($fh, str_repeat("\x41\x41\x41\x41", 0x1000000)); // overflow data
|
/PHP-8.0/ext/exif/tests/ |
H A D | bug78256.phpt | 2 Bug #78256 (heap-buffer-overflow on exif_process_user_comment)
|
H A D | bug77753.phpt | 2 Bug #77753 (Heap-buffer-overflow in php_ifd_get32s)
|
H A D | bug77950.phpt | 2 Bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG)
|
H A D | bug77988.phpt | 2 Bug #77988 (heap-buffer-overflow on php_jpg_get16)
|
H A D | bug78222.phpt | 2 Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
|
H A D | bug77831.phpt | 2 Bug #77831 (Heap-buffer-overflow in exif_iif_add_value in EXIF)
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | assign_dim_op_007.phpt | 2 JIT ASSIGN_DIM_OP: overflow
|
/PHP-8.0/ext/phar/tests/ |
H A D | bug77247.phpt | 2 PHP bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)
|
Completed in 42 milliseconds
123456