summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_ind2.inc
blob: 93a741f95a90b95848ffbb93b1e9d8e452494d8e (plain)
1
2
3
4
5
6
7
8
9
<?php

trait T {
    public X|Y $prop;
}

class C {
    use T;
}