Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dincomplete_class.c74 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
/PHP-8.3/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.c136 ZVAL_ERROR(&EG(error_zval)); in init_executor()
/PHP-8.3/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c389 return &EG(error_zval); in sxe_prop_dim_write()
404 return &EG(error_zval); in sxe_prop_dim_write()
417 return &EG(error_zval); in sxe_prop_dim_write()
442 return &EG(error_zval); in sxe_prop_dim_write()
467 return &EG(error_zval); in sxe_prop_dim_write()
479 return &EG(error_zval); in sxe_prop_dim_write()
519 return &EG(error_zval); in sxe_prop_dim_write()
527 value = &EG(error_zval); in sxe_prop_dim_write()
564 value = &EG(error_zval); in sxe_prop_dim_write()
629 return &EG(error_zval); in sxe_property_get_adr()
[all …]
/PHP-8.3/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.3/ext/snmp/
H A Dsnmp.c1720 return &EG(error_zval); in php_snmp_write_property()
1730 return &EG(error_zval); in php_snmp_write_property()
/PHP-8.3/ext/dom/
H A Dphp_dom.c347 return &EG(error_zval); in dom_write_property()
356 return &EG(error_zval); in dom_write_property()
/PHP-8.3/ext/spl/
H A Dspl_array.c323 return &EG(error_zval); in spl_array_get_dimension_ptr()
329 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/PHP-8.3/ext/zip/
H A Dphp_zip.c921 return &EG(error_zval); in php_zip_write_property()
/PHP-8.3/ext/date/
H A Dphp_date.c5771 return &EG(error_zval); in date_period_get_property_ptr_ptr()

Completed in 76 milliseconds