Home
last modified time | relevance | path

Searched refs:fwrite (Results 76 – 100 of 503) sorted by relevance

12345678910>>...21

/PHP-7.2/ext/standard/tests/streams/
H A Dbug78326.phpt8 fwrite($f, '.');
H A Dstream_get_contents_001.phpt8 fwrite($tmp, "12345");
H A Dstream_get_contents_002.phpt13 fwrite($sockets[0], "foo");
H A Dbug46147.phpt6 fwrite($fp, "this is a lowercase string.\n");
H A Dstream_socket_pair.phpt8 fwrite($sockets[0], "foo");
H A Dbug63240.phpt8 fwrite($fd, $str);
H A Dbug76859.phpt9 fwrite($fh, $data);
H A Dproc_open_bug69900.phpt17 fwrite(STDOUT, $s);
29 fwrite($pipes[0], "hello$i\r\n");
/PHP-7.2/ext/standard/tests/image/
H A Diptcembed_001.phpt8 fwrite($fp, "-1-1");
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug46274.phpt31 fwrite($blob, $data);
41 fwrite($blob, $data);
/PHP-7.2/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt15 fwrite($fd, LINE_OF_DATA);
42 var_dump(fwrite($socket, $data));
H A Dfseek_variation3.phpt19 fwrite($h, chr(0x30 + $i));
32 fwrite($h, "end");
H A Dbug40374.phpt9 fwrite($fp, "test");
/PHP-7.2/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt23 fwrite($fp, 'extra');
33 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
H A Dopen_for_write_existing_b.phpt29 fwrite($fp, 'extra');
39 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_existing_b.…
/PHP-7.2/ext/spl/tests/
H A Dbug77751.phpt10 $logfile->fwrite($buffer);
H A DSplFileObject_fgetcsv_escape_basic.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
H A DSplFileObject_fgetcsv_escape_default.phpt6 fwrite($fp, '"aa\"","bb","\"c"');
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_013.phpt22 if(fwrite($fp, <<<HEADER
46 if(fwrite($fp, <<<HEADER
67 if(fwrite($fp, <<<HEADER
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite24.phar5 fwrite($fp, "hi");
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug46274.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);
/PHP-7.2/ext/openssl/tests/
H A Dbug48182.phpt26 fwrite($client, $data);
44 fwrite($client, $data);
H A Dbug72333.phpt2 Bug #72333: fwrite() on non-blocking SSL sockets doesn't work
50 $result = fwrite($fp, $buf);
/PHP-7.2/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt33 fwrite($fp, 'extra');
46 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
/PHP-7.2/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt33 fwrite($fp, 'extra');
43 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…

Completed in 31 milliseconds

12345678910>>...21