Re: [PHP-DEV] RFC: adding a callback for determining if a method is static

2007-05-28 Thread Marcus Boerger
Hello Wez, Monday, May 28, 2007, 5:33:37 PM, you wrote: > Hello, > This weekend I've been building an Objective-C runtime bridge for PHP. > This is somewhat like the COM extension in that it is possible to > dynamically interrogate the Objective-C runtime to determine all the > interfaces (known

[PHP-DEV] RFC: adding a callback for determining if a method is static

2007-05-28 Thread Wez Furlong
Hello, This weekend I've been building an Objective-C runtime bridge for PHP. This is somewhat like the COM extension in that it is possible to dynamically interrogate the Objective-C runtime to determine all the interfaces (known as protocols) and classes and map those into PHP. (it's also possi