3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(~(E_STRICT|E_DEPRECATED)); class A { public function hi(self $a) { var_dump($a); } } $a = new A; $b = new A; $a->hi($b);

preferences:
42.09 ms | 402 KiB | 5 Q