1--TEST--
2Bug #71197 (range function produces another 2 segfaults with long integers)
3--FILE--
4<?php
5range(PHP_INT_MIN, PHP_INT_MIN + 513, .01);
6range(PHP_INT_MIN + 513, PHP_INT_MIN, .01);
7?>
8--EXPECT--
9