--TEST-- Test typed properties float widen at runtime --FILE-- bar = 10; var_dump($foo->bar); ?> --EXPECT-- float(10)