php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #79168 Missing documentation of RuntimeException::_construct()
Submitted: 2020-01-24 15:36 UTC Modified: -
From: teo8976 at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
 [2020-01-24 15:36 UTC] teo8976 at gmail dot com
Description:
------------
---
From manual page: https://php.net/class.runtimeexception
---

The constructor is missing from the documentation.

If it's inherited, then it should be listed among the inherited methods.






Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-02-16 16:25 UTC] carusogabriel@php.net
Looks like this is a common problem across the Exception family, for example: https://php.net/UnderflowException.

Not just `__construct`, but also `__wakeup` (https://3v4l.org/5HBK4).
 [2020-02-16 16:43 UTC] carusogabriel@php.net
The following pull request has been associated:

Patch Name: Fix #79168: Missing `__construct` method documentation in SPL Exceptions
On GitHub:  https://github.com/php/doc-en/pull/43
Patch:      https://github.com/php/doc-en/pull/43.patch
 [2020-03-27 23:03 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=349537
Log: Fix #79168: Missing `__construct` method documentation in SPL Exceptions

Patch provided by carusogabriel@php.net.
 [2020-03-27 23:04 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=a16c2cda7000d1222a8f1bcc423da3dbc575f156
Log: Fix #79168: Missing `__construct` method documentation in SPL Exceptions
 [2020-03-27 23:04 UTC] phpdocbot@php.net
-Status: Open +Status: Closed
 [2020-03-28 01:49 UTC] mumumu@php.net
Automatic comment from SVN on behalf of mumumu
Revision: http://svn.php.net/viewvc/?view=revision&revision=349540
Log: Fix #79168: Missing `__construct` method documentation in SPL Exceptions

Patch provided by carusogabriel@php.net.
 [2020-03-28 01:50 UTC] phpdocbot@php.net
Automatic comment on behalf of mumumu
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=778acdb963427e72a04874e1b120b76fca942150
Log: Fix #79168: Missing `__construct` method documentation in SPL Exceptions
 [2020-12-30 11:59 UTC] nikic@php.net
Automatic comment on behalf of mumumu
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=dc2c6b0814e95c81eeb7217e362af50c0045e4d7
Log: Fix #79168: Missing `__construct` method documentation in SPL Exceptions
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC