diff options
author | Marcus Boerger <helly@php.net> | 2004-10-30 10:18:10 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-10-30 10:18:10 +0000 |
commit | 8bf02ee6811d111b3afe2c38cf502fbe34a17bf6 (patch) | |
tree | 8500390385835c2f742028b559d70e245c4b4242 /Zend/zend_exceptions.c | |
parent | 7c4760d4217740d3e63710fb92128f8e7374b7d6 (diff) | |
download | php-git-8bf02ee6811d111b3afe2c38cf502fbe34a17bf6.tar.gz |
- Fix protos
Diffstat (limited to 'Zend/zend_exceptions.c')
-rw-r--r-- | Zend/zend_exceptions.c | 2 |
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) { |