Searched refs:error_zval (Results 1 – 9 of 9) sorted by relevance
74 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
2 Bug #71841 (EG(error_zval) is not handled well)
138 zval error_zval; member
719 variable_ptr = &EG(error_zval); in zend_std_write_property()748 variable_ptr = &EG(error_zval); in zend_std_write_property()769 variable_ptr = &EG(error_zval); in zend_std_write_property()794 variable_ptr = &EG(error_zval); in zend_std_write_property()938 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()965 return &EG(error_zval); in zend_std_get_property_ptr_ptr()978 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
457 return &EG(error_zval); in zend_closure_write_property()
131 ZVAL_ERROR(&EG(error_zval)); in init_executor()
415 return &EG(error_zval); in sxe_prop_dim_write()430 return &EG(error_zval); in sxe_prop_dim_write()443 return &EG(error_zval); in sxe_prop_dim_write()468 return &EG(error_zval); in sxe_prop_dim_write()493 return &EG(error_zval); in sxe_prop_dim_write()505 return &EG(error_zval); in sxe_prop_dim_write()543 return &EG(error_zval); in sxe_prop_dim_write()551 value = &EG(error_zval); in sxe_prop_dim_write()588 value = &EG(error_zval); in sxe_prop_dim_write()630 return retval == &EG(error_zval) ? &EG(uninitialized_zval) : retval; in sxe_property_write()[all …]
291 return &EG(error_zval); in spl_array_get_dimension_ptr()380 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
4981 return &EG(error_zval); in date_period_get_property_ptr_ptr()
Completed in 98 milliseconds