3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('error_reporting', E_ALL); class a { function __construct(stdclass $a, $b = 3) { } } class b extends a { function __construct() { } } new a(new stdclass()); new b();

preferences:
39.74 ms | 402 KiB | 5 Q