Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.c1075 variable_ptr = &EG(error_zval); in zend_std_write_property()
1109 variable_ptr = &EG(error_zval); in zend_std_write_property()
1120 variable_ptr = &EG(error_zval); in zend_std_write_property()
1147 variable_ptr = &EG(error_zval); in zend_std_write_property()
1189 variable_ptr = &EG(error_zval); in zend_std_write_property()
1326 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1334 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1374 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1378 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1384 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
[all …]
H A Dzend_globals.h169 zval error_zval; member
H A Dzend_execute_API.c137 ZVAL_ERROR(&EG(error_zval)); in init_executor()
/php-src/ext/standard/
H A Dincomplete_class.c74 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
/php-src/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
/php-src/ext/simplexml/
H A Dsimplexml.c394 return &EG(error_zval); in sxe_prop_dim_write()
409 return &EG(error_zval); in sxe_prop_dim_write()
422 return &EG(error_zval); in sxe_prop_dim_write()
447 return &EG(error_zval); in sxe_prop_dim_write()
483 return &EG(error_zval); in sxe_prop_dim_write()
523 return &EG(error_zval); in sxe_prop_dim_write()
531 value = &EG(error_zval); in sxe_prop_dim_write()
568 value = &EG(error_zval); in sxe_prop_dim_write()
610 return retval == &EG(error_zval) ? &EG(uninitialized_zval) : retval; in sxe_property_write()
633 return &EG(error_zval); in sxe_property_get_adr()
[all …]
/php-src/ext/xsl/
H A Dphp_xsl.c163 return &EG(error_zval); in xsl_objects_write_property_with_validation()
/php-src/ext/mysqli/
H A Dmysqli.c269 return &EG(error_zval); in mysqli_write_property()
279 return &EG(error_zval); in mysqli_write_property()
/php-src/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-src/ext/spl/
H A Dspl_array.c322 return &EG(error_zval); in spl_array_get_dimension_ptr()
328 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/php-src/ext/dom/
H A Dphp_dom.c418 return &EG(error_zval); in dom_write_property()
438 return &EG(error_zval); in dom_write_property()
/php-src/ext/bcmath/
H A Dbcmath.c938 return &EG(error_zval); in bcmath_number_write_property()
/php-src/ext/zip/
H A Dphp_zip.c920 return &EG(error_zval); in php_zip_write_property()
/php-src/ext/date/
H A Dphp_date.c6027 return &EG(error_zval); in date_period_get_property_ptr_ptr()

Completed in 138 milliseconds