php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15068 function index has repeated entries
Submitted: 2002-01-16 12:07 UTC Modified: 2002-01-16 12:47 UTC
From: jvarner at dsrglobal dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.1 OS:
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: jvarner at dsrglobal dot com
New email:
PHP Version: OS:

 

 [2002-01-16 12:07 UTC] jvarner at dsrglobal dot com
The function index (http://www.php.net/manual/en/index.functions.php) has repeated entries for (just examples, not a complete list):

swfbitmap
swfbutton
swfdisplayitem
swffill
swffont
swfgradient
swfmorph
...

It appears to only be the swf-related functions.  At a quick glance, I did not notice any other areas of the index with repeated functions.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-16 12:16 UTC] irc-html@php.net
The duplicate listings are a result of those functions having methods, as such, each method of those functions creates another entry in the function listing.  I'll see if this can be fixed.
 [2002-01-16 12:47 UTC] hholzgra@php.net
fixed in CVS, thanks for the report, i overlooked the
methods issue
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 20:01:27 2025 UTC