Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_stack.c124 case ZEND_STACK_APPLY_TOPDOWN: in zend_stack_apply()
147 case ZEND_STACK_APPLY_TOPDOWN: in zend_stack_apply_with_argument()
H A Dzend_stack.h47 #define ZEND_STACK_APPLY_TOPDOWN 1 macro
H A Dzend_compile.c2714 …zend_stack_apply_with_argument(&CG(switch_cond_stack), ZEND_STACK_APPLY_TOPDOWN, (int (*)(void *el… in zend_do_return()
2715 …zend_stack_apply_with_argument(&CG(foreach_copy_stack), ZEND_STACK_APPLY_TOPDOWN, (int (*)(void *e… in zend_do_return()
2717 …zend_stack_apply(&CG(switch_cond_stack), ZEND_STACK_APPLY_TOPDOWN, (int (*)(void *element)) genera… in zend_do_return()
2718 …zend_stack_apply(&CG(foreach_copy_stack), ZEND_STACK_APPLY_TOPDOWN, (int (*)(void *element)) gener… in zend_do_return()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c158 case ZEND_STACK_APPLY_TOPDOWN: in sapi_stack_apply_with_argument_all()
178 case ZEND_STACK_APPLY_TOPDOWN: in sapi_stack_apply_with_argument_stop_if_equals()
201 case ZEND_STACK_APPLY_TOPDOWN: in sapi_stack_apply_with_argument_stop_if_http_error()
/PHP-5.5/main/
H A Doutput.c332 …zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_cle… in php_output_clean_all()
1076 …zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_op,… in php_output_op()

Completed in 48 milliseconds