Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 – 175 of 513) sorted by relevance

12345678910>>...21

/PHP-7.1/ext/phar/tests/tar/
H A Dopen_for_write_newfile_c.phpt34 fwrite($fp, 'extra');
47 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
H A Dopen_for_write_newfile_c_5_2.phpt32 fwrite($fp, b'extra');
45 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
H A Dopen_for_write_newfile_b.phpt40 fwrite($fp, 'extra');
54 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
H A Dopen_for_write_newfile_b_5_2.phpt38 fwrite($fp, b'extra');
52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
/PHP-7.1/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt30 fwrite($fp, 'extra');
42 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
H A Dopen_for_write_newfile_b_5_2.phpt28 fwrite($fp, 'extra');
40 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
H A Dphar_stub.phpt38 fwrite($fp, $file);
51 fwrite($fp, b'booya');
/PHP-7.1/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt46 fwrite($file_handle, (binary)$str);
47fwrite($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newl…
H A Dpopen_pclose_basic-win32.phpt46 fwrite($file_handle, (binary)$str);
47fwrite($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newl…
H A Duserstreams_006.phpt29 var_dump(fwrite($fd, str_repeat('0', 70)));
H A Dfopen_variation10-win32.phpt53 fwrite($h, "file in $rootdir");
57 fwrite($h, "file in fopen10.tmpDir");
61 fwrite($h, "file in root");
H A Dfopen_variation11-win32.phpt52 fwrite($h, "file in $rootdir");
56 fwrite($h, "file in fopen11.tmpDir");
60 fwrite($h, "file in root");
/PHP-7.1/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt43 fwrite(STDOUT, $data0);
44 fwrite(STDERR, $data1);
H A Dstream_socket_sendto.phpt18 fwrite($sock, $stringFWrite);
30 Notice: fwrite(): send of %i bytes failed with errno=%i Broken pipe in %s on line %i
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt36 fwrite($blob1, $data1);
38 fwrite($blob2, $data2);
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_020.phpt20 if(fwrite($fp, <<<HEADER
H A Dbug65066_100.phpt22 if(fwrite($fp, <<<HEADER
H A Dbug66830.phpt23 if(fwrite($fp, <<<HEADER
H A Dbug71005.phpt26 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_018.phpt23 if(fwrite($fp, <<<HEADER
/PHP-7.1/ext/zlib/tests/
H A Dreadgzfile_basic2.phpt19 fwrite($h, $plaintxt);
H A Dgzfile_basic2.phpt18 fwrite($h, $plaintxt);
/PHP-7.1/ext/iconv/tests/
H A Dbug76249.phpt8 fwrite($fh, "abc");
/PHP-7.1/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt40 fwrite($fp, b'extra');
53 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
H A Dopen_for_write_newfile_b_5_2.phpt38 fwrite($fp, 'extra');
51 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…

Completed in 23 milliseconds

12345678910>>...21