Back to articles

Tag archive

#structures

PHP variables under the hood
Dec 18, 2019

PHP variables under the hood

We all know how to create a variable, how to get the value of a variable, and how to take a reference to a variable. Let's have a learn what happens in the interpreter when you change the value of a variable? Or when you delete it? How are the types of variables implemented?

Dec 18, 20194 min read53 reactions0 comments