Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.0/ext/reflection/tests/
H A DReflectionReference_errors.phpt51 Notice: unserialize(): Error at offset 30 of 31 bytes in %s on line %d
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
/PHP-8.0/ext/hash/tests/
H A Dhash_hmac_file_error.phpt46 hash_hmac_file(): Argument #2 ($filename) must not contain any null bytes
/PHP-8.0/ext/phar/tests/bug64931/
H A Dbug64931.phpt56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt41 … 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.phpt67 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
69 …ta. You have to increase it or send smaller chunks of data. Answer was %d bytes long. in %s on lin…
H A Dmysqli_debug.phpt37 … printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-8.0/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt51 mime_content_type(): Argument #1 ($filename) must not contain any null bytes
H A Dfinfo_open_001.phpt22 finfo_open(): Argument #2 ($magic_database) must not contain any null bytes
/PHP-8.0/ext/standard/tests/file/
H A Dbug69442.phpt34 * to fread(), even if it was written with a single syscall and the number of bytes written
H A Dreadfile_variation10.phpt62 ValueError: readfile(): Argument #1 ($filename) must not contain any null bytes
H A D007_variation10.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 10, "bytes");
H A D007_variation18.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 18, "bytes");
H A D007_variation2.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 2, "bytes");
H A Dfseek_ftell_rewind_variation7.phpt29 ,7,"bytes",".tmp"); //create a file with 512 bytes size
43 // by 10 bytes because of holes
H A Dfile_get_contents_variation8.phpt66 ValueError: file_get_contents(): Argument #1 ($filename) must not contain any null bytes
H A Dreadfile_variation10-win32.phpt68 ValueError: readfile(): Argument #1 ($filename) must not contain any null bytes
H A D007_variation22.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 22, "bytes");
H A D007_variation6.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 6, "bytes");
/PHP-8.0/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-8.0/ext/pdo_odbc/tests/
H A Dmax_columns.phpt39 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-8.0/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*)
/PHP-8.0/ext/oci8/tests/
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data

Completed in 25 milliseconds

12345678910>>...13