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