<?php $error = array( 'qwerty1' => 1, 'qwerty3' => 3 ); $error = array_slice($error, 0, 1, true) + array('qwerty2' => 2) + array_slice($error, 1, NULL, true); var_dump($error);
You have javascript disabled. You will not be able to edit any code.