summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2015-06-15 18:07:27 -0500
committerAaron Piotrowski <aaron@trowski.com>2015-06-15 18:07:27 -0500
commit47d838a7ca2f71d1222798917025b5d677acf083 (patch)
tree35711a3bcc42afe389fe97eda7bb77b19ff4520e /Zend/zend_exceptions.h
parent0265cf5aeb99b48e07ffa4d5a2a340d4545952a1 (diff)
downloadphp-git-47d838a7ca2f71d1222798917025b5d677acf083.tar.gz
Move definition of Throwable to zend_exceptions.h/c
Also moved REGISTER_ITERATOR_INTERFACE macro to zend_interfaces.h and renamed it to REGISTER_INTERFACE.
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r--Zend/zend_exceptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h
index 6f7ceed78e..d22b99c262 100644
--- a/Zend/zend_exceptions.h
+++ b/Zend/zend_exceptions.h
@@ -26,6 +26,8 @@
BEGIN_EXTERN_C()
+extern ZEND_API zend_class_entry *zend_ce_throwable;
+
ZEND_API void zend_exception_set_previous(zend_object *exception, zend_object *add_previous);
ZEND_API void zend_exception_save(void);
ZEND_API void zend_exception_restore(void);