summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/round_bug71201.phpt
blob: b02d3b6ef42f6ed918013daff1c0f4e0b6b7d312 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #71201 round() segfault on 64-bit builds
--FILE--
<?php
echo round(1.0, -2147483648), "\n";
?>
--EXPECT--
0