<?php interface StaticTest { public static function foo(); } class A implements StaticTest { public static function foo() { echo "Nice"; } } A::foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`