Add hasAttribute to ReflectionLegacyAttribute
[hiphop-php.git] / hphp / test / slow / reflection / ReflectionProperty_getAttribute.php.expect
blob9c51476e6d06432968e692b9bd5577d3f8d1e23d
1 array(3) {
2   [0]=>
3   int(1)
4   [1]=>
5   string(3) "two"
6   [2]=>
7   array(1) {
8     [0]=>
9     int(3)
10   }
12 bool(true)
13 NULL
14 bool(false)
15 array(2) {
16   [0]=>
17   string(1) "a"
18   [1]=>
19   dict(1) {
20     ["b"]=>
21     string(1) "c"
22   }
24 bool(true)
25 NULL
26 bool(false)
27 array(2) {
28   [0]=>
29   string(7) "promote"
30   [1]=>
31   vec(1) {
32     string(2) "me"
33   }
35 bool(true)
36 NULL
37 bool(false)
38 NULL
39 bool(false)