These are things in PHP which make me sad. They are real, objective issues which I have personally encountered in my normal day-to-day activites. Nothing on this site should be taken to be the view of my employer or is related to my employer in any way.
If you'd like to contact me (in a polite and constructive way), I'm @topaz2078 on Twitter.
Update 2012-03-22: As of PHP 5.4, \e and call chaining are fixed, and array syntax is slightly better! The bug notes for \e actually cites this site, as does the author himself! Small moves, PHP. Small moves.
Update 2012-04-24: Updated a few changes I missed for PHP 5.4 (E_ALL and ob_start()) and vastly expanded on empty(). Also added a page on to/2 naming conventions.