Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/bz2/tests/
H A Dbug75776.phpt13 fwrite($temp, $text);
H A Dbug81092.phpt11 fwrite($stream, random_bytes(8192));
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
/PHP-7.4/ext/standard/tests/file/
H A Dfread_error.phpt48 // fwrite() on a file handle which is already closed
49 echo "-- Testing fwrite() with closed/unset file handle --\n";
53 // fwrite on a file handle which is unset
102 -- Testing fwrite() with closed/unset file handle --
H A Dbug27619.phpt6 fwrite($fp, "this is a lowercase string.\n");
H A Dbug35781.phpt10 fwrite($fp, "This is a test\n");
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_error.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_copy_to_stream_socket.phpt14 fwrite($sockets[0], "a");
H A Dbug48309.phpt7 fwrite($tmp, 'test');
H A Dbug78506.phpt18 fwrite($source_resource, 'Test data');
H A Dbug81346.phpt12 fwrite($s, str_repeat("hello world", 100));
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81302.phpt11 fwrite($f, "Testing");
H A Dbug46164-2.phpt19 fwrite($fd, "foo");
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt12 fwrite($fp, $text);
H A Dzlib_filter_inflate.phpt12 fwrite($fp, $text);
H A Dzlib_filter_deflate2.phpt11 fwrite($fp, $text);
/PHP-7.4/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt9 fwrite ($fp, "Hi");
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274_2.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);
/PHP-7.4/ext/phar/tests/
H A D027.phpt51 echo "fwrite on dir handle\n";
52 var_dump(fwrite($a, 'hi'));
84 fwrite on dir handle
/PHP-7.4/sapi/cli/tests/
H A Dbug67429_1.phpt19 if(fwrite($fp, <<<HEADER
H A Dbug67429_2.phpt19 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 Dphp_cli_server_020.phpt15 if(fwrite($fp, <<<HEADER
/PHP-7.4/ext/standard/tests/network/
H A Dbug20134.phpt14 $x = fwrite($fp,"\n");

Completed in 76 milliseconds

12345678910>>...21