Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_interfaces.h49 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ macro
H A Dzend_object_handlers.c217zend_call_method_with_2_params(&object, ce, &ce->__set, ZEND_SET_FUNC_NAME, &retval, member, value… in zend_std_call_setter()
710 zend_call_method_with_2_params(&object, ce, NULL, "offsetset", NULL, offset, value); in zend_std_write_dimension()
931zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr… in zend_std_call_user_call()
1145zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_res… in zend_std_callstatic_user_call()
/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c447zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NUL… in spl_fixedarray_object_write_dimension()
H A Dspl_heap.c105zend_call_method_with_2_params(&object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &r… in spl_ptr_heap_cmp_cb_helper()
H A Dspl_array.c449zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", … in spl_array_write_dimension_ex()
H A Dspl_directory.c525zend_call_method_with_2_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1, arg… in spl_filesystem_object_create_type()
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.cpp1281 zend_call_method_with_2_params(&return_value, NULL, NULL, "__construct", in PHP_FUNCTION()
/PHP-5.6/ext/phar/
H A Dphar_object.c1253 zend_call_method_with_2_params(&zobj, Z_OBJCE_P(zobj), in PHP_METHOD()
1774 zend_call_method_with_2_params(&iter, spl_ce_RecursiveDirectoryIterator, in PHP_METHOD()
1816 zend_call_method_with_2_params(&regexiter, spl_ce_RegexIterator, in PHP_METHOD()

Completed in 53 milliseconds