From: Zeev Suraski Date: Tue, 20 Jul 2004 10:43:19 +0000 (+0000) Subject: Fix prototypes X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a153add9040ed5833d2d229ab101543476d62d8;p=php Fix prototypes --- diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c index 0667d44eed..8d218f722c 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -147,7 +147,7 @@ ZEND_METHOD(exception, __construct) /* }}} */ -/* {{{ proto ErrorException::__construct(string message, int code) +/* {{{ proto ErrorException::__construct(string message, int code, int severity) ErrorException constructor */ ZEND_METHOD(error_exception, __construct) { @@ -245,7 +245,7 @@ ZEND_METHOD(exception, getTrace) /* }}} */ -/* {{{ proto int Exception::getSeverity() +/* {{{ proto int ErrorException::getSeverity() Get the exception severity */ ZEND_METHOD(error_exception, getSeverity) {