Lines Matching refs:error_zval
606 if (UNEXPECTED(object == &EG(error_zval))) { in make_real_object()
1096 if (object_op_type == IS_VAR && UNEXPECTED(object == &EG(error_zval))) { in zend_assign_to_object()
1649 &EG(error_zval) : &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
1718 retval = &EG(error_zval); in zend_fetch_dimension_address()
1742 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1750 retval = &EG(error_zval); in zend_fetch_dimension_address()
1776 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1780 if (UNEXPECTED(container == &EG(error_zval))) { in zend_fetch_dimension_address()
1781 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1794 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1929 if (container_op_type == IS_VAR && UNEXPECTED(container == &EG(error_zval))) { in zend_fetch_property_address()
1930 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()
1949 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()
1992 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()
2006 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()