Home
last modified time | relevance | path

Searched refs:bytes (Results 226 – 250 of 291) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt14 * will return the number of bytes available on the corresponding
H A Ddisk_free_space_error.phpt13 * return the number of bytes available on the corresponding
H A Ddisk_free_space_error-win32.phpt13 * return the number of bytes available on the corresponding
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 D007_variation6.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 6, "bytes");
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_variation14.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 14, "bytes");
H A D007_variation22.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 22, "bytes");
H A Ddisk_total_space_variation.phpt10 * 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 D007_variation15.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation23.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation7.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
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.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
/PHP-7.4/ext/oci8/tests/
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
/PHP-7.4/ext/hash/
H A Dhash.c1044 int bytes; in PHP_FUNCTION() local
1053 bytes = (int)l_bytes; in PHP_FUNCTION()
1054 if (bytes <= 0){ in PHP_FUNCTION()
1078 size_t times = bytes / block_size; in PHP_FUNCTION()
1080 if ((bytes % block_size) != 0) { in PHP_FUNCTION()
1102 RETVAL_STRINGL(key, bytes); in PHP_FUNCTION()
1103 ZEND_SECURE_ZERO(key, bytes); in PHP_FUNCTION()
1427 ZEND_ARG_INFO(0, bytes)
/PHP-7.4/build/
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
484 if [ ".$bytes" != .3 ]; then
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
486 if [ ".$bytes" = .3 ]; then
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
494 if [ ".$bytes" = .3 ]; then
/PHP-7.4/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.4/ext/mysqli/tests/
H A Dmysqli_debug.phpt41 … printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_box.phpt145 keypair size should be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes

Completed in 111 milliseconds

12345678910>>...12