Array and string offset access syntax with curly braces is deprecated原因

Array and string offset access syntax with curly braces is deprecated

PHP7.4不再支持使用大括号访问数组以及字符串的偏移_PHP代码
php7.4不支持数组{}写法,统一为数组[]

解决办法:
seq = ( ord (seq = (ord(seq=(ord(value{0}) % $rule[‘num’]) + 1;中的value{0}改为value[0]
————————————————
版权声明:本文为CSDN博主「出门要带伞」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_45467142/article/details/105982739