ZEND_ACC_DTOR 2235 Zend/zend_API.c dtor->common.fn_flags |= ZEND_ACC_DTOR; ZEND_ACC_DTOR 3989 Zend/zend_compile.c ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR; ZEND_ACC_DTOR 5260 Zend/zend_compile.c ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; ZEND_ACC_DTOR 900 ext/reflection/php_reflection.c if (fptr->common.fn_flags & ZEND_ACC_DTOR) { ZEND_ACC_DTOR 3265 ext/reflection/php_reflection.c RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR);