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