Hi!

call_user_func(array($o,'f')); leads to fatal error, I think the same

Of course, since you again asked to call method 'f'. Try:
call_user_func($o->f);

--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to