// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php84-pecl-jsmin_3.0.0-1.el8
/
tests
[ PARENT ]
EDIT :: utf8_comment.phpt
--TEST-- skip utf8 comment --FILE-- <?php $js = <<<JS // févrie var test = 1; JS; echo jsmin($js); --EXPECT-- var test=1;
SAVE
CANCEL