Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dincomplete_class.c74 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
/PHP-8.2/Zend/
H A Dzend_object_handlers.c833 variable_ptr = &EG(error_zval); in zend_std_write_property()
845 variable_ptr = &EG(error_zval); in zend_std_write_property()
850 variable_ptr = &EG(error_zval); in zend_std_write_property()
901 variable_ptr = &EG(error_zval); in zend_std_write_property()
922 variable_ptr = &EG(error_zval); in zend_std_write_property()
936 variable_ptr = &EG(error_zval); in zend_std_write_property()
964 variable_ptr = &EG(error_zval); in zend_std_write_property()
1118 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1156 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1160 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
[all …]
H A Dzend_globals.h164 zval error_zval; member
H A Dzend_execute_API.c137 ZVAL_ERROR(&EG(error_zval)); in init_executor()
/PHP-8.2/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c383 return &EG(error_zval); in sxe_prop_dim_write()
398 return &EG(error_zval); in sxe_prop_dim_write()
411 return &EG(error_zval); in sxe_prop_dim_write()
436 return &EG(error_zval); in sxe_prop_dim_write()
461 return &EG(error_zval); in sxe_prop_dim_write()
473 return &EG(error_zval); in sxe_prop_dim_write()
513 return &EG(error_zval); in sxe_prop_dim_write()
521 value = &EG(error_zval); in sxe_prop_dim_write()
558 value = &EG(error_zval); in sxe_prop_dim_write()
623 return &EG(error_zval); in sxe_property_get_adr()
[all …]
/PHP-8.2/ext/mysqli/
H A Dmysqli.c270 return &EG(error_zval); in mysqli_write_property()
280 return &EG(error_zval); in mysqli_write_property()
/PHP-8.2/ext/snmp/
H A Dsnmp.c1714 return &EG(error_zval); in php_snmp_write_property()
1724 return &EG(error_zval); in php_snmp_write_property()
/PHP-8.2/ext/spl/
H A Dspl_array.c320 return &EG(error_zval); in spl_array_get_dimension_ptr()
326 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/PHP-8.2/ext/dom/
H A Dphp_dom.c339 return &EG(error_zval); in dom_write_property()
348 return &EG(error_zval); in dom_write_property()
/PHP-8.2/ext/zip/
H A Dphp_zip.c921 return &EG(error_zval); in php_zip_write_property()
/PHP-8.2/ext/date/
H A Dphp_date.c5950 return &EG(error_zval); in date_period_get_property_ptr_ptr()

Completed in 94 milliseconds