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不支持数组{}写法,统一为数组[]

解决办法:
s e q = ( o r d ( seq = (ord(seq=(ord(value{0}) % $rule[‘num’]) + 1;中的
v a l u e 0 改 为 value{0}改为value0改为value[0];
或者切换 php7.4 以下的版本
本文来自博客园,作者:Carvers,转载请注明原文链接:https://www.cnblogs.com/carver/articles/16633296.html

浙公网安备 33010602011771号