/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug48309.phpt | 2 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 D | stream_copy_to_stream_socket.phpt | 2 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 D | bug47997.phpt | 2 Bug #47997 (stream_copy_to_stream returns 1 on empty streams) 11 var_dump(stream_copy_to_stream($in, $out));
|
H A D | bug78506.phpt | 23 var_dump(stream_copy_to_stream($source_resource, fopen('php://memory', 'wb')));
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | bug69100.phpt | 2 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 D | stream_copy_to_stream.phpt | 2 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 D | stream_copy_to_stream_empty.phpt | 2 stream_copy_to_stream() from empty file 11 var_dump(stream_copy_to_stream($in, $out));
|
H A D | stream_copy_to_stream_interleaved.phpt | 2 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 D | gh9779.phpt | 2 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 D | bug38086.phpt | 2 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 D | bug81145.phpt | 2 Bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files)
|
/PHP-8.2/sapi/cli/tests/ |
H A D | cli_server_persistent_string002.phpt | 18 stream_copy_to_stream($fd2, STDOUT); 21 stream_copy_to_stream($fd, STDOUT);
|
/PHP-8.2/ext/zend_test/tests/ |
H A D | gh10370_3.phpt | 2 …_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 D | gh10370_4.phpt | 2 …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 D | bug73586.phpt | 22 stream_copy_to_stream($fin, STDOUT); 43 stream_copy_to_stream($fin, STDOUT);
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | server.inc | 89 stream_copy_to_stream($sock, $output, $content_length); 95 stream_copy_to_stream($fd, $sock);
|
/PHP-8.2/ext/zlib/tests/ |
H A D | bug_40189.phpt | 15 var_dump(stream_copy_to_stream($fp, $gp, 5));
|
/PHP-8.2/ext/phar/tests/tar/files/ |
H A D | tarmaker.php.inc | 112 stream_copy_to_stream($fileOrStream, $this->tmp);
|
H A D | corrupt_tarmaker.php.inc | 120 stream_copy_to_stream($fileOrStream, $this->tmp);
|
H A D | make.dangerous.tar.php.inc | 113 stream_copy_to_stream($fileOrStream, $this->tmp);
|
/PHP-8.2/win32/build/ |
H A D | mkdist.php | 210 $x = stream_copy_to_stream($fp, $dest, $hdr['size']);
|
/PHP-8.2/ext/standard/ |
H A D | streamsfuncs.c | 497 PHP_FUNCTION(stream_copy_to_stream) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 2607 function stream_copy_to_stream($from, $to, ?int $length = null, int $offset = 0): int|false {}
|
H A D | basic_functions_arginfo.h | 2739 ZEND_FUNCTION(stream_copy_to_stream); 3377 ZEND_FE(stream_copy_to_stream, arginfo_stream_copy_to_stream)
|
/PHP-8.2/ |
H A D | NEWS | 2369 . Fixed bug GH-9779 (stream_copy_to_stream fails if dest in append mode).
|