php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45337 stream_bucket_make_writeable should be stream_bucket_make_writable
Submitted: 2008-06-23 16:14 UTC Modified: 2008-07-02 11:52 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: cole dot snodgrass at gmail dot com Assigned:
Status: Wont fix Package: Streams related
PHP Version: 5.2.6 OS: Linux
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: cole dot snodgrass at gmail dot com
New email:
PHP Version: OS:

 

 [2008-06-23 16:14 UTC] cole dot snodgrass at gmail dot com
Description:
------------
The function "stream_bucket_make_writeable" should be  "stream_bucket_make_writable" for consistency with other "writable" php functions (is_writable, SplFileInfo::isWritable, etc.). 

Reproduce code:
---------------
var_dump(function_exists('stream_bucket_make_writeable'));
var_dump(function_exists('stream_bucket_make_writable'));


Expected result:
----------------
bool(false)
bool(true)


Actual result:
--------------
bool(true)
bool(false)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-02 11:52 UTC] jani@php.net
Yeah, too bad it's already out there. No way to fix it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC