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