Dear all,

I came across something when I found this bug (http://bugs.php.net/bug.php?id=33621).

Should is_callable() and method_exists() always return true when the method doesn't *really* exist? i.e. it would only be called via __call()

Is it possible to add an argument to make it only check "real" methods at the very least? Or some way to additionally distinguish between these
two things?

- Davey

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

Reply via email to