Searched refs:REGISTER_SPL_SUB_CLASS_EX (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/spl/ |
H A D | spl_exceptions.c | 53 REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION() 54 REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION() 56 REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION() 57 REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION() 58 REGISTER_SPL_SUB_CLASS_EX(LengthException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION() 59 REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION() 61 REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION() 62 REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION() 63 REGISTER_SPL_SUB_CLASS_EX(OverflowException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION() 64 REGISTER_SPL_SUB_CLASS_EX(RangeException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION() [all …]
|
H A D | spl_functions.h | 32 #define REGISTER_SPL_SUB_CLASS_EX(class_name, parent_class_name, obj_ctor, funcs) \ macro
|
H A D | spl_iterators.c | 3696 …REGISTER_SPL_SUB_CLASS_EX(FilterIterator, IteratorIterator, spl_dual_it_new, spl_funcs_FilterItera… in PHP_MINIT_FUNCTION() 3699 …REGISTER_SPL_SUB_CLASS_EX(RecursiveFilterIterator, FilterIterator, spl_dual_it_new, spl_funcs_Recu… in PHP_MINIT_FUNCTION() 3702 …REGISTER_SPL_SUB_CLASS_EX(CallbackFilterIterator, FilterIterator, spl_dual_it_new, spl_funcs_Callb… in PHP_MINIT_FUNCTION() 3708 …REGISTER_SPL_SUB_CLASS_EX(ParentIterator, RecursiveFilterIterator, spl_dual_it_new, spl_funcs_Pare… in PHP_MINIT_FUNCTION() 3713 …REGISTER_SPL_SUB_CLASS_EX(LimitIterator, IteratorIterator, spl_dual_it_new, spl_funcs_LimitIterato… in PHP_MINIT_FUNCTION() 3715 …REGISTER_SPL_SUB_CLASS_EX(CachingIterator, IteratorIterator, spl_dual_it_new, spl_funcs_CachingIte… in PHP_MINIT_FUNCTION() 3729 …REGISTER_SPL_SUB_CLASS_EX(NoRewindIterator, IteratorIterator, spl_dual_it_new, spl_funcs_NoRewindI… in PHP_MINIT_FUNCTION() 3731 …REGISTER_SPL_SUB_CLASS_EX(AppendIterator, IteratorIterator, spl_dual_it_new, spl_funcs_AppendItera… in PHP_MINIT_FUNCTION() 3735 …REGISTER_SPL_SUB_CLASS_EX(InfiniteIterator, IteratorIterator, spl_dual_it_new, spl_funcs_InfiniteI… in PHP_MINIT_FUNCTION() 3736 REGISTER_SPL_SUB_CLASS_EX(RegexIterator, FilterIterator, spl_dual_it_new, spl_funcs_RegexIterator); in PHP_MINIT_FUNCTION() [all …]
|
H A D | spl_directory.c | 3155 …REGISTER_SPL_SUB_CLASS_EX(DirectoryIterator, SplFileInfo, spl_filesystem_object_new, spl_Directory… in PHP_MINIT_FUNCTION() 3161 …REGISTER_SPL_SUB_CLASS_EX(FilesystemIterator, DirectoryIterator, spl_filesystem_object_new, spl_Fi… in PHP_MINIT_FUNCTION() 3178 …REGISTER_SPL_SUB_CLASS_EX(RecursiveDirectoryIterator, FilesystemIterator, spl_filesystem_object_ne… in PHP_MINIT_FUNCTION() 3186 …REGISTER_SPL_SUB_CLASS_EX(GlobIterator, FilesystemIterator, spl_filesystem_object_new_check, spl_G… in PHP_MINIT_FUNCTION() 3190 …REGISTER_SPL_SUB_CLASS_EX(SplFileObject, SplFileInfo, spl_filesystem_object_new_check, spl_SplFile… in PHP_MINIT_FUNCTION() 3199 …REGISTER_SPL_SUB_CLASS_EX(SplTempFileObject, SplFileObject, spl_filesystem_object_new_check, spl_S… in PHP_MINIT_FUNCTION()
|
H A D | spl_heap.c | 1236 …REGISTER_SPL_SUB_CLASS_EX(SplMinHeap, SplHeap, spl_heap_object_new, spl_funcs_Spl… in PHP_MINIT_FUNCTION() 1237 …REGISTER_SPL_SUB_CLASS_EX(SplMaxHeap, SplHeap, spl_heap_object_new, spl_funcs_Spl… in PHP_MINIT_FUNCTION()
|
H A D | spl_dllist.c | 1488 …REGISTER_SPL_SUB_CLASS_EX(SplQueue, SplDoublyLinkedList, spl_dllist_object_new, s… in PHP_MINIT_FUNCTION() 1489 …REGISTER_SPL_SUB_CLASS_EX(SplStack, SplDoublyLinkedList, spl_dllist_object_new, N… in PHP_MINIT_FUNCTION()
|
H A D | spl_array.c | 2094 …REGISTER_SPL_SUB_CLASS_EX(RecursiveArrayIterator, ArrayIterator, spl_array_object_new, spl_funcs_R… in PHP_MINIT_FUNCTION()
|
Completed in 49 milliseconds