Lines Matching refs:EG

180 	EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE, NULL);  in zend_vm_stack_init()
181 EG(vm_stack)->top++; in zend_vm_stack_init()
182 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
183 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()
188 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy()
202 stack = EG(vm_stack); in zend_vm_stack_extend()
203 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
204 EG(vm_stack) = stack = zend_vm_stack_new_page( in zend_vm_stack_extend()
209 EG(vm_stack_top) = (void*)(((char*)ptr) + size); in zend_vm_stack_extend()
210 EG(vm_stack_end) = stack->end; in zend_vm_stack_extend()
248 if (EXPECTED(EG(exception) == NULL)) { in zval_undefined_cv()
262 ptr = &EG(uninitialized_zval); in _get_zval_cv_lookup()
277 return &EG(uninitialized_zval); in _get_zval_cv_lookup_BP_VAR_R()
283 return &EG(uninitialized_zval); in _get_zval_cv_lookup_BP_VAR_UNSET()
720 zend_execute_data *ptr = EG(current_execute_data)->prev_execute_data; in zend_verify_arg_error()
904 EG(current_execute_data) = call->prev_execute_data; in zend_verify_internal_arg_types()
1154 end = EG(current_execute_data)->func->op_array.opcodes + in zend_wrong_string_offset()
1155 EG(current_execute_data)->func->op_array.last; in zend_wrong_string_offset()
1321 if (UNEXPECTED(EG(exception))) { in zend_post_incdec_overloaded_property()
1367 if (UNEXPECTED(EG(exception))) { in zend_pre_incdec_overloaded_property()
1415 if (UNEXPECTED(EG(exception))) { in zend_assign_op_overloaded_property()
1480 ht = &EG(symbol_table); in zend_get_target_symbol_table()
1510 retval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
1514 retval = zend_hash_index_update(ht, hval, &EG(uninitialized_zval)); in zend_fetch_dimension_address_inner()
1517 retval = zend_hash_index_add_new(ht, hval, &EG(uninitialized_zval)); in zend_fetch_dimension_address_inner()
1540 retval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
1558 retval = &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
1562 retval = zend_hash_update(ht, offset_key, &EG(uninitialized_zval)); in zend_fetch_dimension_address_inner()
1565 retval = zend_hash_add_new(ht, offset_key, &EG(uninitialized_zval)); in zend_fetch_dimension_address_inner()
1596 NULL : &EG(uninitialized_zval); in zend_fetch_dimension_address_inner()
1631 retval = zend_hash_next_index_insert(Z_ARRVAL_P(container), &EG(uninitialized_zval)); in zend_fetch_dimension_address()
1657 if (EXPECTED(EG(exception) == NULL)) { in zend_fetch_dimension_address()
1665 dim = &EG(uninitialized_zval); in zend_fetch_dimension_address()
1673 if (UNEXPECTED(retval == &EG(uninitialized_zval))) { in zend_fetch_dimension_address()
1820 dim = &EG(uninitialized_zval); in zend_fetch_dimension_address_read()
2050 zend_hash_apply(&EG(symbol_table), zend_check_symbol); \
2051 if (&EG(symbol_table)!=EX(symbol_table)) { \
2088 if (EG(symtable_cache_ptr) >= EG(symtable_cache_limit)) { in zend_clean_and_cache_symbol_table()
2094 *(++EG(symtable_cache_ptr)) = symbol_table; in zend_clean_and_cache_symbol_table()
2125 if (UNEXPECTED(EG(vm_interrupt))) { \
2131 if (UNEXPECTED(EG(vm_interrupt))) { \
2217 EG(current_execute_data) = execute_data; in i_init_func_execute_data()
2246 EG(current_execute_data) = execute_data; in i_init_code_execute_data()
2252 EX(prev_execute_data) = EG(current_execute_data); in zend_init_func_execute_data()
2263 EX(prev_execute_data) = EG(current_execute_data); in zend_init_code_execute_data()
2296 int used_stack = (EG(vm_stack_top) - (zval*)call) + additional_args; in zend_vm_stack_copy_call_frame()
2315 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
2318 if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMENTS(EG(vm_stack)->prev))) { in zend_vm_stack_copy_call_frame()
2319 zend_vm_stack r = EG(vm_stack)->prev; in zend_vm_stack_copy_call_frame()
2321 EG(vm_stack)->prev = r->prev; in zend_vm_stack_copy_call_frame()
2331 if (EXPECTED((uint32_t)(EG(vm_stack_end) - EG(vm_stack_top)) > additional_args)) { in zend_vm_stack_extend_call_frame()
2332 EG(vm_stack_top) += additional_args; in zend_vm_stack_extend_call_frame()
2518 if (!EG(error_reporting) && Z_LVAL_P(var) != 0) { in cleanup_live_vars()
2519 EG(error_reporting) = Z_LVAL_P(var); in cleanup_live_vars()
2579 if (EXPECTED(!EG(exception))) { in zend_init_dynamic_call_string()
2595 if (UNEXPECTED(EG(exception) != NULL)) { in zend_init_dynamic_call_string()
2613 if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { in zend_init_dynamic_call_string()
2712 if (EXPECTED(!EG(exception))) { in zend_init_dynamic_call_array()
2722 if (UNEXPECTED(EG(exception) != NULL)) { in zend_init_dynamic_call_array()
2739 if (EXPECTED(!EG(exception))) { in zend_init_dynamic_call_array()
2794 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
2807 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
2872 EG(current_execute_data) = call; in zend_do_fcall_overloaded()
2874 EG(current_execute_data) = call->prev_execute_data; in zend_do_fcall_overloaded()
2915 if (UNEXPECTED(EG(exception))) { \
2946 if ((_check) && UNEXPECTED(EG(exception))) { \
2958 if ((_check) && UNEXPECTED(EG(exception))) { \
2970 if ((_check) && UNEXPECTED(EG(exception))) { \