ZEND_VM_STACK_ELEMETS 1653 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 1656 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 1659 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 1747 Zend/zend_execute.c 		if (UNEXPECTED(p->top == ZEND_VM_STACK_ELEMETS(p))) {
ZEND_VM_STACK_ELEMETS 1754 Zend/zend_execute.c 		*(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + count) = data;
ZEND_VM_STACK_ELEMETS 1762 Zend/zend_execute.c 	if (UNEXPECTED(EG(argument_stack)->top - ZEND_VM_STACK_ELEMETS(EG(argument_stack)) < count)
ZEND_VM_STACK_ELEMETS  189 Zend/zend_execute.h 	page->top = ZEND_VM_STACK_ELEMETS(page);
ZEND_VM_STACK_ELEMETS  272 Zend/zend_execute.h 	if (UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (void**)ptr)) {
ZEND_VM_STACK_ELEMETS  284 Zend/zend_execute.h 	if (UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (void**)ptr)) {
ZEND_VM_STACK_ELEMETS  729 Zend/zend_execute_API.c 					if (i || UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (EG(argument_stack)->top))) {