Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/standard/tests/file/
H A D007_variation21.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 21, "bytes");
55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 5, "bytes");
55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfread_error.phpt7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfilesize_variation5.phpt9 * Description : Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation1-win32-mb.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation1-win32.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A Dfile_put_contents_variation1.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfilesize_variation1.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A D007_variation4.phpt26 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 4, "bytes");
46 …//Check for size of existing data file after opening the file in "w+" mode again, expected: 0 bytes
H A Dfilesize_variation2-win32.phpt12 Description : Returns the size of the file in bytes, or FALSE
46 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation2.phpt12 Description : Returns the size of the file in bytes, or FALSE
46 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
/PHP-7.4/ext/openssl/tests/
H A Dbug74159.phpt99 printf("Written %%d bytes\n", $total);
126 Written 1048575 bytes
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_bug73971.phpt17 var_dump(basename($filename)); // 432 bytes here, more than 256
/PHP-7.4/ext/dom/tests/
H A Dbug80268_2.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
/PHP-7.4/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt38 Notice: unserialize(): Error at offset 19 of 20 bytes in %sserialize_unserialize_error.php on line …
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_auth.phpt44 key must be SODIUM_CRYPTO_AUTH_KEYBYTES bytes
/PHP-7.4/ext/phar/tests/tar/
H A Dbadalias.phpt24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…
/PHP-7.4/ext/oci8/tests/
H A Dnull_byte_3.phpt2 Null bytes in SQL statements
H A Dnull_byte_1.phpt2 Protect against null bytes in LOB filenames
H A Dnull_byte_2.phpt2 Null bytes in SQL statements
/PHP-7.4/ext/zlib/tests/
H A Dgzseek_basic2.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation5.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation4.phpt18 //seek forwards 20 bytes.
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_errors.phpt51 Notice: unserialize(): Error at offset 30 of 31 bytes in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes

Completed in 26 milliseconds

12345678910>>...12