Home
last modified time | relevance | path

Searched refs:bytes (Results 26 – 50 of 315) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt79 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
95 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
101 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
111 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
117 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
129 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
135 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
145 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
151 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfwrite_variation1.phpt71 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
77 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
87 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
93 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
103 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
109 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
127 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
137 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
143 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Ddisk_free_space_variation.phpt106 disk_free_space(): Argument #1 ($directory) must not contain any null bytes
107 diskfreespace(): Argument #1 ($directory) must not contain any null bytes
110 disk_free_space(): Argument #1 ($directory) must not contain any null bytes
111 diskfreespace(): Argument #1 ($directory) must not contain any null bytes
114 disk_free_space(): Argument #1 ($directory) must not contain any null bytes
115 diskfreespace(): Argument #1 ($directory) must not contain any null bytes
118 disk_free_space(): Argument #1 ($directory) must not contain any null bytes
119 diskfreespace(): Argument #1 ($directory) must not contain any null bytes
H A Dfilesize_variation4-win32.phpt28 var_dump( strlen($string) ); //strlen of the string = 191 bytes
31 var_dump( filesize($filename) ); //size of the file = 192 bytes != strlen of string
38 var_dump( filesize($filename) ); //204 bytes
45 var_dump( filesize($filename) ); //218 bytes
50 var_dump( ftruncate($file_handle, 220) ); //creating 4 bytes of hole
52 var_dump( filesize($filename) ); //220 bytes
57 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
59 var_dump( filesize($filename) ); //226 bytes
64 var_dump( filesize($filename) ); //0 bytes
70 var_dump( filesize($filename) ); //0 bytes
H A Dfilesize_variation4.phpt30 var_dump( strlen($string) ); //strlen of the string = 191 bytes
33 var_dump( filesize($filename) ); //size of the file = strlen of string = 191 bytes
40 var_dump( filesize($filename) ); //203 bytes
47 var_dump( filesize($filename) ); //216 bytes
52 var_dump( ftruncate($file_handle, 220) ); //creating 4 bytes of hole
54 var_dump( filesize($filename) ); //220 bytes
59 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
61 var_dump( filesize($filename) ); //226 bytes
66 var_dump( filesize($filename) ); //0 bytes
72 var_dump( filesize($filename) ); //0 bytes
H A Dfgetc_variation3.phpt58 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
67 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
76 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
94 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
103 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
130 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfgets_variation1.phpt54 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
63 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
72 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
81 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
90 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
99 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
108 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
117 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fgets(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfilesize_variation3.phpt10 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
14 // truncate the file created earlier in subdir, the size of the file is 12000bytes
15 // truncate the same file, in the loop , each time with the decrement in size by 1200 bytes,
16 // until -1200bytes size
/PHP-8.0/ext/standard/tests/serialize/
H A Dunserialize_large.phpt13 Notice: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
16 Notice: unserialize(): Error at offset 2 of 20 bytes in %s on line %d
19 Notice: unserialize(): Error at offset 18 of 21 bytes in %s on line %d
24 Notice: unserialize(): Error at offset 20 of 21 bytes in %s on line %d
/PHP-8.0/ext/bz2/tests/
H A Dbzopen_string_filename_with_null_bytes.phpt2 bzopen(): throw TypeError if filename contains null bytes
22 bzopen(): Argument #1 ($file) must not contain null bytes
23 bzopen(): Argument #1 ($file) must not contain null bytes
/PHP-8.0/ext/openssl/tests/
H A Dbug71917.phpt2 Bug #71917: openssl_open() returns junk on envelope < 16 bytes
22 // works - key of 16 bytes
24 // fails - key of 15 bytes
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_save_basic.phpt24 echo 'Wrote: ' . $doc->save($temp_filename) . ' bytes'; // Wrote: 72 bytes
32 Wrote: 72 bytes
/PHP-8.0/ext/zlib/tests/
H A Dgzseek_variation6.phpt13 // move 40 bytes
14 echo "move 40 bytes\n";
29 move 40 bytes
/PHP-8.0/ext/standard/tests/misc/
H A Dexec_basic1.phpt28 exec(): Argument #1 ($command) must not contain any null bytes
29 system(): Argument #1 ($command) must not contain any null bytes
30 passthru(): Argument #1 ($command) must not contain any null bytes
/PHP-8.0/ext/mbstring/tests/
H A Dbug79371.phpt9 $bytes = array(0xef, 0xbf, 0xbd, 0xef);
10 $str = implode(array_map("chr", $bytes));
/PHP-8.0/ext/standard/tests/random/
H A Drandom_bytes_error.phpt8 $bytes = random_bytes();
14 $bytes = random_bytes(0);
/PHP-8.0/tests/basic/
H A Drfc1867_post_max_size.phpt18 Warning: POST Content-Length of %d bytes exceeds the limit of 1 bytes in %s
/PHP-8.0/ext/standard/tests/general_functions/
H A Descapeshellarg_bug71039.phpt2 Test escapeshellarg() string with \0 bytes
10 … Uncaught ValueError: escapeshellarg(): Argument #1 ($arg) must not contain any null bytes in %s:%d
H A Descapeshellcmd_bug71039.phpt2 Test escapeshellcmd() string with \0 bytes
10 …aught ValueError: escapeshellcmd(): Argument #1 ($command) must not contain any null bytes in %s:%d
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt22 $pad_length = PHP_INT_MAX - 16; /* zend_string header is 16 bytes */
29 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-8.0/Zend/tests/
H A Dbug81070.phpt13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…
/PHP-8.0/ext/spl/tests/
H A Dbug77431.phpt2 Bug #77431 (SplFileInfo::__construct() accepts NUL bytes)
8 …Error: SplFileInfo::__construct(): Argument #1 ($filename) must not contain any null bytes in %s:%d
H A DSplObjectStorage_unserialize_bad.phpt24 Error at offset 6 of 34 bytes
25 Error at offset 46 of 89 bytes
48 Error at offset 78 of 78 bytes
/PHP-8.0/ext/standard/tests/streams/
H A Dbug54946.phpt34 Notice: stream_get_contents(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on …
37 Notice: stream_get_contents(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on …
40 Notice: stream_get_contents(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on …
/PHP-8.0/ext/oci8/tests/
H A Dnull_byte_1.phpt2 Protect against null bytes in LOB filenames
42 OCILob::saveFile(): Argument #1 ($filename) must not contain any null bytes
44 OCILob::export(): Argument #1 ($filename) must not contain any null bytes

Completed in 84 milliseconds

12345678910>>...13