3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = null; var_dump(isset(null));
Output for 8.0.3
Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" instead) in /in/CGEBH on line 5
Process exited with code 255.
Output for 5.4.0 - 5.4.20
Parse error: syntax error, unexpected ')', expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /in/CGEBH on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in /in/CGEBH on line 5
Process exited with code 255.

preferences:
270.85 ms | 1399 KiB | 57 Q