php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61898 Docs for stream_get_meta_data() advertise false return value
Submitted: 2012-05-02 10:04 UTC Modified: 2013-10-26 07:01 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: john dot papaioannou at gmail dot com Assigned: krakjoe (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.3.11 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: john dot papaioannou at gmail dot com
New email:
PHP Version: OS:

 

 [2012-05-02 10:04 UTC] john dot papaioannou at gmail dot com
Description:
------------
The documentation for stream_get_meta_data() mentions that the resulting array contains, among others, the "filters" key which is used to tell the caller which filters have been attached to the stream in question. However, no such information is included in the return value.

The reason is obvious if you look at
http://lxr.php.net/opengrok/xref/PHP_5_3/ext/standard/streamsfuncs.c#519

Expected result:
----------------
The documentation should reflect the current behavior of the implementation.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-26 07:00 UTC] krakjoe@php.net
Automatic comment from SVN on behalf of krakjoe
Revision: http://svn.php.net/viewvc/?view=revision&revision=331996
Log: #61898 correct information about output
 [2013-10-26 07:01 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: krakjoe
 [2013-10-26 07:01 UTC] krakjoe@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 13 14:01:33 2024 UTC