summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/range_bug71197.phpt
blob: 2031ec7c095a4adf9253c549ea63ed92141acd97 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #71197 (range function produces another 2 segfaults with long integers)
--FILE--
<?php
range(PHP_INT_MIN, PHP_INT_MIN + 513, .01);
range(PHP_INT_MIN + 513, PHP_INT_MIN, .01);
?>
--EXPECT--