On Tue, 06 Jan 2004, Marcus Boerger wrote: > > Is 'class::method' syntax supported by call_user_function() as well > > then? > > No but for that you have call_user_method() or the preferred way of using > the array notation. When i made the patch that allowed static calls from > within sqlite i discussed this with Andi and we thought the array notation > would be enough for call_user_fun(). Howerver i was unaware that the problem > exists for our 'function pointers' as well.
call_user_method() is what I meant, actually. I'd love for both "class::method" and "$obj->method" work in call_user_method() because it means that PHP-GTK users' lives would be made much easier. - Andrei -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php