3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); class Foo { public function __construct(int $number, string $name, float $currency) { var_export(func_get_args()); } } new Foo(1, 'Mag', 3.99); new Foo('not a number', 1, 'not a float');

preferences:
53.41 ms | 402 KiB | 5 Q