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

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix minor mistakes in newly introduced user-level-output-buffers.xml (#31
From:       Mikhail Alferov via GitHub <noreply () php ! net>
Date:       2024-01-26 14:24:44
Message-ID: iioSPIWC4wrJLuBY7qhiHIiMs7fuoORXmgIQYy5YF0 () main ! php ! net
[Download RAW message or body]

Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2024-01-26T14:10:58Z

Commit: https://github.com/php/doc-en/commit/269fc9ba1848b7ef65346c0d058964779196ef7c
Raw diff: https://github.com/php/doc-en/commit/269fc9ba1848b7ef65346c0d058964779196ef7c.diff


Fix minor mistakes in newly introduced user-level-output-buffers.xml (#3147)

Changed paths:
  M  reference/outcontrol/user-level-output-buffers.xml


Diff:

diff --git a/reference/outcontrol/user-level-output-buffers.xml \
b/reference/outcontrol/user-level-output-buffers.xml index f745a21a99c..a1e1c0d89f7 \
                100644
--- a/reference/outcontrol/user-level-output-buffers.xml
+++ b/reference/outcontrol/user-level-output-buffers.xml
@@ -99,7 +99,7 @@
    therefore only the active buffer can be flushed, cleaned and turned off.
    The functions that work with other buffers are
    <function>ob_list_handlers</function>
-   which returns the list of all buffers in use
+   which returns the list of all output handlers in use
    and <function>ob_get_status</function>
    which can return information on the active buffer only
    or on all buffers in use.
@@ -592,7 +592,7 @@
    If the handler successfully executes and does not return &false;,
    <constant>PHP_OUTPUT_HANDLER_STARTED</constant> and
    <constant>PHP_OUTPUT_HANDLER_PROCESSED</constant> is set.
-   If the handler returns &false; or throws and exception while executing,
+   If the handler returns &false; or throws an exception while executing,
    <constant>PHP_OUTPUT_HANDLER_STARTED</constant> and
    <constant>PHP_OUTPUT_HANDLER_DISABLED</constant> is set.
   </para>

-- 
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