📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:55:48
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-jsmin_3.0.0-1.el8
/
tests
✏️
Editing: strip-comments.phpt
--TEST-- Strip extraneous spaces and comments --FILE-- <?php $js = <<<JS /** * Test comments */ alert('test'); JS; echo jsmin($js); --EXPECT-- alert('test');
💾 Save Changes
❌ Cancel