array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
Fatal error: Uncaught Error: Non-static method Category::getCategories() cannot be called statically in /in/eMj68:22
Stack trace:
#0 {main}
thrown in /in/eMj68 on line 22
Process exited with code 255.
Output for 7.0.33
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
Deprecated: Non-static method Category::getCategories() should not be called statically in /in/eMj68 on line 22
Fatal error: Uncaught Error: Using $this when not in object context in /in/eMj68:9
Stack trace:
#0 /in/eMj68(22): Category::getCategories('xxx')
#1 {main}
thrown in /in/eMj68 on line 9
Process exited with code 255.