]> granicus.if.org Git - php/commitdiff
Fix prototypes
authorZeev Suraski <zeev@php.net>
Tue, 20 Jul 2004 10:43:19 +0000 (10:43 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 20 Jul 2004 10:43:19 +0000 (10:43 +0000)
Zend/zend_exceptions.c

index 0667d44eed481f196ea44f7b0bba6665d246e037..8d218f722c68acc7bbb5062dea56a3eae1546d3c 100644 (file)
@@ -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)
 {