Re: [PHP-DEV] class_implements()/class_parents() accepting string parameter

2005-04-06 Thread Andrey Hristov
Andrey Hristov wrote: Marcus Boerger wrote: Hello Lukas, Wednesday, April 6, 2005, 3:46:08 PM, you wrote: Hi, it would be very useful if class_implements()/class_parents() would also handle a string containing a class name instead of requiring an object instance. Class as it says does not nee

Re: [PHP-DEV] class_implements()/class_parents() accepting string parameter

2005-04-06 Thread Andrey Hristov
Marcus Boerger wrote: Hello Lukas, Wednesday, April 6, 2005, 3:46:08 PM, you wrote: Hi, it would be very useful if class_implements()/class_parents() would also handle a string containing a class name instead of requiring an object instance. Class as it says does not need an instance. Can you

Re: [PHP-DEV] class_implements()/class_parents() accepting string parameter

2005-04-06 Thread Marcus Boerger
Hello Lukas, Wednesday, April 6, 2005, 3:46:08 PM, you wrote: > Hi, > it would be very useful if class_implements()/class_parents() would also > handle a string containing a class name instead of requiring an object > instance. Class as it says does not need an instance. Can you send a patch?

[PHP-DEV] class_implements()/class_parents() accepting string parameter

2005-04-06 Thread Lukas Smith
Hi, it would be very useful if class_implements()/class_parents() would also handle a string containing a class name instead of requiring an object instance. regards, Lukas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php