Lines Matching refs:uninitialized_zval
281 return &EG(uninitialized_zval); in zval_undefined_cv()
305 ptr = &EG(uninitialized_zval); in _get_zval_cv_lookup()
577 return &EG(uninitialized_zval); in zend_assign_to_typed_property_reference()
591 return &EG(uninitialized_zval); in zend_wrong_assign_to_variable_reference()
1064 return &EG(uninitialized_zval); in zend_assign_to_typed_prop()
1068 return &EG(uninitialized_zval); in zend_assign_to_typed_prop()
1077 return &EG(uninitialized_zval); in zend_assign_to_typed_prop()
1846 ZEND_ASSERT(z != &EG(uninitialized_zval)); in get_deprecation_suffix_from_attribute()
1853 ZEND_ASSERT(z != &EG(uninitialized_zval)); in get_deprecation_suffix_from_attribute()
2417 return zend_hash_index_add_new(ht, lval, &EG(uninitialized_zval)); in zend_undefined_offset_write()
2440 retval = zend_hash_add_new(ht, offset, &EG(uninitialized_zval)); in zend_undefined_index_write()
2691 retval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
2717 retval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
2747 NULL : &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
2782 retval = zend_hash_next_index_insert(Z_ARRVAL_P(container), &EG(uninitialized_zval)); in zend_fetch_dimension_address()
2837 if (UNEXPECTED(retval == &EG(uninitialized_zval))) { in zend_fetch_dimension_address()
3496 variable_ptr = &EG(uninitialized_zval); in zend_assign_to_property_reference()
3500 variable_ptr = &EG(uninitialized_zval); in zend_assign_to_property_reference()
3681 result = &EG(uninitialized_zval); in zend_fetch_static_property()