Changes between Initial Version and Version 1 of Ticket #21267, comment 4
- Timestamp:
- 08/06/2012 12:26:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21267, comment 4
initial v1 3 3 Also, since all of that code is ditched and strings are returned for functions, there is nothing unique about the ID created, it just returns a string representation of {{{a_function}}}, {{{MyClass::method}}}, or whatever represents a hash for a closure 4 4 5 I am working up a patch , and I also found a bug in {{{add_filter()}}} as pertains to {{{call_user_func( array( 'MyClass::static_method' ) )}}} - if {{{$arr[1]}}} is empty, a Warning is thrown and the callback is invalid5 I am working up a patch