Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_object_handlers.h141 zend_object_count_elements_t count_elements; member
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c445 ResourceBundle_object_handlers.count_elements = resourcebundle_array_count; in resourcebundle_register_class()
/PHP-5.4/ext/spl/
H A Dspl_heap.c1220 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1238 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1151 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1350 spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_array.c1972 spl_handler_ArrayObject.count_elements = spl_array_object_count_elements; in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/standard/
H A Darray.c327 if (Z_OBJ_HT_P(array)->count_elements) { in PHP_FUNCTION()
329 if (SUCCESS == Z_OBJ_HT(*array)->count_elements(array, &Z_LVAL_P(return_value) TSRMLS_CC)) { in PHP_FUNCTION()

Completed in 36 milliseconds