PHP - Type Handling
You want to compare two variables in PHP:
Choose the correct pair:
$a = '0' (string) and $b = false (boolean). Which comparison returns true when using type coercion, and which returns false when checking type strictly?Choose the correct pair:
