3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface test { public function test(); } class testy implements test { public function test() { } } $testy = new testy(); if ($testy instanceof test) { print_r('hello'); }

preferences:
37.7 ms | 402 KiB | 5 Q