mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
10 lines
269 B
PHP
10 lines
269 B
PHP
--TEST--
|
|
Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 1
|
|
--FILE--
|
|
<?php
|
|
range(0, pow(2.0, 100000000));
|
|
?>
|
|
===DONE===
|
|
--EXPECTF--
|
|
Warning: range(): Invalid range supplied: start=0 end=inf in %srange_bug70239_0.php on line %d
|
|
===DONE===
|