--TEST-- Var hooked property is implicitly public --FILE-- 42; } } $test = new Test(); var_dump($test->prop); ?> --EXPECT-- int(42)