Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/standard/tests/streams/
H A Dbug78326_1.phpt6 fwrite($f, str_repeat('X', 1000));
H A Dbug72221.phpt6 fwrite($fp, str_repeat("baad", 1024*1024));
H A Dproc_open_bug51800_right.phpt33 fwrite(STDOUT, $data0);
34 fwrite(STDERR, $data1);
H A Dproc_open_bug51800_right2.phpt30 fwrite(STDOUT, substr($data0, $i0, $step));
31 fwrite(STDERR, substr($data1, $i1, $step));
H A Dproc_open_bug69900.phpt19 fwrite(STDOUT, $s);
32 fwrite($pipes[0], "hello$i\r\n");
H A Dbug78326.phpt8 fwrite($f, '.');
H A Dstream_get_contents_001.phpt8 fwrite($tmp, "12345");
H A Dstream_get_contents_002.phpt13 fwrite($sockets[0], "foo");
H A Dstream_get_contents_negative_length.phpt7 fwrite($tmp, "abcd");
/PHP-8.1/ext/pdo_firebird/tests/
H A Dpayload_server.php19 fwrite($conn, $payload);
/PHP-8.1/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc9 fwrite($fp, 'oopsie');
/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php78 fwrite($pipes[0], $in);
147 fwrite(STDERR, $testdata);
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_013.phpt17 if(fwrite($fp, <<<HEADER
38 if(fwrite($fp, <<<HEADER
56 if(fwrite($fp, <<<HEADER
H A Dupload_2G.phpt69 fwrite($fp, <<<EOF
81 fwrite($fp, $data) or die("write failed @ ($i)");
84 fwrite($fp, $post) or die("write post failed");
/PHP-8.1/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt146 fwrite($file, "<?php\n");
154 fwrite($file, $line . "\n");
163 fwrite($file, $line . "\n");
/PHP-8.1/ext/standard/tests/image/
H A Diptcembed_001.phpt8 fwrite($fp, "-1-1");
/PHP-8.1/win32/build/
H A Dmkdist.php162 fwrite($fp, $text);
277 fwrite($fp, <<<EOT
290 fwrite($fp, "===========================\r\n");
294 fwrite($fp, "\r\n\r\n");
303 fwrite($fp, "===========================\r\n");
307 fwrite($fp, "\r\n");
/PHP-8.1/ext/spl/tests/
H A Dbug77751.phpt10 $logfile->fwrite($buffer);
/PHP-8.1/ext/standard/tests/file/
H A Dbug40374.phpt9 fwrite($fp, "test");
H A Dfgets_socket_variation2.phpt15 fwrite($fd, LINE_OF_DATA);
42 var_dump(fwrite($socket, $data));
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug46274.phpt32 fwrite($blob, $data);
42 fwrite($blob, $data);
/PHP-8.1/ext/openssl/tests/
H A Dbug48182.phpt27 fwrite($client, $data);
45 fwrite($client, $data);
H A Dbug72333.phpt2 Bug #72333: fwrite() on non-blocking SSL sockets doesn't work
51 $result = fwrite($fp, $buf);
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt25 fwrite($fp, $dsn);
41 fwrite($fp, $dsn . chr(0) . ';host=nonsense;unix_socket=nonsense');
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dwrite24.phar5 fwrite($fp, "hi");

Completed in 36 milliseconds

12345678910>>...21