mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fix protos
This commit is contained in:
parent
7c4760d421
commit
8bf02ee681
4 changed files with 24 additions and 24 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue