php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #78194 Wrong return type for SessionHandlerInterface::gc
Submitted: 2019-06-21 18:11 UTC Modified: 2021-02-16 12:32 UTC
From: bryan at theclays dot us Assigned: cmb (profile)
Status: Closed Package: Session related
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2019-06-21 18:11 UTC] bryan at theclays dot us
Description:
------------
---
From manual page: https://php.net/sessionhandlerinterface.gc
From manual page: https://php.net/class.sessionhandlerinterface.php
---
Return type of SessionHandlerInterface::gc is stated as int in the function definition at the top, but documentation below states the return type is bool.

Test script:
---------------
n/a


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-07-13 22:11 UTC] carusogabriel@php.net
-Summary: return type of +Summary: Wrong return type for SessionHandlerInterface::gc
 [2019-07-13 22:11 UTC] carusogabriel@php.net
-Package: Unknown/Other Function +Package: Session related
 [2021-02-16 12:32 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-02-16 12:32 UTC] cmb@php.net
This has been fixed in the meantime.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC