3v4l.org

run code in 500+ 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:
47.46 ms | 1300 KiB | 5 Q