1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00
Files
archived-php-src/ext/standard/tests/math/round_bug71201.phpt
2015-12-23 18:26:56 +01:00

11 lines
143 B
PHP

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