$variable[1] = 'juan';$variable[2] = 'pedro';$variable[3] = 'daniel';$variable = array();var_dump( is_array( $variable ) );