Skip to content

Commit 5fc3518

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix nightly failure due to type in file_put_contents_5gb.phpt
2 parents 134464e + 65593e1 commit 5fc3518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/file_put_contents_5gb.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test file_put_contents() function with 5GB string
44
<?php
55
if (PHP_INT_SIZE < 5) {
66
// 4=4gb, 5=549gb, 8=9exabytes
7-
skip("skip PHP_INT_SIZE<5 will not fit test string in RAM");
7+
die("skip PHP_INT_SIZE<5 will not fit test string in RAM");
88
}
99
if (getenv('SKIP_SLOW_TESTS')) {
1010
die('skip slow test');

0 commit comments

Comments
 (0)