
 Alex Ivanoff - 2014-05-22 13:27:46
 
Hello! When trying to execute the test script EnumTest.php, I get the error:
PHP Parse error:  syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Enum.php on line 263
It's about the string
if ($cls_name::$is_initialized) return true; 
in protected static function initialize().