<?php class x { static function a() { // display the current class echo __METHOD__; } static function b($method) { // display the current class with method a above call_user_func($method); $method(); } } (new x)->b(array('self', 'a')); ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`