From ebaa69fb65764e5b062a4c15a432efdabd80812f Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Wed, 5 Nov 2008 08:35:02 +0000 Subject: [PATCH] Clarification. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268330 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/static.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/static.xml b/language/oop5/static.xml index bdcefbc24f..904a228e92 100644 --- a/language/oop5/static.xml +++ b/language/oop5/static.xml @@ -1,5 +1,5 @@ - + Static Keyword @@ -33,7 +33,7 @@ - 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