Home
last modified time | relevance | path

Searched refs:argument_stack (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_execute.h157 EG(argument_stack)->end - EG(argument_stack)->top)) { \
190 p->prev = EG(argument_stack); in zend_vm_stack_extend()
191 EG(argument_stack) = p; in zend_vm_stack_extend()
196 return EG(argument_stack)->top; in zend_vm_stack_top()
214 if (UNEXPECTED(EG(argument_stack)->top == ZEND_VM_STACK_ELEMETS(EG(argument_stack)))) { in zend_vm_stack_pop()
216 EG(argument_stack) = p->prev; in zend_vm_stack_pop()
233 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
247 EG(argument_stack)->top += size; in zend_vm_stack_alloc()
256 EG(argument_stack) = p->prev; in zend_vm_stack_free_int()
268 EG(argument_stack) = p->prev; in zend_vm_stack_free()
[all …]
H A Dzend_globals.h224 zend_vm_stack argument_stack; member
H A Dzend_execute_API.c878 if (i || UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == EG(argument_stack)->top)) { in zend_call_function()
/PHP-5.3/Zend/tests/
H A Dbug61273.phpt8 * we should trick EG(argument_stack) into growing
/PHP-5.3/ext/soap/
H A Dsoap.c102 void **_old_stack_top = EG(argument_stack)->top; \
119 if (_old_stack_top != EG(argument_stack)->top) { \
120 while (EG(argument_stack)->prev != NULL && \
121 ((char*)_old_stack_top < (char*)EG(argument_stack) || \
122 (char*) _old_stack_top > (char*)EG(argument_stack)->end)) { \
123 zend_vm_stack tmp = EG(argument_stack)->prev; \
124 efree(EG(argument_stack)); \
125 EG(argument_stack) = tmp; \
127 EG(argument_stack)->top = _old_stack_top; \
/PHP-5.3/ext/spl/
H A Dspl_iterators.c1325 p = EG(argument_stack).top_element-2; in spl_dual_it_call_method()
/PHP-5.3/
H A DNEWS6222 - Fixed bug #35229 (call_user_func() crashes when argument_stack is nearly

Completed in 72 milliseconds