Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.5/sapi/cli/tests/
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
H A Dbug65633.phpt23 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_017.phpt23 if(fwrite($fp, <<<HEADER
H A Dbug61679.phpt25 if(fwrite($fp, <<<HEADER
H A Dbug67429.phpt25 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_007.phpt20 if(fwrite($fp, <<<HEADER
/PHP-5.5/ext/phar/tests/
H A Dphar_stub.phpt38 fwrite($fp, $file);
51 fwrite($fp, b'booya');
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt40 fwrite($fp, b'extra');
54 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.phpt38 fwrite($fp, 'extra');
52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt40 fwrite($fp, 'extra');
55 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.phpt38 fwrite($fp, b'extra');
53 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
/PHP-5.5/ext/standard/tests/network/
H A Dtcp4loop.phpt30 fwrite($client, "ABCdef123\n");
H A Dudgloop.phpt26 fwrite($client, "ABCdef123\n");
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64166.phpt8 fwrite($fd, $data);
/PHP-5.5/ext/standard/tests/filters/
H A Dbug35916.phpt34 fwrite($fp, "Thank you\n");
/PHP-5.5/ext/curl/tests/
H A Dcurl_reset.phpt14 fwrite($fp, "test");
H A Dcurl_write_callback.phpt22 fwrite($fp, "test");
H A Dcurl_write_return.phpt17 fwrite($fp, "test");
H A Dcurl_write_stdout.phpt16 fwrite($fp, "test");
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt22 fwrite($f, $dtd);
/PHP-5.5/ext/standard/tests/file/
H A Dbug37158.phpt21 fwrite($fp, $x);
H A Dpopen_pclose_basic.phpt50 fwrite($file_handle, (binary)$str);
51 fwrite($file_handle, (binary)$newline);

Completed in 23 milliseconds

12345678910>>...18