PHP-Compactor icon indicating copy to clipboard operation
PHP-Compactor copied to clipboard

Bugs in code

Open atul-savaliya opened this issue 11 years ago • 0 comments

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:

atul-savaliya avatar Nov 03 '13 09:11 atul-savaliya