Home
last modified time | relevance | path

Searched refs:vm_stack_end (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_execute.h164 …ck_top) > (zval *) EG(vm_stack) && EG(vm_stack_end) > (zval *) EG(vm_stack) && EG(vm_stack_top) <=…
180 if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) { in zend_vm_stack_push_call_frame_ex()
271 EG(vm_stack_end) = prev->end; in zend_vm_stack_free_call_frame_ex()
H A Dzend_globals.h160 zval *vm_stack_end; member
H A Dzend_generators.c48 EG(vm_stack_end) = generator->stack->end; in zend_generator_cleanup_unfinished_execution()
56 EG(vm_stack_end) = original_stack->end; in zend_generator_cleanup_unfinished_execution()
258 EG(vm_stack_end) = current_stack->end; in zend_generator_create_zval()
687 EG(vm_stack_end) = generator->stack->end; in zend_generator_resume()
717 EG(vm_stack_end) = original_stack->end; in zend_generator_resume()
H A Dzend_execute.c165 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()
192 EG(vm_stack_end) = stack->end; in zend_vm_stack_extend()
2335 EG(vm_stack_end) = EG(vm_stack)->end; in zend_create_generator_execute_data()
2423 if (EXPECTED((uint32_t)(EG(vm_stack_end) - EG(vm_stack_top)) > additional_args)) { in zend_vm_stack_extend_call_frame()
H A Dzend_vm_def.h7940 …ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)…
H A Dzend_vm_execute.h1729 …ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)…
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1057 EG(vm_stack_end) = original_stack->end; in PHPDBG_COMMAND()
/PHP-7.0/ext/soap/
H A Dsoap.c118 EG(vm_stack_end) = tmp->end; \

Completed in 178 milliseconds