📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 17:45:30
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-jsmin_3.0.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-jsmin_3.0.0-1.el8/tests
🔄 Refresh
✏️
Editing: strip-comments.phpt
Read Only
--TEST-- Strip extraneous spaces and comments --FILE-- <?php $js = <<<JS /** * Test comments */ alert('test'); JS; echo jsmin($js); --EXPECT-- alert('test');
💾 Save Changes
❌ Cancel