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
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: 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)

Pull Requests

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: Thu Dec 26 13:01:30 2024 UTC