Early Binding

Early binding is the fact that PHP allows using a class before its declaration in the same file. This is not always true, though.

Documentation

Related : Late Static Binding, Dynamic Class, Late Static Binding, Order Of Execution