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`"
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.