Home
last modified time | relevance | path

Searched refs:zend_refcounted_h (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_types.h367 } zend_refcounted_h; typedef
370 zend_refcounted_h gc;
374 zend_refcounted_h gc;
389 zend_refcounted_h gc;
557 zend_refcounted_h gc;
566 zend_refcounted_h gc;
588 zend_refcounted_h gc;
594 zend_refcounted_h gc;
716 zend_refcounted_h *_p = &(p)->gc; \
726 zend_refcounted_h *_p = &(p)->gc; \
[all …]
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst49 } zend_refcounted_h;
52 zend_refcounted_h gc;
57 zend_refcounted_h gc;
61 The ``zend_refcounted_h`` struct is simple. It contains the reference count, and a ``type_info``
70 As with ``zval``, ``zend_refcounted_h`` members should not be accessed directly. Instead, you should
103 .. list-table:: ``zend_refcounted_h`` macros
H A Dzend_string.rst20 zend_refcounted_h gc;

Completed in 17 milliseconds