<?php class Foo { private $baz = 42; function __debugInfo(){ return ['nope']; } } var_dump(new Foo); debug_zval_dump(new Foo);
You have javascript disabled. You will not be able to edit any code.