- Fix protos

This commit is contained in:
Marcus Boerger 2004-10-30 10:18:10 +00:00
parent 7c4760d421
commit 8bf02ee681
4 changed files with 24 additions and 24 deletions

View file

@ -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)
{