From ffc7a9431dc7af50d3ba379eb5209bb91489537b Mon Sep 17 00:00:00 2001 From: ali Date: Sat, 16 Aug 2003 01:29:37 +0000 Subject: [PATCH] fixed #20437 by adding a note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137922 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/language/variables.xml b/language/variables.xml index 285fc71fa3..33226506eb 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -552,6 +552,33 @@ function Test() + + + + Static variables maybe declared as seen in the examples above. + Trying to assign values to these variables which are the + result of expressions will cause a parse error. + + + + Declaring static variables + + +]]> + + + +