1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fix nightly failure due to type in file_put_contents_5gb.phpt
This commit is contained in:
Niels Dossche
2024-03-10 11:28:05 +01:00

View File

@@ -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');