Edit report at https://bugs.php.net/bug.php?id=62249&edit=1
ID: 62249 Updated by: [email protected] Reported by: ccooffeee at hotmail dot com Summary: inherits bug -Status: Open +Status: Feedback Type: Bug Package: Scripting Engine problem Operating System: Linux PHP Version: 5.4.3 Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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
