PHP Basics Learning Mode

You have been given a code snippet as follows:

$somearray = array("hi", "this is a string", "this is a code");

You want to iterate this array and modify the value of each of its elements. Which of the following is the best possible to accomplish the task?