From adf2a15753a9785f19eaf20e428ba2c649227f22 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 18 Jan 2003 23:55:53 +0000 Subject: [PATCH] Closes bug #21737, a typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112591 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index 137688196f..406011d36f 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -215,7 +215,7 @@ $stdout = fopen('php://stdout', 'w'); STDERR - An already opened stream to stdout. This saves + An already opened stream to stderr. This saves opening it with $stderr = fopen('php://stderr', 'w');