PHP: Objects and references - Manual - PHP: Hypertext Preprocessor
I've bumped into a behavior that helped clarify the difference between objects and identifiers for me. When we hand off an object variable, we get an identifier to that object's value. This means that if I were to mutate the object from a passed variable,...