Multiple choice technology web technology If a boolean variable $ alive= 5; $ alive is false $ alive is true $ alive is overflow the statement is snot valid Reveal answer Fill a bubble to check yourself B Correct answer Explanation In PHP, any non-zero integer value evaluates to true when used in a boolean context. Since 5 is non-zero, the variable is truthy and evaluates to true.