From 2a826291d7bf295dddbb31dc46d525a1e8fe31d9 Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Wed, 25 Feb 2004 07:36:36 +0000 Subject: [PATCH] Fixing Example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152301 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/round.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml index 4cf976880c..f42a3924fa 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ echo round(3.6); // 4 echo round(3.6, 0); // 4 echo round(1.95583, 2); // 1.96 echo round(1241757, -3); // 1242000 -echo round(5.045, 2); // 5.04 +echo round(5.045, 2); // 5.05 echo round(5.055, 2); // 5.06 ?> ]]>