array(2) {
[0]=>
string(10) "We made it"
[1]=>
string(15) "Non static call"
}
array(2) {
[0]=>
string(10) "We made it"
[1]=>
string(11) "Static call"
}
array(2) {
[0]=>
string(16) "Work only static"
[1]=>
string(20) "Try only static call"
}
string(120) "MyClass::onlyWorkStatically cannot be called. To call that method, method should have attribute `CouldCallNonStatically`"
string(116) "MyClass::stillProtected cannot be called. To call that method, method should have attribute `CouldCallNonStatically`"
string(113) "MyClass::stillProtected cannot be called. To call that method, method should have attribute `CouldCallStatically`"