Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_types.h649 static zend_always_inline uint8_t zval_get_type(const zval* pz) { in zval_get_type()
1265 #define Z_REFCOUNT_P(pz) zval_refcount_p(pz) argument
1266 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
1267 #define Z_ADDREF_P(pz) zval_addref_p(pz) argument
1268 #define Z_DELREF_P(pz) zval_delref_p(pz) argument
1275 #define Z_TRY_ADDREF_P(pz) do { \ argument
1281 #define Z_TRY_DELREF_P(pz) do { \ argument
1363 static zend_always_inline uint32_t zval_refcount_p(const zval* pz) { in zval_refcount_p()
1370 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
1375 static zend_always_inline uint32_t zval_addref_p(zval* pz) { in zval_addref_p()
[all …]
H A Dzend_execute.c4009 static void zend_check_symbol(zval *pz) in zend_check_symbol()

Completed in 31 milliseconds