- Output for 7.0.0 - 7.2.0
- Start finally block
Need to include `Foo`
Fatal error: Uncaught Error: Class 'Foo' not found in /in/T8sLF:13
Stack trace:
#0 {main}
thrown in /in/T8sLF on line 13
Process exited with code 255. - Output for 5.5.24 - 5.6.28
- Start finally block
Need to include `Foo`
Fatal error: Class 'Foo' not found in /in/T8sLF on line 13
Process exited with code 255. - Output for 5.4.10 - 5.4.45
- Parse error: syntax error, unexpected 'finally' (T_STRING), expecting catch (T_CATCH) in /in/T8sLF on line 9
Process exited with code 255. - Output for 5.3.20 - 5.3.29
- Parse error: syntax error, unexpected T_STRING, expecting T_CATCH in /in/T8sLF on line 9
Process exited with code 255.