3v4l.org

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

preferences:
30.58 ms | 404 KiB | 5 Q