ZEND_ACC_DTOR    2224 Zend/zend_API.c 			dtor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    3850 Zend/zend_compile.c 		ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    5119 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    3196 ext/reflection/php_reflection.c 	RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR);