A Primer for PHP 5.3's New Language Features
Note: This article was originally published at phly, boy, phly
on 14 April 2010.
For the past month, I've been immersed in PHP 5.3 as I and my team have started work on Zend Framework 2.0. PHP 5.3 offers a slew of new language features, many of which were developed to assist framework and library developers. Most of the time, these features are straight-forward, and you can simply use them; in other cases, however, we've run into behaviors that were unexpected. This post will detail several of these, so you either don't run into the same issues -- or can capitalize on some of our discoveries.
Continue reading "A Primer for PHP 5.3's New Language Features"


