Home
last modified time | relevance | path

Searched refs:fwrite (Results 51 – 75 of 443) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation8.phpt65 fwrite($h, (binary) "in dir2");
77 fwrite($h, (binary) "in dir1");
88 fwrite($h, (binary) "in working dir");
108 fwrite($h, (binary) "in script dir");
H A Dbug38450_2.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
H A Dphp_fd_wrapper_01.phpt6 fwrite($f, "hi!");
H A Dphp_fd_wrapper_02.phpt6 fwrite($f, "hi!");
H A Dfopen_variation19.phpt30 fwrite($h, "Hello World");
79 fwrite($h, ' again!');
88 fwrite($h, 'Goodbye World');
H A Dfgets_socket_variation2.phpt15 fwrite($fd, LINE_OF_DATA);
42 var_dump(fwrite($socket, $data));
H A Dfseek_variation3.phpt19 fwrite($h, chr(0x30 + $i));
32 fwrite($h, b"end");
H A Dbug40374.phpt9 fwrite($fp, "test");
/PHP-5.5/sapi/cli/tests/
H A D022.inc12 fwrite($client_socket, $data);
H A Dphp_cli_server_010.phpt20 if(fwrite($fp, <<<HEADER
40 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_013.phpt22 if(fwrite($fp, <<<HEADER
46 if(fwrite($fp, <<<HEADER
67 if(fwrite($fp, <<<HEADER
/PHP-5.5/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php23 fwrite ($fh, $string);
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt30 fwrite(STDOUT, substr($data0, $i0, $step));
31 fwrite(STDERR, substr($data1, $i1, $step));
H A Dstream_get_contents_001.phpt8 fwrite($tmp, b"12345");
H A Dstream_get_contents_002.phpt13 fwrite($sockets[0], b"foo");
/PHP-5.5/win32/build/
H A Dmkdist.php146 fwrite($fp, $text);
262 fwrite($fp, <<<EOT
275 fwrite($fp, "===========================\r\n");
279 fwrite($fp, "\r\n\r\n");
288 fwrite($fp, "===========================\r\n");
292 fwrite($fp, "\r\n");
/PHP-5.5/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc9 fwrite($fp, 'oopsie');
/PHP-5.5/ext/standard/tests/image/
H A Diptcembed_001.phpt8 fwrite($fp, "-1-1");
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt24 fwrite($fp, 'extra');
35 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');
33 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');
41 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_existing_b.…
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite24.phar5 fwrite($fp, b"hi");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug46274.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);

Completed in 45 milliseconds

12345678910>>...18