<?php function foo(string $bar = null) { var_dump($bar); } foo('something'); foo(null);
You have javascript disabled. You will not be able to edit any code.