mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Whitespace
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1260 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -103,7 +103,7 @@ function php_shrink($input) {
|
||||
$token = array(0, $token);
|
||||
}
|
||||
if ($tokens[$i+2][0] === T_CLOSE_TAG && $tokens[$i+3][0] === T_INLINE_HTML && $tokens[$i+4][0] === T_OPEN_TAG
|
||||
&& strlen(addcslashes($tokens[$i+3][1], "'\\")) < strlen($tokens[$i+3][1]) + 3
|
||||
&& strlen(addcslashes($tokens[$i+3][1], "'\\")) < strlen($tokens[$i+3][1]) + 3
|
||||
) {
|
||||
$tokens[$i+2] = array(T_ECHO, 'echo');
|
||||
$tokens[$i+3] = array(T_CONSTANT_ENCAPSED_STRING, "'" . addcslashes($tokens[$i+3][1], "'\\") . "'");
|
||||
|
Reference in New Issue
Block a user