Home
last modified time | relevance | path

Searched refs:bytes (Results 176 – 200 of 402) sorted by relevance

12345678910>>...17

/php-src/ext/standard/tests/general_functions/
H A Dbug49847.phpt2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
H A Dbug60227_3.phpt12 Warning: Header may not contain NUL bytes in %s on line %d
/php-src/ext/standard/tests/serialize/
H A Dunserialize_mem_leak.phpt18 Warning: unserialize(): Error at offset 13 of 14 bytes in %s on line %d
H A Dbug74101.phpt11 Warning: unserialize(): Error at offset 46 of 74 bytes in %s on line %d
H A D__serialize_006.phpt16 Warning: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
H A Dbug74103.phpt8 Warning: unserialize(): Error at offset 64 of 96 bytes in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dbug72433.phpt9 Warning: unserialize(): Error at offset 13 of 69 bytes in %s on line %d
/php-src/tests/lang/
H A Dbug45392.phpt23 Fatal error: Allowed memory size of %d bytes exhausted%s
/php-src/ext/gd/tests/
H A Dimagebmp_nullbyte_injection.phpt19 imagebmp(): Argument #2 ($file) must not contain null bytes
/php-src/Zend/tests/enum/
H A Dunserialize-const.phpt17 Warning: unserialize(): Error at offset 14 of 14 bytes in %s on line %d
/php-src/Zend/tests/generators/
H A Dgh9801.phpt22 Fatal error: Allowed memory size of %d bytes exhausted %s
/php-src/ext/spl/tests/
H A Darray_028.phpt2 ArrayObject/Iterator on array with NUL bytes
H A Dbug54291.phpt9 …DirectoryIterator::__construct(): Argument #1 ($directory) must not contain any null bytes in %s:%d
/php-src/Zend/tests/
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dbug55509.phpt81 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug55509.…
/php-src/ext/standard/tests/image/
H A Dbug72278.phpt10 Warning: getimagesize(): Corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
H A Dbug79877.phpt8 …caught ValueError: getimagesize(): Argument #1 ($filename) must not contain any null bytes in %s:%d
/php-src/ext/standard/tests/file/
H A D007_variation19.phpt15 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wb", "007_variation", 19, "bytes");
35 …//Check for size of existing data file after opening the file in "wb" mode again, expected: 0 bytes
55 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation3.phpt15 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 3, "bytes");
35 … //Check for size of existing data file after opening the file in "w" mode again, expected: 0 bytes
55 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32-mb.phpt20 …es($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation_私はガラスを食べられます", 11, "bytes");
40 …//Check for size of existing data file after opening the file in "wt" mode again, expected: 0 bytes
62 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32.phpt20 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation", 11, "bytes");
40 …//Check for size of existing data file after opening the file in "wt" mode again, expected: 0 bytes
60 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11.phpt20 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation", 11, "bytes");
40 …//Check for size of existing data file after opening the file in "wt" mode again, expected: 0 bytes
60 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt14 function shiftJISDecode($bytes) {
18 * the ku number, because 94 first bytes were not available. There are
21 $first = ($bytes >> 8) & 0xFF;
22 $second = $bytes & 0xFF;
43 if (sscanf($line, "0x%x\t0x%x", $bytes, $codepoint) == 2) {
44 if ($bytes < 256)
51 $cp932Chars[pack('n', shiftJISDecode($bytes))] = pack('n', $codepoint);
52 $fromUnicode[$codepoint] = $bytes;
87 if (sscanf($line, "0x%x\t0x%x", $bytes, $codepoint) == 2) {
88 $jisx0212Chars[pack('n', $bytes)] = pack('n', $codepoint);
[all …]
H A Dzend_multibyte-05.phpt12 // back to UTF-8. There should be only a pair of consecutive bytes that is

Completed in 28 milliseconds

12345678910>>...17