php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55162 Constants STDIN, STDOUT and STDERR
Submitted: 2011-07-08 14:09 UTC Modified: 2011-07-08 19:29 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: phansys at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant 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: phansys at gmail dot com
New email:
PHP Version: OS:

 

 [2011-07-08 14:09 UTC] phansys at gmail dot com
Description:
------------
The constants STDIN, STDOUT and STDERR aren't on 
http://php.net/manual/en/reserved.constants.php


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-08 19:29 UTC] dtajchreber@php.net
-Status: Open +Status: Bogus
 [2011-07-08 19:29 UTC] dtajchreber@php.net
STDIN and company aren't declared in the core but rather in the CLI SAPI and are 
documented on a different page as a result. 

[1] http://www.php.net/manual/en/features.commandline.io-streams.php
[2] http://svn.php.net/viewvc/php/php-src/trunk/sapi/cli/php_cli.c?
view=markup#l585
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 09:01:33 2025 UTC