<?php class My_Class { protected static $output = 'test'; public static function method() { return function() { echo static::$output; }; } } $object = new My_Class; $function = $object->method(); $function();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`