Re: [PHP-DEV] Bug #9090 Updated: call_user_method() duplicates object

2001-10-22 Thread Markus Fischer
Have you tried passing by reference ? call_user_method('increase', &$foo); - Markus On Sun, Oct 21, 2001 at 11:12:00PM -, [EMAIL PROTECTED] wrote : > [2001-02-03 17:21:00] [EMAIL PROTECTED] > > First some sample code: > > > class foo { > var $bar = 0; > function increase ()

[PHP-DEV] Bug #9090 Updated: call_user_method() duplicates object

2001-10-21 Thread sniper
ID: 9090 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: Class/Object related Operating System: linux 2.4 PHP Version: 4.0.4pl1 New Comment: The report for which this was duplicate is bogused. See #9054 for more information. Previous Comments: --