zend_call_method_with_2_params   98 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(&object, ce, &ce->__set, ZEND_SET_FUNC_NAME, &retval, member, value);
zend_call_method_with_2_params  493 Zend/zend_object_handlers.c 		zend_call_method_with_2_params(&object, ce, NULL, "offsetset", NULL, offset, value);
zend_call_method_with_2_params  657 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr);
zend_call_method_with_2_params  360 ext/spl/spl_array.c 		zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
zend_call_method_with_2_params  412 ext/spl/spl_directory.c 			zend_call_method_with_2_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1, arg2);