问题描述
continue” targeting switch is equivalent to “break”.Did you mean to use “continue 2”?

解决办法
在 php 7.3 的 switch 中使用 continue 会出现警告 1 2 3
最好的方式是把 PHPExcelSharedOLE.php
文件中的 continue;
改为 continue 2;
或 break;


');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}/*]]>*/
continue” targeting switch is equivalent to “break”.Did you mean to use “continue 2”?
在 php 7.3 的 switch 中使用 continue 会出现警告 1 2 3
最好的方式是把 PHPExcelSharedOLE.php
文件中的 continue;
改为 continue 2;
或 break;
作者:
标签