PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is that the expected bahaviour or a bug? I thought each new object was unique and nothing going on in another object should affect it but this shows that is not the case.
Now you have given me that bit of info I have found "Early binding" and "Static variables" are synonomous as are "Late binding" and "Dynamic variables" the difference being "Static variables" are read in at compile time rather than run time.