This post originated from an RSS feed registered with Web Buzz
by Cheah Chu Yeow.
Original Post: Gotta love those PHP error messages
Feed Title: redemption in a blog
Feed URL: http://blog.codefront.net/xml/rss20/feed.xml
Feed Description: ramblings of a misfit - web development, Mozilla, Firefox, Thunderbird, CSS, programming
Coding Object Oriented PHP sure has its perks, one of which is the mildly amusing error message I chanced upon below (in an implementation session that turned out to be a major debugging frenzy).
You get that when you leave in an extra '$' when addressing a class method, such as:
$SomeObject::someMethod();
And no class-wide static variables in pre-version 5 PHP? Does not compute...