Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_stack.h44 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi…
H A Dzend_stack.c142 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument() function
H A Dzend_compile.c2629zend_stack_apply_with_argument(&CG(switch_cond_stack), ZEND_STACK_APPLY_TOPDOWN, (int (*)(void *el… in zend_do_return()
2630zend_stack_apply_with_argument(&CG(foreach_copy_stack), ZEND_STACK_APPLY_TOPDOWN, (int (*)(void *e… in zend_do_return()
/PHP-5.4/main/
H A Doutput.c331zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_cle… in php_output_clean_all()
1075zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_op,… in php_output_op()
1512zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_BOTTOMUP, php_output_stack_apply_li… in PHP_FUNCTION()
1533zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_BOTTOMUP, php_output_stack_apply_st… in PHP_FUNCTION()

Completed in 29 milliseconds