<?php class X { private function __get($name) { return 1234; } } $x = new X(); var_dump($x->asdf);
You have javascript disabled. You will not be able to edit any code.