Home
last modified time | relevance | path

Searched refs:bytes (Results 101 – 125 of 198) sorted by relevance

12345678

/PHP-5.4/ext/zlib/tests/
H A Dgzseek_variation5.phpt18 //seek forwards 20 bytes.
/PHP-5.4/ext/phar/tests/tar/
H A Dbadalias.phpt24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…
/PHP-5.4/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfilesize_variation1.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A D007_variation11.phpt31 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation", 11, "bytes");
51 …//Check for size of existing data file after opening the file in "wt" mode again, expected: 0 bytes
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_basic.phpt8 * return the total number of bytes on the corresponding filesyatem
H A Dfilesize_error.phpt7 * Description : Returns the size of the file in bytes, or FALSE
H A Dfile_put_contents_variation4.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
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.phpt13 * will return the total number of bytes on the corresponding
H A Ddisk_total_space_error-win32.phpt13 * 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_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*/
/PHP-5.4/ext/oci8/tests/
H A Dnull_byte_2.phpt2 Null bytes in SQL statements
H A Dnull_byte_3.phpt2 Null bytes in SQL statements
H A Dnull_byte_1.phpt2 Protect against null bytes in LOB filenames
/PHP-5.4/
H A DREADME.PARAMETER_PARSING_API54 p - valid path (string without null bytes in the middle) and its length (char*, int)
56 s - string (with possible null bytes) and its length (char*, int)
76 OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l"
/PHP-5.4/ext/mysqli/tests/
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…
H A Dmysqli_debug_ini.phpt42 printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_128BitKey.phpt33 // keys upto 128 bits (16 bytes)
40 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-5.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

Completed in 29 milliseconds

12345678