<?php $array = ['green', '', 'red', '', 'blue']; var_export( array_values(array_filter($array) + $array) );
You have javascript disabled. You will not be able to edit any code.