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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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 16:01:28 2024 UTC