<?php
$color=array("red"=>"red","green",3=>"white",5);
print_r($color);
?>