Bug #53972 [Bgs]: Operator Type Casting Issue
Edit report at http://bugs.php.net/bug.php?id=53972&edit=1 ID: 53972 User updated by:thipse_rahul at rediffmail dot com Reported by:thipse_rahul at rediffmail dot com Summary:Operator Type Casting Issue Status: Bogus
[PHP-BUG] Bug #53972 [NEW]: Operator Type Casting Issue
From: Operating system: Linux/Windows PHP version: 5.3.5 Package: *General Issues Bug Type: Bug Bug description:Operator Type Casting Issue Description: Following code snippet -- Case 1: $a = (int)((0.1+0.7) * 10); echo $a; // Result: 7 (Wrong)