php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #47340 TRUE and FALSE in List of Keywords
Submitted: 2009-02-08 18:58 UTC Modified: 2009-02-10 17:03 UTC
From: cathyscott217 at gmail dot com Assigned: ross (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cathyscott217 at gmail dot com
New email:
PHP Version: OS:

 

 [2009-02-08 18:58 UTC] cathyscott217 at gmail dot com
Description:
------------
Shouldn't TRUE and FALSE be included in the List of Keywords?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-02-08 19:09 UTC] philip@php.net
Listing every possible constant here:

  http://php.net/manual/en/reserved.keywords.php

Is possible, but would clutter the page. What do you think? Have a look around, the page lists classes and constants separately but all as reserved words:

  http://php.net/manual/en/reserved.php

 [2009-02-09 22:21 UTC] ross@php.net
They could be added (along with null) to the global constants page (http://www.php.net/manual/en/reserved.constants.php) since that's what they are.
 [2009-02-09 22:28 UTC] philip@php.net
Strangely I assumed they were there... yeah they should go there. 
 [2009-02-10 14:46 UTC] ross@php.net
Adding these (+ core).
 [2009-02-10 17:03 UTC] ross@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Mar 16 00:01:29 2025 UTC