<?php interface I1 { public function doSomething(); public function doSomethingElse(); } interface I2 { public function doSomething(); public function doSomethingOther(); } class myClass implements I1, I2 { function doSomething() { print '...'; } function doSomethingElse() { print '...'; } function doSomethingOther() { print '...'; } } $a = new myClass(); $a->doSomething();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`