Searched refs:SPL_ABSTRACT_ME (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/spl/ |
H A D | spl_functions.h | 74 #define SPL_ABSTRACT_ME(class_name, function_name, arg_info) \ macro
|
H A D | spl_observer.c | 52 SPL_ABSTRACT_ME(SplObserver, update, arginfo_SplObserver_update) 68 SPL_ABSTRACT_ME(SplSubject, attach, arginfo_SplSubject_attach) 69 SPL_ABSTRACT_ME(SplSubject, detach, arginfo_SplSubject_attach) 70 SPL_ABSTRACT_ME(SplSubject, notify, arginfo_SplSubject_void)
|
H A D | spl_iterators.c | 70 SPL_ABSTRACT_ME(RecursiveIterator, hasChildren, arginfo_recursive_it_void) 71 SPL_ABSTRACT_ME(RecursiveIterator, getChildren, arginfo_recursive_it_void) 2340 SPL_ABSTRACT_ME(FilterIterator, accept, arginfo_recursive_it_void) 2558 SPL_ABSTRACT_ME(SeekableIterator, seek, arginfo_seekable_it_seek) 3659 SPL_ABSTRACT_ME(OuterIterator, getInnerIterator, arginfo_recursive_it_void) 3664 SPL_ABSTRACT_ME(Countable, count, arginfo_recursive_it_void)
|
Completed in 31 milliseconds