📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 20:51:35
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-jsmin_3.0.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-jsmin_3.0.0-1.el8/tests
🔄 Refresh
✏️
Editing: unterminated-comment.phpt
Read Only
--TEST-- Last error is unterminated comment --FILE-- <?php $js = <<<JS alert('test'); /* Deliberate unterminated comment alert('test'); JS; echo jsmin($js); if (jsmin_last_error() == JSMIN_ERROR_UNTERMINATED_COMMENT) { echo jsmin_last_error_msg(); } --EXPECTF-- Unterminated comment
💾 Save Changes
❌ Cancel