ZEND_ACC_DTOR    2235 Zend/zend_API.c 			dtor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    3987 Zend/zend_compile.c 		ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    5258 Zend/zend_compile.c 		ce->destructor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR     875 ext/reflection/php_reflection.c 	if (fptr->common.fn_flags & ZEND_ACC_DTOR) {
ZEND_ACC_DTOR    3231 ext/reflection/php_reflection.c 	RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR);