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 |
---|---|---|
/src/Zoop/Juggernaut/Helper/Database/Mysqli/Mysqli.php:215 | 1 | if(strpos($query, 'INSERT') !== false || strpos($query, 'UPDATE') !== false || strpos($query, 'DELETE') !== false || $this->getTransactionInProgress( ) === true || $ttl == 0) { /**/ } else { /**/ } |