<?php interface Promise { public static function foobar() { print "OK"; } } Promise::foobar();
You have javascript disabled. You will not be able to edit any code.