[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/stream/functions/_stream-filter-append.xml_strea
From:       Thomas_Punt <tpunt () php ! net>
Date:       2016-02-21 12:48:31
Message-ID: svn-tpunt-1456058911-338619-1468678237 () svn ! php ! net
[Download RAW message or body]

tpunt                                    Sun, 21 Feb 2016 12:48:31 +0000

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

Log:
Resolve doc bug #71638

Bug: https://bugs.php.net/71638 (Open) [minor clarification] return value on fail of \
stream_filter_append()  
Changed paths:
    U   phpdoc/en/trunk/reference/stream/functions/stream-filter-append.xml
    U   phpdoc/en/trunk/reference/stream/functions/stream-filter-prepend.xml

Modified: phpdoc/en/trunk/reference/stream/functions/stream-filter-append.xml
===================================================================
--- phpdoc/en/trunk/reference/stream/functions/stream-filter-append.xml	2016-02-20 \
                10:29:04 UTC (rev 338618)
+++ phpdoc/en/trunk/reference/stream/functions/stream-filter-append.xml	2016-02-21 \
12:48:31 UTC (rev 338619) @@ -77,9 +77,15 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns a resource which can be used to refer to this filter
-   instance during a call to <function>stream_filter_remove</function>.
+   Returns a resource on success or &false; on failure. The resource can be
+   used to refer to this filter instance during a call to
+   <function>stream_filter_remove</function>.
   </para>
+
+  <para>
+   &false; is returned if <parameter>stream</parameter> is not a resource or
+   if <parameter>filtername</parameter> cannot be located.
+  </para>
  </refsect1>

  <refsect1 role="changelog">

Modified: phpdoc/en/trunk/reference/stream/functions/stream-filter-prepend.xml
===================================================================
--- phpdoc/en/trunk/reference/stream/functions/stream-filter-prepend.xml	2016-02-20 \
                10:29:04 UTC (rev 338618)
+++ phpdoc/en/trunk/reference/stream/functions/stream-filter-prepend.xml	2016-02-21 \
12:48:31 UTC (rev 338619) @@ -78,9 +78,15 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns a resource which can be used to refer to this filter
-   instance during a call to <function>stream_filter_remove</function>.
+   Returns a resource on success or &false; on failure. The resource can be
+   used to refer to this filter instance during a call to
+   <function>stream_filter_remove</function>.
   </para>
+
+  <para>
+   &false; is returned if <parameter>stream</parameter> is not a resource or
+   if <parameter>filtername</parameter> cannot be located.
+  </para>
  </refsect1>

  <refsect1 role="changelog">



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