Home
last modified time | relevance | path

Searched refs:T1 (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.3/ext/reflection/tests/
H A Dtraits004.phpt5 trait T1 { }
9 class C2 { use T1; }
10 class C3 { use T1; use T2; }
29 string(2) "T1"
32 ["T1"]=>
35 string(2) "T1"
42 string(2) "T1"
47 ["T1"]=>
50 string(2) "T1"
H A Dtraits005.phpt5 trait T1 { function m1() { } function m2() { } }
8 class C2 { use T1; }
9 class C3 { use T1 { m1 as a1; } }
10 class C4 { use T1 { m1 as a1; m2 as a2; } }
31 string(6) "T1::m1"
37 string(6) "T1::m1"
39 string(6) "T1::m2"
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";
/PHP-7.3/Zend/tests/traits/
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 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 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;
H A Dbug76700.phpt5 trait T1
12 use T1 {
19 use T1;
H A Dlanguage017.phpt5 trait T1 {
6 function foo() {echo "T1\n";}
12 use T1 {
H A Dbug75607.phpt6 trait T1
18 use T1;
H A Dbug75607a.phpt6 trait T1
18 use T1;
H A Dbug60217a.phpt6 trait T1 {
15 use T1, T2;
H A Dflattening001.phpt7 trait T1 {
20 use T1;
H A Dbug74922b.inc7 trait T1 {
H A Dbug74922b.phpt9 class Baz {use Bug74922\T1, T2;}
/PHP-7.3/ext/opcache/tests/opt/
H A Dsccp_016.phpt18 L0 (2): T1 = ISSET_ISEMPTY_CV (isset) CV0($undef)
19 L1 (2): T1 = JMPNZ_EX T1 L3
20 L2 (2): T1 = QM_ASSIGN bool(true)
21 L3 (2): RETURN T1
/PHP-7.3/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 Dbug69174.phpt7 use T1, T2 {
8 T1::foo insteadof T2;
9 T1::bar insteadof T2;
H A Dbug55825.phpt5 trait T1 {
11 class C { use T1; }
H A Dbug70156.phpt5 trait T1 {
20 use T1 {
H A Dbug64239_2.phpt6 use T1;
17 trait T1 {
/PHP-7.3/Zend/tests/traits/bugs/
H A Dalias01.phpt5 trait T1 {
11 use T1 { m1 as a1; }
/PHP-7.3/ext/openssl/tests/
H A Dbug64802.pem34 OTVNvj5VtMghvzu68PpzKl1VjlOR4Ej9NCwh1dUjNKEoTPzvpehXsIZ7jHSpX/T1

Completed in 33 milliseconds

12