Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_functions.h31 #define REGISTER_SPL_STD_CLASS_EX(class_name, obj_ctor, funcs) \ macro
H A Dspl_heap.c1216 REGISTER_SPL_STD_CLASS_EX(SplHeap, spl_heap_object_new, spl_funcs_SplHeap); in PHP_MINIT_FUNCTION()
1234 REGISTER_SPL_STD_CLASS_EX(SplPriorityQueue, spl_heap_object_new, spl_funcs_SplPriorityQueue); in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1303 REGISTER_SPL_STD_CLASS_EX(SplObjectStorage, spl_SplObjectStorage_new, spl_funcs_SplObjectStorage); in PHP_MINIT_FUNCTION()
1316 REGISTER_SPL_STD_CLASS_EX(MultipleIterator, spl_SplObjectStorage_new, spl_funcs_MultipleIterator); in PHP_MINIT_FUNCTION()
H A Dspl_array.c1958 REGISTER_SPL_STD_CLASS_EX(ArrayObject, spl_array_object_new, spl_funcs_ArrayObject); in PHP_MINIT_FUNCTION()
1983 REGISTER_SPL_STD_CLASS_EX(ArrayIterator, spl_array_object_new, spl_funcs_ArrayIterator); in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1141 REGISTER_SPL_STD_CLASS_EX(SplFixedArray, spl_fixedarray_new, spl_funcs_SplFixedArray); in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1403REGISTER_SPL_STD_CLASS_EX(SplDoublyLinkedList, spl_dllist_object_new, spl_funcs_SplDoublyLinkedLis… in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3673REGISTER_SPL_STD_CLASS_EX(RecursiveIteratorIterator, spl_RecursiveIteratorIterator_new, spl_funcs_… in PHP_MINIT_FUNCTION()
3696 REGISTER_SPL_STD_CLASS_EX(IteratorIterator, spl_dual_it_new, spl_funcs_IteratorIterator); in PHP_MINIT_FUNCTION()
3758 REGISTER_SPL_STD_CLASS_EX(EmptyIterator, NULL, spl_funcs_EmptyIterator); in PHP_MINIT_FUNCTION()
H A Dspl_directory.c3052 REGISTER_SPL_STD_CLASS_EX(SplFileInfo, spl_filesystem_object_new, spl_SplFileInfo_functions); in PHP_MINIT_FUNCTION()

Completed in 60 milliseconds