1$variation_array = array( 2 'lowercase true' => true, 3 'lowercase false' =>false, 4 'uppercase TRUE' =>TRUE, 5 'uppercase FALSE' =>FALSE, 6 );