Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.5/ext/standard/tests/file/
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-5.5/ext/standard/tests/streams/
H A Dstream_copy_to_stream_socket.phpt14 fwrite($sockets[0], b"a");
H A Dbug48309.phpt7 fwrite($tmp, b'test');
/PHP-5.5/ext/standard/tests/network/
H A Dudp4loop.phpt17 fwrite($client, "ABCdef123\n");
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt9 fwrite ($fp, "Hi");
H A Dxmlwriter_set_indent_string_error_001.phpt9 fwrite ($fp, "Hi");
/PHP-5.5/ext/standard/tests/filters/
H A Dbug46164-2.phpt19 fwrite($fd, "foo");
/PHP-5.5/ext/bz2/tests/
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt12 fwrite($fp, $text);
H A Dzlib_filter_inflate.phpt12 fwrite($fp, $text);
H A Dzlib_filter_deflate2.phpt11 fwrite($fp, $text);
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt37 $wrote = fwrite($link, $data, strlen($data));
55 $wrote = fwrite($socket, $data, strlen($data));
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, b'booya');
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, b'booya');
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc58 fwrite($output, b"\r\n");
61 fwrite($output, b"$line\r\n");
/PHP-5.5/ext/phar/tests/
H A D027.phpt52 echo "fwrite on dir handle\n";
53 var_dump(fwrite($a, 'hi'));
85 fwrite on dir handle
H A D027U.phpt52 echo "fwrite on dir handle\n";
53 var_dump(fwrite($a, b'hi'));
85 fwrite on dir handle
H A Dopen_for_write_newfile_c.phpt24 fwrite($fp, 'extra');
37 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
H A Dopen_for_write_newfile_c_5_2.phpt22 fwrite($fp, 'extra');
35 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
/PHP-5.5/sapi/milter/
H A Dmilter.php28 fwrite($GLOBALS['log'], date("[H:i:s d.m.Y]") . "\t{$msg}\n");
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44667.phpt17 fwrite($pipes[0], 'Hello', 5);

Completed in 43 milliseconds

12345678910>>...18