Home
last modified time | relevance | path

Searched refs:fwrite (Results 251 – 275 of 505) sorted by relevance

1...<<1112131415161718192021

/PHP-8.1/ext/standard/tests/network/
H A Dunixloop.phpt32 fwrite($client, "ABCdef123\n");
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt45 fwrite($pipes[0], 'done');
/PHP-8.1/sapi/cli/tests/
H A Dgh8827-002.phpt26 fwrite($stdout, $buffer);
H A Dphp_cli_server_005.phpt29 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_019.phpt21 if(fwrite($fp, <<<HEADER
/PHP-8.1/ext/mysqli/tests/
H A Dlocal_infile_tools.inc70 if (!fwrite($fp, "97;'x';\n") ||
71 !fwrite($fp, "98;'y';\n") ||
72 !fwrite($fp, "99;'z';\n")) {
/PHP-8.1/ext/openssl/tests/
H A DServerClientTestCase.inc90 fwrite($this->workerStdIn[$worker], $code . "\n---\n");
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
H A Dbug46127.phpt24 fwrite($link, "Sending bug 46127\n");
/PHP-8.1/ext/standard/tests/file/
H A Dfeof_basic.phpt12 fwrite($h, "some data $i\n");
36 fwrite($h, "some data $i\n");
H A Ddisk_total_space_basic.phpt18 fwrite($fh, "Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage …
H A Dftruncate_error.phpt9 fwrite($file_handle, "Testing ftruncate error conditions \n");
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt38 var_dump(fwrite($f, str_repeat('b', 3)));
49 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
H A Dstream_multi_filters_close.phpt49 fwrite($r, "test\n");
/PHP-8.1/ext/standard/tests/filters/
H A Dbasic.phpt12 fwrite($fp, $GLOBALS["text"]);
/PHP-8.1/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt30 fwrite($fp, 'extra');
/PHP-8.1/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt29 fwrite($fp, 'extra');
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
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"));
H A Dtest_cp1255_2.phpt32 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_eucjp_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_kartuli_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dbug64506.phpt25 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_big5_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));

Completed in 21 milliseconds

1...<<1112131415161718192021