Home
last modified time | relevance | path

Searched refs:fwrite (Results 126 – 150 of 513) sorted by relevance

12345678910>>...21

/PHP-7.1/ext/phar/tests/tar/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, b'booya');
/PHP-7.1/ext/phar/tests/zip/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, b'booya');
H A Dopen_for_write_newfile_c.phpt34 fwrite($fp, b'extra');
47 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.phpt32 fwrite($fp, 'extra');
45 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
/PHP-7.1/ext/openssl/tests/
H A DServerClientTestCase.inc61 fwrite($this->workerStdIn, $code . "\n---\n");
107 fwrite($this->isWorker ? STDOUT : $this->workerStdIn, "\n");
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);
/PHP-7.1/ext/standard/tests/http/
H A Dserver.inc58 fwrite($output, b"\r\n");
61 fwrite($output, b"$line\r\n");
/PHP-7.1/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');
36 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');
34 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
/PHP-7.1/ext/hash/tests/
H A Dhash_update_stream.phpt15 fwrite($fp, 'The quick brown fox jumped over the lazy dog.');
/PHP-7.1/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_error_001.phpt9 fwrite ($fp, "Hi");
/PHP-7.1/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt11 fwrite($fp, $text);
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug44667.phpt17 fwrite($pipes[0], 'Hello', 5);
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_014.phpt25 if(fwrite($fp, <<<HEADER
44 if(fwrite($fp, <<<HEADER
H A Demptyheader.phpt18 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
/PHP-7.1/ext/standard/tests/network/
H A Dbug20134.phpt14 $x = fwrite($fp,b"\n");
H A Dudp4loop.phpt21 fwrite($client, "ABCdef123\n");
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_info.phpt70 if (!fwrite($fp, b"100;'a';\n") ||
71 !fwrite($fp, b"101;'b';\n") ||
72 !fwrite($fp, b"102;'c';\n")) {
/PHP-7.1/ext/standard/tests/filters/
H A Dbug50363.phpt10 fwrite($b, $foo);
/PHP-7.1/ext/standard/tests/file/
H A Duserfilters.phpt26 fwrite($fp, $text);
/PHP-7.1/ext/standard/tests/streams/
H A Dbug60455_01.phpt12 fwrite($sockets[0], "a");
H A Dbug67626.phpt38 fwrite($fp, 'foobar');
/PHP-7.1/
H A Drun-tests.php1024 fwrite($fs, "Host: " . $host . "\r\n");
1025 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1028 fwrite($fs, $data);
1029 fwrite($fs, "\r\n\r\n");
1104 fwrite($pipes[0], $stdin);
1172 fwrite($failed_tests_file, "$index\n");
2568 fwrite($html_file, "<table>\n");
2579 fwrite($html_file, "</table>\n");
2591 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2685 fwrite($html_file,
[all …]

Completed in 44 milliseconds

12345678910>>...21