All pastes #621918 Raw Edit

Anonymous

public text v1 · immutable
#621918 ·published 2007-07-16 14:40 UTC
rendered paste body
struct _zval_struct {
        /* Variable information */
        zvalue_value value;     /* value */
        zend_uchar type;        /* active type */
        zend_uchar is_ref;
        zend_ushort refcount;
};