3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Provider { public function boot(ArgumentType $x) { return; } } class ProviderB extends Provider { public function boot(int $x) { return 'yay'; } } $f = new ProviderB; $f->boot(1, 2, 3);

This is an error 404

There are `0` results


preferences:
170.71 ms | 1399 KiB | 7 Q