php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54724 Reference to undefined function `SetCookie' (should be `setcookie')
Submitted: 2011-05-12 22:19 UTC Modified: 2011-05-12 22:22 UTC
From: altsysrq at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: trunk-SVN-2011-05-12 (SVN) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: altsysrq at gmail dot com
New email:
PHP Version: OS:

 

 [2011-05-12 22:19 UTC] altsysrq at gmail dot com
Description:
------------
Documentation references `SetCookie' function, but `setcookie' function meant in http://www.php.net/manual/en/language.variables.external.php.
Please see attached patch against sources from http://svn.php.net/repository/phpdoc/en/trunk for details.


Patches

SetCookie_function.patch (last revision 2011-05-12 20:19 UTC by altsysrq at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-12 22:22 UTC] danbrown@php.net
-Status: Open +Status: Bogus
 [2011-05-12 22:22 UTC] danbrown@php.net
Casing in function names matters nil to PHP.  If it was a superglobal or 
something of the like, sure, but a function can be written however the developer 
wants (regardless of standards).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC