Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return 'UTF-8';
Avoid too many return
statements within this method. Open
Open
return 'Ventura-US';
Avoid too many return
statements within this method. Open
Open
return $update_response;
Avoid too many return
statements within this method. Open
Open
return 'image/vnd.microsoft.icon';
Avoid too many return
statements within this method. Open
Open
return 'PC8-Turkish';
Avoid too many return
statements within this method. Open
Open
return 'US-ASCII';
Avoid too many return
statements within this method. Open
Open
return 'windows-1252';
Avoid too many return
statements within this method. Open
Open
return 'windows-1256';
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return 'PT';
Avoid too many return
statements within this method. Open
Open
return 'UTF-16';
Avoid too many return
statements within this method. Open
Open
return function_exists('imagecreatefrompng');
Avoid too many return
statements within this method. Open
Open
return 'windows-1250';
Avoid too many return
statements within this method. Open
Open
return 'windows-1257';
Avoid too many return
statements within this method. Open
Open
return $MsgArray;
Avoid too many return
statements within this method. Open
Open
return 'windows-1251';
Avoid too many return
statements within this method. Open
Open
return "\xEF\xBF\xBD";
Avoid too many return
statements within this method. Open
Open
return chr(0xf0 | ($codepoint >> 18)) . chr(0x80 | (($codepoint >> 12) & 0x3f)) . chr(0x80 | (($codepoint >> 6) & 0x3f)) . chr(0x80 | ($codepoint & 0x3f));
Avoid too many return
statements within this method. Open
Open
return 'image/bmp';
Avoid too many return
statements within this method. Open
Open
return $official;