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