php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47527 php.net/strrepeat redirects to str_pad
Submitted: 2009-02-28 11:52 UTC Modified: 2009-03-02 14:33 UTC
From: j dot jeising at gmail dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant 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: j dot jeising at gmail dot com
New email:
PHP Version: OS:

 

 [2009-02-28 11:52 UTC] j dot jeising at gmail dot com
Description:
------------
If you visit php.net/strrepeat you get redirected to php.net/str_pad.

Reproduce code:
---------------
Visit http://php.net/strrepeat

Expected result:
----------------
Redirect to http://php.net/str_repeat

Actual result:
--------------
Redirect to http://php.net/str_pad

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-02 14:33 UTC] bjori@php.net
If the function you try to lookup does not exist we try our best to find the best possible match using various techniques.

In most cases these lookups work fine, but sometimes it fails.
There is very little, if anything, we can do about that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 19:01:30 2024 UTC