3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'write {Hello, World!} in either the color {blue} or {red} or {#00AA00} and in either the font {Arial Black} or {Monaco} where both the color and the font are determined randomly'; var_export(preg_replace(['~{~', '~}~'], ['<strong>', '</strong'], preg_split('~({[^}]*}|\S+)\K ~', $text)));

preferences:
27.98 ms | 406 KiB | 5 Q