Re: [PHP-DEV] Re: __call overload detection

2006-01-04 Thread Sara Golemon
This'll do what you want: http://libssh2.org/dist/callable-1.0.tgz Thanks Sara. Nice to see that others have the need. Works like a charm. You rock. Just for clarification. I didn't have a need for this, it's just something I threw together today since it was simple... Marcus, is this

Re: [PHP-DEV] Re: __call overload detection

2006-01-04 Thread Andrew Yochum
On Wed, Jan 04, 2006 at 02:20:45PM -0800, Sara Golemon wrote: > > Currently there is no way to detect if the __call overloads a particular > > method. Property overloading has __isset now in 5.1 - maybe for method > > overloading the equivalent should be something like __iscallable. Maybe > > met

[PHP-DEV] Re: __call overload detection

2006-01-04 Thread Sara Golemon
> Currently there is no way to detect if the __call overloads a particular > method. Property overloading has __isset now in 5.1 - maybe for method > overloading the equivalent should be something like __iscallable. Maybe > method_exists should remain as is, as the method won't ever really exist