ID: 38497 User updated by: alessio dot bazzica at gmail dot com Reported By: alessio dot bazzica at gmail dot com -Status: No Feedback +Status: Open Bug Type: Feature/Change Request Operating System: Mac OS X PHP Version: 5.1.5 New Comment:
Please download a zip file containing my test case script at http://webapp.altervista.org/php_ovrldext_test.zip. Recently I tried to run the script on other enviroments and there is the same problem. Thank you, Alessio Previous Comments: ------------------------------------------------------------------------ [2006-08-29 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2006-08-21 08:23:56] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2006-08-18 11:25:35] alessio dot bazzica at gmail dot com Link does not work; cut and paste URL to download zip file containing test.php (http://webapp.altervista.org/php_ovrldext_test.zip). ------------------------------------------------------------------------ [2006-08-18 11:18:59] alessio dot bazzica at gmail dot com Description: ------------ An istance of an extended class with __call() function defined never calls function members by __call() (view example). I don't know if this is regular or if this could be a bug. I have this problem both on a 5.0.4 and on a 5.1.4 on Mac OS X (5.1.4 is most recent version for OS X). Reproduce code: --------------- http://webapp.altervista.org/php_ovrldext_test.zip Expected result: ---------------- All test should pass. Actual result: -------------- Calling an overloaded method for an extended class php run un- overloaded function defined in parent class (second test fails). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38497&edit=1