php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62249 inherits bug
Submitted: 2012-06-07 08:22 UTC Modified: 2013-02-18 00:35 UTC
From: ccooffeee at hotmail dot com Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 5.4.3 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ccooffeee at hotmail dot com
New email:
PHP Version: OS:

 

 [2012-06-07 08:22 UTC] ccooffeee at hotmail dot com
Description:
------------

Using PHP 5.4.3 on Linux (Windows not tested)

private methods name is same but argument is difference


Segmentation Fault!!!

what happend?

Test script:
---------------
class BB 
{ 
    private function f ($a) {} 
} 

class AA extends BB 
{ 
    private function f ($a, $b) {} 
} 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-07 08:42 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2012-06-07 08:42 UTC] laruence@php.net
Please try using this snapshot:

  http://snaps.php.net/php-trunk-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

there is a knew bug about this, it has been fixed.
 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 00:01:30 2024 UTC