Searched refs:fwrite (Results 101 – 125 of 443) sorted by relevance
12345678910>>...18
/PHP-5.5/ext/standard/tests/file/ |
H A D | stream_enclosed.phpt | 15 fwrite($t, str_repeat('a',1024));
|
H A D | file_get_contents_basic001.phpt | 10 fwrite($handle,$file_content);
|
H A D | bug27619.phpt | 6 fwrite($fp, "this is a lowercase string.\n");
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | stream_copy_to_stream_socket.phpt | 14 fwrite($sockets[0], b"a");
|
H A D | bug48309.phpt | 7 fwrite($tmp, b'test');
|
/PHP-5.5/ext/standard/tests/network/ |
H A D | udp4loop.phpt | 17 fwrite($client, "ABCdef123\n");
|
/PHP-5.5/ext/xmlwriter/tests/ |
H A D | xmlwriter_set_indent_string_basic_001.phpt | 9 fwrite ($fp, "Hi");
|
H A D | xmlwriter_set_indent_string_error_001.phpt | 9 fwrite ($fp, "Hi");
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | bug46164-2.phpt | 19 fwrite($fd, "foo");
|
/PHP-5.5/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 12 fwrite($fp, $text);
|
H A D | bz2_filter_decompress.phpt | 12 fwrite($fp, $text);
|
/PHP-5.5/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 12 fwrite($fp, $text);
|
H A D | zlib_filter_inflate.phpt | 12 fwrite($fp, $text);
|
H A D | zlib_filter_deflate2.phpt | 11 fwrite($fp, $text);
|
/PHP-5.5/ext/openssl/tests/ |
H A D | bug48182.phpt | 37 $wrote = fwrite($link, $data, strlen($data)); 55 $wrote = fwrite($socket, $data, strlen($data));
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | bug46274_2.phpt | 28 fwrite($blob, $data); 40 fwrite($blob, $data);
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | phar_stub.phpt | 34 fwrite($fp, $file); 45 fwrite($fp, b'booya');
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | phar_stub.phpt | 34 fwrite($fp, $file); 45 fwrite($fp, b'booya');
|
/PHP-5.5/ext/standard/tests/http/ |
H A D | server.inc | 58 fwrite($output, b"\r\n"); 61 fwrite($output, b"$line\r\n");
|
/PHP-5.5/ext/phar/tests/ |
H A D | 027.phpt | 52 echo "fwrite on dir handle\n"; 53 var_dump(fwrite($a, 'hi')); 85 fwrite on dir handle
|
H A D | 027U.phpt | 52 echo "fwrite on dir handle\n"; 53 var_dump(fwrite($a, b'hi')); 85 fwrite on dir handle
|
H A D | open_for_write_newfile_c.phpt | 24 fwrite($fp, 'extra'); 37 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
|
H A D | open_for_write_newfile_c_5_2.phpt | 22 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 D | milter.php | 28 fwrite($GLOBALS['log'], date("[H:i:s d.m.Y]") . "\t{$msg}\n");
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | bug44667.phpt | 17 fwrite($pipes[0], 'Hello', 5);
|
Completed in 25 milliseconds
12345678910>>...18