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');