Home
last modified time | relevance | path

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

/PHP-5.6/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.6/Zend/
H A Dzend_execute.c1137 retval = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1150 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1151 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_dimension_address()
1253 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_dimension_address()
1276 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_dimension_address()
1400 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1401 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_property_address()
1417 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1418 PZVAL_LOCK(EG(error_zval_ptr)); in zend_fetch_property_address()
1446 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
[all …]
H A Dzend_globals.h175 zval *error_zval_ptr; member
H A Dzend_execute_API.c136 EG(error_zval_ptr)=&EG(error_zval); in init_executor()
/PHP-5.6/ext/spl/
H A Dspl_array.c317 return &EG(error_zval_ptr);; in spl_array_get_dimension_ptr_ptr()
378 &EG(error_zval_ptr) : &EG(uninitialized_zval_ptr); in spl_array_get_dimension_ptr_ptr()

Completed in 44 milliseconds