Documented extended parent_scope setting

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199590 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2005-10-31 05:27:06 +00:00
parent 213eb7bb43
commit d07ded4439

View file

@ -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 @@ baz
</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>