php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #69412 Not enough info in function description
Submitted: 2015-04-09 23:40 UTC Modified: 2015-04-10 01:30 UTC
From: michal96 dot h at gmail dot com Assigned: cmb (profile)
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: michal96 dot h at gmail dot com
New email:
PHP Version: OS:

 

 [2015-04-09 23:40 UTC] michal96 dot h at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.register-shutdown-function
---
"Registers a callback to be executed after script execution finishes or exit() is called."
There is no information about die(). It should be:
"Registers a callback to be executed after script execution finishes, exit() or die() is called."



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-10 01:30 UTC] cmb@php.net
-Summary: Not enaught info at function description +Summary: Not enough info in function description -Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2015-04-10 01:30 UTC] cmb@php.net
Thank you for taking the time to write to us, but this is not a
documentation bug. `die`'s man page clearly says "equivalent to
exit", so it would be redundant to explicitly list `die` here.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 14:01:36 2025 UTC