php5 OO vs. Java OO

It seems pretty obvious that the designers of php5’s object orientation support were drawing their inspiration from Java in a lot of ways. Still, there are some lurking surprises if you come from that background. One of these days I should catalog them. In particular I recall that most of them had to do with the “type decorator/attribute” things like static and protected and so on.