- Output for 8.5.0 - 8.5.3
- Fatal error: Cannot apply #[\Attribute] to enum Types in /in/Vcl37 on line 4
Stack trace:
#0 {main}
Process exited with code 255. - Output for 8.4.1 - 8.4.18
- array(2) {
[0]=>
enum(Types::Int32)
[1]=>
&object(ReflectionAttribute)#8 (1) {
["name"]=>
string(4) "Blah"
}
}
- Output for 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30
- array(2) {
[0]=>
enum(Types::Int32)
[1]=>
&object(ReflectionAttribute)#8 (0) {
}
}