<?php ini_set('display_errors', '1'); error_reporting(E_ALL); $values = array('one' => 1, 'two' => 2); unset($values['two']);
You have javascript disabled. You will not be able to edit any code.