ZF-8307: Zend_Reflection_Doctype_Tag_Param regex does not account for PHP 5.3 style namespaces
Description
If I have a param like this
the regex used:
ignores everything after the backslash I would suggest changing it to:
#^@(\w+)\s+([\w|\\\]+)(?:\s+(\$\S+))?(?:\s+(.*))?#s
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-11-16T03:44:52.000+0000
Fixed formatting.
Posted by Benjamin Eberlei (beberlei) on 2009-11-18T14:15:32.000+0000
The patch fixues the issue, however i have no write access to svn on this machine so i dump it here for pickup tommorrow.
Posted by Benjamin Eberlei (beberlei) on 2009-11-19T13:04:35.000+0000
fixed in trunk and merged into the 1.9 release branch.