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
 [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 18:01:33 2024 UTC