My PHP Quiz
The ultimate place to learn PHP!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #8:
What will be printed?
$var = '0'; if ($var) { echo 'true'; } else { echo 'false'; }
true
false
Next Question