Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.1/ext/standard/tests/image/
H A Diptcembed_001.phpt8 fwrite($fp, "-1-1");
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_get_contents_001.phpt8 fwrite($tmp, b"12345");
H A Dstream_get_contents_002.phpt13 fwrite($sockets[0], b"foo");
H A Dbug63240.phpt8 fwrite($fd, $str);
H A Dstream_socket_pair.phpt8 fwrite($sockets[0], b"foo");
H A Dproc_open_bug69900.phpt17 fwrite(STDOUT, $s);
29 fwrite($pipes[0], "hello$i\r\n");
H A Dbug65483.phpt9 fwrite($fd, $data);
/PHP-7.1/ext/standard/tests/file/
H A Dfseek_variation3.phpt19 fwrite($h, chr(0x30 + $i));
32 fwrite($h, b"end");
H A Dfgets_socket_variation2.phpt15 fwrite($fd, LINE_OF_DATA);
42 var_dump(fwrite($socket, $data));
H A Dbug40374.phpt9 fwrite($fp, "test");
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 --
/PHP-7.1/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt24 fwrite($fp, 'extra');
34 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.phpt22 fwrite($fp, 'extra');
32 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_b.phpt30 fwrite($fp, 'extra');
40 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.phpt28 fwrite($fp, 'extra');
38 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-7.1/ext/pdo_oci/tests/
H A Dbug46274.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_013.phpt22 if(fwrite($fp, <<<HEADER
46 if(fwrite($fp, <<<HEADER
67 if(fwrite($fp, <<<HEADER
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite24.phar5 fwrite($fp, b"hi");
/PHP-7.1/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"');
/PHP-7.1/ext/phar/tests/tar/
H A Dopen_for_write_existing_c_5_2.phpt32 fwrite($fp, b'extra');
45 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_c.phpt34 fwrite($fp, 'extra');
47 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
/PHP-7.1/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt34 fwrite($fp, b'extra');
44 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');
42 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug46274.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);

Completed in 24 milliseconds

12345678910>>...21