Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 503) sorted by relevance

12345678910>>...21

/PHP-7.2/ext/openssl/tests/
H A Dbug73072.phpt25 fwrite(STDERR, "done\n");
H A DServerClientTestCase.inc90 fwrite($this->workerStdIn[$worker], $code . "\n---\n");
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
H A Dbug46127.phpt23 fwrite($link, "Sending bug 46127\n");
H A Dstreams_crypto_method.phpt32 fwrite($client, $response);
/PHP-7.2/ext/phar/tests/
H A Dopen_for_write_existing.phpt21 fwrite($fp, 'extra');
H A Dopen_for_write_newfile.phpt21 fwrite($fp, 'extra');
/PHP-7.2/ext/standard/tests/file/
H A Dfile_variation7.phpt8 fwrite($fd, "Line 1\n\n \n \n\Line 3");
H A Dsymlink_link_linkinfo_is_link_variation3.phpt46 fwrite($file, str_repeat("text", 20) );
68 fwrite($fp, "Hello World");
90 fwrite($file, "Hello World");
/PHP-7.2/Zend/tests/
H A Dbug21478.phpt26 fwrite($fp, "This is a test.\n");
/PHP-7.2/ext/standard/tests/network/
H A Dunixloop.phpt32 fwrite($client, "ABCdef123\n");
/PHP-7.2/ext/curl/tests/
H A Dbug52827.phpt25 fwrite($s, str_repeat('a',1024));
H A Dcurl_write_file.phpt17 fwrite($fp, "test");
/PHP-7.2/tests/output/
H A Dstream_isatty.inc35 fwrite(STDERR, $result);
/PHP-7.2/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt12 fwrite($fp, $original);
/PHP-7.2/ext/phar/tests/tar/
H A Dopen_for_write_existing.phpt30 fwrite($fp, 'extra');
/PHP-7.2/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt29 fwrite($fp, 'extra');
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1255_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1256_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1253_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1253_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_kartuli_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt49 fwrite($r, "test\n");
/PHP-7.2/ext/standard/tests/filters/
H A Dbasic.phpt13 fwrite($fp, $GLOBALS["text"]);
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_005.phpt34 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_012.phpt22 if(fwrite($fp, <<<HEADER

Completed in 22 milliseconds

12345678910>>...21