From 1f6a127f33117c26e1e1477f666f331f226de3f2 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Tue, 18 Jul 2006 11:19:52 +0000 Subject: [PATCH] Fix #37880 (members' default value) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216628 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 8c858ce8b2..bbbfb35852 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -1,5 +1,5 @@ - + The Basics @@ -84,6 +84,37 @@ class SimpleClass + + The default value must be a constant expression, not (for example) a + variable, a class member or a function call. + + Class members' default value + + +]]> + + + There are some nice functions to handle classes and objects. You might want