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

Pull Requests

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: Sat Dec 21 12:01:31 2024 UTC