From d07ded44395edf9ef561d536ae2a8161544c9dec Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 31 Oct 2005 05:27:06 +0000 Subject: [PATCH] Documented extended parent_scope setting git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199590 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/runkit/sandbox.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/reference/runkit/sandbox.xml b/reference/runkit/sandbox.xml index 9fad4c3269..faea312875 100644 --- a/reference/runkit/sandbox.xml +++ b/reference/runkit/sandbox.xml @@ -1,5 +1,5 @@ - + @@ -393,6 +393,20 @@ baz 0 (Global) + + parent_scope + String + + When parent_scope is set to + a string value, it refers to a named array variable + in the global scope. If the named variable does not + exist at the time of access it will be created as an + empty array. If the variable exists but it not an array, + a dummy array will be created containing a reference + to the named global variable. + + +