php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21737 Error in Documentation Page
Submitted: 2003-01-18 17:35 UTC Modified: 2003-01-18 17:57 UTC
From: jason at ionzoft dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS:
Private report: No CVE-ID: None
 [2003-01-18 17:35 UTC] jason at ionzoft dot com
On this documentation page: 
http://www.php.net/manual/en/features.commandline.php

In Table 23-2. "CLI specific Constants"

on Row 3 (STDERR)

The Text:
"An already opened stream to stdout. This saves opening it with $stderr = fopen('php://stderr', 'w');"

Has the noted problem:
"An already opened stream to >>>>stdout<<<<. This saves opening it with $stderr = fopen('php://stderr', 'w');"

And should most likely read:
"An already opened stream to stderr. This saves opening it with $stderr = fopen('php://stderr', 'w');"

Thank you - the PHP team does Excellent work!

Jason Garber
IonZoft, Inc.



Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-18 17:57 UTC] philip@php.net
This have been fixed:
http://cvs.php.net/cvs.php/phpdoc/en/features/commandline.xml

Thank you for the report :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Aug 17 08:01:27 2024 UTC