]> granicus.if.org Git - php/commitdiff
- Missed one line in merge
authorMarcus Boerger <helly@php.net>
Sat, 12 Jul 2008 14:59:46 +0000 (14:59 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 12 Jul 2008 14:59:46 +0000 (14:59 +0000)
Zend/zend_exceptions.c

index 09ab09ab2710e9f71b8210628977d372403fdbbd..2ffca65082082b87c6eb246d0c01a7d4c38f7fcd 100644 (file)
@@ -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[] = {