Searched refs:result_p (Results 1 – 1 of 1) sorted by relevance
103 zval *result_p = NULL; in spl_ptr_heap_cmp_cb_helper() local105 …od_with_2_params(&object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &result_p, a, b); in spl_ptr_heap_cmp_cb_helper()111 convert_to_long(result_p); in spl_ptr_heap_cmp_cb_helper()112 *result = Z_LVAL_P(result_p); in spl_ptr_heap_cmp_cb_helper()114 zval_ptr_dtor(&result_p); in spl_ptr_heap_cmp_cb_helper()
Completed in 10 milliseconds