* @license GPL-3.0 License * @version 2022.01.26 */ $smilies = join("\n", array_map(function ($s) { return '{$s}"; }, [ 'razz', 'evil', 'exclaim', 'smile', 'redface', 'biggrin', 'eek', 'confused', 'idea', 'lol', 'mad', 'twisted', 'rolleyes', 'wink', 'cool', 'arrow', 'neutral', 'cry', 'mrgreen', 'drooling', 'persevering' ]));