Posts marked with “php 8”

Sustainable PHP: Machine Learning and Yoda

by · April 9, 2021

0
 

When you encounter extremely costly errors, take steps to prevent the error from happening in the future. The earlier we catch an error, the less expensive it is to fix. Here we discuss two costly situations: a typo in an if statement and upcoming PHP 8 breaking changes.

 

finally{}: What’s in PHP Eight?

by · August 18, 2020

0
 

By Eli White While much of the world shuts down, the PHP core developers have been hard at work preparing for the release of PHP 8.0 at the end of this year! The feature freeze is in just a few months (July 28th), so this is the exciting time when there is a push to […]