--TEST-- Test typed properties respect strict types (off) --FILE-- bar = "1"; var_dump($foo->bar); ?> --EXPECT-- int(1)