Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 – 175 of 503) sorted by relevance

12345678910>>...21

/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt36 fwrite($blob1, $data1);
38 fwrite($blob2, $data2);
/PHP-7.2/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt39 fwrite($fp, 'extra');
53 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
/PHP-7.2/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt39 fwrite($fp, 'extra');
52 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
/PHP-7.2/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt43 fwrite(STDOUT, $data0);
44 fwrite(STDERR, $data1);
/PHP-7.2/ext/standard/tests/http/
H A Dserver.inc66 fwrite($output, "\r\n");
69 fwrite($output, "$line\r\n");
/PHP-7.2/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt46 fwrite($file_handle, (binary)$str);
47fwrite($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newl…
H A Dpopen_pclose_basic-win32.phpt46 fwrite($file_handle, (binary)$str);
47fwrite($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newl…
H A Duserstreams_006.phpt29 var_dump(fwrite($fd, str_repeat('0', 70)));
H A Dfopen_variation10-win32.phpt53 fwrite($h, "file in $rootdir");
57 fwrite($h, "file in fopen10.tmpDir");
61 fwrite($h, "file in root");
H A Dfopen_variation11-win32.phpt52 fwrite($h, "file in $rootdir");
56 fwrite($h, "file in fopen11.tmpDir");
60 fwrite($h, "file in root");
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_020.phpt20 if(fwrite($fp, <<<HEADER
H A Dbug65066_100.phpt22 if(fwrite($fp, <<<HEADER
H A Dbug66830.phpt23 if(fwrite($fp, <<<HEADER
H A Dbug71005.phpt26 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_018.phpt23 if(fwrite($fp, <<<HEADER
H A Dbug65066_422.phpt22 if(fwrite($fp, <<<HEADER
H A Dbug65066_511.phpt22 if(fwrite($fp, <<<HEADER
H A Dbug68745.phpt20 if(fwrite($fp, "GET www.example.com:80 HTTP/1.1\r\n\r\n")) {
H A Dphp_cli_server_006.phpt20 if(fwrite($fp, <<<HEADER
/PHP-7.2/ext/zlib/tests/
H A Dgzfile_basic2.phpt18 fwrite($h, $plaintxt);
H A Dreadgzfile_basic2.phpt19 fwrite($h, $plaintxt);
/PHP-7.2/
H A Drun-tests.php1063 fwrite($fs, "Host: " . $host . "\r\n");
1064 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1067 fwrite($fs, $data);
1068 fwrite($fs, "\r\n\r\n");
1150 fwrite($pipes[0], $stdin);
1225 fwrite($failed_tests_file, "$index\n");
1228 fwrite($result_tests_file, "$result\t$index\n");
2653 fwrite($html_file, "<table>\n");
2664 fwrite($html_file, "</table>\n");
2770 fwrite($html_file,
[all …]
/PHP-7.2/ext/iconv/tests/
H A Dbug76249.phpt8 fwrite($fh, "abc");
/PHP-7.2/ext/phar/tests/
H A Dphar_stub.phpt38 fwrite($fp, $file);
51 fwrite($fp, 'booya');
/PHP-7.2/ext/ldap/tests/
H A Dbug76248.phpt16fwrite($socket, base64_decode("MAwCAQFhBwoBAAQABAAweQIBAmR0BJljbj1yb290LGRjPWV4YW1wbGUsZGM9Y29tMFc…

Completed in 79 milliseconds

12345678910>>...21