mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Closes bug #21737, a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c423f73755
commit
adf2a15753
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<chapter id="features.commandline">
|
||||
<title>Using PHP from the command line</title>
|
||||
<!-- NEW DOCUMENTATION STARTS -->
|
||||
|
@ -215,7 +215,7 @@ $stdout = fopen('php://stdout', 'w');
|
|||
<row>
|
||||
<entry><constant>STDERR</constant></entry>
|
||||
<entry>
|
||||
An already opened stream to <literal>stdout</literal>. This saves
|
||||
An already opened stream to <literal>stderr</literal>. This saves
|
||||
opening it with
|
||||
<programlisting role="php">
|
||||
$stderr = fopen('php://stderr', 'w');
|
||||
|
|
Loading…
Reference in a new issue