Файловый менеджер - Редактировать - /var/www/html/reproducible.zip
Ðазад
PK ! !p��g g issue38068.gonu �[��� // Copyright 2020 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package issue38068 // A type with a couple of inlinable, non-pointer-receiver methods // that have params and local variables. type A struct { s string next *A prev *A } // Inlinable, value-received method with locals and parms. func (a A) double(x string, y int) string { if y == 191 { a.s = "" } q := a.s + "a" r := a.s + "b" return q + r } // Inlinable, value-received method with locals and parms. func (a A) triple(x string, y int) string { q := a.s if y == 998877 { a.s = x } r := a.s + a.s return q + r } type methods struct { m1 func(a *A, x string, y int) string m2 func(a *A, x string, y int) string } // Now a function that makes references to the methods via pointers, // which should trigger the wrapper generation. func P(a *A, ms *methods) { if a != nil { defer func() { println("done") }() } println(ms.m1(a, "a", 2)) println(ms.m2(a, "b", 3)) } func G(x *A, n int) { if n <= 0 { println(n) return } // Address-taken local of type A, which will insure that the // compiler's writeType() routine will create a method wrapper. var a, b A a.next = x a.prev = &b x = &a G(x, n-2) } var M methods func F() { M.m1 = (*A).double M.m2 = (*A).triple G(nil, 100) } PK ! ��� issue30202.gonu �[��� // Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p func A(x interface { X() int }) int { return x.X() } func B(x interface { X() int }) int { return x.X() } PK ! �c� � issue27013.gonu �[��� // Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p func A(arg interface{}) { _ = arg.(interface{ Func() int32 }) _ = arg.(interface{ Func() int32 }) _ = arg.(interface{ Func() int32 }) _ = arg.(interface{ Func() int32 }) _ = arg.(interface{ Func() int32 }) _ = arg.(interface{ Func() int32 }) _ = arg.(interface{ Func() int32 }) } PK ! cp7� � issue20272.gonu �[��� // Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p var ( i0 uint8 b0 byte i1 *uint8 b1 *byte i2 **uint8 b2 **byte i3 ***uint8 b3 ***byte i4 ****uint8 b4 ****byte i5 *****uint8 b5 *****byte i6 ******uint8 b6 ******byte i7 *******uint8 b7 *******byte i8 ********uint8 b8 ********byte ) PK ! !p��g g issue38068.gonu �[��� PK ! ��� � issue30202.gonu �[��� PK ! �c� � � issue27013.gonu �[��� PK ! cp7� � issue20272.gonu �[��� PK 4 �
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка