<?php interface FirstInterface { function execute(); } interface SecondInterface { function execute(); } class MyClass implements FirstInterface, SecondInterface { function execute() { echo "Hello World"; } } $obj = new MyClass(); $obj->execute();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`