1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00

Fix #69290: Invalid modes do not trigger errors

This commit is contained in:
Christoph M. Becker
2021-12-02 18:06:55 +01:00
parent 60c391265d
commit c1f8c2ea33

View File

@@ -95,6 +95,7 @@
element is either <literal>r</literal> to pass the read end of the pipe
to the process, or <literal>w</literal> to pass the write end) and
<literal>file</literal> (the second element is a filename).
Note that anything else than <literal>w</literal> is treated like <literal>r</literal>.
</member>
<member>
A stream resource representing a real file descriptor (e.g. opened file,