3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(null); // null var_dump(NULL); // null define("NuLL","hello world"); var_dump(null); // null var_dump(NuLL); // hello world define("null","hello world"); //Notice: Constant null already defined

preferences:
42.7 ms | 402 KiB | 5 Q