In the following script, which line(s) will cause an error(s)?1

🎲 Try a Random Question  |  Total Questions in Quiz: 81  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
PHP Test — practice the complete quiz, review flashcards, or try a random question.

PHP MCQs For LinkedIn Skill Assessments.


In the following script, which line(s) will cause an error(s)?<br><br>1 <?php<br>2 $count = 0;<br>3 $_xval = 5;<br>4 $_yval = 1.0;<br>5 $some_string = 'Hello there!';<br>6 $some_string = 'How are you?';<br>7 $will i work = 6;<br>8 $3blindmice = 3;<br>9 ?><br>