<?php namespace lolwut; interface a { function foo(); function bar(); } interface b { function foo(); } abstract class c { abstract function bar(); } class x extends c implements a, b { function foo() { } function bar() {} } echo "wut";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`