Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_interfaces.h48 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ macro
H A Dzend_object_handlers.c1001 zend_call_method_with_2_params(&tmp_object, ce, NULL, "offsetset", NULL, &tmp_offset, value); in zend_std_write_dimension()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c422zend_call_method_with_2_params(object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL… in spl_fixedarray_object_write_dimension()
H A Dspl_heap.c132zend_call_method_with_2_params(object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &zr… in spl_ptr_heap_cmp_cb_helper()
H A Dspl_array.c465zend_call_method_with_2_params(object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", N… in spl_array_write_dimension_ex()
H A Dspl_directory.c538zend_call_method_with_2_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1, &ar… in spl_filesystem_object_create_type()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1252zend_call_method_with_2_params(return_value, NULL, &Z_OBJCE_P(return_value)->constructor, "__const… in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dphar_object.c1242 zend_call_method_with_2_params(zobj, Z_OBJCE_P(zobj), in PHP_METHOD()
1761 zend_call_method_with_2_params(&iter, spl_ce_RecursiveDirectoryIterator, in PHP_METHOD()
1800 zend_call_method_with_2_params(&regexiter, spl_ce_RegexIterator, in PHP_METHOD()

Completed in 59 milliseconds