Minimize space around %

This commit is contained in:
Jakub Vrana 2012-09-03 15:03:55 -07:00
parent 8db73ad7ea
commit 541561be4d

View file

@ -145,7 +145,7 @@ function php_shrink($input) {
$short_variables[$key] = short_identifier($number, $chars); // could use also numbers and \x7f-\xff $short_variables[$key] = short_identifier($number, $chars); // could use also numbers and \x7f-\xff
} }
$set = array_flip(preg_split('//', '!"#$&\'()*+,-./:;<=>?@[\]^`{|}')); $set = array_flip(preg_split('//', '!"#$%&\'()*+,-./:;<=>?@[\]^`{|}'));
$space = ''; $space = '';
$output = ''; $output = '';
$in_echo = false; $in_echo = false;