Home
last modified time | relevance | path

Searched refs:fwrite (Results 226 – 250 of 513) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/gd/tests/
H A Dbug81739.phpt11 fwrite($s, "\x01\x00\x00\x00\x20\x00\x00\x00\x08\x00\x00\x00\x08\x00\x00\x00");
/PHP-7.4/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt49 fwrite($file_handle, $str);
50 fwrite($file_handle, $newline);
H A Dsymlink_link_linkinfo_is_link_variation4.phpt31 fwrite($file, str_repeat("text", 20) );
50 fwrite($fp, "Hello World");
66 fwrite($file, "Hello World");
H A Dfile_variation7.phpt8 fwrite($fd, "Line 1\n\n \n \n\Line 3");
/PHP-7.4/ext/phar/tests/
H A Dopen_for_write_newfile.phpt21 fwrite($fp, 'extra');
/PHP-7.4/tests/output/
H A Dstream_isatty.inc35 fwrite(STDERR, $result);
/PHP-7.4/ext/standard/tests/network/
H A Dunixloop.phpt32 fwrite($client, "ABCdef123\n");
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation8.phpt27 fwrite($h, $data);
H A Dgzreadgzwriteplain.phpt12 fwrite($fp, $original);
/PHP-7.4/ext/openssl/tests/
H A Dbug73072.phpt25 fwrite(STDERR, "done\n");
/PHP-7.4/ext/curl/tests/
H A Dbug52827.phpt25 fwrite($s, str_repeat('a',1024));
H A Dcurl_write_file.phpt17 fwrite($fp, "test");
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_005.phpt29 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_012.phpt17 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_021.phpt15 if(fwrite($fp, <<<HEADER
/PHP-7.4/ext/mysqli/tests/
H A Dlocal_infile_tools.inc62 if (!fwrite($fp, "97;'x';\n") ||
63 !fwrite($fp, "98;'y';\n") ||
64 !fwrite($fp, "99;'z';\n")) {
/PHP-7.4/ext/phar/tests/tar/
H A Dopen_for_write_existing.phpt30 fwrite($fp, 'extra');
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt49 fwrite($r, "test\n");
/PHP-7.4/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt29 fwrite($fp, 'extra');
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt12 fwrite($fp, $GLOBALS["text"]);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_kartuli_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1255_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1256_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1253_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1253_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));

Completed in 25 milliseconds

12345678910>>...21