作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我想测试 phpDocumentor-alpha,有一个问题有些人似乎没有:
# sudo pear uninstall phpdoc/phpDocumentor-alpha
uninstall ok: channel://pear.phpdoc.org/phpDocumentor-2.0.0a6
olivier@olivier-ubuntu ~/Documents/pizzas/dev # phpdoc --help
bash: /usr/bin/phpdoc: Aucun fichier ou dossier de ce type
#
# sudo pear install --alldeps -f phpdoc/phpDocumentor-alpha
downloading phpDocumentor-2.0.0a6.tgz ...
Starting to download phpDocumentor-2.0.0a6.tgz (1,107,853 bytes)
..................................done: 1,107,853 bytes
install ok: channel://pear.phpdoc.org/phpDocumentor-2.0.0a6
# phpdoc --help
PHP Fatal error: Cannot redeclare class phpDocumentor\Plugin\Core\Listener in /usr/share/php/phpDocumentor/src/phpDocumentor/Plugin/Core/Listener.php on line 194
Fatal error: Cannot redeclare class phpDocumentor\Plugin\Core\Listener in /usr/share/php/phpDocumentor/src/phpDocumentor/Plugin/Core/Listener.php on line 194
#
好的,我可以通过以下方式避免这个问题:
if ( !class_exists('MTIHelperEstadosLocal') ) {...}
但这只是一个丑陋的解决方法。我想知道是否有办法知道声明在哪里(= 哪个包含或其他什么)。
有什么想法吗?
最佳答案
这是一个简单的解决方案:
print_r(get_declared_classes());
关于Php:没有 "Cannot redeclare class"时如何解析 "previously declared",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11186348/
我是一名优秀的程序员,十分优秀!