syntax error, unexpected '['
原因是因为我用的php5.3
写数组的时候用的简短数组定义$arr = ['a'=>1];
应该使用$arr = array('a'=>1);
如果php版本是5.4以上,则不会报错。
这个错误通常表示在PHP代码中存在语法错误,具体是在预期的字符数组定义开始的地方遇到了不合法的字符。在PH...
Deprecated: Methods with the same name as their class will not be constructor...
Deprecated: Methods with the same name as their class will not be constructor...
最近刚把php版本从5.6切换到7.0上,但是再重新打开项目时,报如下错误:
Deprecated: Methods with the same name as th...
php的Allowed memory size of 134217728 bytes exhausted问题解决办法
php的Allowed memory size of 134217728 bytes exhausted问题解决办法
报错:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 128 bytes) in xxxx...
syntax error, unexpected '['
版本:thinkphp3.2.3,php5.3.29
提示错误:syntax error, unexpected '['
原因:使用了不符合php版本要求的,定义数组的方法。
官方对短数组语法的要求:自php5.4起,可以使用短数组定义语法,用[]替代array()
数组定义的正确使用方...
windows2003+IIS6+FastCGI+PHP5.4的安装配置
本文内容来自网络,本人亲测可用。
说明:PHP5.5已不支持win2003了,Win2003最高能安装PHP5.4.30。
安装好系统;并且安装好IIS6。
具体安装方法可查看:http://www.taotaoit.com/article/details/140.html(我自己网站的文章)
下载并安装IIS FastCG...
关于本站
“最难不过坚持”
本人承接扒站仿站,php网站维护,病毒查杀,网站编辑,网站改版,html制作
有需要网站维护,改版,病毒查杀,网站编辑,网站备案,html制作等相关的工作可以联系我。
本人有多年相关工作经验,也可提供免费咨询,交个朋友。
有需要探讨问题的朋友,也可以加我微信,共同探讨!
微信:15011482830 QQ:408917339
2655
39
分类目录
最新评论
- https://jueru.net/
-
- :weixiao:
-
- :shuijiao: :weiqu: :zhenbang: :leng:
-
- :yiwen: :yiwen: :yiwen: :yiwen:
-
- 这个业务逻辑多少都有点奇怪了,阅读浏览次数增值在新闻详情页的控制器方法里setInc,这怎么还写进模型事件里了。如果非要用onAfterRead也可以,把新闻文章的内容单独分出来一个news_content表,然后把它和news做关联,然后给news_content表的onAfterRead事件做增值处理,这样点进新闻页内查询到文章内容时才会触发它。
-
文章标签更多