Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dspl_functions.h31 #define REGISTER_SPL_STD_CLASS_EX(class_name, obj_ctor, funcs) \ macro
H A Dspl_heap.c1213 REGISTER_SPL_STD_CLASS_EX(SplHeap, spl_heap_object_new, spl_funcs_SplHeap); in PHP_MINIT_FUNCTION()
1231 REGISTER_SPL_STD_CLASS_EX(SplPriorityQueue, spl_heap_object_new, spl_funcs_SplPriorityQueue); in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1199 REGISTER_SPL_STD_CLASS_EX(SplObjectStorage, spl_SplObjectStorage_new, spl_funcs_SplObjectStorage); in PHP_MINIT_FUNCTION()
1212 REGISTER_SPL_STD_CLASS_EX(MultipleIterator, spl_SplObjectStorage_new, spl_funcs_MultipleIterator); in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1093 REGISTER_SPL_STD_CLASS_EX(SplFixedArray, spl_fixedarray_new, spl_funcs_SplFixedArray); in PHP_MINIT_FUNCTION()
H A Dspl_array.c2014 REGISTER_SPL_STD_CLASS_EX(ArrayObject, spl_array_object_new, spl_funcs_ArrayObject); in PHP_MINIT_FUNCTION()
2040 REGISTER_SPL_STD_CLASS_EX(ArrayIterator, spl_array_object_new, spl_funcs_ArrayIterator); in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1224REGISTER_SPL_STD_CLASS_EX(SplDoublyLinkedList, spl_dllist_object_new, spl_funcs_SplDoublyLinkedLis… in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3523REGISTER_SPL_STD_CLASS_EX(RecursiveIteratorIterator, spl_RecursiveIteratorIterator_new, spl_funcs_… in PHP_MINIT_FUNCTION()
3546 REGISTER_SPL_STD_CLASS_EX(IteratorIterator, spl_dual_it_new, spl_funcs_IteratorIterator); in PHP_MINIT_FUNCTION()
3601 REGISTER_SPL_STD_CLASS_EX(EmptyIterator, NULL, spl_funcs_EmptyIterator); in PHP_MINIT_FUNCTION()
H A Dspl_directory.c2975 REGISTER_SPL_STD_CLASS_EX(SplFileInfo, spl_filesystem_object_new, spl_SplFileInfo_functions); in PHP_MINIT_FUNCTION()

Completed in 55 milliseconds