Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ptr_stack.h61 #define ZEND_PTR_STACK_NUM_ARGS 3 macro
63 ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, ZEND_PTR_STACK_NUM_ARGS)
65 stack->top += ZEND_PTR_STACK_NUM_ARGS;
70 #undef ZEND_PTR_STACK_NUM_ARGS
75 #define ZEND_PTR_STACK_NUM_ARGS 2 in zend_ptr_stack_2_push() macro
77 ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, ZEND_PTR_STACK_NUM_ARGS) in zend_ptr_stack_2_push()
79 stack->top += ZEND_PTR_STACK_NUM_ARGS; in zend_ptr_stack_2_push()
83 #undef ZEND_PTR_STACK_NUM_ARGS in zend_ptr_stack_2_push()

Completed in 5 milliseconds