3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function getStuff() { return "stuff"; } } class Bar extends Foo { public function getStuff() { return strtoupper($this->getOtherStuff()); } public function getOtherStuff() { return parent::getStuff(); } }

preferences:
27.56 ms | 402 KiB | 5 Q