ZEND_ACC_DTOR    2349 Zend/zend_API.c 			dtor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    2414 Zend/zend_API.c 		if (dtor && dtor->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && dtor->common.fn_flags & ZEND_ACC_DTOR) {
ZEND_ACC_DTOR    2418 Zend/zend_API.c 		if (clone && clone->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && dtor->common.fn_flags & ZEND_ACC_DTOR) {
ZEND_ACC_DTOR    5328 Zend/zend_compile.c 		ce->destructor->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR    1050 Zend/zend_inheritance.c 		ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR;
ZEND_ACC_DTOR     828 ext/reflection/php_reflection.c 	if (fptr->common.fn_flags & ZEND_ACC_DTOR) {
ZEND_ACC_DTOR    3576 ext/reflection/php_reflection.c 	RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR);