Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 525) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt18 fwrite($file, str_repeat("text", 20) );
37 fwrite($fp, "Hello World");
53 fwrite($file, "Hello World");
H A Duserfilters.phpt27 fwrite($fp, $text);
H A Duserstreams_006.phpt30 var_dump(fwrite($fd, str_repeat('0', 70)));
H A Dpopen_pclose_basic.phpt42 fwrite($file_handle, $str);
43 fwrite($file_handle, $newline);
H A Dbug37158.phpt20 fwrite($fp, $x);
/php-src/sapi/cli/tests/
H A Dphp_cli_server_017.phpt18 if(fwrite($fp, <<<HEADER
H A Dbug61679.phpt20 if(fwrite($fp, <<<HEADER
H A Dbug65633.phpt18 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_007.phpt15 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_022.phpt20 if(fwrite($fp, <<<HEADER
H A Dbug73630.phpt23 if (fwrite($fp, <<<HEADER
/php-src/tests/basic/
H A Dbug80384.phpt9 fwrite($fp, str_repeat('ABCDEFGH', 1024));
/php-src/ext/standard/tests/streams/
H A Dbug60455_01.phpt12 fwrite($sockets[0], "a");
H A Dbug67626.phpt40 fwrite($fp, 'foobar');
H A Dbug64166.phpt8 fwrite($fd, $data);
/php-src/ext/standard/tests/filters/
H A Dbug50363.phpt10 fwrite($b, $foo);
H A Dbug54350.phpt21 fwrite($fd, "foo");
H A Dbug72941.phpt29 fwrite($stream, 'hello, world');
/php-src/Zend/tests/
H A Dgh11189.phpt17 fwrite(STDOUT, "Success");
H A Dgh11189_1.phpt17 fwrite(STDOUT, "Success");
/php-src/ext/standard/tests/network/
H A Dtcp4loop.phpt30 fwrite($client, "ABCdef123\n");
/php-src/ext/standard/tests/http/
H A Dserver.inc74 fwrite($output, "\r\n");
77 fwrite($output, "$line\r\n");
/php-src/ext/gd/tests/
H A Dimageloadfont_invalid.phpt10 fwrite($fp, $bin);
/php-src/ext/curl/tests/
H A Dcurl_write_return.phpt17 fwrite($fp, "test");
H A Dcurl_write_stdout.phpt16 fwrite($fp, "test");

Completed in 38 milliseconds

12345678910>>...21