January 18th, 2023 at 6:34 AM
the transition will be a disaster
https://www.php.net/manual/de/migration8...atible.php a small part e.g. Simple (non-strict) comparisons between numbers and non-numeric strings are now done by converting the number into a string and comparing the strings. Comparisons between numbers and numeric strings continue to work as before. In particular, this means that 0 == "not a number" is now considered false.
https://www.php.net/manual/de/migration8...atible.php a small part e.g. Simple (non-strict) comparisons between numbers and non-numeric strings are now done by converting the number into a string and comparing the strings. Comparisons between numbers and numeric strings continue to work as before. In particular, this means that 0 == "not a number" is now considered false.