<?php $a = null; $b = array( 1,2,3); var_dump(array_merge($a, $b));
You have javascript disabled. You will not be able to edit any code.