const_zv         6911 Zend/zend_compile.c 		zval const_zv;
const_zv         6912 Zend/zend_compile.c 		Z_STR(const_zv) = zend_string_init("__CLASS__", sizeof("__CLASS__")-1, 0);
const_zv         6913 Zend/zend_compile.c 		Z_TYPE_INFO(const_zv) = IS_CONSTANT_EX | (IS_CONSTANT_CLASS << Z_CONST_FLAGS_SHIFT);
const_zv         6916 Zend/zend_compile.c 		*ast_ptr = zend_ast_create_zval(&const_zv);