Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/S3.php:11101pack('H*'sha1((str_pad(self::$__secretKey64chr(0x00)) ^ (str_repeat(chr(0x5c), 64))) . pack('H*'sha1((str_pad(self::$__secretKey64chr(0x00)) ^ (str_repeat(chr(0x36), 64))) . $string))))
/S3.php:11101sha1((str_pad(self::$__secretKey64chr(0x00)) ^ (str_repeat(chr(0x5c), 64))) . pack('H*'sha1((str_pad(self::$__secretKey64chr(0x00)) ^ (str_repeat(chr(0x36), 64))) . $string)))
/S3.php:11091base64_encode(extension_loaded('hash') ? hash_hmac('sha1'$stringself::$__secretKeytrue) : pack('H*'sha1((str_pad(self::$__secretKey64chr(0x00)) ^ (str_repeat(chr(0x5c), 64))) . pack('H*'sha1((str_pad(self::$__secretKey64chr(0x00)) ^ (str_repeat(chr(0x36), 64))) . $string)))))
/S3.php:1452$results[(string) $c->Key] = array('name' => (string) $c->Key'time' => strtotime((string) $c->LastModified), 'size' => (int) $c->Size'hash' => substr((string) $c->ETag1, -1))
/class.phpmailer.php:24451$dkimhdrs "DKIM-Signature: v=1; a=" $DKIMsignatureType "; q=" $DKIMquery "; l=" $DKIMlen "; s=" $this->DKIM_selector ";\r\n" "\tt=" $DKIMtime "; c=" $DKIMcanonicalization ";\r\n" "\th=From:To:Subject;\r\n" "\td=" $this->DKIM_domain ";" $ident "\r\n" "\tz=$from\r\n" "\t|$to\r\n" "\t|$subject;\r\n" "\tbh=" $DKIMb64 ";\r\n" "\tb="
/S3.php:1762$results[(string) $c->Key] = array('name' => (string) $c->Key'time' => strtotime((string) $c->LastModified), 'size' => (int) $c->Size'hash' => substr((string) $c->ETag1, -1))
/S3.php:12451$headers[] = 'Authorization: ' S3::__getSignature($this->headers['Host'] == 'cloudfront.amazonaws.com' $this->headers['Date'] : $this->verb "\n" $this->headers['Content-MD5'] . "\n" $this->headers['Content-Type'] . "\n" $this->headers['Date'] . $amz "\n" $this->resource)
/S3.php:12981if($this->response->error === false && isset($this->response->headers['type']) && $this->response->headers['type'] == 'application/xml' && isset($this->response->body)) { /**/ }
/S3.php:10221if($rest->response->error === false && isset($rest->response->body) && is_string($rest->response->body) && substr($rest->response->body05) == '<?xml') { /**/ }