Home
last modified time | relevance | path

Searched refs:REGISTER_SPL_SUB_CLASS_EX (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/spl/
H A Dspl_exceptions.c51 REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
52 REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
54 REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
55 REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
56 REGISTER_SPL_SUB_CLASS_EX(LengthException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
57 REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
59 REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
60 REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
61 REGISTER_SPL_SUB_CLASS_EX(OverflowException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
62 REGISTER_SPL_SUB_CLASS_EX(RangeException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
[all …]
H A Dspl_functions.h30 #define REGISTER_SPL_SUB_CLASS_EX(class_name, parent_class_name, obj_ctor, funcs) \ macro
H A Dspl_iterators.c3268REGISTER_SPL_SUB_CLASS_EX(FilterIterator, IteratorIterator, spl_dual_it_new, class_FilterIterator_… in PHP_MINIT_FUNCTION()
3271REGISTER_SPL_SUB_CLASS_EX(RecursiveFilterIterator, FilterIterator, spl_dual_it_new, class_Recursiv… in PHP_MINIT_FUNCTION()
3274REGISTER_SPL_SUB_CLASS_EX(CallbackFilterIterator, FilterIterator, spl_dual_it_new, class_CallbackF… in PHP_MINIT_FUNCTION()
3280REGISTER_SPL_SUB_CLASS_EX(ParentIterator, RecursiveFilterIterator, spl_dual_it_new, class_ParentIt… in PHP_MINIT_FUNCTION()
3285REGISTER_SPL_SUB_CLASS_EX(LimitIterator, IteratorIterator, spl_dual_it_new, class_LimitIterator_me… in PHP_MINIT_FUNCTION()
3287REGISTER_SPL_SUB_CLASS_EX(CachingIterator, IteratorIterator, spl_dual_it_new, class_CachingIterato… in PHP_MINIT_FUNCTION()
3302REGISTER_SPL_SUB_CLASS_EX(NoRewindIterator, IteratorIterator, spl_dual_it_new, class_NoRewindItera… in PHP_MINIT_FUNCTION()
3304REGISTER_SPL_SUB_CLASS_EX(AppendIterator, IteratorIterator, spl_dual_it_new, class_AppendIterator_… in PHP_MINIT_FUNCTION()
3308REGISTER_SPL_SUB_CLASS_EX(InfiniteIterator, IteratorIterator, spl_dual_it_new, class_InfiniteItera… in PHP_MINIT_FUNCTION()
3309REGISTER_SPL_SUB_CLASS_EX(RegexIterator, FilterIterator, spl_dual_it_new, class_RegexIterator_meth… in PHP_MINIT_FUNCTION()
[all …]
H A Dspl_directory.c2768REGISTER_SPL_SUB_CLASS_EX(DirectoryIterator, SplFileInfo, spl_filesystem_object_new, class_Directo… in PHP_MINIT_FUNCTION()
2774REGISTER_SPL_SUB_CLASS_EX(FilesystemIterator, DirectoryIterator, spl_filesystem_object_new, class_… in PHP_MINIT_FUNCTION()
2791REGISTER_SPL_SUB_CLASS_EX(RecursiveDirectoryIterator, FilesystemIterator, spl_filesystem_object_ne… in PHP_MINIT_FUNCTION()
2799REGISTER_SPL_SUB_CLASS_EX(GlobIterator, FilesystemIterator, spl_filesystem_object_new_check, class… in PHP_MINIT_FUNCTION()
2803REGISTER_SPL_SUB_CLASS_EX(SplFileObject, SplFileInfo, spl_filesystem_object_new_check, class_SplFi… in PHP_MINIT_FUNCTION()
2812REGISTER_SPL_SUB_CLASS_EX(SplTempFileObject, SplFileObject, spl_filesystem_object_new_check, class… in PHP_MINIT_FUNCTION()
H A Dspl_heap.c1131REGISTER_SPL_SUB_CLASS_EX(SplMinHeap, SplHeap, spl_heap_object_new, class_SplMinH… in PHP_MINIT_FUNCTION()
1132REGISTER_SPL_SUB_CLASS_EX(SplMaxHeap, SplHeap, spl_heap_object_new, class_SplMaxH… in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1357REGISTER_SPL_SUB_CLASS_EX(SplQueue, SplDoublyLinkedList, spl_dllist_object_new, c… in PHP_MINIT_FUNCTION()
1358REGISTER_SPL_SUB_CLASS_EX(SplStack, SplDoublyLinkedList, spl_dllist_object_new, c… in PHP_MINIT_FUNCTION()
H A Dspl_array.c1935REGISTER_SPL_SUB_CLASS_EX(RecursiveArrayIterator, ArrayIterator, spl_array_object_new, class_Recur… in PHP_MINIT_FUNCTION()

Completed in 49 milliseconds