Something that tends to come up when people are talking about new features in php 5.3 is late static binding. It sounds kind of impressive but there isn’t really a lot to it on a high level. In short, late static binding deals with dynamically scoping self referential static variables and methods.