Showing 3,246 of 4,217 total issues
Avoid too many return
statements within this method. Open
Open
return $start . 'echo $replace[\'' . $m[1] . '\'];' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo module_safe("advertising")->_show(array("ad"=>\'' . $m[1] . '\'));' . $end;
Avoid too many return
statements within this method. Open
Open
return _class('form2')->tpl_row($m[1], $replace, $m[3], $m[5], $m[7]);
Avoid too many return
statements within this method. Open
Open
return $start . 'echo common()->_show_error_inline(\'' . $m[2] . '\');' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo ' . $m['func'] . '(\'' . str_replace("'", "\\'", $m['content']) . '\', _attrs_string2array(\'' . str_replace("'", "\\'", $m['args']) . '\'));' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo $this->call_custom_pattern(\'' . $m['name'] . '\', \'' . str_replace("'", "\\'", $m['args']) . '\', \'' . str_replace("'", "\\'", $m['body']) . '\', $replace, $name);' . $end;
Avoid too many return
statements within this method. Open
Open
return _class_safe('graphics')->tip(['raw' => $m['raw'], 'replace' => $replace, 'tpl_name' => $name]);
Avoid too many return
statements within this method. Open
Open
return $start . '}' . $end;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->_save_login_in_session($user_info);
Avoid too many return
statements within this method. Open
Open
return $tpl->_process_var_filters($val ?: $class_prop, $m[3]);
Avoid too many return
statements within this method. Open
Open
return $default;
Avoid too many return
statements within this method. Open
Open
return $start . '/*exec_last_start*/echo main()->_execute(\'' . $m[2] . '\',\'' . $m[3] . '\',\'' . $m[4] . '\',\'' . $name . '\',0,false);/*exec_last_end*/' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo (DEBUG_MODE && is_array($replace) ? "<pre>".print_r(array_keys($replace),1)."</pre>" : "");' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo _class(\'tpl\')->_process_var_filters($replace[\'' . $m[1] . '\'],\'' . $m[2] . '\');' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo main()->_execute(\'graphics\',\'_show_block\',\'name=' . $m[1] . ';' . $m[2] . '\',\'' . $name . '\',0,false);' . $end;
Avoid too many return
statements within this method. Open
Open
return $start . 'echo _class(\'tpl\')->_url_wrapper(\'' . $m[1] . '\');' . $end;
Avoid too many return
statements within this method. Open
Open
return common()->_show_error_inline($m[2]);
Avoid too many return
statements within this method. Open
Open
return is_array($replace) ? '<pre>' . print_r(array_keys($replace), 1) . '</pre>' : '';