- Output for 7.2.0 - 7.3.0
- Fatal error: Cannot use Foo\Bar\Bazz as Bazz because the name is already in use in /in/oSqqp on line 10
Process exited with code 255. - Output for 7.0.0 - 7.1.25
- string(12) "Foo\Bar\Bazz"
Fatal error: Uncaught Error: Class 'Foo\Bar\Bazz' not found in /in/oSqqp:12
Stack trace:
#0 {main}
thrown in /in/oSqqp on line 12
Process exited with code 255. - Output for hhvm-3.22.0
- Fatal error: Uncaught Error: Cannot use Foo\Bar\Bazz as Bazz because the name is already in use: (Line: 10, Char: 24) in /in/oSqqp:-1
Stack trace:
#0 {main}
Process exited with code 255. - Output for hhvm-3.11.1 - 3.21.3
- Fatal error: Uncaught Error: Cannot use Foo\Bar\Bazz as Bazz because the name is already in use: (Line: 10, Char: 24) in /in/oSqqp:10
Stack trace:
#0 {main}
Process exited with code 255. - Output for hhvm-3.10.1
- Fatal error: syntax error, unexpected '{' in /in/oSqqp on line 10
Process exited with code 255. - Output for 5.4.0 - 5.6.38
- Parse error: syntax error, unexpected '{', expecting identifier (T_STRING) in /in/oSqqp on line 10
Process exited with code 255. - Output for 5.3.0 - 5.3.29
- Parse error: syntax error, unexpected '{', expecting T_STRING in /in/oSqqp on line 10
Process exited with code 255. - Output for 4.4.2 - 4.4.9, 5.1.0 - 5.2.17
- Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /in/oSqqp on line 3
Process exited with code 255. - Output for 4.3.0 - 4.3.1, 4.3.5 - 4.4.1, 5.0.0 - 5.0.5
- Parse error: parse error, unexpected T_FUNCTION, expecting ')' in /in/oSqqp on line 3
Process exited with code 255. - Output for 4.3.2 - 4.3.4
- Parse error: parse error, expecting `')'' in /in/oSqqp on line 3
Process exited with code 255.