]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Tue, 18 Jan 2005 11:54:04 +0000 (11:54 +0000)
committerfoobar <sniper@php.net>
Tue, 18 Jan 2005 11:54:04 +0000 (11:54 +0000)
tests/lang/bug30726.phpt

index f979e9a697e9f4844996602ac20f9aa189ba5b62..79aeff7d265c659c3732bfb71e6ec1cc27fdffb7 100644 (file)
@@ -2,7 +2,7 @@
 Bug #30726 (-.1 like numbers are not being handled correctly)
 --FILE--
 <?php
-echo (int) is_float('-.1' * 2);
+echo (int) is_float('-.1' * 2), "\n";
 ?>
 --EXPECT--
 1