mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix 67228; true and false are not keywords; they are constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
17a0fd2bd6
commit
7f79d8835b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<sect2 xml:id="language.types.boolean.syntax">
|
||||
<title>Syntax</title>
|
||||
<para>
|
||||
To specify a <type>boolean</type> literal, use the keywords &true; or
|
||||
To specify a <type>boolean</type> literal, use the constants &true; or
|
||||
&false;. Both are case-insensitive.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue