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
/bl-plugins/opengraph/plugin.php:451$og = array('locale' => $site->locale( ), 'type' => 'website''title' => $site->title( ), 'description' => $site->description( ), 'url' => $site->url( ), 'image' => '''siteName' => $site->title( ))
/bl-plugins/search/vendors/fuzz.php:2331$distance = (mb_strlen($match1CHARSET) / mb_strlen($shorterCHARSET) + mb_strlen($match2CHARSET) / mb_strlen($longerCHARSET) + (mb_strlen($match1CHARSET) - $trans) / mb_strlen($match1CHARSET)) / 3.0
/install.php:4601$data = array('general' => array('name' => 'General''description' => '''template' => '''list' => $slugs), 'music' => array('name' => 'Music''description' => '''template' => '''list' => array( )), 'videos' => array('name' => 'Videos''description' => '''template' => '''list' => array( )))
/install.php:4141$data = array('admin' => array('nickname' => 'Admin''firstName' => $L->get('Administrator'), 'lastName' => '''role' => 'admin''password' => $passwordHash'salt' => $salt'email' => '''registered' => $currentDate'tokenRemember' => '''tokenAuth' => $tokenAuth'tokenAuthTTL' => '2009-03-15 14:00''twitter' => '''facebook' => '''instagram' => '''codepen' => '''linkedin' => '''xing' => '''github' => '''gitlab' => ''))
/bl-kernel/parsedown.class.php:14141$Inline = array('extent' => strlen($matches[0][0]), 'position' => $matches[0][1], 'element' => array('name' => 'a''text' => $url'attributes' => array('href' => $url,  ),  ),  )
/bl-kernel/parsedown.class.php:12401$Inline = array('extent' => $Link['extent'] + 1'element' => array('name' => 'img''attributes' => array('src' => $Link['element']['attributes']['href'], 'alt' => $Link['element']['text'],  ),  ),  )
/install.php:3681$data = array('title' => 'BLUDIT''slogan' => $L->get('welcome-to-bludit'), 'description' => $L->get('congratulations-you-have-successfully-installed-your-bludit'), 'footer' => 'Copyright © ' Date::current('Y'), 'itemsPerPage' => 6'language' => $L->currentLanguage( ), 'locale' => $L->locale( ), 'timezone' => $timezone'theme' => 'alternative''adminTheme' => 'booty''homepage' => '''pageNotFound' => '''uriPage' => '/''uriTag' => '/tag/''uriCategory' => '/category/''uriBlog' => '''url' => $siteUrl'emailFrom' => 'no-reply@' DOMAIN'orderBy' => 'date''currentBuild' => '0''twitter' => 'https://twitter.com/bludit''facebook' => 'https://www.facebook.com/bluditcms''codepen' => '''github' => 'https://github.com/bludit''instagram' => '''gitlab' => '''linkedin' => '''xing' => '''dateFormat' => 'F j, Y''extremeFriendly' => true'autosaveInterval' => 2'titleFormatHomepage' => '{{site-slogan}} | {{site-title}}''titleFormatPages' => '{{page-title}} | {{site-title}}''titleFormatCategory' => '{{category-name}} | {{site-title}}''titleFormatTag' => '{{tag-name}} | {{site-title}}''imageRestrict' => true'imageRelativeToAbsolute' => false)
/install.php:3311$data[$L->get($slug)] = array('title' => $L->get($title), 'description' => '''username' => 'admin''tags' => array( ), 'type' => (($slug == 'example-page-4-slug') ? 'static' 'published'), 'date' => $nextDate'dateModified' => '''allowComments' => true'position' => 1'coverImage' => '''md5file' => '''category' => 'general''uuid' => md5(uniqid( )), 'parent' => '''template' => '''noindex' => false'nofollow' => false'noarchive' => false)