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.
2 parents 816f6a5 + 5fc3518 commit cfdbf77Copy full SHA for cfdbf77
ext/standard/tests/file/file_put_contents_5gb.phpt
@@ -4,7 +4,7 @@ Test file_put_contents() function with 5GB string
4
<?php
5
if (PHP_INT_SIZE < 5) {
6
// 4=4gb, 5=549gb, 8=9exabytes
7
- skip("skip PHP_INT_SIZE<5 will not fit test string in RAM");
+ die("skip PHP_INT_SIZE<5 will not fit test string in RAM");
8
}
9
if (getenv('SKIP_SLOW_TESTS')) {
10
die('skip slow test');
0 commit comments