Home
last modified time | relevance | path

Searched refs:fwrite (Results 76 – 100 of 443) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_b_5_2.phpt28 fwrite($fp, 'extra');
39 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt34 fwrite($fp, 'extra');
48 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
H A Dopen_for_write_existing_c_5_2.phpt32 fwrite($fp, b'extra');
46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
54 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');
52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_b_…
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt34 fwrite($fp, b'extra');
45 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
H A Dopen_for_write_existing_c_5_2.phpt32 fwrite($fp, 'extra');
43 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_b.phpt40 fwrite($fp, b'extra');
51 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');
49 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-5.5/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");
/PHP-5.5/ext/standard/tests/streams/
H A Dbug63240.phpt8 fwrite($fd, $str);
H A Dstream_socket_pair.phpt8 fwrite($sockets[0], b"foo");
H A Dbug65483.phpt9 fwrite($fd, $data);
H A Dbug46426.phpt8 fwrite($tmp, b"12345");
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_basic.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
H A DSplFileObject_fgetcsv_escape_default.phpt6 fwrite($fp, '"aa\"","bb","\"c"');
H A DSplFileObject_fgetcsv_escape_error.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c138 fwrite(EOCD_MAGIC, 1, 4, fp); in _zip_cdir_write()
145 fwrite(cd->comment, 1, cd->comment_len, fp); in _zip_cdir_write()
430 fwrite(localp ? LOCAL_MAGIC : CENTRAL_MAGIC, 1, 4, fp); in _zip_dirent_write()
458 fwrite(zde->filename, 1, zde->filename_len, fp); in _zip_dirent_write()
461 fwrite(zde->extrafield, 1, zde->extrafield_len, fp); in _zip_dirent_write()
465 fwrite(zde->comment, 1, zde->comment_len, fp); in _zip_dirent_write()
/PHP-5.5/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-5.5/ext/phar/tests/files/
H A Dphar_test.inc68 fwrite($fp, $file);
74 fwrite($fp, $file);
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274_2.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);

Completed in 23 milliseconds

12345678910>>...18