Home
last modified time | relevance | path

Searched refs:error_zval_ptr (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/
H A Dincomplete_class.c62 return EG(error_zval_ptr); in incomplete_class_get_property()
78 return &EG(error_zval_ptr); in incomplete_class_get_property_ptr_ptr()
/PHP-5.5/Zend/
H A Dzend_execute.c1105 retval = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1118 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1119 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_dimension_address()
1219 retval = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1244 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_dimension_address()
1360 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1361 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_property_address()
1377 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1378 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_property_address()
1406 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
[all …]
H A Dzend_globals.h168 zval *error_zval_ptr; member
H A Dzend_execute_API.c136 EG(error_zval_ptr)=&EG(error_zval); in init_executor()
/PHP-5.5/ext/spl/
H A Dspl_array.c315 return &EG(error_zval_ptr);; in spl_array_get_dimension_ptr_ptr()
372 &EG(error_zval_ptr) : &EG(uninitialized_zval_ptr); in spl_array_get_dimension_ptr_ptr()

Completed in 21 milliseconds