Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.2/ext/standard/tests/file/
H A Dfread_error.phpt48 // fwrite() on a file handle which is already closed
49 echo "-- Testing fwrite() with closed/unset file handle --\n";
53 // fwrite on a file handle which is unset
102 -- Testing fwrite() with closed/unset file handle --
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.2/ext/standard/tests/streams/
H A Dbug65483.phpt9 fwrite($fd, $data);
H A Dbug68948.phpt9 fwrite($stream, $testString);
H A Dbug46426.phpt8 fwrite($tmp, "12345");
H A Dbug48309.phpt7 fwrite($tmp, 'test');
H A Dstream_copy_to_stream_socket.phpt14 fwrite($sockets[0], "a");
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite24.phar.inc11 fwrite($fp, "hi");
H A Dphar_test.inc68 fwrite($fp, $file);
74 fwrite($fp, $file);
/PHP-7.2/ext/phar/tests/
H A D027.phpt51 echo "fwrite on dir handle\n";
52 var_dump(fwrite($a, 'hi'));
84 fwrite on dir handle
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_error.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug46274_2.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);
/PHP-7.2/ext/phar/tests/files/
H A Dphar_test.inc68 fwrite($fp, $file);
74 fwrite($fp, $file);
/PHP-7.2/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt39 fwrite($fp, 'extra');
52 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_existing_b.…
/PHP-7.2/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt39 fwrite($fp, 'extra');
49 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_b.p…
/PHP-7.2/ext/
H A Dext_skel_win32.php46 fwrite($fp, $php_file);
/PHP-7.2/ext/bz2/tests/
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
/PHP-7.2/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt12 fwrite($fp, $text);
H A Dzlib_filter_inflate.phpt12 fwrite($fp, $text);
/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt9 fwrite ($fp, "Hi");

Completed in 33 milliseconds

12345678910>>...21