ZEND_ACC_DTOR    1808 Zend/zend_API.c 			dtor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    2920 Zend/zend_compile.c 		ce->destructor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR     734 ext/reflection/php_reflection.c 	if (fptr->common.fn_flags & ZEND_ACC_DTOR) {
ZEND_ACC_DTOR    2577 ext/reflection/php_reflection.c 	RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR);