<?php
$word_tosay = array(1 =.> I , 2 =.> LOVE, 3 =.> YOU);

Foreach($word_tosay as $value){
    Echo $value."<Br>";
}

?>