Home
last modified time | relevance | path

Searched refs:bytes (Results 51 – 75 of 187) sorted by relevance

12345678

/PHP-5.3/ext/standard/tests/file/
H A Dis_file_variation1.phpt23 echo "\n-- Testing is_file() after truncating filesize to zero bytes --\n";
50 -- Testing is_file() after truncating filesize to zero bytes --
H A D007_variation9.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 9, "bytes");
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A D007_variation1.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 1, "bytes");
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A D007_variation17.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 17, "bytes");
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
H A Dfread_error.phpt7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
/PHP-5.3/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt28 'ifdescription','lines','bytes','parameters');
35 var_dump($z->bytes);
/PHP-5.3/Zend/tests/
H A Dbug55509.phpt71 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug55509.…
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug49847.phpt2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
H A Dbug60227_3.phpt10 Warning: Header may not contain NUL bytes in %s on line %d
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-5.3/tests/lang/
H A Dbug45392.phpt23 Fatal error: Allowed memory size of %d bytes exhausted%s
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
31 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_ecb.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_ecb_3des_decrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_encrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
30 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_cbc.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_decrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
/PHP-5.3/ext/ftp/tests/
H A Dftp_alloc_basic2.phpt23 string(20) "1024 bytes allocated"
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt26 echo "\n\nRead 20 bytes from the file:\n";
92 Read 20 bytes from the file:
H A Dstream_get_meta_data_socket_variation1.phpt26 echo "\n\nRead 3 bytes of data from the client:\n";
78 Read 3 bytes of data from the client:
/PHP-5.3/ext/mbstring/tests/
H A Dzend_multibyte-05.phpt16 // back to UTF-8. There should be only a pair of consecutive bytes that is
H A Dzend_multibyte-09.phpt17 // back to UTF-8. There should be only a pair of consecutive bytes that is
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt22 $bytes = $doc->saveHTMLFile($filename);
/PHP-5.3/ext/zlib/tests/
H A Dbug_34821.phpt8 // test 50 bytes to 50k

Completed in 82 milliseconds

12345678