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
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: 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: Tue Jul 01 12:01:36 2025 UTC