Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_execute.h178 EG(argument_stack)->end - EG(argument_stack)->top)) { \
211 p->prev = EG(argument_stack); in zend_vm_stack_extend()
212 EG(argument_stack) = p; in zend_vm_stack_extend()
217 return EG(argument_stack)->top; in zend_vm_stack_top()
235 if (UNEXPECTED(EG(argument_stack)->top == ZEND_VM_STACK_ELEMETS(EG(argument_stack)))) { in zend_vm_stack_pop()
237 EG(argument_stack) = p->prev; in zend_vm_stack_pop()
254 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
268 EG(argument_stack)->top += size; in zend_vm_stack_alloc()
277 EG(argument_stack) = p->prev; in zend_vm_stack_free_int()
289 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.c860 if (i || UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (EG(argument_stack)->top))) { in zend_call_function()
/PHP-5.4/Zend/tests/
H A Dbug61273.phpt8 * we should trick EG(argument_stack) into growing
/PHP-5.4/ext/soap/
H A Dsoap.c96 void **_old_stack_top = EG(argument_stack)->top; \
113 if (_old_stack_top != EG(argument_stack)->top) { \
114 while (EG(argument_stack)->prev != NULL && \
115 ((char*)_old_stack_top < (char*)EG(argument_stack) || \
116 (char*) _old_stack_top > (char*)EG(argument_stack)->end)) { \
117 zend_vm_stack tmp = EG(argument_stack)->prev; \
118 efree(EG(argument_stack)); \
119 EG(argument_stack) = tmp; \
121 EG(argument_stack)->top = _old_stack_top; \
/PHP-5.4/ext/spl/
H A Dspl_iterators.c1327 p = EG(argument_stack).top_element-2; in spl_dual_it_call_method()
/PHP-5.4/
H A DNEWS8083 - Fixed bug #35229 (call_user_func() crashes when argument_stack is nearly

Completed in 58 milliseconds