philip Sat Jan 18 18:55:53 2003 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
Closes bug #21737, a typo.
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.17 phpdoc/en/features/commandline.xml:1.18
--- phpdoc/en/features/commandline.xml:1.17 Thu Jan 16 02:11:24 2003
+++ phpdoc/en/features/commandline.xml Sat Jan 18 18:55:53 2003
@@ -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 @@
<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');
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php