<?php function myfunction(&$first = null, $second = null) { var_dump($first, $second); } myfunction($null, "something");
You have javascript disabled. You will not be able to edit any code.