summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-02 20:47:44 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-02 20:47:44 +0200
commit94722e12cf4ba9a16f8a9f009d60b2e3f0f80e12 (patch)
treee45b829d0a7a13a4d1aedf8a4e5d17248629c908 /Zend/zend_exceptions.h
parentb874f1a73d37f17effe7b85042fef0dc703448f8 (diff)
downloadphp-git-94722e12cf4ba9a16f8a9f009d60b2e3f0f80e12.tar.gz
Introduce ArithmeticError
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r--Zend/zend_exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h
index f07bc78b88..8b5deed15c 100644
--- a/Zend/zend_exceptions.h
+++ b/Zend/zend_exceptions.h
@@ -27,6 +27,7 @@
BEGIN_EXTERN_C()
extern ZEND_API zend_class_entry *zend_ce_throwable;
+extern ZEND_API zend_class_entry *zend_ce_arithmetic_error;
extern ZEND_API zend_class_entry *zend_ce_division_by_zero_error;
ZEND_API void zend_exception_set_previous(zend_object *exception, zend_object *add_previous);