Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Fix nightly failure due to type in file_put_contents_5gb.phpt
  • Loading branch information
nielsdos committed Mar 10, 2024
2 parents 816f6a5 + 5fc3518 commit cfdbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/file/file_put_contents_5gb.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Test file_put_contents() function with 5GB string
<?php
if (PHP_INT_SIZE < 5) {
// 4=4gb, 5=549gb, 8=9exabytes
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");
}
if (getenv('SKIP_SLOW_TESTS')) {
die('skip slow test');
Expand Down

0 comments on commit cfdbf77

Please sign in to comment.