/PHP-5.5/ext/phar/tests/ |
H A D | open_for_write_existing_b_5_2.phpt | 28 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 D | open_for_write_existing_c.phpt | 34 fwrite($fp, 'extra'); 48 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
|
H A D | open_for_write_existing_c_5_2.phpt | 32 fwrite($fp, b'extra'); 46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
|
H A D | open_for_write_existing_b.phpt | 40 fwrite($fp, b'extra'); 54 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_existing_b.…
|
H A D | open_for_write_existing_b_5_2.phpt | 38 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 D | open_for_write_existing_c.phpt | 34 fwrite($fp, b'extra'); 45 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
|
H A D | open_for_write_existing_c_5_2.phpt | 32 fwrite($fp, 'extra'); 43 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
|
H A D | open_for_write_existing_b.phpt | 40 fwrite($fp, b'extra'); 51 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_b.p…
|
H A D | open_for_write_existing_b_5_2.phpt | 38 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 D | fread_error.phpt | 48 // 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 D | bug35781.phpt | 10 fwrite($fp, "This is a test\n");
|
H A D | touch_variation2.phpt | 11 fwrite ($fp,"mydata");
|
H A D | bug41815.phpt | 12 fwrite($writer, "foo");
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 8 fwrite($fd, $str);
|
H A D | stream_socket_pair.phpt | 8 fwrite($sockets[0], b"foo");
|
H A D | bug65483.phpt | 9 fwrite($fd, $data);
|
H A D | bug46426.phpt | 8 fwrite($tmp, b"12345");
|
/PHP-5.5/ext/spl/tests/ |
H A D | SplFileObject_fgetcsv_escape_basic.phpt | 6 fwrite($fp, '"aaa","b""bb","ccc"');
|
H A D | SplFileObject_fgetcsv_escape_default.phpt | 6 fwrite($fp, '"aa\"","bb","\"c"');
|
H A D | SplFileObject_fgetcsv_escape_error.phpt | 6 fwrite($fp, '"aaa","b""bb","ccc"');
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_dirent.c | 138 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 D | write24.phar.inc | 11 fwrite($fp, b"hi");
|
H A D | phar_test.inc | 68 fwrite($fp, $file); 74 fwrite($fp, $file);
|
/PHP-5.5/ext/phar/tests/files/ |
H A D | phar_test.inc | 68 fwrite($fp, $file); 74 fwrite($fp, $file);
|
/PHP-5.5/ext/pdo_oci/tests/ |
H A D | bug46274_2.phpt | 31 fwrite($blob, $data); 41 fwrite($blob, $data);
|