PHP Zval结构与常用面试题.pdfVIP

  • 0
  • 0
  • 约2.13千字
  • 约 2页
  • 2026-04-28 发布于北京
  • 举报

Zval的基本结构

struct_zval_struct{

zvalue_valuevalue;/*value*/

zend_uintrefcount__gc;/*variablerefcount*/

zend_uchartype;/*activetype*/

zend_ucharis_ref__gc;/*ifitisarefvariable*/

};

typedefstruct_zval_structzval;

•zval_

文档评论(0)

1亿VIP精品文档

相关文档