I was wondering why call_user_function doens't handle calling methods of
objects for an incomplete_class_entry.

call_user_function(NULL, &incomplete_class, function_name, return, 0, NULL);

i took a look at the code and it assumes that the function that you want to
call is in the class_entry.function_table... is this by design or did someone
just not want to implement call_user_function and call the callback handler if
there were no builtin functions...

- Brad

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

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

Reply via email to