Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_types.h440 static zend_always_inline zend_uchar zval_get_type(const zval* pz) { in zval_get_type()
977 #define Z_REFCOUNT_P(pz) zval_refcount_p(pz) argument
978 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
979 #define Z_ADDREF_P(pz) zval_addref_p(pz) argument
980 #define Z_DELREF_P(pz) zval_delref_p(pz) argument
987 #define Z_TRY_ADDREF_P(pz) do { \ argument
993 #define Z_TRY_DELREF_P(pz) do { \ argument
1056 static zend_always_inline uint32_t zval_refcount_p(const zval* pz) { in zval_refcount_p()
1063 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
1068 static zend_always_inline uint32_t zval_addref_p(zval* pz) { in zval_addref_p()
[all …]
H A Dzend_execute.c3423 static int zend_check_symbol(zval *pz) in zend_check_symbol()

Completed in 25 milliseconds