Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 136) sorted by relevance

123456

/PHP-8.1/Zend/
H A Dzend_multiply.h176 *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 Dzend_arena.h81 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 Dzend_operators.h485 : overflow); in fast_long_increment_function()
496 : overflow); in fast_long_increment_function()
509 : overflow); in fast_long_increment_function()
548 : overflow); in fast_long_decrement_function()
559 : overflow); in fast_long_decrement_function()
572 : overflow); in fast_long_decrement_function()
618 : overflow); in fast_long_add_function()
636 : overflow); in fast_long_add_function()
656 : overflow); in fast_long_add_function()
728 : overflow); in fast_long_sub_function()
[all …]
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh11917.phpt21 $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;
/PHP-8.1/ext/filter/tests/
H A D046.phpt2 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.1/Zend/tests/
H A Doct_overflow_char.phpt2 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 Dwarning_during_heredoc_scan_ahead.phpt13 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
/PHP-8.1/sapi/cli/tests/
H A Dbug73630.phpt11 var_dump(strncmp($_SERVER['REQUEST_URI'], "/overflow.php", strlen("/overflow.php")));
21 $path = "/overflow.php?" . str_repeat("x", 16400) . "//example.com";
/PHP-8.1/ext/standard/tests/strings/
H A Dbug69522.phpt2 Bug #69522 (heap buffer overflow in unpack())
9 Warning: unpack(): Type h: integer overflow in %s on line %d
H A Dwordwrap_memory_limit_win32.phpt2 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 Dbug72146.phpt2 Bug #72146 (Integer overflow on substr_replace)
/PHP-8.1/ext/spl/tests/
H A Dbug67247.phpt2 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.1/ext/mbstring/tests/
H A Dbug79037.phpt2 Bug #79037: global buffer-overflow in `mbfl_filt_conv_big5_wchar`
H A Dbug76532.phpt2 Bug #76532 (Integer overflow and excessive memory usage in mb_strimwidth)
/PHP-8.1/ext/exif/tests/
H A Dbug77753.phpt2 Bug #77753 (Heap-buffer-overflow in php_ifd_get32s)
H A Dbug77950.phpt2 Bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG)
H A Dbug77988.phpt2 Bug #77988 (heap-buffer-overflow on php_jpg_get16)
H A Dbug78222.phpt2 Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
H A Dbug78256.phpt2 Bug #78256 (heap-buffer-overflow on exif_process_user_comment)
H A Dbug77831.phpt2 Bug #77831 (Heap-buffer-overflow in exif_iif_add_value in EXIF)
/PHP-8.1/ext/standard/tests/
H A Doss_fuzz_57392.phpt2 oss-fuzz #57392: Buffer-overflow in php_fgetcsv() with \0 delimiter and enclosure
/PHP-8.1/ext/gd/tests/
H A Dbug72339.phpt2 Bug #72339 Integer Overflow in _gd2GetHeader() resulting in heap overflow
31 fwrite($fh, str_repeat("\x41\x41\x41\x41", 0x1000000)); // overflow data
/PHP-8.1/ext/calendar/tests/
H A Djdtojewish_overflow.phpt2 jdtojewish(): test overflow
/PHP-8.1/sapi/phpdbg/tests/
H A Dgh10715.phpt2 GH-10715 (phpdbg heap buffer overflow -- by misuse of the option "--run")
/PHP-8.1/ext/phar/tests/
H A Dbug77247.phpt2 PHP bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)

Completed in 49 milliseconds

123456