count_elements    144 Zend/zend_object_handlers.h 	zend_object_count_elements_t			count_elements;
count_elements    442 ext/intl/resourcebundle/resourcebundle_class.c 	ResourceBundle_object_handlers.count_elements = resourcebundle_array_count;
count_elements   1974 ext/spl/spl_array.c 	spl_handler_ArrayObject.count_elements = spl_array_object_count_elements;
count_elements   1406 ext/spl/spl_dllist.c 	spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements;
count_elements   1149 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.count_elements  = spl_fixedarray_object_count_elements;
count_elements   1220 ext/spl/spl_heap.c 	spl_handler_SplHeap.count_elements = spl_heap_object_count_elements;
count_elements   1238 ext/spl/spl_heap.c 	spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements;
count_elements    327 ext/standard/array.c 			if (Z_OBJ_HT_P(array)->count_elements) {
count_elements    329 ext/standard/array.c 				if (SUCCESS == Z_OBJ_HT(*array)->count_elements(array, &Z_LVAL_P(return_value) TSRMLS_CC)) {