3v4l.org

run code in 500+ PHP versions simultaneously
<?php const undefined = null; function my_function($hello = 123) { var_dump($hello); } my_function(null); // > null my_function(undefined); // > 123

preferences:
48.44 ms | 2666 KiB | 5 Q