<?php function array_or_null(array $test = null) { return $test; } var_dump(array_or_null(null), array_or_null(array()));
You have javascript disabled. You will not be able to edit any code.