The difference is that there is no operator ==!
.
This expression:
$a ==! $b
Is basically the same as this:
$a == (!$b)
The difference is that there is no operator ==!
.
This expression:
$a ==! $b
Is basically the same as this:
$a == (!$b)