Home
last modified time | relevance | path

Searched refs:fwrite (Results 76 – 100 of 525) sorted by relevance

12345678910>>...21

/php-src/ext/pdo_pgsql/tests/
H A Dgh9411.phpt22 fwrite($lob, 'test');
29 fwrite($lob, 'test');
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt13 fwrite($stream, gzcompress($content));
17 fwrite($stream, '1');
/php-src/ext/standard/tests/file/
H A Dfopen_variation19.phpt24 fwrite($h, "Hello World");
73 fwrite($h, ' again!');
82 fwrite($h, 'Goodbye World');
H A Dbug38450_3.phpt92 fwrite($fp, "line1\n");
93 fwrite($fp, "line2\n");
94 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");
H A Dbug52335.phpt21 var_dump(fwrite($fprw, "data"));
29 var_dump(fwrite($fprw, " and more data"));
/php-src/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
H A Dphp_cli_server_014.phpt16 if(fwrite($fp, <<<HEADER
35 if(fwrite($fp, <<<HEADER
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");
/php-src/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
/php-src/ext/standard/tests/streams/
H A Dbug78326_1.phpt6 fwrite($f, str_repeat('X', 1000));
H A Dproc_open_bug51800_right.phpt33 fwrite(STDOUT, $data0);
34 fwrite(STDERR, $data1);
H A Dproc_open_bug51800_right2.phpt30 fwrite(STDOUT, substr($data0, $i0, $step));
31 fwrite(STDERR, substr($data1, $i1, $step));
H A Dproc_open_bug69900.phpt19 fwrite(STDOUT, $s);
32 fwrite($pipes[0], "hello$i\r\n");
H A Dbug72221.phpt6 fwrite($fp, str_repeat("baad", 1024*1024));
H A Dbug78326.phpt8 fwrite($f, '.');
H A Dstream_get_contents_001.phpt8 fwrite($tmp, "12345");
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.php19 fwrite($conn, $payload);
/php-src/sapi/phpdbg/
H A Dcreate-test.php78 fwrite($pipes[0], $in);
147 fwrite(STDERR, $testdata);
/php-src/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc9 fwrite($fp, 'oopsie');
/php-src/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt151 fwrite($file, "<?php\n");
159 fwrite($file, $line . "\n");
168 fwrite($file, $line . "\n");
/php-src/ext/standard/tests/image/
H A Diptcembed_001.phpt8 fwrite($fp, "-1-1");

Completed in 25 milliseconds

12345678910>>...21