3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); if(PHP_MAJOR_VERSION < 7 or PHP_MINOR_VERSION < 1) die(); function testParam(?string $arg){ var_dump($arg); } testParam(null); testParam("hi"); testParam();

preferences:
32.57 ms | 402 KiB | 5 Q