php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35139 http://php.net/array_sort opens page http://de.php.net/arsort
Submitted: 2005-11-07 16:01 UTC Modified: 2005-11-07 16:04 UTC
From: mail at dion-timmermann dot de Assigned:
Status: Wont fix Package: Website problem
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-11-07 16:01 UTC] mail at dion-timmermann dot de
Description:
------------
When I open the page "http://php.net/array_sort" I am redirected to "http://de.php.net/arsort", which is quite fine, as there is no function named array_sort, but it would surely be better to be redirected to the function asort.
I am not sure how you search for the function, but if you use a self-made algorithm, maybe this could be changed.
This surly is nothing important, and I am not sure if you are interested in this kind of bugs, but I think it's good to know.

Reproduce code:
---------------
http://php.net/array_sort

Expected result:
----------------
http://php.net/asort


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-07 16:04 UTC] sniper@php.net
It's fine as it is.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC