<?php class A { function __debugInfo() { return ['demo' => 'hello, world']; } } print_r(new A());
You have javascript disabled. You will not be able to edit any code.