--TEST-- parent::$prop::hook() syntax is case-insensitive --FILE-- prop); $b = new B; var_dump($b->prop); ?> --EXPECT-- int(41) int(42)