Home
last modified time | relevance | path

Searched refs:fwrite (Results 101 – 125 of 526) sorted by last modified time

12345678910>>...22

/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt55 if (strlen($key) != fwrite($fp, $key)) {
H A Dmysqli_pam_sha256_public_key_option.phpt52 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt52 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
139 fwrite($fp, $key);
149 fwrite($fp, "");
H A Dmysqli_debug_append.phpt48 if (!fwrite($fp, 'mysqli_debug.phpt test line'))
/php-src/ext/phar/tests/
H A Dphar_stub.phpt38 fwrite($fp, $file);
51 fwrite($fp, 'booya');
/php-src/ext/phar/tests/tar/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, 'booya');
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt34 fwrite($fp, $file);
45 fwrite($fp, 'booya');
/php-src/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt38 fwrite($fp, chr($c), 1);
H A Dbug72339.phpt23 fwrite($fh, "gd2\x00");
24 fwrite($fh, pack("n", 2));
25 fwrite($fh, pack("n", 1));
26 fwrite($fh, pack("n", 1));
27 fwrite($fh, pack("n", 0x40));
28 fwrite($fh, pack("n", 2));
29 fwrite($fh, pack("n", 0x5AA0)); // Chunks Wide
30 fwrite($fh, pack("n", 0x5B00)); // Chunks Vertically
31 fwrite($fh, str_repeat("\x41\x41\x41\x41", 0x1000000)); // overflow data
/php-src/ext/standard/tests/file/
H A Dfile_variation6.phpt8 fwrite($fd, "Line 1\nLine 2\nLine 3");
H A Dbug60120.phpt17 $cmd = $php . ' -r "\$in = file_get_contents(\'php://stdin\'); fwrite(STDOUT, \$in); fwrite(STDERR,…
47 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192);
H A Dbug81145.phpt31 fwrite($fp, random_bytes(0x200));
H A Ddisk_free_space_basic.phpt27 fwrite($fh, $data);
/php-src/ext/readline/tests/
H A Dbug77812-readline.phpt16 fwrite($pipes[0], "echo <<<FOO\n bar\n FOO;\n");
17 fwrite($pipes[0], "print(<<<FOO\nxx\nFOO);\n");
18 fwrite($pipes[0], "echo <<<FOO\n xxx\n FOO;\nFOO\n;\n");
19 fwrite($pipes[0], "echo <<<FOO\nFOOL\nFOO\n,1;\n");
20 fwrite($pipes[0], "echo <<<FOO\nFOO4\nFOO\n,2;\n");
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation1.phpt19 fwrite($socket, "abcdefg\n1234567\nxyzxyz\n");
H A Dstream_get_meta_data_socket_variation2.phpt26 fwrite($socket, "12345");
H A Dstream_get_meta_data_socket_variation4.phpt19 fwrite($socket, "abcdefg\n1234567\nxyzxyz\n");
H A Dproc_open_bug69900.phpt19 fwrite(STDOUT, $s);
32 fwrite($pipes[0], "hello$i\r\n");
H A Dproc_open_bug51800_right.phpt33 fwrite(STDOUT, $data0);
34 fwrite(STDERR, $data1);
/php-src/ext/soap/tests/
H A Dbug73037.phpt106 if(fwrite($fp, "$hdrs\n\n$data")) {
/php-src/ext/hash/tests/
H A Dhash_file_basic1.phpt18 if (fwrite($fp, $content) === FALSE) {
/php-src/Zend/tests/
H A Dgh11189.phpt17 fwrite(STDOUT, "Success");
H A Dgh11189_1.phpt17 fwrite(STDOUT, "Success");
/php-src/benchmark/
H A Dshared.php13 fwrite(STDOUT, "> $cmd\n");
53 fwrite(STDOUT, $result->stdout);
54 fwrite(STDERR, $result->stderr);
55 fwrite(STDERR, 'Exited with status code ' . $statusCode . "\n");
/php-src/sapi/cli/tests/
H A Dupload_2G.phpt69 fwrite($fp, <<<EOF
81 fwrite($fp, $data) or die("write failed @ ($i)");
84 fwrite($fp, $post) or die("write post failed");

Completed in 27 milliseconds

12345678910>>...22