Home
last modified time | relevance | path

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

123456

/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_uquantity_overflow.phpt9 '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 Dzend_ini_parse_quantity_overflow.phpt29 '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 Dzend_multiply.h189 *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 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.h525 : 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()
746 : overflow); in fast_long_sub_function()
[all …]
/php-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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 Dbug78256.phpt2 Bug #78256 (heap-buffer-overflow on exif_process_user_comment)
H A Dbug78222.phpt2 Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
H A Dbug77831.phpt2 Bug #77831 (Heap-buffer-overflow in exif_iif_add_value in EXIF)
/php-src/ext/standard/tests/
H A Doss_fuzz_57392.phpt2 oss-fuzz #57392: Buffer-overflow in php_fgetcsv() with \0 delimiter and enclosure
/php-src/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-src/ext/calendar/tests/
H A Djdtojewish_overflow.phpt2 jdtojewish(): test overflow

Completed in 32 milliseconds

123456