xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_ind2.inc
(revision 9fd8e00f)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
trait T {
4
public X|Y $prop;
5
}
6
7
class C {
8
use T;
9
}
10