今天刚升级php 7.3.11 phpoffice 导入/导出报错
php7.3.11 “continue“ targeting switch is equivalent to “break“
php7.3.11 “continue“ targeting switch is equivalent to “break“
在 7.3 版本之前写出这种代码,在 switch 内 continue 的效果和 break 是一样的,so 正确的解决办法应该是将 continue 改成 break。

相关文章:

  • 2021-12-10
  • 2021-11-09
  • 2021-11-02
  • 2022-12-23
  • 2022-02-09
  • 2021-10-06
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2021-08-30
相关资源
相似解决方案