php - 使用未定义常量 - 假定为 ' ' - 空白常量?

标签 php zend-framework netbeans

未定义的常量错误通常非常有用且易于解决,但我在开发和生产服务器(不同的设置)上都遇到了一些非常奇怪的行为。

我的错误日志显示了大量这样的错误:

NOTICE (5): [8] Use of undefined constant   - assumed ' ' (#PATH#/dashboard/tasks.tpl) [61]

NOTICE (5): [8] Use of undefined constant   - assumed ' ' (#PATH#/index/view.tpl) [158]

NOTICE (5): [8] Use of undefined constant   - assumed ' ' (#PATH#/blogs/index.tpl) [51]

对我来说,系统试图将“空白”定义为常量?

通常我可以通过跟踪行号来解决错误,其中它们总是像这样的 PHP 关闭标记 <?php } ?>并首先删除两个空格 <?php}?>并再次添加它们我有时可以解决问题。但是不断出现新的错误。

我使用 netbeans 作为 IDE。

这是完整的堆栈跟踪

#0 #PATH#/docs/application/libraries/Zend/View.php(108): include('#PATH#/d...')
#1 #PATH#/docs/application/libraries/Zend/View/Abstract.php(835): Zend_View->_run('#PATH#/d...')
#2 #PATH#/docs/application/libraries/Engine/Content/Widget/Abstract.php(292): Zend_View_Abstract->render('application/modules/Blog/widgets...')
#3 #PATH#/docs/application/libraries/Engine/Content/Widget/Abstract.php(258): Engine_Content_Widget_Abstract->renderScript()
#4 #PATH#/docs/application/libraries/Engine/Content/Element/Widget.php(66): Engine_Content_Widget_Abstract->render()
#5 #PATH#/docs/application/libraries/Engine/Content/Element/Abstract.php(583): Engine_Content_Element_Widget->_render()
#6 #PATH#/docs/application/libraries/Engine/Content/Decorator/Children.php(31): Engine_Content_Element_Abstract->render()
#7 #PATH#/docs/application/libraries/Engine/Content/Element/Abstract.php(594): Engine_Content_Decorator_Children->render('')
#8 #PATH#/docs/application/libraries/Engine/View/Helper/Content.php(78): Engine_Content_Element_Abstract->render()
#9 #PATH#/docs/application/modules/Core/views/scripts/index/index.tpl(10): Engine_View_Helper_Content->renderWidget('blog.list-recent-blogs')
#10 #PATH#/docs/application/libraries/Zend/View.php(108): include('#PATH#/d...')
#11 #PATH#/docs/application/libraries/Zend/View/Abstract.php(835): Zend_View->_run('#PATH#/d...')
#12 #PATH#/docs/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(903): Zend_View_Abstract->render('index/index.tpl')
#13 #PATH#/docs/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(924): Zend_Controller_Action_Helper_ViewRenderer->renderScript('index/index.tpl', )
#14 #PATH#/docs/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(963): Zend_Controller_Action_Helper_ViewRenderer->render()
#15 #PATH#/docs/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#16 #PATH#/docs/application/libraries/Zend/Controller/Action.php(523): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#17 #PATH#/docs/application/libraries/Zend/Controller/Dispatcher/Standard.php(289): Zend_Controller_Action->dispatch('indexAction')
#18 #PATH#/docs/application/libraries/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Zend_Controller_Request_Http, Zend_Controller_Response_Http)
#19 #PATH#/docs/application/modules/Core/Bootstrap.php(75): Zend_Controller_Front->dispatch()
#20 #PATH#/docs/application/libraries/Engine/Application.php(160): Core_Bootstrap->run()
#21 #PATH#/docs/application/index.php(194): Engine_Application->run()
#22 #PATH#/docs/index.php(24): include('#PATH#/d...')
#23 {main}

非常感谢对此行为的任何建议

解决方案

感谢您的反馈。通过在 netbeans 中启用不可打印字符(菜单栏中的 View -> 不可打印字符),我能够看到不同之处。

我复制了一个“坏”空格和一个大括号,并在整个项目中进行了搜索/替换,以快速解决问题。

最佳答案

你有一个 non-breaking space在这些行中。
您可以要求 NetBeans display it给你。

关于php - 使用未定义常量 - 假定为 ' ' - 空白常量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10650765/

相关文章:

php - 如何在 Laravel 中自动创建子域

zend-framework - Zend 可重复使用的小部件/插件/迷你应用程序?

php - 如何获取 Zend Framework 中的当前操作?

java - 是否可以重启 Netbean 的 Tomcat 捆绑版本?

java - 如何在项目中拥有字体并从 NetBeans IDE 中的项目文件夹中使用字体?

php - 如何调试 "Maximum execution time" fatal error ?

php - 将函数从 pecl 1 转换为 pecl 2

mysql - Zend DB join 选择所有列

java - 单击按钮不会从数据库检索数据

php - 具有 2 个表连接的 MySQL 查询