--TEST-- Test typed properties weak conversion of strings --FILE-- bar = "10"; var_dump($foo->bar); ?> --EXPECT-- int(10)