--TEST-- Using parent::$prop::get() on plain property --FILE-- parent::$prop::get(); } } $c = new C(); var_dump($c->prop); ?> --EXPECT-- int(42)