silverstripe-framework/parsers
Aaron Cooper e372e52e93
FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826)
PHP 7.3+ issues a warning when continue; is used inside a switch statement, as it has the same behaviour as break; HTMLBBCodeParser.php had such a continue; statement that is intended to skip to the the next record of the foreach that the switch sits inside. continue 2; needs to be used here.
2021-01-19 15:05:28 +13:00
..
HTML FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826) 2021-01-19 15:05:28 +13:00
BBCodeParser.ini Merging 2.1 blog into trunk 2007-10-02 03:21:38 +00:00
BBCodeParser.php Set deprecation level for all changes in 3.x to 4.0 2015-06-19 13:07:41 +12:00
ShortcodeParser.php Merge branch '3.6' into 3 2018-04-18 13:14:46 +01:00
SQLFormatter.php NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
TextParser.php NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00