Home
last modified time | relevance | path

Searched refs:T1 (Results 1 – 25 of 29) sorted by path

12

/PHP-7.2/Zend/tests/assert/
H A Dexpect_015.phpt99 use T1, T2 {
100 T1::foo insteadof foo;
249 use T1, T2 {
250 T1::foo insteadof foo;
/PHP-7.2/Zend/tests/
H A Dbug55086.phpt7 trait T1 {
17 use N1\T1;
20 use T1, T2 {
21 T1::hello insteadof T2;
22 T1::hello as foo;
H A Dbug55825.phpt5 trait T1 {
11 class C { use T1; }
H A Dbug64239_2.phpt6 use T1;
17 trait T1 {
H A Dbug69174.phpt7 use T1, T2 {
8 T1::foo insteadof T2;
9 T1::bar insteadof T2;
H A Dbug70156.phpt5 trait T1 {
20 use T1 {
/PHP-7.2/Zend/tests/traits/
H A Dbug60217a.phpt6 trait T1 {
15 use T1, T2;
H A Dbug61052.phpt5 trait T1 {
6 function foo(){ echo "T1\n"; }
12 use T1, T2 {
13 T1::foo insteadof T1;
18 Fatal error: Inconsistent insteadof definition. The method foo is to be used from T1, but T1 is als…
H A Dbug61998.phpt6 use T1 {
15 trait T1 {
17 echo "From T1\n";
31 use T1 {
50 $f->newFunc(); //from T1
54 $b->newFunc(); //from T1
61 From T1
63 From T1
H A Dbug75607.phpt6 trait T1
18 use T1;
H A Dbug75607a.phpt6 trait T1
18 use T1;
H A Dflattening001.phpt7 trait T1 {
20 use T1;
H A Dlanguage015.phpt5 trait T1 {
6 function foo() {echo "T1\n";}
12 use T1 {
13 T2::foo insteadof T1;
H A Dlanguage016.phpt5 trait T1 {
6 function foo() {echo "T1\n";}
12 use T1 {
13 T1::foo insteadof T2;
H A Dlanguage017.phpt5 trait T1 {
6 function foo() {echo "T1\n";}
12 use T1 {
H A Dlanguage018.phpt5 trait T1 {
9 use T1 {
10 T1::foo as abstract;
H A Dlanguage019.phpt5 trait T1 {
9 use T1 {
10 T1::foo as final;
/PHP-7.2/Zend/tests/traits/bugs/
H A Dalias01.phpt5 trait T1 {
11 use T1 { m1 as a1; }
/PHP-7.2/ext/hash/
H A Dhash_sha.c487 uint32_t x[16], T1, T2, W[64]; in SHA256Transform() local
501 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
503 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
504 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
797 uint64_t x[16], T1, T2, W[80]; in SHA512Transform() local
811 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
813 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
814 d = c; c = b; b = a; a = T1 + T2; in SHA512Transform()
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1023 #define T1 Bo in KeccakP1600_Permute_Nrounds() macro
1026 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds()
1027 (in0)[eo0] = T0; (in0)[eo0^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1028 T0 = (in2)[0]; T1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1029 (in1)[eo1] = T0; (in1)[eo1^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1030 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1035 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds()
1036 (in0)[1] = T0; (in0)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
1039 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1040 (in2)[1] = T0; (in2)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dbug64802.pem34 OTVNvj5VtMghvzu68PpzKl1VjlOR4Ej9NCwh1dUjNKEoTPzvpehXsIZ7jHSpX/T1
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput5608 /\sxxx\s/8T1
612 /\S \S/8T1
H A Dtestoutput51431 /\sxxx\s/8T1
1437 /\S \S/8T1
/PHP-7.2/ext/phar/tests/zip/
H A Dbug48791.phpt14T1" style:family="text"><style:text-properties style:font-name="Arial"/></style:style><text:list-s…
/PHP-7.2/ext/reflection/tests/
H A Dbug71018.phpt5 class T1 {
19 class T2 extends T1 {}
21 $Prop1 = new ReflectionProperty(T1::class, 'data');
26 $Prop1->setValue(\T1::class, "world");
33 T1::$data = "world";

Completed in 83 milliseconds

12