Code such as the following is not supported prior to PHP 5.3: ```php $class_name::method_name() ``` It triggers the famous `unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM)` parse error. It would be great if PHPCompatibility could sniff for this.
Code such as the following is not supported prior to PHP 5.3:
It triggers the famous
unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM)parse error.It would be great if PHPCompatibility could sniff for this.