Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/standard/tests/file/
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
H A Ddisk_free_space_variation.phpt8 * will return the number of bytes available on the corresponding
H A Dfseek_ftell_rewind_variation5.phpt39 ,5,"bytes",".tmp"); //create a file with 512 bytes size
H A Dfwrite_variation3-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_variation3.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
/PHP-7.2/ext/sodium/tests/
H A Dcrypto_box.phpt145 keypair size should be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes
/PHP-7.2/ext/dom/
H A Ddocument.c1568 int bytes, format, saveempty = 0; in PHP_FUNCTION() local
1593 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_FUNCTION()
1597 if (bytes == -1) { in PHP_FUNCTION()
1600 RETURN_LONG(bytes); in PHP_FUNCTION()
2114 int bytes, format; in PHP_FUNCTION() local
2136 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
2138 if (bytes == -1) { in PHP_FUNCTION()
2141 RETURN_LONG(bytes); in PHP_FUNCTION()
/PHP-7.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c340 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes() argument
345 bytes[i] = (word >> (8*i)) & 0xFF; in fromWordToBytes()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt37 printf("[003] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-7.2/ext/standard/tests/serialize/
H A D005.phpt161 Notice: unserialize(): Error at offset 19 of 20 bytes in %s005.php on line %d
/PHP-7.2/main/
H A Drfc1867.c619 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read() argument
625 if (bytes > (size_t)self->bytes_in_buffer) { in multipart_buffer_read()
640 len = max < bytes-1 ? max : bytes-1; in multipart_buffer_read()

Completed in 70 milliseconds

1234567891011