Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
H A Dbug36303.phpt2 Bug #36303 (foreach on error_zval produces segfault)
/PHP-7.4/ext/standard/
H A Dincomplete_class.c73 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
/PHP-7.4/Zend/
H A Dzend_globals.h137 zval error_zval; member
H A Dzend_object_handlers.c845 variable_ptr = &EG(error_zval); in zend_std_write_property()
875 variable_ptr = &EG(error_zval); in zend_std_write_property()
896 variable_ptr = &EG(error_zval); in zend_std_write_property()
1049 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1070 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1107 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
H A Dzend_closures.c445 return &EG(error_zval); in zend_closure_write_property()
H A Dzend_execute_API.c129 ZVAL_ERROR(&EG(error_zval)); in init_executor()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c448 return &EG(error_zval); in sxe_prop_dim_write()
463 return &EG(error_zval); in sxe_prop_dim_write()
476 return &EG(error_zval); in sxe_prop_dim_write()
501 return &EG(error_zval); in sxe_prop_dim_write()
538 return &EG(error_zval); in sxe_prop_dim_write()
576 return &EG(error_zval); in sxe_prop_dim_write()
584 value = &EG(error_zval); in sxe_prop_dim_write()
621 value = &EG(error_zval); in sxe_prop_dim_write()
663 return retval == &EG(error_zval) ? &EG(uninitialized_zval) : retval; in sxe_property_write()
694 if (sxe_prop_dim_write(object, member, NULL, 1, 0, &node) == &EG(error_zval)) { in sxe_property_get_adr()
/PHP-7.4/ext/spl/
H A Dspl_array.c303 return &EG(error_zval); in spl_array_get_dimension_ptr()
392 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/PHP-7.4/ext/date/
H A Dphp_date.c5472 return &EG(error_zval); in date_period_get_property_ptr_ptr()

Completed in 49 milliseconds