Home
last modified time | relevance | path

Searched refs:fwrite (Results 251 – 275 of 443) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/pdo/tests/
H A Dbug_34630.phpt28 fwrite($fp, "I am the LOB data");
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt19 fwrite($socket, "abcdefg\n1234567\nxyzxyz\n");
H A Dstream_get_meta_data_socket_variation2.phpt26 fwrite($socket, "12345");
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation16.phpt43 fwrite($h, (binary) "This is the test file");
H A Dfopen_variation17.phpt42 fwrite($h, (binary) "This is the test file");
H A Dfscanf_variation54.phpt36 fwrite($file_handle, $obj);
H A Dis_file_variation1.phpt18 fwrite( $file_handle, "Hello, world....." ); // exptected true
H A Dfilesize_variation3.phpt21 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A D007_variation1.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A D007_variation17.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A D007_variation9.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A Dcopy_variation14.phpt18 fwrite($file_handle, str_repeat(b"Hello2world...\n", 100));
H A Dcopy_variation17.phpt17 fwrite($file_handle, str_repeat(b"Hello2world...\n", 100));
H A Dfilesize_variation3-win32.phpt21 fwrite($file_handle, (binary)str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfpassthru_variation.phpt17 fwrite($file_write, "1234567890abcdefghijklmnopqrstuvwxyz");
H A Ddisk_free_space_basic.phpt33 fwrite($fh, (binary)$data);
H A Ddisk_free_space_error.phpt30 fwrite( $fh, (binary)" Garbage data for the temporary file" );
H A Dcopy_variation15.phpt31 fwrite($file_handle, str_repeat(b"Hello, world...", 20));
/PHP-5.5/sapi/cli/tests/
H A Dbug61977.phpt31 if (fwrite($fp, $header)) {
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt37 fwrite($blob1, $data1);
39 fwrite($blob2, $data2);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt18 if (4 != fwrite($fp, 'test')) {
43 if (!$fp || !fwrite($fp, $blob)) {
/PHP-5.5/ext/phar/tests/
H A Drefcount1_5_2.phpt32 fwrite($fp, "extra");
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1_5_2.phpt32 fwrite($fp, "extra");
/PHP-5.5/ext/phar/tests/tar/
H A Drefcount1_5_2.phpt32 fwrite($fp, "extra");
/PHP-5.5/ext/standard/
H A Dfile.h43 PHPAPI PHP_FUNCTION(fwrite);

Completed in 33 milliseconds

1...<<1112131415161718