mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix nightly failure due to type in file_put_contents_5gb.phpt
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user