mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
213eb7bb43
commit
d07ded4439
1 changed files with 15 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue