Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.2/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt17 fwrite($client, "0123456789");
27 fwrite($second_client, "0123456789");
/PHP-7.2/ext/standard/tests/filters/
H A Dbug22538.phpt7 fwrite($fout, fread($fin, 4096));
23 fwrite($fp, $str);
H A Dstream_filter_remove_basic.phpt24 fwrite( $fp, "Testing the rot13 filter which shifts some things around." );
27 fwrite( $fp, "\nadd some more un-filtered foobar\n" );
/PHP-7.2/ext/standard/tests/file/
H A Dfilesize_variation4.phpt29 fwrite($file_handle, $string);
37 fwrite($file_handle, $string);
44 fwrite($file_handle, "Hello, world");
51 fwrite($file_handle, "Hello, world\n");
65 fwrite($file_handle, "Hello\0"); //wrting 6 bytes of data
H A Dbug38450_2.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
H A Dfopen_variation6.phpt18 fwrite($h, "This is an absolute file");
22 fwrite($h, "This is a relative file");
H A Dfscanf_variation1.phpt22 @fwrite($file_handle, "hello_world ");
23 @fwrite($file_handle, 12345);
H A Dfopen_variation5.phpt66 fwrite($h, "in dir2");
78 fwrite($h, "in dir1");
89 fwrite($h, "in working dir");
109 fwrite($h, "in script dir");
H A Dfopen_variation8.phpt65 fwrite($h, "in dir2");
77 fwrite($h, "in dir1");
88 fwrite($h, "in working dir");
108 fwrite($h, "in script dir");
H A Dbug38450_3.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');
/PHP-7.2/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt27 fwrite(STDOUT, $data0);
28 fwrite(STDERR, $data1);
H A Dbug78326_1.phpt6 fwrite($f, str_repeat('X', 1000));
H A Dproc_open_bug51800_right2.phpt30 fwrite(STDOUT, substr($data0, $i0, $step));
31 fwrite(STDERR, substr($data1, $i1, $step));
H A Dbug72221.phpt6 fwrite($fp, str_repeat("baad", 1024*1024));
/PHP-7.2/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
/PHP-7.2/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
/PHP-7.2/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php23 fwrite ($fh, $string);
/PHP-7.2/sapi/phpdbg/
H A Dcreate-test.php80 fwrite($pipes[0], $in);
149 fwrite(STDERR, $testdata);
/PHP-7.2/win32/build/
H A Dmkdist.php168 fwrite($fp, $text);
284 fwrite($fp, <<<EOT
297 fwrite($fp, "===========================\r\n");
301 fwrite($fp, "\r\n\r\n");
310 fwrite($fp, "===========================\r\n");
314 fwrite($fp, "\r\n");
/PHP-7.2/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc9 fwrite($fp, 'oopsie');
/PHP-7.2/Zend/tests/
H A Dbug72221.phpt6 fwrite($fp, str_repeat("baad", 1024*1024));

Completed in 31 milliseconds

12345678910>>...21