$available * * @return AnnotationException */ public static function enumeratorError($attributeName, $annotationName, $context, $available, $given) { return new self(sprintf( '[Enum Error] Attribute "%s" of @%s declared on %s accepts only [%s], but got %s.', $attributeName, $annotationName, $context, implode(', ', $available), is_object($given) ? get_class($given) : $given )); } /** * @return AnnotationException */ public static function optimizerPlusSaveComments() { return new self( 'You have to enable opcache.save_comments=1 or zend_optimizerplus.save_comments=1.' ); } /** * @return AnnotationException */ public static function optimizerPlusLoadComments() { return new self( 'You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1.' ); } } __halt_compiler();----SIGNATURE:----KK05S5IAjVXSUGVNrY98JcsoTyRRz+uTJ9lt5MkSSmM92Ws/YNkLFP8ou3w3wkhLI8E/PjuqSdq1FSP1gU8hsPpDiz96eOM8aEuXQO9Wy4ErVc9y3PY+2/SXh797xI2IBujpNtqJPDmRDAjfQOReDuhHjn2BaSBhp4wmCDPV4fA0V89EO9TukbRPO42x+TEEVpro+3UwiCd9zTdSLI1uN61LbbrnYSTNAEBcIGHZB2f+1ShI+JumFOjEnWOAwLlJFr4A9VqOkLS5Oi6xCEj0jlsOmzG/UHVmDNIFkf4wgwZg0xULgpEzifX3rZtpgmrz8nE4zYu4O1BPUe7NMBohtkuI8JQB98P35mTllx++2Y5IYpFEdZZBdCqlTHR8+9RdlPoPq9PseircGdiTlTWYAMeguTjICsguKKQrHNzxxFJic7LcZtLhBEyQ5ZemmN/zJUvy71DIYYDtWg4Zo7zJMRi1ZWLPox57fhiQFOFSFZ+6qLkEg8y7EPrX1VX445YaD/iPfqSOStd05iPfgnwXgMGJYrbvF98z0kRCx3mihGN8bXaYBY4WKQ75G5Sad76mTyW4raMLgMnMTCAnWzGf/0LJLEf2HE6SDIOT1tlNy+GB9FFJuAbzawttu8JtXOJE+6tkEmG+eP848GaNFvXlJiALGoSyP3mNAyCgSNnMvr4=----ATTACHMENT:----MzQ4MjYxMTQxODc1NTk2NSAxNDE3MTAyMzc5MjQzNzg1IDUzOTQ1NzU2MzIxNDEyNg==