[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/spl/functions/_spl-autoload-functions.xml_spl-au
From:       Joe_Watkins <krakjoe () php ! net>
Date:       2014-09-24 19:50:30
Message-ID: svn-krakjoe-1411588230-334980-527826848 () svn ! php ! net
[Download RAW message or body]

krakjoe                                  Wed, 24 Sep 2014 19:50:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=334980

Log:
bring these inline for #67936 (change wording from stack to queue)

Bug: https://bugs.php.net/67936 (Closed) The spl_autoload_register() function uses \
queue but not stack  
Changed paths:
    U   phpdoc/en/trunk/reference/spl/functions/spl-autoload-functions.xml
    U   phpdoc/en/trunk/reference/spl/functions/spl-autoload-unregister.xml

Modified: phpdoc/en/trunk/reference/spl/functions/spl-autoload-functions.xml
===================================================================
--- phpdoc/en/trunk/reference/spl/functions/spl-autoload-functions.xml	2014-09-24 \
                14:39:55 UTC (rev 334979)
+++ phpdoc/en/trunk/reference/spl/functions/spl-autoload-functions.xml	2014-09-24 \
19:50:30 UTC (rev 334980) @@ -25,7 +25,7 @@
   &reftitle.returnvalues;
   <para>
    An <type>array</type> of all registered __autoload functions.
-   If the autoload stack is not activated then the return value is &false;.
+   If the autoload queue is not activated then the return value is &false;.
    If no function is registered the return value will be an empty array.
   </para>
  </refsect1>

Modified: phpdoc/en/trunk/reference/spl/functions/spl-autoload-unregister.xml
===================================================================
--- phpdoc/en/trunk/reference/spl/functions/spl-autoload-unregister.xml	2014-09-24 \
                14:39:55 UTC (rev 334979)
+++ phpdoc/en/trunk/reference/spl/functions/spl-autoload-unregister.xml	2014-09-24 \
19:50:30 UTC (rev 334980) @@ -12,12 +12,12 @@
    <methodparam><type>mixed</type><parameter>autoload_function</parameter></methodparam>
  </methodsynopsis>
   <para>
-   Unregister a function from the spl provided __autoload stack. If the stack
-   is activated and empty after unregistering the given function then it will
+   Removes a function from the autoload queue. If the queue
+   is activated and empty after removing the given function then it will
    be deactivated.
   </para>
   <para>
-   When this function results in the autoload stack being deactivated, any
+   When this function results in the queue being deactivated, any
    __autoload function that previously existed will not be reactivated.
   </para>
  </refsect1>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic