On 05/04/2025 19:41, Rob Landers wrote:
That is exactly the same as saying `==` has many uses. It does. So many uses that it's useless. Its semantics are nonsense.empty() has very many uses.
if (isset($var) && $varl != false) { foo($bool); }
>$varl != false You should never be doing this. Cheers, Bilge