ZEND_VM_STACK_ELEMETS 1608 Zend/zend_execute.c execute_data = (zend_execute_data*)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + args_size + execute_data_size + Ts_size); ZEND_VM_STACK_ELEMETS 1611 Zend/zend_execute.c EX(prev_execute_data) = (zend_execute_data*)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + args_size); ZEND_VM_STACK_ELEMETS 1614 Zend/zend_execute.c EX(prev_execute_data)->function_state.arguments = (void**)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval*)) * args_count); ZEND_VM_STACK_ELEMETS 179 Zend/zend_execute.h page->top = ZEND_VM_STACK_ELEMETS(page); ZEND_VM_STACK_ELEMETS 262 Zend/zend_execute.h if (UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (void**)ptr)) { ZEND_VM_STACK_ELEMETS 274 Zend/zend_execute.h if (UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (void**)ptr)) { ZEND_VM_STACK_ELEMETS 834 Zend/zend_execute_API.c if (i || UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (EG(argument_stack)->top))) {