PHP compilation features
The underlying implementation of variables
Implementation of variable types
symbol table roster of variables
What happens to assignment by value?
cow copy-on-write feature
What happens to reference assignment
forced division
Weird behavior when referencing arrays
Weird behavior when looping through arrays
Symbol table and scope
Implementation of static variables
constant
object
memory tiering
The operation of PHP, the execution process of PHP, and the characteristics of PHP.