APlayer-Typecho icon indicating copy to clipboard operation
APlayer-Typecho copied to clipboard

PHP8報錯

Open naruko-hstk opened this issue 3 years ago • 1 comments

開除錯顯示的結果 image 錯誤的行號 image

naruko-hstk avatar May 27 '21 15:05 naruko-hstk

大括号改成中括号 $string{$i} 改成 $string[$i] $codekey{intval...2)} 改成 $codekey[intval...2)]

还有就是你这个是修改过的,源代码里没有这串代码

angelmoka avatar Dec 25 '22 03:12 angelmoka