summaryrefslogtreecommitdiff
path: root/Zend/zend_attributes.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-05 10:36:35 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-05 10:36:35 +0200
commit5b4c4bbe3ba5961c8cc96504c01eadecd6fa6853 (patch)
treee8763131e985733386510951e86d531cbdc25de1 /Zend/zend_attributes.h
parentd3eeeb688204320c9825924bc300901470cdb87b (diff)
downloadphp-git-5b4c4bbe3ba5961c8cc96504c01eadecd6fa6853.tar.gz
Free attribute validators on shutdown
Diffstat (limited to 'Zend/zend_attributes.h')
-rw-r--r--Zend/zend_attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_attributes.h b/Zend/zend_attributes.h
index d7e54173ca..0e0136ff6d 100644
--- a/Zend/zend_attributes.h
+++ b/Zend/zend_attributes.h
@@ -65,5 +65,6 @@ static zend_always_inline zend_attribute *zend_add_class_constant_attribute(zend
}
void zend_register_attribute_ce(void);
+void zend_attributes_shutdown(void);
#endif