SPL_ABSTRACT_ME    63 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(RecursiveIterator, hasChildren,  NULL)
SPL_ABSTRACT_ME    64 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(RecursiveIterator, getChildren,  NULL)
SPL_ABSTRACT_ME  1633 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(FilterIterator, accept, NULL)
SPL_ABSTRACT_ME  1834 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(SeekableIterator, seek, arginfo_seekable_it_seek)
SPL_ABSTRACT_ME  2834 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(OuterIterator, getInnerIterator,   NULL)
SPL_ABSTRACT_ME  2839 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(Countable, count,   NULL)
SPL_ABSTRACT_ME    52 ext/spl/spl_observer.c 	SPL_ABSTRACT_ME(SplObserver, update,   arginfo_SplObserver_update)
SPL_ABSTRACT_ME    67 ext/spl/spl_observer.c 	SPL_ABSTRACT_ME(SplSubject,  attach,   arginfo_SplSubject_attach)
SPL_ABSTRACT_ME    68 ext/spl/spl_observer.c 	SPL_ABSTRACT_ME(SplSubject,  detach,   arginfo_SplSubject_attach)
SPL_ABSTRACT_ME    69 ext/spl/spl_observer.c 	SPL_ABSTRACT_ME(SplSubject,  notify,   NULL)