/php-src/Zend/tests/zend_ini/ |
H A D | zend_ini_parse_uquantity_overflow.phpt | 9 'No overflow 001' => '0', 10 'No overflow 002' => '1', 39 # No overflow 001: "0" 43 # No overflow 002: "1" 47 # No overflow 003: "100" 51 # No overflow 004: "%d" 55 # No overflow 005: "2K" 59 # No overflow 006: "-1" 63 # No overflow 007: " -1" 67 # No overflow 008: "-1 " [all …]
|
H A D | zend_ini_parse_quantity_overflow.phpt | 29 'No overflow 001' => '0', 30 'No overflow 002' => '1', 34 'No overflow 006' => '2K', 51 # No overflow 001: "0" 55 # No overflow 002: "1" 59 # No overflow 003: "100" 63 # No overflow 004: "%d" 67 # No overflow 005: "-%d" 71 # No overflow 006: "2K" 75 # No overflow 007: "-2K" [all …]
|
/php-src/Zend/ |
H A D | zend_multiply.h | 189 *overflow = 1; in zend_safe_address() 192 *overflow = 0; in zend_safe_address() 226 *overflow = 1; in zend_safe_address() 229 *overflow = 0; in zend_safe_address() 248 *overflow = 1; in zend_safe_address() 251 *overflow = 0; in zend_safe_address() 272 *overflow = 0; in zend_safe_address() 310 *overflow = 0; in zend_safe_address() 326 *overflow = 0; in zend_safe_address() 333 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 | 538 : overflow); in fast_long_increment_function() 549 : overflow); in fast_long_increment_function() 562 : overflow); in fast_long_increment_function() 601 : overflow); in fast_long_decrement_function() 612 : overflow); in fast_long_decrement_function() 625 : overflow); in fast_long_decrement_function() 671 : overflow); in fast_long_add_function() 689 : overflow); in fast_long_add_function() 709 : overflow); in fast_long_add_function() 759 : overflow); in fast_long_sub_function() [all …]
|
/php-src/ext/opcache/tests/jit/ |
H A D | gh11917.phpt | 21 $i = $overflow = 0; 30 if (!$overflow) { 32 $overflow = $split <= $remaining ? 0 : $split - $remaining; 37 $overflow = 0; 40 $tempmask = (1 << $overflow) - 1; 42 $val[$i] >>= $overflow; 43 $remaining = 31 - $overflow; 44 $overflow = $split <= $remaining ? 0 : $split - $remaining;
|
H A D | gh17190.phpt | 20 if (!$overflow) { 22 $overflow = $split <= $remaining ? 0 : $split - $remaining; 24 $fusion[$i] >>= $overflow; 25 $remaining = 31 - $overflow; 26 $overflow = $split <= $remaining ? 0 : $split - $remaining;
|
/php-src/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-src/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 | gh15712.phpt | 2 GH-15712: overflow on real number printing
|
/php-src/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-src/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_32bit.phpt | 2 No overflow should occur during the memory_limit check for wordwrap() 19 … of %d bytes exhausted%s\(tried to allocate %d bytes\)|Possible integer overflow in memory allocat…
|
H A D | bug72146.phpt | 2 Bug #72146 (Integer overflow on substr_replace)
|
/php-src/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-src/ext/calendar/tests/ |
H A D | gh16235.phpt | 2 GH-16235 (jdtogregorian overflow on argument)
|
H A D | gh16234.phpt | 2 GH-16234 jewishtojd overflow on year argument
|
H A D | gh16258.phpt | 2 GH-16258 (jddayofweek overflow on argument)
|
/php-src/ext/mbstring/tests/ |
H A D | bug79037.phpt | 2 Bug #79037: global buffer-overflow in `mbfl_filt_conv_big5_wchar`
|
/php-src/ext/exif/tests/ |
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 | bug78256.phpt | 2 Bug #78256 (heap-buffer-overflow on exif_process_user_comment)
|
H A D | bug78222.phpt | 2 Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
|