summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2008-07-12 14:59:46 +0000
committerMarcus Boerger <helly@php.net>2008-07-12 14:59:46 +0000
commitd34b08646d8930f267dfd185adb014a5b0ded9da (patch)
treefd9801d1ca9f698ffcb857f3d613fd2975d7a5fc /Zend/zend_exceptions.c
parente4869828a7905af350afe1870c64651578497a6c (diff)
downloadphp-git-d34b08646d8930f267dfd185adb014a5b0ded9da.tar.gz
- Missed one line in merge
Diffstat (limited to 'Zend/zend_exceptions.c')
-rw-r--r--Zend/zend_exceptions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c
index 09ab09ab27..2ffca65082 100644
--- a/Zend/zend_exceptions.c
+++ b/Zend/zend_exceptions.c
@@ -558,6 +558,7 @@ static
ZEND_BEGIN_ARG_INFO_EX(arginfo_exception___construct, 0, 0, 0)
ZEND_ARG_INFO(0, message)
ZEND_ARG_INFO(0, code)
+ ZEND_ARG_INFO(0, previous)
ZEND_END_ARG_INFO()
const static zend_function_entry default_exception_functions[] = {