fucongcong/framework

View on GitHub

Showing 1,150 of 1,150 total issues

The method _fix_gpc_magic_files is not named in camelCase.
Open

private static function _fix_gpc_magic_files(&$item, $key)
{
if ($key != 'tmp_name') {
 
if (is_array($item)) {
Severity: Minor
Found in core/Group/SwooleKernal.php by phpmd

The method _fix_gpc_magic is not named in camelCase.
Open

private static function _fix_gpc_magic(&$item)
{
if (is_array($item)) {
array_walk($item, '_fix_gpc_magic');
}
Severity: Minor
Found in core/Group/Kernal.php by phpmd

The method fix_gpc_magic is not named in camelCase.
Open

public function fix_gpc_magic()
{
static $fixed = false;
if (!$fixed && ini_get('magic_quotes_gpc')) {
array_walk($_GET, '_fix_gpc_magic');
Severity: Minor
Found in core/Group/Kernal.php by phpmd

The method _parse_cron_number is not named in camelCase.
Open

static protected function _parse_cron_number($s, $min, $max)
{
$result = array();
$v1 = explode(",", $s);
foreach ($v1 as $v2) {
Severity: Minor
Found in core/Group/Cron/ParseCrontab.php by phpmd

The method fix_gpc_magic is not named in camelCase.
Open

public function fix_gpc_magic($request)
{
static $fixed = false;
if (!$fixed && ini_get('magic_quotes_gpc')) {
 
 
Severity: Minor
Found in core/Group/SwooleKernal.php by phpmd

The method __initialize is not named in camelCase.
Open

public function __initialize()
{
$this->dao = new Dao();
}
Severity: Minor
Found in core/Group/Dao/Tests/DaoTest.php by phpmd

The method _fix_gpc_magic_files is not named in camelCase.
Open

private static function _fix_gpc_magic_files(&$item, $key)
{
if ($key != 'tmp_name') {
if (is_array($item)) {
array_walk($item, '_fix_gpc_magic_files');
Severity: Minor
Found in core/Group/Kernal.php by phpmd

The method ListSql is not named in camelCase.
Open

private function ListSql($sqlDir)
{
$files = [];
if (is_dir($sqlDir)) {
$dir = opendir($sqlDir);

The method ListSql is not named in camelCase.
Open

private function ListSql($sqlDir)
{
$files = [];
if (is_dir($sqlDir)) {
$dir = opendir($sqlDir);

The method _fix_gpc_magic is not named in camelCase.
Open

private static function _fix_gpc_magic(&$item)
{
if (is_array($item)) {
array_walk($item, '_fix_gpc_magic');
}
Severity: Minor
Found in core/Group/SwooleKernal.php by phpmd
Severity
Category
Status
Source
Language