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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri Apr 19 02:01:29 2024 UTC