git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@893 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-07-24 06:13:38 +00:00
parent 1b8bdb584f
commit 004d7a969d

View file

@ -76,7 +76,7 @@ function short_identifier($number, $chars) {
return $return;
}
// based on Dgx's PHP shrinker
// based on http://latrine.dgx.cz/jak-zredukovat-php-skripty
function php_shrink($input) {
$special_variables = array_flip(array('$this', '$GLOBALS', '$_GET', '$_POST', '$_FILES', '$_COOKIE', '$_SESSION', '$_SERVER'));
static $short_variables = array();