Wicked
Новичок
Нашул какую-то проблему:
/home/wicked/Programming//phpmorphy-0.3.7/utils/libs/decorator.php
lmbReflectionHelper::getSignature($name, $method)
Починил так:wicked@wnote:~/Programming//phpmorphy-0.3.7/bin$ php mrd2xml.php
PHP Fatal error: Declaration of phpMorphy_Dict_Flexia_Decorator::setPrefix() must be compatible with that of phpMorphy_Dict_Flexia_Interface::setPrefix() in /home/wicked/Programming//phpmorphy-0.3.7/utils/libs/decorator.php(82) : eval()'d code on line 1
/home/wicked/Programming//phpmorphy-0.3.7/utils/libs/decorator.php
lmbReflectionHelper::getSignature($name, $method)
Код:
+ if(self :: _isInterfaceMethod($name, $method))
+ return self :: _getFullSignature($name, $method);
+
if(!is_callable(array($name, $method)))
return "function $method()";
-
- if(self :: _isInterfaceMethod($name, $method))
- return self :: _getFullSignature($name, $method);