the pval/zval datatype
Hacking the PHP Source
2024-11-23
7
Data in PHP is stored in the pval or zval datatype. Two names for the same thing. They are defined like this: