fix #67936 (change use of the word "stack" for "queue")

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334917 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2014-09-21 06:50:51 +00:00
parent 1906823f55
commit edffc3f9c4

View file

@ -14,12 +14,12 @@
<methodparam choice="opt"><type>bool</type><parameter>prepend</parameter><initializer>false</initializer></methodparam>
</methodsynopsis>
<para>
Register a function with the spl provided __autoload stack. If the stack
Register a function with the spl provided __autoload queue. If the queue
is not yet activated it will be activated.
</para>
<para>
If your code has an existing <function>__autoload</function> function then
this function must be explicitly registered on the __autoload stack. This
this function must be explicitly registered on the __autoload queue. This
is because <function>spl_autoload_register</function> will effectively
replace the engine cache for the <function>__autoload</function> function
by either <function>spl_autoload</function> or
@ -63,7 +63,7 @@
<listitem>
<para>
If true, <function>spl_autoload_register</function> will prepend
the autoloader on the autoload stack instead of appending it.
the autoloader on the autoload queue instead of appending it.
</para>
</listitem>
</varlistentry>