pollita Mon Oct 31 00:27:07 2005 EDT
Modified files: /phpdoc/en/reference/runkit sandbox.xml Log: Documented extended parent_scope setting http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/runkit/sandbox.xml diff -u phpdoc/en/reference/runkit/sandbox.xml:1.15 phpdoc/en/reference/runkit/sandbox.xml:1.16 --- phpdoc/en/reference/runkit/sandbox.xml:1.15 Thu Sep 29 20:47:18 2005 +++ phpdoc/en/reference/runkit/sandbox.xml Mon Oct 31 00:27:06 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="runkit.sandbox"> <refnamediv> @@ -393,6 +393,20 @@ </entry> <entry><literal>0</literal> (Global)</entry> </row> + <row> + <entry><literal>parent_scope</literal></entry> + <entry><type>String</type></entry> + <entry> + When <literal>parent_scope</literal> 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. + </entry> + <entry></entry> + </row> </tbody> </tgroup> </table>