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
/index.php:131$users[$username] = array('username' => $username'password' => str_replace('#'''substr($user_str1532)), 'cookie' => str_replace('#'''substr($user_str4732)), 'age' => intval(str_replace('#'''substr($user_str793))), 'firstname' => str_replace('#'''substr($user_str8215)), 'lastname' => str_replace('#'''substr($user_str9715)), 'admin' => ((substr($user_str1121) === 'Y') ? true false))