- Output for 7.0.0 - 7.2.0
- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in /in/JuKUd on line 3
Fatal error: Uncaught Error: Call to protected method class@anonymous::bar() from context 'Foo' in /in/JuKUd:14
Stack trace:
#0 /in/JuKUd(18): Foo->foo()
#1 {main}
thrown in /in/JuKUd on line 14
Process exited with code 255. - Output for 5.4.2 - 5.6.21
- Parse error: syntax error, unexpected 'class' (T_CLASS) in /in/JuKUd on line 8
Process exited with code 255. - Output for 5.3.18 - 5.3.29
- Parse error: syntax error, unexpected T_CLASS in /in/JuKUd on line 8
Process exited with code 255.