> On the other hand you have a working solution. > You won't be able to use annotations for PHP5 projects anyway. > Except, if we put them into comments or doc-comments. > > /**[Attribute(Value)]*/
Why not /**@ Attribute Value */ or /**@ Attribute(Value) */? No [] required and @ looks more familiar with docblock annotations in use. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php