Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_stack.h49 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, zend_stack_apply_direction type, in…
H A Dzend_stack.c122 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, zend_stack_apply_direction type, in… in zend_stack_apply_with_argument() function
/PHP-8.4/main/
H A Doutput.c305zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_cle… in php_output_clean_all()
1060zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_op,… in php_output_op()
1483zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_BOTTOMUP, php_output_stack_apply_li… in PHP_FUNCTION()
1503zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_BOTTOMUP, php_output_stack_apply_st… in PHP_FUNCTION()

Completed in 10 milliseconds