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