Home
last modified time | relevance | path

Searched defs:pz (Results 1 – 2 of 2) sorted by last modified time

/php-src/Zend/
H A Dzend_execute.c3834 static void zend_check_symbol(zval *pz) in zend_check_symbol()
H A Dzend_types.h647 static zend_always_inline uint8_t zval_get_type(const zval* pz) { in zval_get_type()
1261 #define Z_REFCOUNT_P(pz) zval_refcount_p(pz) argument
1262 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
1263 #define Z_ADDREF_P(pz) zval_addref_p(pz) argument
1264 #define Z_DELREF_P(pz) zval_delref_p(pz) argument
1271 #define Z_TRY_ADDREF_P(pz) do { \ argument
1277 #define Z_TRY_DELREF_P(pz) do { \ argument
1359 static zend_always_inline uint32_t zval_refcount_p(const zval* pz) { in zval_refcount_p()
1366 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
1371 static zend_always_inline uint32_t zval_addref_p(zval* pz) { in zval_addref_p()
[all …]

Completed in 30 milliseconds