Edit report at https://bugs.php.net/bug.php?id=62249&edit=1
ID: 62249 Updated by: php-bugs@lists.php.net Reported by: ccooffeee at hotmail dot com Summary: inherits bug -Status: Feedback +Status: No Feedback Type: Bug Package: Scripting Engine problem Operating System: Linux PHP Version: 5.4.3 New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2012-06-07 08:42:39] larue...@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. ------------------------------------------------------------------------ [2012-06-07 08:22:54] 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) {} } ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62249&edit=1