--TEST-- Allow calling parent set in property hooks --FILE-- prop = 41; $b = new B; $b->prop = 41; ?> --EXPECT-- int(41) int(42)