php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64238 issues with streamWrapper::stream_metadata
Submitted: 2013-02-18 20:47 UTC Modified: 2013-02-27 05:08 UTC
From: terrafrost@php.net Assigned: frozenfire (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.4.11 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
3 + 43 = ?
Subscribe to this entry?

 
 [2013-02-18 20:47 UTC] terrafrost@php.net
Description:
------------
http://www.php.net/manual/en/streamwrapper.stream-metadata.php

The function definition is as follows:

public bool streamWrapper::stream_metadata ( int $path , int $option , int $var )

Seems like it should instead be this:

public bool streamWrapper::stream_metadata ( string $path , int $option , mixed 
$var )

Also, in the detailed list of parameters it's listed not as $var but as $arg1.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-02-27 05:08 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=329584
Log: Fixed path and value parameters.
Fixes #64238.
 [2013-02-27 05:08 UTC] frozenfire@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.


 [2013-02-27 05:08 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 18:01:31 2024 UTC