Home
last modified time | relevance | path

Searched refs:error_zval (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/standard/
H A Dincomplete_class.c74 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
/PHP-8.0/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
/PHP-8.0/Zend/
H A Dzend_globals.h138 zval error_zval; member
H A Dzend_object_handlers.c719 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()
H A Dzend_closures.c457 return &EG(error_zval); in zend_closure_write_property()
H A Dzend_execute_API.c131 ZVAL_ERROR(&EG(error_zval)); in init_executor()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c415 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 …]
/PHP-8.0/ext/spl/
H A Dspl_array.c291 return &EG(error_zval); in spl_array_get_dimension_ptr()
380 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/PHP-8.0/ext/date/
H A Dphp_date.c4981 return &EG(error_zval); in date_period_get_property_ptr_ptr()

Completed in 98 milliseconds