Home
last modified time | relevance | path

Searched refs:bytes (Results 201 – 225 of 265) sorted by relevance

1234567891011

/PHP-7.3/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
/PHP-7.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation7.phpt39 ,7,"bytes",".tmp"); //create a file with 512 bytes size
53 // by 10 bytes because of holes
H A D007_variation10.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 10, "bytes");
H A D007_variation18.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 18, "bytes");
H A D007_variation2.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 2, "bytes");
H A Ddisk_free_space_error-win32.phpt13 * return the number of bytes available on the corresponding
H A Dfwrite_variation1-win32-mb.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation1-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation1.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A D007_variation14.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 14, "bytes");
H A D007_variation21.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 21, "bytes");
H A D007_variation22.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 22, "bytes");
H A D007_variation5.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 5, "bytes");
H A D007_variation6.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 6, "bytes");
H A D007_variation13-win32.phpt30 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 13, "bytes");
H A D007_variation13.phpt30 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 13, "bytes");
H A Ddisk_total_space_variation.phpt8 * will return the total number of bytes on the corresponding
H A Dpopen_pclose_basic.phpt33 create_files($dirpath, 1, "text_with_new_line", 0755, 100, "w", "popen_basic", 1, "bytes");
H A Dfwrite_variation4-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation4.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfile_put_contents_variation2.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation7-win32.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation7.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
/PHP-7.3/ext/sodium/tests/
H A Dcrypto_box.phpt145 keypair size should be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes
/PHP-7.3/ext/dom/
H A Ddocument.c1566 int bytes, format, saveempty = 0; in PHP_FUNCTION() local
1591 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_FUNCTION()
1595 if (bytes == -1) { in PHP_FUNCTION()
1598 RETURN_LONG(bytes); in PHP_FUNCTION()
2111 int bytes, format; in PHP_FUNCTION() local
2133 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
2135 if (bytes == -1) { in PHP_FUNCTION()
2138 RETURN_LONG(bytes); in PHP_FUNCTION()

Completed in 29 milliseconds

1234567891011