Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_object_handlers.h150 zend_object_count_elements_t count_elements; member
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c460 ResourceBundle_object_handlers.count_elements = resourcebundle_array_count; in resourcebundle_register_class()
/PHP-7.0/ext/spl/
H A Dspl_heap.c1207 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1229 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1119 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1397 spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_array.c1971 spl_handler_ArrayObject.count_elements = spl_array_object_count_elements; in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/standard/
H A Darray.c811 if (Z_OBJ_HT_P(array)->count_elements) { in PHP_FUNCTION()
813 if (SUCCESS == Z_OBJ_HT(*array)->count_elements(array, &Z_LVAL_P(return_value))) { in PHP_FUNCTION()

Completed in 52 milliseconds