Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt25 if(fwrite($fp, <<<HEADER
44 if(fwrite($fp, <<<HEADER
H A Dbug65066_100.phpt22 if(fwrite($fp, <<<HEADER
H A Dbug66830.phpt23 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_018.phpt23 if(fwrite($fp, <<<HEADER
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_info.phpt69 if (!fwrite($fp, b"100;'a';\n") ||
70 !fwrite($fp, b"101;'b';\n") ||
71 !fwrite($fp, b"102;'c';\n")) {
/PHP-5.5/ext/standard/tests/network/
H A Dbug20134.phpt14 $x = fwrite($fp,b"\n");
/PHP-5.5/
H A Drun-tests.php1012 fwrite($fs, "Host: " . $host . "\r\n");
1013 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1016 fwrite($fs, $data);
1017 fwrite($fs, "\r\n\r\n");
1092 fwrite($pipes[0], $stdin);
1157 fwrite($failed_tests_file, "$index\n");
2491 fwrite($html_file, "<table>\n");
2502 fwrite($html_file, "</table>\n");
2514 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2608 fwrite($html_file,
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_01.phpt12 fwrite($sockets[0], "a");
H A Dbug67626.phpt38 fwrite($fp, 'foobar');
H A Dproc_open_bug51800.phpt43 fwrite(STDOUT, $data0);
44 fwrite(STDERR, $data1);
/PHP-5.5/ext/standard/tests/file/
H A Duserfilters.phpt26 fwrite($fp, $text);
H A Dpopen_pclose_basic-win32.phpt48 fwrite($file_handle, (binary)$str);
49fwrite($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-5.5/ext/standard/tests/filters/
H A Dbug50363.phpt10 fwrite($b, $foo);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt25 fwrite($fp, $dsn);
41 fwrite($fp, sprintf('mysql:dbname=letshopeinvalid;%s%s',
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt30 fwrite($fp, 'extra');
43 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
H A Dopen_for_write_newfile_b_5_2.phpt28 fwrite($fp, 'extra');
41 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt34 fwrite($fp, b'extra');
48 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');
46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_c.phpt34 fwrite($fp, 'extra');
48 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, b'extra');
46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_basic2.phpt19 fwrite($h, $plaintxt);
H A Dgzfile_basic2.phpt18 fwrite($h, $plaintxt);

Completed in 24 milliseconds

12345678910>>...18