Well lately I've come across some interesting PHP code in wikipedia's design pattern sections such as builder and visitor(not for all though). The code looks like this:
http://en.wikipedia.org/wiki/Builder_pattern
http://en.wikipedia.org/wiki/Bridge_pattern
http://en.wikipedia.org/wiki/Visitor_pattern
Look like some kinda of parody of Java programming if you ask me. I was wondering though, are there people who actually code PHP in this style? I mean, everything is enclosed in class except for the very one line calling Class::main()?