Home
last modified time | relevance | path

Searched refs:stream_copy_to_stream (Results 1 – 25 of 25) sorted by relevance

/PHP-8.2/ext/standard/tests/streams/
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
10 echo "-- stream_copy_to_stream() --\n";
13 stream_copy_to_stream($tmp, STDOUT, 2);
28 -- stream_copy_to_stream() --
H A Dstream_copy_to_stream_socket.phpt2 stream_copy_to_stream() with socket as $source
16 stream_copy_to_stream($sockets[1], $tmp);
21 stream_copy_to_stream($sockets[1], $tmp);
H A Dbug47997.phpt2 Bug #47997 (stream_copy_to_stream returns 1 on empty streams)
11 var_dump(stream_copy_to_stream($in, $out));
H A Dbug78506.phpt23 var_dump(stream_copy_to_stream($source_resource, fopen('php://memory', 'wb')));
/PHP-8.2/ext/standard/tests/file/
H A Dbug69100.phpt2 Bug #69100: Bus error from stream_copy_to_stream (file -> SSL stream) with invalid length
13 var_dump(stream_copy_to_stream($fr, $fw, 32 * 1024));
14 var_dump(stream_copy_to_stream($fr, $fw, 64 * 1024));
H A Dstream_copy_to_stream.phpt2 stream_copy_to_stream() tests
8 $new_file = __DIR__.'/stream_copy_to_stream.txt';
14 var_dump(stream_copy_to_stream($src, $dest, 0));
28 var_dump(stream_copy_to_stream($src, $dest, -1));
45 var_dump(stream_copy_to_stream($src, $dest));
62 var_dump(stream_copy_to_stream($src, $dest));
79 var_dump(stream_copy_to_stream($src, $dest, 1000000));
97 var_dump(stream_copy_to_stream($src, $dest, 10));
114 var_dump(stream_copy_to_stream($src, $dest, -1));
H A Dstream_copy_to_stream_empty.phpt2 stream_copy_to_stream() from empty file
11 var_dump(stream_copy_to_stream($in, $out));
H A Dstream_copy_to_stream_interleaved.phpt2 stream_copy_to_stream() tests with interleaved read/write calls
16 var_dump(stream_copy_to_stream($src, $dest, 10));
21 var_dump(stream_copy_to_stream($src, $dest, 10));
H A Dgh9779.phpt2 Bug GH-9779 (stream_copy_to_stream doesn't work anymore with resource opened in a append mode)
13 stream_copy_to_stream($sourceHandle, $destHandle);
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
14 var_dump(stream_copy_to_stream($src, $dest));
28 var_dump(stream_copy_to_stream($src, $dest, 10000));
H A Dbug81145.phpt2 Bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files)
/PHP-8.2/sapi/cli/tests/
H A Dcli_server_persistent_string002.phpt18 stream_copy_to_stream($fd2, STDOUT);
21 stream_copy_to_stream($fd, STDOUT);
/PHP-8.2/ext/zend_test/tests/
H A Dgh10370_3.phpt2 …_php_stream_copy_to_stream_ex when using copy_file_range - partial copy using stream_copy_to_stream
22 var_dump(stream_copy_to_stream($input, $output, 10240, 0x200));
H A Dgh10370_4.phpt2 …hp_stream_copy_to_stream_ex when using copy_file_range - unlimited copy using stream_copy_to_stream
21 var_dump(stream_copy_to_stream($input, $output));
/PHP-8.2/ext/standard/tests/filters/
H A Dbug73586.phpt22 stream_copy_to_stream($fin, STDOUT);
43 stream_copy_to_stream($fin, STDOUT);
/PHP-8.2/ext/standard/tests/http/
H A Dserver.inc89 stream_copy_to_stream($sock, $output, $content_length);
95 stream_copy_to_stream($fd, $sock);
/PHP-8.2/ext/zlib/tests/
H A Dbug_40189.phpt15 var_dump(stream_copy_to_stream($fp, $gp, 5));
/PHP-8.2/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc112 stream_copy_to_stream($fileOrStream, $this->tmp);
H A Dcorrupt_tarmaker.php.inc120 stream_copy_to_stream($fileOrStream, $this->tmp);
H A Dmake.dangerous.tar.php.inc113 stream_copy_to_stream($fileOrStream, $this->tmp);
/PHP-8.2/win32/build/
H A Dmkdist.php210 $x = stream_copy_to_stream($fp, $dest, $hdr['size']);
/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c497 PHP_FUNCTION(stream_copy_to_stream) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2607 function stream_copy_to_stream($from, $to, ?int $length = null, int $offset = 0): int|false {}
H A Dbasic_functions_arginfo.h2739 ZEND_FUNCTION(stream_copy_to_stream);
3377 ZEND_FE(stream_copy_to_stream, arginfo_stream_copy_to_stream)
/PHP-8.2/
H A DNEWS2114 . Fixed bug GH-9779 (stream_copy_to_stream fails if dest in append mode).

Completed in 54 milliseconds