Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/standard/tests/file/
H A Dfilesize_error.phpt7 * Description : Returns the size of the file in bytes, or FALSE
H A Ddisk_total_space_basic.phpt10 * return the total number of bytes on the corresponding filesyatem
H A Dfile_put_contents_variation4.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A D007_variation12-win32.phpt31 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 12, "bytes");
51 …/Check for size of existing data file after opening the file in "w+t" mode again, expected: 0 bytes
H A D007_variation12.phpt31 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 12, "bytes");
51 …/Check for size of existing data file after opening the file in "w+t" mode again, expected: 0 bytes
H A D007_variation20.phpt26 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 20, "bytes");
46 …/Check for size of existing data file after opening the file in "w+b" mode again, expected: 0 bytes
H A Ddisk_total_space_error.phpt15 * will return the total number of bytes on the corresponding
H A Dfile_put_contents_variation6.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfwrite_basic-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
49 // writing 100 bytes
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Dfwrite_basic-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
49 // writing 100 bytes
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Dfwrite_basic.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
49 // writing 100 bytes
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Ddisk_total_space_error-win32.phpt15 * will return the total number of bytes on the corresponding
H A Dfwrite.phpt39 Notice: fwrite(): write of 4 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfile_put_contents_variation9.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfwrite_variation2-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
57 /*overwrite first 400 bytes in the file*/
H A Dfwrite_variation2.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
57 /*overwrite first 400 bytes in the file*/
H A Dfwrite_error.phpt8 If the length arquement is given,writing will stop after length bytes have been
10 fwrite() returns the number of bytes written or FALSE on error
/PHP-7.4/ext/odbc/tests/
H A Dbug73448.phpt2 Bug #73448 odbc_errormsg returns trash, always 513 bytes
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt42 … printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt68 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
70 …ta. You have to increase it or send smaller chunks of data. Answer was %d bytes long. in %s on lin…
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt46 Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
/PHP-7.4/ext/pdo_odbc/tests/
H A Dmax_columns.phpt37 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_encrypt_gcm.phpt27 // Failing to retrieve tag (max is 16 bytes)
H A Dopenssl_encrypt_ocb.phpt27 // Failing to retrieve tag (must be at most 16 bytes)
/PHP-7.4/docs/
H A Dparameter-parsing-api.md81 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
82 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
84 s - string (with possible null bytes) and its length (char*, size_t)
85 S - string (with possible null bytes) as zend_string (zend_string*)

Completed in 33 milliseconds

12345678910>>...12