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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jason at ionzoft dot com
New email:
PHP Version: OS:

 

 [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

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: Wed Sep 11 17:02:22 2024 UTC