Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_heap.c64 zend_function *fptr_cmp; member
125 …zend_call_method_with_2_params(Z_OBJ_P(object), heap_object->std.ce, &heap_object->fptr_cmp, "comp… in spl_ptr_heap_cmp_cb_helper()
172 if (heap_object->fptr_cmp) { in spl_ptr_heap_zval_max_cmp()
195 if (heap_object->fptr_cmp) { in spl_ptr_heap_zval_min_cmp()
221 if (heap_object->fptr_cmp) { in spl_ptr_pqueue_elem_cmp()
426 intern->fptr_cmp = other->fptr_cmp; in spl_heap_object_new_ex()
453 …intern->fptr_cmp = zend_hash_str_find_ptr(&class_type->function_table, "compare", sizeof("compare"… in spl_heap_object_new_ex()
454 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
455 intern->fptr_cmp = NULL; in spl_heap_object_new_ex()
663 if (!intern->fptr_cmp) { in PHP_METHOD()

Completed in 10 milliseconds