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:
Levi Morrison 2014-05-08 16:43:45 +00:00
parent 17a0fd2bd6
commit 7f79d8835b

View file

@ -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>