We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749445a commit a3566e7Copy full SHA for a3566e7
ext/standard/tests/file/bug81145.phpt
@@ -3,6 +3,7 @@ Bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files)
3
--SKIPIF--
4
<?php
5
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6
+if (PHP_INT_SIZE !== 8) die("skip this test is for 64bit platforms only");
7
if (disk_free_space(__DIR__) < 0x220000000) die("skip insuffient disk space");
8
if (PHP_OS_FAMILY !== "Windows") {
9
exec("fallocate -h", $output, $status);
0 commit comments