mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix doc bug #51661 (Confusing text in spl_autoload_unregister).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298960 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7cf7e11a25
commit
4084919da2
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
be deactivated.
|
||||
</para>
|
||||
<para>
|
||||
When this function results in the autoload stack being activated an
|
||||
existing __autoload function will not be reactivated.
|
||||
When this function results in the autoload stack being deactivated, any
|
||||
__autoload function that previously existed will not be reactivated.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue