php5.3 底層變量的實現

#這就是結構體 struct _zval_struct { /* Variable information */ zvalue_value value; /*變量的值,是個聯合體*/ zend_uint refcount__gc; /*指向次數*/ zend_uchar type; /* 變量類型 */ zend_uchar is_ref__gc; /*是否引用*/ }; type字段
相關文章
相關標籤/搜索