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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user