What will be the output of the following PHP code ?
<?php
$user = array("Ashley", "Bale", "Shrek", "Blank");
for (x < count(x++)
{
if (x++] == "Shrek")
continue;
printf (x]);
}
?>Select an option to see the answer and solution.