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. + + +