Source Code:
(back to article)
<?php $var1 = 10; $var2 = 0; echo boolval($var1);
Result:
Report an issue