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/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
/PHP-8.2/Zend/
H A Dzend_object_handlers.c816 variable_ptr = &EG(error_zval); in zend_std_write_property()
823 variable_ptr = &EG(error_zval); in zend_std_write_property()
852 variable_ptr = &EG(error_zval); in zend_std_write_property()
873 variable_ptr = &EG(error_zval); in zend_std_write_property()
887 variable_ptr = &EG(error_zval); in zend_std_write_property()
905 variable_ptr = &EG(error_zval); in zend_std_write_property()
910 variable_ptr = &EG(error_zval); in zend_std_write_property()
1059 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1094 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1098 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
[all …]
H A Dzend_globals.h149 zval error_zval; member
H A Dzend_execute_API.c135 ZVAL_ERROR(&EG(error_zval)); in init_executor()
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c402 return &EG(error_zval); in sxe_prop_dim_write()
417 return &EG(error_zval); in sxe_prop_dim_write()
430 return &EG(error_zval); in sxe_prop_dim_write()
455 return &EG(error_zval); in sxe_prop_dim_write()
480 return &EG(error_zval); in sxe_prop_dim_write()
492 return &EG(error_zval); in sxe_prop_dim_write()
530 return &EG(error_zval); in sxe_prop_dim_write()
538 value = &EG(error_zval); in sxe_prop_dim_write()
575 value = &EG(error_zval); in sxe_prop_dim_write()
640 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.c1722 return &EG(error_zval); in php_snmp_write_property()
1732 return &EG(error_zval); in php_snmp_write_property()
/PHP-8.2/ext/spl/
H A Dspl_array.c324 return &EG(error_zval); in spl_array_get_dimension_ptr()
330 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/PHP-8.2/ext/dom/
H A Dphp_dom.c349 return &EG(error_zval); in dom_write_property()
358 return &EG(error_zval); in dom_write_property()
/PHP-8.2/ext/zip/
H A Dphp_zip.c905 return &EG(error_zval); in php_zip_write_property()
/PHP-8.2/ext/date/
H A Dphp_date.c5583 return &EG(error_zval); in date_period_get_property_ptr_ptr()

Completed in 96 milliseconds