Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_heap.c103 zval *result_p = NULL; in spl_ptr_heap_cmp_cb_helper() local
105 …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 8 milliseconds