Since which version of PHP is it possible to use the following:
$class::method()->something($val);
I need to use this but in 5.2.11 I get a T_PAMAAYIM_whatever error, and I just wanted to determine whether it's version related or bad coding.
If it's version related, what's a valid alternative?
Thank you.