Home
last modified time | relevance | path

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

/PHP-5.4/ext/spl/
H A Dspl_heap.c77 zend_function *fptr_cmp; member
105 …zend_call_method_with_2_params(&object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &r… in spl_ptr_heap_cmp_cb_helper()
152 if (heap_object->fptr_cmp) { in spl_ptr_heap_zval_max_cmp()
177 if (heap_object->fptr_cmp) { in spl_ptr_heap_zval_min_cmp()
208 if (heap_object->fptr_cmp) { in spl_ptr_pqueue_zval_cmp()
399 intern->fptr_cmp = NULL; in spl_heap_object_new_ex()
458 …find(&class_type->function_table, "compare", sizeof("compare"), (void **) &intern->fptr_cmp); in spl_heap_object_new_ex()
459 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
460 intern->fptr_cmp = NULL; in spl_heap_object_new_ex()

Completed in 8 milliseconds