@eurosat7 @IceWolf === (strict comparison) won't juggle even without the strict_types declaration. == (loose comparison) will juggles by design even with the strict_types declaration. Got to remember that PHP was originally designed for HTML form handling.