<?php function foo(null $a) { var_dump($a); } foo(null); foo(42);
You have javascript disabled. You will not be able to edit any code.