Home
last modified time | relevance | path

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

/PHP-7.0/Zend/tests/
H A Dbug71841.phpt2 Bug #71841 (EG(error_zval) is not handled well)
H A Dbug36303.phpt2 Bug #36303 (foreach on error_zval produces segfault)
/PHP-7.0/ext/standard/
H A Dincomplete_class.c57 return &EG(error_zval); in incomplete_class_get_property()
73 return &EG(error_zval); in incomplete_class_get_property_ptr_ptr()
/PHP-7.0/Zend/
H A Dzend_globals.h139 zval error_zval; member
H A Dzend_execute.c606 if (UNEXPECTED(object == &EG(error_zval))) { in make_real_object()
1718 retval = &EG(error_zval); in zend_fetch_dimension_address()
1742 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1750 retval = &EG(error_zval); in zend_fetch_dimension_address()
1776 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1781 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1794 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_dimension_address()
1930 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()
1949 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()
1992 ZVAL_INDIRECT(result, &EG(error_zval)); in zend_fetch_property_address()
[all …]
H A Dzend_vm_execute.h16725 if (UNEXPECTED(zptr == &EG(error_zval))) {
17136 if (UNEXPECTED(zptr == &EG(error_zval))) {
17219 if (UNEXPECTED(zptr == &EG(error_zval))) {
17633 variable_ptr = &EG(error_zval);
19300 variable_ptr = &EG(error_zval);
20859 variable_ptr = &EG(error_zval);
22541 variable_ptr = &EG(error_zval);
32110 variable_ptr = &EG(error_zval);
34905 variable_ptr = &EG(error_zval);
37185 variable_ptr = &EG(error_zval);
[all …]
H A Dzend_vm_def.h747 if (UNEXPECTED(zptr == &EG(error_zval))) {
821 if (UNEXPECTED(var_ptr == &EG(error_zval))) {
860 if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) {
1160 if (UNEXPECTED(zptr == &EG(error_zval))) {
1244 if (UNEXPECTED(zptr == &EG(error_zval))) {
1307 if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) {
1353 if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) {
1397 if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) {
1436 if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) {
2203 variable_ptr = &EG(error_zval);
[all …]
H A Dzend_execute_API.c133 ZVAL_NULL(&EG(error_zval)); in init_executor()
/PHP-7.0/ext/spl/
H A Dspl_array.c304 return &EG(error_zval); in spl_array_get_dimension_ptr()
393 &EG(error_zval) : &EG(uninitialized_zval); in spl_array_get_dimension_ptr()
/PHP-7.0/
H A DNEWS1652 . Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence)

Completed in 298 milliseconds