Alpha testing of PHP 8.2 has begun
The first alpha release of the new branch of the PHP programming language 8.2 has been announced. The release is scheduled for November 24. Major innovations already available for testing or planned for implementation in PHP 8.2 include: the addition of distinct types "false" and "null," which can be used, for example, to return a function's error completion indication or an empty value. Previously, "false" and "null" could only be used in […]
