From 40bd5bc761e8cc3d9f03901a96730058452aeac3 Mon Sep 17 00:00:00 2001
From: Christoph Michael Becker <cmb@php.net>
Date: Wed, 1 Jul 2020 11:13:20 +0000
Subject: [PATCH] Technical docs should state facts, not wishful thinking

Cf. <https://3v4l.org/4XVcU>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350095 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/stream/functions/stream-select.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/reference/stream/functions/stream-select.xml b/reference/stream/functions/stream-select.xml
index cd46677de4..6f8141b525 100644
--- a/reference/stream/functions/stream-select.xml
+++ b/reference/stream/functions/stream-select.xml
@@ -63,13 +63,6 @@
         resource(s) actually changed status.
        </para>
       </note>
-      <simpara>
-       You do not need to pass every array to
-       <function>stream_select</function>. You can leave it out and use an
-       empty array or &null; instead. Also do not forget that those arrays are
-       passed <emphasis>by reference</emphasis> and will be modified after
-       <function>stream_select</function> returns.
-      </simpara>
      </listitem>
     </varlistentry>
     <varlistentry>