PHP - Type Handling
Given
$var = '123abc';, which code snippet correctly converts $var to an integer and then to a boolean, preserving the final boolean value?