Home
last modified time | relevance | path

Searched refs:REGISTER_SPL_STD_CLASS_EX (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/ext/spl/
H A Dspl_functions.h29 #define REGISTER_SPL_STD_CLASS_EX(class_name, obj_ctor, funcs) \ macro
H A Dspl_heap.c1194 REGISTER_SPL_STD_CLASS_EX(SplHeap, spl_heap_object_new, spl_funcs_SplHeap); in PHP_MINIT_FUNCTION()
1216 REGISTER_SPL_STD_CLASS_EX(SplPriorityQueue, spl_heap_object_new, spl_funcs_SplPriorityQueue); in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1248 REGISTER_SPL_STD_CLASS_EX(SplObjectStorage, spl_SplObjectStorage_new, spl_funcs_SplObjectStorage); in PHP_MINIT_FUNCTION()
1264 REGISTER_SPL_STD_CLASS_EX(MultipleIterator, spl_SplObjectStorage_new, spl_funcs_MultipleIterator); in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1059 REGISTER_SPL_STD_CLASS_EX(SplFixedArray, spl_fixedarray_new, spl_funcs_SplFixedArray); in PHP_MINIT_FUNCTION()
H A Dspl_array.c2002 REGISTER_SPL_STD_CLASS_EX(ArrayObject, spl_array_object_new, spl_funcs_ArrayObject); in PHP_MINIT_FUNCTION()
2031 REGISTER_SPL_STD_CLASS_EX(ArrayIterator, spl_array_object_new, spl_funcs_ArrayIterator); in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1391REGISTER_SPL_STD_CLASS_EX(SplDoublyLinkedList, spl_dllist_object_new, spl_funcs_SplDoublyLinkedLis… in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3687REGISTER_SPL_STD_CLASS_EX(RecursiveIteratorIterator, spl_RecursiveIteratorIterator_new, spl_funcs_… in PHP_MINIT_FUNCTION()
3715 REGISTER_SPL_STD_CLASS_EX(IteratorIterator, spl_dual_it_new, spl_funcs_IteratorIterator); in PHP_MINIT_FUNCTION()
3776 REGISTER_SPL_STD_CLASS_EX(EmptyIterator, NULL, spl_funcs_EmptyIterator); in PHP_MINIT_FUNCTION()
H A Dspl_directory.c3109 REGISTER_SPL_STD_CLASS_EX(SplFileInfo, spl_filesystem_object_new, spl_SplFileInfo_functions); in PHP_MINIT_FUNCTION()

Completed in 69 milliseconds