REGISTER_SPL_SUB_CLASS_EX 1530 ext/spl/spl_array.c 	REGISTER_SPL_SUB_CLASS_EX(RecursiveArrayIterator, ArrayIterator, spl_array_object_new, spl_funcs_RecursiveArrayIterator);
REGISTER_SPL_SUB_CLASS_EX 2340 ext/spl/spl_directory.c 	REGISTER_SPL_SUB_CLASS_EX(DirectoryIterator, SplFileInfo, spl_filesystem_object_new, spl_DirectoryIterator_functions);
REGISTER_SPL_SUB_CLASS_EX 2345 ext/spl/spl_directory.c 	REGISTER_SPL_SUB_CLASS_EX(RecursiveDirectoryIterator, DirectoryIterator, spl_filesystem_object_new, spl_RecursiveDirectoryIterator_functions);
REGISTER_SPL_SUB_CLASS_EX 2359 ext/spl/spl_directory.c 	REGISTER_SPL_SUB_CLASS_EX(SplFileObject, SplFileInfo, spl_filesystem_object_new, spl_SplFileObject_functions);
REGISTER_SPL_SUB_CLASS_EX 2368 ext/spl/spl_directory.c 	REGISTER_SPL_SUB_CLASS_EX(SplTempFileObject, SplFileObject, spl_filesystem_object_new, spl_SplTempFileObject_functions);
REGISTER_SPL_SUB_CLASS_EX   55 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(LogicException,           Exception,        NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   56 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException,   NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   57 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(BadMethodCallException,   BadFunctionCallException,   NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   58 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(DomainException,          LogicException,   NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   59 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException,   NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   60 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(LengthException,          LogicException,   NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   61 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException,      LogicException,   NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   63 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(RuntimeException,         Exception,        NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   64 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException,     RuntimeException, NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   65 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OverflowException,        RuntimeException, NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   66 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(RangeException,           RuntimeException, NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   67 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(UnderflowException,       RuntimeException, NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX   68 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(UnexpectedValueException, RuntimeException, NULL, NULL);
REGISTER_SPL_SUB_CLASS_EX 2877 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(FilterIterator, IteratorIterator, spl_dual_it_new, spl_funcs_FilterIterator);
REGISTER_SPL_SUB_CLASS_EX 2880 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(RecursiveFilterIterator, FilterIterator, spl_dual_it_new, spl_funcs_RecursiveFilterIterator);
REGISTER_SPL_SUB_CLASS_EX 2883 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(ParentIterator, RecursiveFilterIterator, spl_dual_it_new, spl_funcs_ParentIterator);
REGISTER_SPL_SUB_CLASS_EX 2889 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(LimitIterator, IteratorIterator, spl_dual_it_new, spl_funcs_LimitIterator);
REGISTER_SPL_SUB_CLASS_EX 2891 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(CachingIterator, IteratorIterator, spl_dual_it_new, spl_funcs_CachingIterator);
REGISTER_SPL_SUB_CLASS_EX 2902 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(RecursiveCachingIterator, CachingIterator, spl_dual_it_new, spl_funcs_RecursiveCachingIterator);
REGISTER_SPL_SUB_CLASS_EX 2905 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(NoRewindIterator, IteratorIterator, spl_dual_it_new, spl_funcs_NoRewindIterator);
REGISTER_SPL_SUB_CLASS_EX 2907 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(AppendIterator, IteratorIterator, spl_dual_it_new, spl_funcs_AppendIterator);
REGISTER_SPL_SUB_CLASS_EX 2911 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(InfiniteIterator, IteratorIterator, spl_dual_it_new, spl_funcs_InfiniteIterator);
REGISTER_SPL_SUB_CLASS_EX 2913 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(RegexIterator, FilterIterator, spl_dual_it_new, spl_funcs_RegexIterator);
REGISTER_SPL_SUB_CLASS_EX 2921 ext/spl/spl_iterators.c 	REGISTER_SPL_SUB_CLASS_EX(RecursiveRegexIterator, RegexIterator, spl_dual_it_new, spl_funcs_RecursiveRegexIterator);
REGISTER_SPL_SUB_CLASS_EX  184 ext/spl/spl_sxe.c 	REGISTER_SPL_SUB_CLASS_EX(SimpleXMLIterator, SimpleXMLElement, spl_ce_SimpleXMLElement->create_object, spl_funcs_SimpleXMLIterator);