在日期使用未定义的常量

时间:2015-05-16 16:09:07

标签: php

我不知道为什么会收到以下通知:  Notice: Use of undefined constant - assumed ' '

如果我error_reporting(0)notice消失,一切正常。请帮我解决这个问题。

godaddy PHP v5.4& Win-8.1x64 xampp php v5.6.8 这只是我文件中的代码。仅此而已。

<?php echo date("m-d-Y", strtotime('2015-05-16 06:06:54')); ?>

<?php echo "<br>"; ?>

<?php echo date("m-d-Y", strtotime('2015-05-16 06:06:54')); ?> //line 5

输出:

05-16-2015
05-16-2015
Notice: Use of undefined constant   - assumed ' ' in D:\xampp\htdocs\test.php on line 5

enter image description here

1 个答案:

答案 0 :(得分:1)

也许有像non-breaking spacedef openfile(): ... return date, name, numeric_data date, name, numeric_data = openfile() label_name.configure(text=date) label_name2.configure(text=name) label_name3.configure(text=numeric_data) )这样的空格。

您可以尝试删除并重新添加第5行的所有空格。