MB>>  the point is probably that there is no way in determinig whether a 
MB>>certain function is supposed to work prior to calling it.

This is the case for all functions. For example, if you call mysql_query, 
you have no way of knowing if it would succeed prior to calling it. So 
__call is not much different - you know it will call __call but you don't 
know if the call would succeed.

-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115

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

Reply via email to