summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-10-30 10:18:10 +0000
committerMarcus Boerger <helly@php.net>2004-10-30 10:18:10 +0000
commit8bf02ee6811d111b3afe2c38cf502fbe34a17bf6 (patch)
tree8500390385835c2f742028b559d70e245c4b4242 /Zend/zend_exceptions.c
parent7c4760d4217740d3e63710fb92128f8e7374b7d6 (diff)
downloadphp-git-8bf02ee6811d111b3afe2c38cf502fbe34a17bf6.tar.gz
- Fix protos
Diffstat (limited to 'Zend/zend_exceptions.c')
-rw-r--r--Zend/zend_exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c
index 7329c5867d..5d3c005637 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, int severity [, $filename [, $lineno]])
+/* {{{ proto ErrorException::__construct(string message, int code, int severity [, string filename [, int lineno]])
ErrorException constructor */
ZEND_METHOD(error_exception, __construct)
{