Searched refs:zend_call_method_with_2_params (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_interfaces.h | 55 static zend_always_inline zval* zend_call_method_with_2_params(zend_object *object, zend_class_entr… in zend_call_method_with_2_params() function
|
/PHP-8.2/ext/spl/ |
H A D | spl_heap.c | 128 …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()
|
H A D | spl_array.c | 480 …zend_call_method_with_2_params(object, object->ce, &intern->fptr_offset_set, "offsetSet", NULL, of… in spl_array_write_dimension_ex()
|
H A D | spl_directory.c | 576 …zend_call_method_with_2_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
|
Completed in 29 milliseconds