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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Thu Mar 28 12:01:27 2024 UTC