Clarification.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268330 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2008-11-05 08:35:02 +00:00
parent 1b92251272
commit ebaa69fb65

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<sect1 xml:id="language.oop5.static" xmlns="http://docbook.org/ns/docbook">
<title>Static Keyword</title>
@ -33,7 +33,7 @@
</para>
<para>
Like any other PHP static variable, static properties must be
Like any other PHP static variable, static properties may only be
initialized using a literal or constant; expressions are not
allowed. So while you may initialize a static property to an
integer or array (for instance), you may not initialize it to