- Output for 8.1.29 - 8.1.33, 8.2.20 - 8.2.29, 8.3.5 - 8.3.25, 8.4.1 - 8.4.12
- Calling protected method from parent: data from User
Fatal error: Uncaught Error: Call to protected method User::getSomething() from global scope in /in/093Ao:28
Stack trace:
#0 {main}
thrown in /in/093Ao on line 28
Process exited with code 255. - Output for 7.2.6 - 7.2.34
- Calling protected method from parent: data from User
Fatal error: Uncaught Error: Call to protected method User::getSomething() from context '' in /in/093Ao:28
Stack trace:
#0 {main}
thrown in /in/093Ao on line 28
Process exited with code 255. - Output for 5.6.40
- Parse error: syntax error, unexpected ':', expecting ';' or '{' in /in/093Ao on line 6
Process exited with code 255.