Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/standard/tests/file/
H A Dbug27619.phpt6 fwrite($fp, "this is a lowercase string.\n");
H A Dbug35781.phpt10 fwrite($fp, "This is a test\n");
/PHP-8.1/ext/standard/tests/filters/
H A Dbug46164-2.phpt19 fwrite($fd, "foo");
H A Dbug79468.phpt12 fwrite($fp, "This is ");
/PHP-8.1/ext/standard/tests/streams/
H A Dbug78506.phpt18 fwrite($source_resource, 'Test data');
H A Dgh8472.phpt22 fwrite($client, str_repeat('0', 5));
H A Dbug75776.phpt15 fwrite($stream,"sdfgdfg");
/PHP-8.1/ext/spl/tests/
H A Dbug81477.phpt8 fwrite($s, "foo,bar\nbaz,bat\nmore,data\n");
/PHP-8.1/ext/zlib/tests/
H A Dreadgzfile_basic2.phpt17 fwrite($h, $plaintxt);
H A Dzlib_filter_deflate2.phpt11 fwrite($fp, $text);
H A Dgzfile_basic2.phpt16 fwrite($h, $plaintxt);
H A Dgzopen_variation8.phpt17 fwrite($h, $data);
/PHP-8.1/sapi/cli/tests/
H A Dbug67429_1.phpt19 if(fwrite($fp, <<<HEADER
H A Dbug67429_2.phpt19 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_020.phpt15 if(fwrite($fp, <<<HEADER
H A Demptyheader.phpt15 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
H A Dbug66830.phpt18 if(fwrite($fp, <<<HEADER
H A Dbug71005.phpt21 if(fwrite($fp, <<<HEADER
H A Dbug65066_100.phpt17 if(fwrite($fp, <<<HEADER
H A Dbug81305.phpt15 if (fwrite($fp, <<<HEADER
H A Dphp_cli_server_018.phpt18 if(fwrite($fp, <<<HEADER
H A Dbug65066_511.phpt17 if(fwrite($fp, <<<HEADER
H A Dbug68745.phpt15 if(fwrite($fp, "GET www.example.com:80 HTTP/1.1\r\n\r\n")) {
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt30 fwrite($blob, $data);
42 fwrite($blob, $data);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug44667.phpt17 fwrite($pipes[0], 'Hello', 5);

Completed in 25 milliseconds

12345678910>>...21