pecl-jsmin
pecl-jsmin copied to clipboard
PHP PECL extension for JavaScript minification
Results
11
pecl-jsmin issues
Sort by
recently updated
recently updated
newest added
When we run the following code, the first line will remove the white space after "foo", the second line will produce an error. echo jsmin('return /foo /.test(bar);'); echo jsmin('return /foo=/.test(bar);');