3v4l.org

run code in 300+ PHP versions simultaneously
<?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();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
153.13 ms | 3042 KiB | 8 Q