count_elements    150 Zend/zend_object_handlers.h 	zend_object_count_elements_t			count_elements;
count_elements    448 ext/intl/resourcebundle/resourcebundle_class.c 	ResourceBundle_object_handlers.count_elements = resourcebundle_array_count;
count_elements   1937 ext/spl/spl_array.c 	spl_handler_ArrayObject.count_elements = spl_array_object_count_elements;
count_elements   1398 ext/spl/spl_dllist.c 	spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements;
count_elements   1104 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.count_elements  = spl_fixedarray_object_count_elements;
count_elements   1207 ext/spl/spl_heap.c 	spl_handler_SplHeap.count_elements = spl_heap_object_count_elements;
count_elements   1229 ext/spl/spl_heap.c 	spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements;
count_elements    828 ext/standard/array.c 			if (Z_OBJ_HT_P(array)->count_elements) {
count_elements    830 ext/standard/array.c 				if (SUCCESS == Z_OBJ_HT(*array)->count_elements(array, &Z_LVAL_P(return_value))) {