3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A {} function test(B $b) { echo 'called'; } error_reporting(E_ALL ^ E_CATCHABLE_ERROR); test(new A);

preferences:
39.74 ms | 402 KiB | 5 Q