ZEND_ACC_DTOR    2224 Zend/zend_API.c 			dtor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    3841 Zend/zend_compile.c 		ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    5089 Zend/zend_compile.c 		ce->destructor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR     867 ext/reflection/php_reflection.c 	if (fptr->common.fn_flags & ZEND_ACC_DTOR) {
ZEND_ACC_DTOR    3193 ext/reflection/php_reflection.c 	RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR);