/system/core/Security.php:709 | 8 | - Buried Assignation
- Wrong Parameter Type
- Wrong Type For Native PHP Function
- No Null For Native PHP Functions
- Could Make A Function
- Implied If
- Logical Should Use Symbolic Operators
|
/system/core/compat/password.php:113 | 8 | - Iffectations
- Buried Assignation
- Useless Parenthesis
- Nested Ifthen
- No Need For Else
- Variable Is Not A Condition
- Drop Else After Return
- Could Make A Function
|
/application/config/constants.php:14 | 7 | - Invalid Constant Name
- Multiple Constant Definition
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:31 | 7 | - Invalid Constant Name
- Multiple Constant Definition
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:32 | 7 | - Invalid Constant Name
- Multiple Constant Definition
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:77 | 7 | - Invalid Constant Name
- Multiple Constant Definition
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/system/core/Loader.php:710 | 7 | - Relay Function
- Should Use Local Class
- No Boolean As Default
- Use Named Boolean In Argument Definition
- No Return Used
- Method Could Be Static
- Never Called Parameter
|
/system/core/compat/hash.php:121 | 7 | - No Boolean As Default
- No Class In Global
- Use Named Boolean In Argument Definition
- Mismatched Default Arguments
- Don't Pollute Global Space
- Redeclared PHP Functions
- Missing Some Returntype
|
/system/database/DB_driver.php:935 | 7 | - Uses Default Values
- Wrong Parameter Type
- No Need For Else
- Inconsistent Elseif
- Wrong Type For Native PHP Function
- Drop Else After Return
- Logical Should Use Symbolic Operators
|
/system/libraries/Email.php:2336 | 7 | - Iffectations
- Undefined Properties
- Buried Assignation
- Useless Parenthesis
- Should Make Ternary
- Don't Read And Write In One Expression
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:29 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:30 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:43 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:45 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:47 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:49 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:76 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:78 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:79 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:80 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:81 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:82 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:83 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:84 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/application/config/constants.php:85 | 6 | - Invalid Constant Name
- Use const
- Don't Pollute Global Space
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/system/core/Common.php:437 | 6 | - Methods Without Return
- No Boolean As Default
- No Class In Global
- Use Named Boolean In Argument Definition
- Don't Pollute Global Space
- Never Called Parameter
|
/system/core/Hooks.php:239 | 6 | - Useless Parenthesis
- include_once() Usage
- No Parenthesis For Language Construct
- Could Make A Function
- Implied If
- Logical Should Use Symbolic Operators
|
/system/core/compat/password.php:61 | 6 | - Invalid Constant Name
- Multiple Constant Definition
- Use const
- Don't Pollute Global Space
- Implied If
- Logical Should Use Symbolic Operators
|
/system/core/compat/password.php:62 | 6 | - Invalid Constant Name
- Multiple Constant Definition
- Use const
- Don't Pollute Global Space
- Implied If
- Logical Should Use Symbolic Operators
|
/system/core/compat/password.php:96 | 6 | - No Class In Global
- Max Level Of Nesting
- Don't Pollute Global Space
- Assumptions
- Redeclared PHP Functions
- Missing Some Returntype
|
/system/database/DB_driver.php:955 | 6 | - Iffectations
- Uses Default Values
- Buried Assignation
- Wrong Parameter Type
- Repeated Regex
- Wrong Type For Native PHP Function
|
/system/database/drivers/oci8/oci8_driver.php:254 | 6 | - Iffectations
- Undefined Functions
- Buried Assignation
- No Need For Else
- Drop Else After Return
- Logical Should Use Symbolic Operators
|
/system/libraries/Cache/drivers/Cache_apc.php:98 | 6 | - Used Once Variables (In Scope)
- Unused Parameter
- Should Use Local Class
- No Boolean As Default
- Use Named Boolean In Argument Definition
- Method Could Be Static
|
/system/libraries/Cache/drivers/Cache_wincache.php:102 | 6 | - Used Once Variables (In Scope)
- Unused Parameter
- Should Use Local Class
- No Boolean As Default
- Use Named Boolean In Argument Definition
- Method Could Be Static
|
/system/libraries/Email.php:1830 | 6 | - Iffectations
- Uses Default Values
- Used Once Variables
- Used Once Variables (In Scope)
- Written Only Variables
- Buried Assignation
|
/system/libraries/Email.php:2315 | 6 | - Htmlentities Calls
- Uses Default Values
- Buried Assignation
- Htmlentities Using Default Flag
- Could Make A Function
- Implied If
|
/system/libraries/Session/Session.php:209 | 6 | - Missing Include
- include_once() Usage
- No Parenthesis For Language Construct
- Implied If
- Preprocessable
- Logical Should Use Symbolic Operators
|
/system/libraries/Session/drivers/Session_memcached_driver.php:211 | 6 | - Iffectations
- Uses Default Values
- Buried Assignation
- Useless Parenthesis
- No Need For Else
- Drop Else After Return
|