<?php class F { public $foo; }; $cls = new F(); var_dump(new $cls);
You have javascript disabled. You will not be able to edit any code.