php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47750 PHP.net website
Submitted: 2009-03-22 20:12 UTC Modified: 2009-03-22 20:27 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: manuel at alien-conquest dot nl Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Windows 7 - Safari 4 beta
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: manuel at alien-conquest dot nl
New email:
PHP Version: OS:

 

 [2009-03-22 20:12 UTC] manuel at alien-conquest dot nl
Description:
------------
If you go to http://php.net/parent then you get redirect to 
http://php.net/print

If you go to: http://php.net/keyword.parent then you go to the parent 
page.

Reproduce code:
---------------
-

Expected result:
----------------
That http://php.net/parent redirects to http://php.net/keyword.parent

Actual result:
--------------
Redirected to http://php.net/print

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-22 20:16 UTC] danbrown@php.net
Manuel,

Which mirror are you using?
 [2009-03-22 20:18 UTC] manuel at alien-conquest dot nl
nl2.php.net
 [2009-03-22 20:27 UTC] danbrown@php.net
Now I see it.  I misread the report the first time; it actually has 
nothing to do with mirrors.  This is expected behavior because 
'parent' is a keyword, not a function.  The short URL's are only 
meant to work with function lookups, not all manual entries.  And if 
a function does not exist by the name entered, the php.net system 
attempts to find a function of a similar name (in case the user 
misspelled the name of the function).
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jun 19 13:00:01 2026 UTC