--TEST-- Backed property with implicit set --FILE-- prop; } } } $c = new C(); $c->prop = 42; var_dump($c->prop); ?> --EXPECT-- C::$prop::get int(42)