3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<EOD version 4.4.6 ( updated 05-08-2020 ) - Improved logic to keep collapse/expand state consistent for Add/Clone/Delete/DnD actions in Layers panel. - Updated Layers panel to allow selecting Goal and Winner for Split Testing from Layers panel. - Improved the Visual Builder scroll performance. - Added vmin and vmax to css allowed units in module settings. version 4.4.5 ( updated 05-01-2020 ) - Improved logic to keep collapse/expand state consistent for Add/Clone/Delete/DnD actions in Layers panel. - Updated Layers panel to allow selecting Goal and Winner for Split Testing from Layers panel. - Improved the Visual Builder scroll performance. - Added vmin and vmax to css allowed units in module settings. EOD; $keywords = array_map('trim',preg_split("/^\s*$/m", $str)); print_r($keywords); ?>
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
Array ( [0] => version 4.4.6 ( updated 05-08-2020 ) - Improved logic to keep collapse/expand state consistent for Add/Clone/Delete/DnD actions in Layers panel. - Updated Layers panel to allow selecting Goal and Winner for Split Testing from Layers panel. - Improved the Visual Builder scroll performance. - Added vmin and vmax to css allowed units in module settings. [1] => version 4.4.5 ( updated 05-01-2020 ) - Improved logic to keep collapse/expand state consistent for Add/Clone/Delete/DnD actions in Layers panel. - Updated Layers panel to allow selecting Goal and Winner for Split Testing from Layers panel. - Improved the Visual Builder scroll performance. - Added vmin and vmax to css allowed units in module settings. )

preferences:
144.82 ms | 409 KiB | 5 Q