PHP-Compactor
PHP-Compactor copied to clipboard
Bugs in code
Bug list :
Php reserved function like echo must not be compressed whit space.
for e.g. echo strstr(" test test ");
output: echostrstr(" test test ");
so php compiler does not understand echostrstr() function and it caught error.
:100: