ZerethShell
File Manager
SQL Manager
/
opt
/
alt
/
tests
/
alt-php80-pecl-jsmin_3.0.0-1.el8
/
tests
strip-comments.phpt
--TEST-- Strip extraneous spaces and comments --FILE-- <?php $js = <<<JS /** * Test comments */ alert('test'); JS; echo jsmin($js); --EXPECT-- alert('test');
Kaydet
Vazgeç