3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(string $a = NULL) { var_dump($a); } test(NULL); test('a');

preferences:
45.43 ms | 402 KiB | 5 Q