Home
last modified time | relevance | path

Searched refs:fwrite (Results 101 – 125 of 513) sorted by relevance

12345678910>>...21

/PHP-7.1/ext/standard/tests/file/
H A Dbug35781.phpt10 fwrite($fp, "This is a test\n");
H A Dtouch_variation2.phpt11 fwrite ($fp,"mydata");
H A Dbug41815.phpt12 fwrite($writer, "foo");
H A Dstream_enclosed.phpt15 fwrite($t, str_repeat('a',1024));
H A Dfile_get_contents_basic001.phpt10 fwrite($handle,$file_content);
H A Dbug27619.phpt6 fwrite($fp, "this is a lowercase string.\n");
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite24.phar.inc11 fwrite($fp, b"hi");
H A Dphar_test.inc68 fwrite($fp, $file);
74 fwrite($fp, $file);
/PHP-7.1/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_error.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
/PHP-7.1/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
50 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_b.p…
H A Dopen_for_write_existing_b_5_2.phpt38 fwrite($fp, 'extra');
48 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-7.1/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
53 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_existing_b.…
H A Dopen_for_write_existing_b_5_2.phpt38 fwrite($fp, 'extra');
51 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_b_…
/PHP-7.1/ext/phar/tests/files/
H A Dphar_test.inc68 fwrite($fp, $file);
74 fwrite($fp, $file);
/PHP-7.1/ext/pdo_oci/tests/
H A Dbug46274_2.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);
/PHP-7.1/ext/standard/tests/streams/
H A Dbug46426.phpt8 fwrite($tmp, b"12345");
H A Dstream_copy_to_stream_socket.phpt14 fwrite($sockets[0], b"a");
H A Dbug48309.phpt7 fwrite($tmp, b'test');
/PHP-7.1/ext/
H A Dext_skel_win32.php46 fwrite($fp, $php_file);
/PHP-7.1/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt9 fwrite ($fp, "Hi");
/PHP-7.1/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt12 fwrite($fp, $text);
H A Dzlib_filter_inflate.phpt12 fwrite($fp, $text);
/PHP-7.1/ext/bz2/tests/
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
/PHP-7.1/ext/standard/tests/filters/
H A Dbug46164-2.phpt19 fwrite($fd, "foo");

Completed in 25 milliseconds

12345678910>>...21