OwlCyberSecurity - MANAGER
Edit File: utf8_comment.phpt
--TEST-- skip utf8 comment --FILE-- <?php $js = <<<JS // févrie var test = 1; JS; echo jsmin($js); --EXPECT-- var test=1;