Searched refs:count_elements (Results 1 – 11 of 11) sorted by relevance
157 zend_object_count_elements_t count_elements; member
4335 if (Z_OBJ_HT_P(countable)->count_elements) { in zend_is_countable()
8102 if (Z_OBJ_HT_P(op1)->count_elements) {8103 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
9382 if (Z_OBJ_HT_P(op1)->count_elements) {9383 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {19696 if (Z_OBJ_HT_P(op1)->count_elements) {19697 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {27956 if (Z_OBJ_HT_P(op1)->count_elements) {27957 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {47862 if (Z_OBJ_HT_P(op1)->count_elements) {47863 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
456 ResourceBundle_object_handlers.count_elements = resourcebundle_array_count; in resourcebundle_register_class()
1199 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()1221 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1068 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()
1396 spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements; in PHP_MINIT_FUNCTION()
2016 spl_handler_ArrayObject.count_elements = spl_array_object_count_elements; in PHP_MINIT_FUNCTION()
804 if (Z_OBJ_HT_P(array)->count_elements) { in PHP_FUNCTION()806 if (SUCCESS == Z_OBJ_HT(*array)->count_elements(array, &Z_LVAL_P(return_value))) { in PHP_FUNCTION()
2707 sxe_object_handlers.count_elements = sxe_count_elements; in PHP_MINIT_FUNCTION()
Completed in 217 milliseconds