Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.10.5
-
Fix Version/s: None
-
Component/s: Zend_Console_Getopt
-
Labels:None
Description
Zend_Console_Getopt::_addRulesModeZend will throw an Exception when a provider has a parameter with strlen() == 1 or 2 or more parameters with equal first character in the create method.
for instance:
public function create($ba, $bb) {}