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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC