PHP - Type Handling
You want to check if a variable
$x exists and is not null, but also want to treat the value 0 as valid (not empty). Which combination of PHP functions correctly achieves this?