3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); function b(string $c) {} $arr = []; try { b($arr['lol']); } catch (\Throwable $e) { var_dump($e); }

preferences:
56.78 ms | 402 KiB | 5 Q