<?php class Foo { public function __debugInfo() { return null; } } $f = new Foo; var_dump($f);
You have javascript disabled. You will not be able to edit any code.