<?php class x { function foo() { print "foo"; } function bar() { $x = array(get_class(), "self::foo"); $x(); } } $a = new x; $a->bar();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`