summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/bug24142.phpt
blob: 6f340ddbef316c40b84eeda74ba70890de9daeae (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #24142 (round() problems)
--FILE--
<?php // $Id$ vim600:syn=php
echo round(5.045, 2). "\n";
echo round(5.055, 2). "\n";
?>
--EXPECT--
5.04
5.05