Array and string offset access syntax with curly braces is deprecated

rray and string offset access syntax with curly braces is deprecated PHP7.4不再支持使用大括号访问数组以及字符串的偏移_PHP代码 php7.4不支持数组{}写法,统一为数组[]

解决办法:

数组{}写法,统一为数组[]

$s{0} 改为$s[0]

 

posted @ 2024-06-23 23:03  zhang_you_wu  阅读(8)  评论(0编辑  收藏  举报