Home
last modified time | relevance | path

Searched refs:fwrite (Results 26 – 50 of 513) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/standard/tests/streams/
H A Dbug79000.phpt13 var_dump(fwrite($sock1, $str));
14 var_dump(fwrite($sock1, $str));
H A Dbug75031.phpt8 fwrite($fp, "hello");
10 fwrite($fp, "world");
H A Duser_streams_consumed_bug.phpt19 $out = fwrite(STDOUT, "Hello\n");
25 $out = fwrite(STDOUT, "Goodbye\n");
H A Dproc_open_bug60120.phpt15 fwrite(STDOUT, \$input);
16 fwrite(STDERR, \$input);
46 fwrite($pipes[0], str_repeat('*', 10000));
H A Dbug69521.phpt13 $written += fwrite($fp, substr($data, $written, 100));
17 fwrite($link, "Sending bug 69521\n");
H A Dbug64166_3.phpt12 fwrite($fd, $data);
24 fwrite($fd, $data);
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fwrite_variation_001.phpt2 SplFileObject::fwrite function - writing with two parameters length < input string length
10 $obj->fwrite('test_write',4);
H A DSplFileObject_fwrite_variation_002.phpt2 SplFileObject::fwrite function - writing with two parameters, length > input string length
10 $obj->fwrite('test_write',12);
H A Dfileobject_005.phpt15 $fo->fwrite("blahlubba");
22 $fo->fwrite("blahlubba");
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt29 var_dump(fwrite($stream, 'ABCD'));
36 var_dump(fwrite($stream, 'ABCD'));
41 var_dump(fwrite($stream, 'ABCD ABCD ABCD'));
62 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
74 Warning: fwrite(): It is not possible to increase the size of a BLOB in %s on line %d
/PHP-7.4/ext/standard/tests/filters/
H A Dstrip_tags_filter.phpt7 fwrite($fp, "test <b>bold</b> <i>italic</i> test\n");
12 fwrite($fp, "test <b>bold</b> <i>italic</i> test\n");
17 fwrite($fp, "test <b>bold</b> <i>italic</i> test\n");
H A Dbug81294.phpt12 fwrite($f, "test");
14 fwrite($f, "test");
H A Dfilter_errors.inc20 fwrite($stream, ".\r\n$data");
30 fwrite($stream, "$data");
/PHP-7.4/ext/openssl/tests/
H A Dbug77390.phpt63 fwrite($conn, 'warmup');
65 fwrite($conn, 'hello, world');
90 fwrite($upstream, $data);
95 fwrite($conn, $part);
99 fwrite($conn, $data);
/PHP-7.4/ext/standard/tests/file/
H A Dbug68532.phpt7 fwrite($stream, $testString);
14 fwrite($fileStream , $testString);
H A Dfopen_unlink.phpt11 fwrite($f, 'hello'),
14 fwrite($f, 'world'),
H A Dbug60120.phpt19 $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
48 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192);
H A Dbug38450.phpt91 fwrite($fp, "line1\n");
92 fwrite($fp, "line2\n");
93 fwrite($fp, "line3\n");
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt18 if(fwrite($fp, <<<HEADER
34 if(fwrite($fp, <<<HEADER
50 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_008.phpt15 if(fwrite($fp, <<<HEADER
31 if(fwrite($fp, <<<HEADER
/PHP-7.4/ext/standard/tests/image/
H A Dbug70096.phpt18 fwrite($fp, $content1);
22 fwrite($fp, $content2);
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc110 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
114 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
117 fwrite($this->tmp, (binary)$fileOrStream);
119 fwrite($this->tmp, (binary)str_repeat("\0", 512 - strlen($fileOrStream) % 512));
166 fwrite($this->tmp, pack('a1024', ''));
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', ''));
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt52 fwrite($fh, $data, strlen($data)); // fwrite(a, b, $bytes)
83 fwrite($fh, $data, strlen($data)); // fwrite(a, b, $bytes)
114 fwrite($fh, $data, strlen($data)); // fwrite(a, b, $bytes)
145 fwrite($fh, $data, strlen($data)); // fwrite(a, b, $bytes)

Completed in 32 milliseconds

12345678910>>...21