<?php class Hello { public function __debugInfo(){ return ['one','two','three']; } } var_dump(new Hello);
You have javascript disabled. You will not be able to edit any code.