Home
last modified time | relevance | path

Searched defs:pz (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_types.h331 static zend_always_inline zend_uchar zval_get_type(const zval* pz) { in zval_get_type()
796 #define Z_REFCOUNT_P(pz) zval_refcount_p(pz) argument
797 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
798 #define Z_ADDREF_P(pz) zval_addref_p(pz) argument
799 #define Z_DELREF_P(pz) zval_delref_p(pz) argument
806 #define Z_TRY_ADDREF_P(pz) do { \ argument
812 #define Z_TRY_DELREF_P(pz) do { \ argument
821 static zend_always_inline uint32_t zval_refcount_p(zval* pz) { in zval_refcount_p()
826 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
831 static zend_always_inline uint32_t zval_addref_p(zval* pz) { in zval_addref_p()
[all …]
H A Dzend_execute.c2018 static int zend_check_symbol(zval *pz) in zend_check_symbol()

Completed in 21 milliseconds