php-8.0.30-src/ext/standard/tests/math/round_bug71201.phpt

9 lines
121 B
PHP

--TEST--
Bug #71201 round() segfault on 64-bit builds
--FILE--
<?php
echo round(1.0, -2147483648), "\n";
?>
--EXPECT--
0