Skip to content

Array and string offset access syntax with curly braces is no longer supported #5

@liwy666

Description

@liwy666

Fatal error: Array and string offset access syntax with curly braces is no longer supported in vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 293

在 PHP 7.4 及更高版本中,使用花括号 {} 访问数组或字符串的偏移量语法已被弃用,并在 PHP 8.0 中被移除。因此,如果您使用花括号访问数组或字符串的偏移量,将会收到错误消息。现在应该使用方括号 [] 语法来替代花括号 {}。
  • 有时间修一下吗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions