Zend Framework

Zend_Server_Reflection_Function_Abstract parameter description matching regex is broken

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.8.4
  • Fix Version/s: 1.10.0
  • Component/s: Zend_Server_Reflection
  • Labels:
    None

Description

The regular expression that matches the description from the @param tags in the DocBlock section of a function or method is broken.

Issue Links

Activity

Hide
Stephen Leavitt added a comment -

The regular expression that matches the description from the @param tags in the DocBlock section of a function or method is broken.

The regular expression has an extraneous caret (^) symbol in it that needs to be removed in order for the expression to work properly.

Attached is a patch that achieves this.

Show
Stephen Leavitt added a comment - The regular expression that matches the description from the @param tags in the DocBlock section of a function or method is broken. The regular expression has an extraneous caret (^) symbol in it that needs to be removed in order for the expression to work properly. Attached is a patch that achieves this.
Hide
Satoru Yoshida added a comment -

It may be duplicate of ZF-6996.

Show
Satoru Yoshida added a comment - It may be duplicate of ZF-6996.
Hide
Stephen Leavitt added a comment -

After having read ZF-6996, I would have to concur that this issue is in fact a duplicate.

Show
Stephen Leavitt added a comment - After having read ZF-6996, I would have to concur that this issue is in fact a duplicate.
Hide
Matthew Weier O'Phinney added a comment -

Fixed in trunk and 1.10 release branch.

Show
Matthew Weier O'Phinney added a comment - Fixed in trunk and 1.10 release branch.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: