zend_llist_apply_with_del  205 Zend/zend_extensions.c 	zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup);
zend_llist_apply_with_del   59 Zend/zend_llist.h ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data));