Searched refs:zend_ast_apply_func (Results 1 – 2 of 2) sorted by relevance
214 typedef void (*zend_ast_apply_func)(zend_ast **ast_ptr); typedef215 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn);
548 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn) { in zend_ast_apply()
Completed in 22 milliseconds