Lines Matching refs:ptr_ptr
107 if (__t->var.ptr_ptr) { \
108 __t->var.ptr = *__t->var.ptr_ptr; \
109 __t->var.ptr_ptr = &__t->var.ptr; \
112 SEPARATE_ZVAL(__t->var.ptr_ptr); \
120 __t->var.ptr_ptr = &__t->var.ptr; \
376 zval** ptr_ptr = T(var).var.ptr_ptr; in _get_zval_ptr_ptr_var() local
378 if (EXPECTED(ptr_ptr != NULL)) { in _get_zval_ptr_ptr_var()
379 PZVAL_UNLOCK(*ptr_ptr, should_free); in _get_zval_ptr_ptr_var()
384 return ptr_ptr; in _get_zval_ptr_ptr_var()
1112 result->var.ptr_ptr = retval; in zend_fetch_dimension_address()
1119 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1132 result->var.ptr_ptr = &EG(uninitialized_zval_ptr); in zend_fetch_dimension_address()
1184 result->str_offset.ptr_ptr = NULL; in zend_fetch_dimension_address()
1244 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1361 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1378 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1385 zval **ptr_ptr = Z_OBJ_HT_P(container)->get_property_ptr_ptr(container, prop_ptr, key TSRMLS_CC); in zend_fetch_property_address() local
1386 if (NULL == ptr_ptr) { in zend_fetch_property_address()
1397 result->var.ptr_ptr = ptr_ptr; in zend_fetch_property_address()
1398 PZVAL_LOCK(*ptr_ptr); in zend_fetch_property_address()
1407 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()