Searched refs:zend_stack_apply_with_argument (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_stack.h | 42 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi…
|
H A D | zend_stack.c | 122 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument() function
|
/PHP-8.2/main/ |
H A D | output.c | 326 …zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_cle… in php_output_clean_all() 1069 …zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_TOPDOWN, php_output_stack_apply_op,… in php_output_op() 1492 …zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_BOTTOMUP, php_output_stack_apply_li… in PHP_FUNCTION() 1512 …zend_stack_apply_with_argument(&OG(handlers), ZEND_STACK_APPLY_BOTTOMUP, php_output_stack_apply_st… in PHP_FUNCTION()
|
Completed in 10 milliseconds