3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface FirstInterface { function execute(); } interface SecondInterface { function execute(); } class MyClass implements FirstInterface, SecondInterface { function execute() { echo "Hello World"; } } $obj = new MyClass(); $obj->execute();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
155.33 ms | 3263 KiB | 10 Q