php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #6602 Failure to warn of duplicate class methods
Submitted: 2000-09-07 10:31 UTC Modified: 2002-01-28 20:19 UTC
From: jake dot b at ision dot net dot uk Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 OS: Linux
Private report: No CVE-ID: None
 [2000-09-07 10:31 UTC] jake dot b at ision dot net dot uk
No error is thrown up in a situation such as this:

class DaTest {
	function test()
	{
	}
	
	function test()
	{
	}
}

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 15:18 UTC] jimw@php.net
refiling as feature request against 4.0.
 [2002-01-28 20:19 UTC] yohgaki@php.net
This is filed as critical bug now. (NOT FIXED YET)
Closing this one.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 14:01:28 2025 UTC