Home
last modified time | relevance | path

Searched refs:fwrite (Results 176 – 200 of 503) sorted by relevance

12345678910>>...21

/PHP-7.2/ext/standard/tests/network/
H A Dtcp4loop.phpt30 fwrite($client, "ABCdef123\n");
H A Dudgloop.phpt26 fwrite($client, "ABCdef123\n");
/PHP-7.2/ext/standard/tests/streams/
H A Dbug64166.phpt8 fwrite($fd, $data);
H A Dbug44818.phpt8 var_dump($fd, fwrite($fd, "foo"));
H A Dbug64166_2.phpt8 fwrite($fd, $data);
H A Dset_file_buffer.phpt33 var_dump(fwrite($fd, str_repeat('0', 70)));
/PHP-7.2/ext/standard/tests/filters/
H A Dbug35916.phpt34 fwrite($fp, "Thank you\n");
/PHP-7.2/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-7.2/sapi/cli/tests/
H A Dbug61679.phpt25 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 Dbug66606_2.phpt22 if (fwrite($fp, <<<HEADER
H A Dphp_cli_server_007.phpt20 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_004.phpt22 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_016.phpt30 if(fwrite($fp, <<<HEADER
/PHP-7.2/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt22 fwrite($f, $dtd);
/PHP-7.2/ext/standard/tests/file/
H A Dbug37158.phpt21 fwrite($fp, $x);
H A Dpopen_pclose_basic.phpt49 fwrite($file_handle, $str);
50 fwrite($file_handle, $newline);
H A Dsymlink_link_linkinfo_is_link_variation4.phpt37 fwrite($file, str_repeat("text", 20) );
56 fwrite($fp, "Hello World");
72 fwrite($file, "Hello World");
/PHP-7.2/ext/gd/tests/
H A Dimageloadfont_invalid.phpt12 fwrite($fp, $bin);
/PHP-7.2/ext/mysqli/tests/
H A Dlocal_infile_tools.inc62 if (!fwrite($fp, "97;'x';\n") ||
63 !fwrite($fp, "98;'y';\n") ||
64 !fwrite($fp, "99;'z';\n")) {
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation8.phpt27 fwrite($h, $data);

Completed in 44 milliseconds

12345678910>>...21