What is the output of the following code? for ($i = 0; $i < 1.02; $i += 0.17) { $a[$i] = $i; } echo count($a);

🎲 Try a Random Question  |  Total Questions in Quiz: 125  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
200-550: Zend Certified PHP Engineer Exam Practice Test 2 — practice the complete quiz, review flashcards, or try a random question.


What is the output of the following code? for ($i = 0; $i < 1.02; $i += 0.17) { $a[$i] = $i; } echo count($a);