Home
last modified time | relevance | path

Searched refs:fwrite (Results 51 – 75 of 504) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt21 fwrite($file_handle, $string);
29 fwrite($file_handle, $string);
36 fwrite($file_handle, "Hello, world");
43 fwrite($file_handle, "Hello, world\n");
57 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
H A Dbug38450.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
H A Dbug38450_1.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
H A Dfilesize_variation4.phpt23 fwrite($file_handle, $string);
31 fwrite($file_handle, $string);
38 fwrite($file_handle, "Hello, world");
45 fwrite($file_handle, "Hello, world\n");
59 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
H A Dfscanf_variation1.phpt17 @fwrite($file_handle, "hello_world ");
18 @fwrite($file_handle, 12345);
H A Dbug38450_2.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
H A Dfopen_variation5.phpt57 fwrite($h, "in dir2");
69 fwrite($h, "in dir1");
80 fwrite($h, "in working dir");
100 fwrite($h, "in script dir");
H A Dfopen_variation8.phpt56 fwrite($h, "in dir2");
68 fwrite($h, "in dir1");
79 fwrite($h, "in working dir");
99 fwrite($h, "in script dir");
H A Dfopen_variation19.phpt24 fwrite($h, "Hello World");
73 fwrite($h, ' again!');
82 fwrite($h, 'Goodbye World');
H A Dbug38450_3.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
H A Dphp_fd_wrapper_01.phpt6 fwrite($f, "hi!");
H A Dphp_fd_wrapper_02.phpt6 fwrite($f, "hi!");
H A Dfseek_variation3.phpt13 fwrite($h, chr(0x30 + $i));
26 fwrite($h, "end");
/PHP-8.1/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc118 fwrite($this->tmp, $block . $checksum . $blockend, 512);
122 fwrite($this->tmp, str_repeat("\0", 512 - $stat['size'] % 512));
125 fwrite($this->tmp, $fileOrStream);
127 fwrite($this->tmp, str_repeat("\0", 512 - strlen($fileOrStream) % 512));
174 fwrite($this->tmp, pack('a1024', ''));
H A Dmake.dangerous.tar.php.inc111 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
115 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
118 fwrite($this->tmp, (binary)$fileOrStream);
120 fwrite($this->tmp, (binary)str_repeat("\0", 512 - strlen($fileOrStream) % 512));
167 fwrite($this->tmp, pack('a1024', ''));
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
/PHP-8.1/ext/zlib/tests/
H A Dbug75273.phpt35 fwrite($stream, $in_data);
44 $fwrite_len = fwrite($stream, $out_data);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_open_sockets1.inc5 fwrite(STDERR, "SOME ERROR");
/PHP-8.1/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt17 fwrite($client, "0123456789");
27 fwrite($second_client, "0123456789");
/PHP-8.1/ext/gd/tests/
H A Dimageloadfont_end_of_file_while_reading_header.phpt15 fwrite($fp, $bin);
22 fwrite($fp, $bin);
/PHP-8.1/ext/standard/tests/filters/
H A Dbug22538.phpt7 fwrite($fout, fread($fin, 4096));
23 fwrite($fp, $str);
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dgh9411.phpt20 fwrite($lob, 'test');
27 fwrite($lob, 'test');
/PHP-8.1/sapi/cli/tests/
H A D022.inc12 fwrite($client_socket, $data);
H A Dphp_cli_server_010.phpt15 if(fwrite($fp, <<<HEADER
31 if(fwrite($fp, <<<HEADER
/PHP-8.1/ext/bz2/
H A Dbz2_arginfo.h52 ZEND_FUNCTION(fwrite);
65 ZEND_FALIAS(bzwrite, fwrite, arginfo_bzwrite)

Completed in 34 milliseconds

12345678910>>...21