3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); if(PHP_MAJOR_VERSION < 7 or PHP_MINOR_VERSION < 1) && __HALT_COMPILER(); function testParam(?string $arg){ var_dump($arg); } testParam(null); testParam("hi"); testParam();
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND) in /in/iiVWc on line 5
Process exited with code 255.

preferences:
186.99 ms | 1399 KiB | 36 Q