mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarification.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268330 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b92251272
commit
ebaa69fb65
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue