3v4l.org

run code in 300+ PHP versions simultaneously
<?php function default_args($test = FALSE, $context) { var_dump($test); if ($test === FALSE) {echo 'true';} } default_args(NULL, []); function no_default_args($test, $context) { var_dump($test); if ($test === FALSE) {echo 'true';} } no_default_args(NULL, []);

preferences:
24.62 ms | 404 KiB | 5 Q