Re: [PHP-DEV] add fn_flags to getMethod() result (reflection)

2004-02-19 Thread Marcus Boerger
Hello Pierre-Alain, Thursday, February 19, 2004, 3:51:41 PM, you wrote: > Hello, > Regarding the question about how to know if a method is declared static > or not, I add the fn_flags to the result (flags property) of > getMethod();. I tested it with PHP userland classes but not internal > objec

[PHP-DEV] add fn_flags to getMethod() result (reflection)

2004-02-19 Thread Pierre-Alain Joye
Hello, Regarding the question about how to know if a method is declared static or not, I add the fn_flags to the result (flags property) of getMethod();. I tested it with PHP userland classes but not internal objects. This new property reflects the internal fn_flags in zend_function struct. The co