Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.2/ext/bz2/tests/
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
/PHP-7.2/ext/standard/tests/filters/
H A Dbug46164-2.phpt19 fwrite($fd, "foo");
H A Dbug79468.phpt12 fwrite($fp, "This is ");
H A Dbug50363.phpt10 fwrite($b, $foo);
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);
/PHP-7.2/ext/phar/tests/
H A Dopen_for_write_newfile_c.phpt23 fwrite($fp, 'extra');
35 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
H A Dopen_for_write_newfile_b.phpt29 fwrite($fp, 'extra');
41 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
/PHP-7.2/ext/phar/tests/zip/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, 'booya');
H A Dopen_for_write_newfile_c.phpt33 fwrite($fp, 'extra');
46 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
/PHP-7.2/ext/phar/tests/tar/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, 'booya');
H A Dopen_for_write_newfile_c.phpt33 fwrite($fp, 'extra');
46 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_info.phpt68 if (!fwrite($fp, "100;'a';\n") ||
69 !fwrite($fp, "101;'b';\n") ||
70 !fwrite($fp, "102;'c';\n")) {
/PHP-7.2/ext/hash/tests/
H A Dhash_update_stream.phpt15 fwrite($fp, 'The quick brown fox jumped over the lazy dog.');
/PHP-7.2/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt11 fwrite($fp, $text);
/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_error_001.phpt9 fwrite ($fp, "Hi");
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug44667.phpt17 fwrite($pipes[0], 'Hello', 5);
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt25 fwrite($fp, $dsn);
41 fwrite($fp, sprintf('mysql:dbname=letshopeinvalid;%s%s',
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_014.phpt25 if(fwrite($fp, <<<HEADER
44 if(fwrite($fp, <<<HEADER
H A Demptyheader.phpt18 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
/PHP-7.2/ext/standard/tests/network/
H A Dbug20134.phpt14 $x = fwrite($fp,"\n");
H A Dudp4loop.phpt21 fwrite($client, "ABCdef123\n");
/PHP-7.2/ext/standard/tests/streams/
H A Dbug60455_01.phpt12 fwrite($sockets[0], "a");
H A Dbug67626.phpt38 fwrite($fp, 'foobar');
/PHP-7.2/ext/standard/tests/file/
H A Duserfilters.phpt26 fwrite($fp, $text);
/PHP-7.2/ext/curl/tests/
H A Dbug78775.phpt27 fwrite($sock, "GET / HTTP/1.0\n\n");

Completed in 44 milliseconds

12345678910>>...21