Created
May 3, 2013 06:06
-
-
Save anonymous/5507470 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running hphp... | |
-------------------------------- | |
File : applications/vanilla/controllers/class.discussionscontroller.php:479 | |
Reason : UseUndeclaredVariable | |
Snippet : $ID | |
Line : $User = $UserModel->GetID($ID, DATASET_TYPE_ARRAY); | |
-------------------------------- | |
File : applications/vanilla/modules/class.promotedcontentmodule.php:281 | |
Reason : UseUndeclaredVariable | |
Snippet : $Score | |
Line : $SelectorScoreCacheKey = "modules.promotedcontent.score.{$Score}"; | |
-------------------------------- | |
File : library/core/functions.general.php:1310 | |
Reason : UseUndeclaredVariable | |
Snippet : $String | |
Line : return $String .= ';dbname='.$DatabaseName; | |
-------------------------------- | |
File : library/core/functions.general.php:427 | |
Reason : StatementHasNoEffect | |
Snippet : $EnabledItems; | |
Line : $EnabledItems; | |
-------------------------------- | |
File : library/vendors/Auth/Yadis/XRDS.php:216 | |
Reason : UseUndeclaredVariable | |
Snippet : $parser | |
Line : $expires_element = $xrd_element->$parser->evalXPath('/xrd:Expires'); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.utilitycontroller.php:444 | |
Reason : UseUndeclaredVariable | |
Snippet : $FielupdateChecksds | |
Line : echo ProxyRequest($UpdateCheckUrl.'?'.http_build_query($FielupdateChecksds)); | |
-------------------------------- | |
File : applications/dashboard/models/class.activitymodel.php:900 | |
Reason : UseUndeclaredVariable | |
Snippet : $CommentActivityID | |
Line : Gdn::Controller()->Json('Activity', $CommentActivityID); | |
-------------------------------- | |
File : applications/dashboard/models/class.activitymodel.php:1304 | |
Reason : TooFewArgument | |
Snippet : array_search($NewActivity['RegardingUserID']) | |
Line : if (($i = array_search($NewActivity['RegardingUserID'])) !== FALSE) { | |
-------------------------------- | |
File : applications/dashboard/modules/class.morepagermodule.php:165 | |
Reason : UseUndeclaredVariable | |
Snippet : $Page | |
Line : return self::FormatUrl($Url, $Page, $Limit); | |
-------------------------------- | |
File : applications/dashboard/modules/class.morepagermodule.php:141 | |
Reason : TooManyArgument | |
Snippet : MorePagerModule::FormatUrl(T('%s$1 to %s$2 of %s$3'), $this->Offset + 1, $this->_LastOffset, $this->TotalRecords) | |
Line : $Details = self::FormatUrl(T('%s$1 to %s$2 of %s$3'), $this->Offset + 1, $this->_LastOffset, $this->TotalRecords); | |
-------------------------------- | |
File : library/core/class.cache.php:547 | |
Reason : UseUndeclaredVariable | |
Snippet : $Features | |
Line : if (isset($this->Features[$Features])) | |
-------------------------------- | |
File : library/core/class.session.php:290 | |
Reason : UseUndeclaredVariable | |
Snippet : Gdn_Session::$_Instance | |
Line : if (!isset(self::$_Instance)) { | |
-------------------------------- | |
File : library/core/class.session.php:292 | |
Reason : UseUndeclaredVariable | |
Snippet : Gdn_Session::$_Instance | |
Line : self::$_Instance = new $c(); | |
-------------------------------- | |
File : library/core/class.session.php:294 | |
Reason : UseUndeclaredVariable | |
Snippet : Gdn_Session::$_Instance | |
Line : return self::$_Instance; | |
-------------------------------- | |
File : library/database/class.databasestructure.php:480 | |
Reason : UseUndeclaredVariable | |
Snippet : $Foat | |
Line : case 'numeric': return array_merge($Foat, $Int, $Decimal); | |
-------------------------------- | |
File : library/database/class.databasestructure.php:392 | |
Reason : TooManyArgument | |
Snippet : $this->_Modify($Explicit, $Drop) | |
Line : return $this->_Modify($Explicit, $Drop); | |
-------------------------------- | |
File : library/vendors/Smarty-2.6.25/libs/plugins/function.math.php:70 | |
Reason : UseUndeclaredVariable | |
Snippet : $smarty_math_result | |
Line : return $smarty_math_result; | |
-------------------------------- | |
File : library/vendors/pclzip/pclzip.lib.php:2738 | |
Reason : UseUndeclaredVariable | |
Snippet : $v_file | |
Line : @fclose($v_file); | |
-------------------------------- | |
File : library/vendors/pclzip/pclzip.lib.php:3973 | |
Reason : UseUndeclaredVariable | |
Snippet : $v_file | |
Line : fclose($v_file); | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:437 | |
Reason : UseUndeclaredVariable | |
Snippet : $UserModel | |
Line : $UserModel->SendWelcomeEmail($UserID, '', 'Connect', array('ProviderName' => GetValue('Name', $Provider, C('Garden.Title')))); | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:1696 | |
Reason : UseUndeclaredVariable | |
Snippet : $UserID | |
Line : } elseif (isset($UserID)) { | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:1697 | |
Reason : UseUndeclaredVariable | |
Snippet : $UserID | |
Line : $this->SQL->Where('u.UserID', $UserID); | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:1713 | |
Reason : UseUndeclaredVariable | |
Snippet : $UserID | |
Line : } elseif (isset($UserID)) { | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:1714 | |
Reason : UseUndeclaredVariable | |
Snippet : $UserID | |
Line : $this->SQL->Where('u.UserID', $UserID); | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:2114 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $Email = '' | |
Line : public function ValidateCredentials($Email = '', $ID = 0, $Password) { | |
-------------------------------- | |
File : applications/dashboard/models/class.usermodel.php:2114 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $ID = 0 | |
Line : public function ValidateCredentials($Email = '', $ID = 0, $Password) { | |
-------------------------------- | |
File : applications/vanilla/models/class.discussionmodel.php:156 | |
Reason : UseUndeclaredVariable | |
Snippet : $Tables | |
Line : if(array_key_exists($TableAlias, $Tables)) { | |
-------------------------------- | |
File : applications/vanilla/models/class.discussionmodel.php:936 | |
Reason : UseUndeclaredVariable | |
Snippet : $ForeignUrl | |
Line : $Body = $ForeignUrl; | |
-------------------------------- | |
File : applications/vanilla/models/class.discussionmodel.php:909 | |
Reason : TooManyArgument | |
Snippet : FetchPageInfo($Url, 3, $ThrowError) | |
Line : $PageInfo = FetchPageInfo($Url, 3, $ThrowError); | |
-------------------------------- | |
File : applications/vanilla/models/class.discussionmodel.php:1396 | |
Reason : TooManyArgument | |
Snippet : $this->GetID($DiscussionID, 'array') | |
Line : $Stored = $this->GetID($DiscussionID, DATASET_TYPE_ARRAY); | |
-------------------------------- | |
File : applications/vanilla/models/class.discussionmodel.php:1533 | |
Reason : TooManyArgument | |
Snippet : $this->GetID($DiscussionID, 'array') | |
Line : $Discussion = $this->GetID($DiscussionID, DATASET_TYPE_ARRAY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Cache/File.php:41 | |
Reason : UseUndeclaredVariable | |
Snippet : $file | |
Line : @unlink($file); | |
-------------------------------- | |
File : library/vendors/simplehtmldom/simple_html_dom.php:965 | |
Reason : UseUndeclaredVariable | |
Snippet : $fullValue | |
Line : if (is_object($debugObject)) {$debugObject->debugLog(2, 'meta content-type tag found' . $fullValue);} | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/CSS/UriRewriter.php:155 | |
Reason : UseUndeclaredVariable | |
Snippet : $currentDirBak | |
Line : $newCurrentDir = realpath2($currentDirBak.realpath2(dirname($uri))); | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/CSS/UriRewriter.php:133 | |
Reason : TooManyArgument | |
Snippet : Minify_CSS_UriRewriter::_realpath(Minify_CSS_UriRewriter::$_docRoot, $uri) | |
Line : $path = self::_realpath(self::$_docRoot, $uri); | |
-------------------------------- | |
File : applications/vanilla/settings/structure.php:247 | |
Reason : UseUndeclaredGlobalVariable | |
Snippet : $Database | |
Line : $PermissionModel->Database = $Database; | |
-------------------------------- | |
File : applications/conversations/settings/structure.php:17 | |
Reason : UseUndeclaredGlobalVariable | |
Snippet : $Database | |
Line : $SQL = $Database->SQL(); | |
-------------------------------- | |
File : library/vendors/Smarty-2.6.25/libs/Smarty.class.php:589 | |
Reason : UseUndeclaredGlobalVariable | |
Snippet : $GLOBALS['HTTP_REQUEST_VARS'] | |
Line : $this->_supers['request'] = $this->request_use_auto_globals ? $_REQUEST : $GLOBALS['HTTP_REQUEST_VARS']; | |
-------------------------------- | |
File : library/core/class.condition.php:90 | |
Reason : UseUndeclaredConstant | |
Snippet : PERMISSION | |
Line : case PERMISSION: | |
-------------------------------- | |
File : library/core/class.condition.php:96 | |
Reason : UseUndeclaredConstant | |
Snippet : REQUEST | |
Line : case REQUEST: | |
-------------------------------- | |
File : library/core/class.condition.php:115 | |
Reason : UseUndeclaredConstant | |
Snippet : ROLE | |
Line : case ROLE: | |
-------------------------------- | |
File : library/core/class.condition.php:144 | |
Reason : UnknownFunction | |
Snippet : stelen($Expr) | |
Line : if (stelen($Expr) > 1 && $Expr[0] === '`' && $Expr[strlen($Expr) - 1] == '`') { | |
-------------------------------- | |
File : library/core/class.condition.php:70 | |
Reason : MissingObjectContext | |
Snippet : $this->CompareType | |
Line : if (!$Test && $this->CompareType == self::COMPARE_AND) | |
-------------------------------- | |
File : library/core/class.condition.php:72 | |
Reason : MissingObjectContext | |
Snippet : $this->CompareType | |
Line : if ($Test && $this->CompareType == self::COMPARE_OR) | |
-------------------------------- | |
File : library/core/class.condition.php:75 | |
Reason : MissingObjectContext | |
Snippet : $this->CompareType | |
Line : if ($this->CompareType == self::COMPARE_AND) | |
-------------------------------- | |
File : library/core/class.memcache.php:33 | |
Reason : UseUndeclaredConstant | |
Snippet : MEMCACHE_COMPRESSED | |
Line : $this->RegisterFeature(Gdn_Cache::FEATURE_COMPRESS, MEMCACHE_COMPRESSED); | |
-------------------------------- | |
File : library/core/class.pluginmanager.php:1094 | |
Reason : UseUndeclaredConstant | |
Snippet : Gdn_PluginManager::ACTION_ONLOAD | |
Line : case self::ACTION_ONLOAD: $HookMethod = 'OnLoad'; break; | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/MemcachedStore.php:47 | |
Reason : UseUndeclaredConstant | |
Snippet : MEMCACHE_COMPRESSED | |
Line : $this->compress = $compress ? MEMCACHE_COMPRESSED : 0; | |
-------------------------------- | |
File : library/database/class.sqldriver.php:691 | |
Reason : UseUndeclaredConstant | |
Snippet : i | |
Line : $Token = $Tokens[i]; | |
-------------------------------- | |
File : library/database/class.sqldriver.php:2052 | |
Reason : UseUndeclaredConstant | |
Snippet : SqlDriver | |
Line : return $this->WhereExists(@SqlDriver, 'not exists'); | |
-------------------------------- | |
File : library/database/class.sqldriver.php:858 | |
Reason : UnknownObjectMethod | |
Snippet : $this->_FilterTableAliases($this->_GroupBys) | |
Line : $Sql .= implode(', ', $this->_FilterTableAliases($this->_GroupBys)); | |
-------------------------------- | |
File : library/database/class.sqldriver.php:1537 | |
Reason : UnknownObjectMethod | |
Snippet : $this->_FieldExpr(substr($Part, 1, strlen($Part) - 2), $Name) | |
Line : $Part = $this->_FieldExpr(substr($Part, 1, strlen($Part) - 2), $Name); | |
-------------------------------- | |
File : library/database/class.sqldriver.php:1127 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $Table = '' | |
Line : public function Replace($Table = '', $Set = NULL, $Where, $CheckExisting = FALSE) { | |
-------------------------------- | |
File : library/database/class.sqldriver.php:1127 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $Set = NULL | |
Line : public function Replace($Table = '', $Set = NULL, $Where, $CheckExisting = FALSE) { | |
-------------------------------- | |
File : library/database/class.sqldriver.php:1216 | |
Reason : TooManyArgument | |
Snippet : $this->EscapeIdentifier($TableName, TRUE) | |
Line : $JoinClause = ltrim($Join . ' join ') . $this->EscapeIdentifier($TableName, TRUE) . ' on ' . $On; | |
-------------------------------- | |
File : library/database/class.sqldriver.php:417 | |
Reason : TooManyArgument | |
Snippet : $this->Delete($t, $Where, $Limit, FALSE) | |
Line : $this->Delete($t, $Where, $Limit, FALSE); | |
-------------------------------- | |
File : library/database/class.sqldriver.php:434 | |
Reason : TooManyArgument | |
Snippet : $this->GetDelete($Table, $this->_Wheres, $this->_Limit) | |
Line : $Sql = $this->GetDelete($Table, $this->_Wheres, $this->_Limit); | |
-------------------------------- | |
File : library/database/class.sqldriver.php:1415 | |
Reason : TooManyArgument | |
Snippet : $this->EscapeIdentifier($Fields, TRUE) | |
Line : $this->_OrderBys[] = $this->EscapeIdentifier($Fields, TRUE).' '.$Direction; | |
-------------------------------- | |
File : library/database/class.sqldriver.php:1614 | |
Reason : TooManyArgument | |
Snippet : $this->GetUpdate($this->_Froms, $this->_Sets, $this->_Wheres, $this->_OrderBys, $this->_Limit) | |
Line : $Sql = $this->GetUpdate($this->_Froms, $this->_Sets, $this->_Wheres, $this->_OrderBys, $this->_Limit); | |
-------------------------------- | |
File : library/vendors/Auth/Yadis/XML.php:148 | |
Reason : UseUndeclaredConstant | |
Snippet : DOMXML_LOAD_PARSING | |
Line : $this->doc = @domxml_open_mem($xml_string, DOMXML_LOAD_PARSING, | |
-------------------------------- | |
File : library/vendors/Auth/Yadis/XML.php:148 | |
Reason : UnknownFunction | |
Snippet : domxml_open_mem($xml_string, DOMXML_LOAD_PARSING, $this->errors) | |
Line : $this->doc = @domxml_open_mem($xml_string, DOMXML_LOAD_PARSING, | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:145 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FUNCTION | |
Line : case KEYWORD_FUNCTION: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:166 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FUNCTION | |
Line : if ($childs[$i]->type == KEYWORD_FUNCTION && $childs[$i]->functionForm == DECLARED_FORM) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:184 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_IF | |
Line : case KEYWORD_IF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:211 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_SWITCH | |
Line : case KEYWORD_SWITCH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:217 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CASE | |
Line : if ($case->type == KEYWORD_CASE) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:248 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_BREAK | |
Line : case KEYWORD_BREAK: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:229 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FOR | |
Line : case KEYWORD_FOR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:236 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_WHILE | |
Line : case KEYWORD_WHILE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:244 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DO | |
Line : case KEYWORD_DO: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:291 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DEBUGGER | |
Line : case KEYWORD_DEBUGGER: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:249 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CONTINUE | |
Line : case KEYWORD_CONTINUE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:253 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_TRY | |
Line : case KEYWORD_TRY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:265 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_THROW | |
Line : case KEYWORD_THROW: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:269 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_RETURN | |
Line : case KEYWORD_RETURN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:273 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_WITH | |
Line : case KEYWORD_WITH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:277 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_VAR | |
Line : case KEYWORD_VAR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:278 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CONST | |
Line : case KEYWORD_CONST: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:328 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LT | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:302 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : case OP_SEMICOLON: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:311 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : case OP_COMMA: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:317 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : case OP_ASSIGN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:321 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_HOOK | |
Line : case OP_HOOK: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:325 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_OR | |
Line : case OP_OR: case OP_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:325 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_AND | |
Line : case OP_OR: case OP_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:326 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_OR | |
Line : case OP_BITWISE_OR: case OP_BITWISE_XOR: case OP_BITWISE_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:326 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_XOR | |
Line : case OP_BITWISE_OR: case OP_BITWISE_XOR: case OP_BITWISE_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:326 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_AND | |
Line : case OP_BITWISE_OR: case OP_BITWISE_XOR: case OP_BITWISE_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:327 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_EQ | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:327 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_NE | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:327 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_STRICT_EQ | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:327 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_STRICT_NE | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:455 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_THIS | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:455 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_TRUE | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:328 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LE | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:328 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_GE | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:328 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_GT | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:329 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LSH | |
Line : case OP_LSH: case OP_RSH: case OP_URSH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:329 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RSH | |
Line : case OP_LSH: case OP_RSH: case OP_URSH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:329 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_URSH | |
Line : case OP_LSH: case OP_RSH: case OP_URSH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:330 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MUL | |
Line : case OP_MUL: case OP_DIV: case OP_MOD: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:330 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DIV | |
Line : case OP_MUL: case OP_DIV: case OP_MOD: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:330 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MOD | |
Line : case OP_MUL: case OP_DIV: case OP_MOD: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:334 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_PLUS | |
Line : case OP_PLUS: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:335 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MINUS | |
Line : case OP_MINUS: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:338 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_PLUS | |
Line : if ( $nextTokenType == OP_PLUS || $nextTokenType == OP_MINUS || | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:338 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MINUS | |
Line : if ( $nextTokenType == OP_PLUS || $nextTokenType == OP_MINUS || | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:339 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_INCREMENT | |
Line : $nextTokenType == OP_INCREMENT || $nextTokenType == OP_DECREMENT || | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:339 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DECREMENT | |
Line : $nextTokenType == OP_INCREMENT || $nextTokenType == OP_DECREMENT || | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:346 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_IN | |
Line : case KEYWORD_IN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:350 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_INSTANCEOF | |
Line : case KEYWORD_INSTANCEOF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:354 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DELETE | |
Line : case KEYWORD_DELETE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:358 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_VOID | |
Line : case KEYWORD_VOID: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:362 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_TYPEOF | |
Line : case KEYWORD_TYPEOF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:366 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_NOT | |
Line : case OP_NOT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:367 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_NOT | |
Line : case OP_BITWISE_NOT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:373 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_INCREMENT | |
Line : case OP_INCREMENT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:374 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DECREMENT | |
Line : case OP_DECREMENT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:381 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DOT | |
Line : case OP_DOT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:407 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NEW | |
Line : case KEYWORD_NEW: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:455 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NULL | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:455 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FALSE | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:562 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : while (!$this->t->isDone() && $this->t->peek() != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:572 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_CURLY | |
Line : $this->t->mustMatch(OP_LEFT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:574 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : $this->t->mustMatch(OP_RIGHT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:588 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FUNCTION | |
Line : case KEYWORD_FUNCTION: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:596 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_CURLY | |
Line : case OP_LEFT_CURLY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:598 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : $this->t->mustMatch(OP_RIGHT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:601 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_IF | |
Line : case KEYWORD_IF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:606 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_ELSE | |
Line : $n->elsePart = $this->t->match(KEYWORD_ELSE) ? $this->Statement($x) : null; | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:610 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_SWITCH | |
Line : case KEYWORD_SWITCH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:612 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_PAREN | |
Line : $this->t->mustMatch(OP_LEFT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:614 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : $this->t->mustMatch(OP_RIGHT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:620 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_CURLY | |
Line : $this->t->mustMatch(OP_LEFT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:622 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : while (($tt = $this->t->get()) != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:626 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DEFAULT | |
Line : case KEYWORD_DEFAULT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:630 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CASE | |
Line : case KEYWORD_CASE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:632 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DEFAULT | |
Line : if ($tt == KEYWORD_DEFAULT) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:635 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : $n2->caseLabel = $this->Expression($x, OP_COLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:641 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : $this->t->mustMatch(OP_COLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:643 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CASE | |
Line : while (($tt = $this->t->peek()) != KEYWORD_CASE && $tt != KEYWORD_DEFAULT && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:643 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DEFAULT | |
Line : while (($tt = $this->t->peek()) != KEYWORD_CASE && $tt != KEYWORD_DEFAULT && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:643 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : while (($tt = $this->t->peek()) != KEYWORD_CASE && $tt != KEYWORD_DEFAULT && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:652 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FOR | |
Line : case KEYWORD_FOR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:655 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_PAREN | |
Line : $this->t->mustMatch(OP_LEFT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:657 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : if (($tt = $this->t->peek()) != OP_SEMICOLON) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:660 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_VAR | |
Line : if ($tt == KEYWORD_VAR || $tt == KEYWORD_CONST) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:660 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CONST | |
Line : if ($tt == KEYWORD_VAR || $tt == KEYWORD_CONST) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:672 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_IN | |
Line : if ($n2 && $this->t->match(KEYWORD_IN)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:675 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_VAR | |
Line : if ($n2->type == KEYWORD_VAR) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:701 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $this->t->mustMatch(OP_SEMICOLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:702 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $n->condition = $this->t->peek() == OP_SEMICOLON ? null : $this->Expression($x); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:703 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $this->t->mustMatch(OP_SEMICOLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:704 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : $n->update = $this->t->peek() == OP_RIGHT_PAREN ? null : $this->Expression($x); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:707 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : $this->t->mustMatch(OP_RIGHT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:768 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_TRY | |
Line : case KEYWORD_TRY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:711 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_WHILE | |
Line : case KEYWORD_WHILE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:718 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DO | |
Line : case KEYWORD_DO: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:721 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_WHILE | |
Line : $n->body = $this->nest($x, $n, KEYWORD_WHILE); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:728 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $this->t->match(OP_SEMICOLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:733 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_BREAK | |
Line : case KEYWORD_BREAK: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:734 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CONTINUE | |
Line : case KEYWORD_CONTINUE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:762 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_BREAK | |
Line : while (!$ss[$i]->isLoop && ($tt != KEYWORD_BREAK || $ss[$i]->type != KEYWORD_SWITCH)); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:762 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_SWITCH | |
Line : while (!$ss[$i]->isLoop && ($tt != KEYWORD_BREAK || $ss[$i]->type != KEYWORD_SWITCH)); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:773 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CATCH | |
Line : while ($this->t->match(KEYWORD_CATCH)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:776 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_PAREN | |
Line : $this->t->mustMatch(OP_LEFT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:779 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_IF | |
Line : if ($this->t->match(KEYWORD_IF)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:794 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : $this->t->mustMatch(OP_RIGHT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:799 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FINALLY | |
Line : if ($this->t->match(KEYWORD_FINALLY)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:806 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CATCH | |
Line : case KEYWORD_CATCH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:807 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FINALLY | |
Line : case KEYWORD_FINALLY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:810 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_THROW | |
Line : case KEYWORD_THROW: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:815 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_RETURN | |
Line : case KEYWORD_RETURN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:821 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:821 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:827 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_WITH | |
Line : case KEYWORD_WITH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:833 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_VAR | |
Line : case KEYWORD_VAR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:834 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CONST | |
Line : case KEYWORD_CONST: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:842 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DEBUGGER | |
Line : case KEYWORD_DEBUGGER: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:847 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : case OP_SEMICOLON: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:848 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $n = new JSNode($this->t, OP_SEMICOLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:858 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : if ($tt == OP_COLON) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:877 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $n = new JSNode($this->t, OP_SEMICOLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:887 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:887 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:891 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : $this->t->match(OP_SEMICOLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:900 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FUNCTION | |
Line : if ($f->type != KEYWORD_FUNCTION) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:908 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_PAREN | |
Line : $this->t->mustMatch(OP_LEFT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:911 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : while (($tt = $this->t->get()) != OP_RIGHT_PAREN) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:918 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : if ($this->t->peek() != OP_RIGHT_PAREN) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:919 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : $this->t->mustMatch(OP_COMMA); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:922 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_CURLY | |
Line : $this->t->mustMatch(OP_LEFT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:927 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : $this->t->mustMatch(OP_RIGHT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:948 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : if ($this->t->match(OP_ASSIGN)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:953 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : $n2->initializer = $this->Expression($x, OP_COMMA); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:956 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_CONST | |
Line : $n2->readOnly = $n->type == KEYWORD_CONST; | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:961 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : while ($this->t->match(OP_COMMA)); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:993 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_SEMICOLON | |
Line : case OP_SEMICOLON: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:997 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : case OP_ASSIGN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:999 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : case OP_COLON: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:998 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_HOOK | |
Line : case OP_HOOK: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1051 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_AND | |
Line : case OP_BITWISE_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1006 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : ($tt == OP_COLON && end($operators)->type == OP_ASSIGN) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1006 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : ($tt == OP_COLON && end($operators)->type == OP_ASSIGN) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1011 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : if ($tt == OP_COLON) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1014 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_HOOK | |
Line : if ($n->type != OP_HOOK) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1022 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : if ($tt == OP_ASSIGN) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1031 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_IN | |
Line : case KEYWORD_IN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1050 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_XOR | |
Line : case OP_BITWISE_XOR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1043 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : case OP_COMMA: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1047 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_OR | |
Line : case OP_OR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1048 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_AND | |
Line : case OP_AND: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1049 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_OR | |
Line : case OP_BITWISE_OR: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1053 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_GE | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1052 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_EQ | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1052 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_NE | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1052 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_STRICT_EQ | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1052 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_STRICT_NE | |
Line : case OP_EQ: case OP_NE: case OP_STRICT_EQ: case OP_STRICT_NE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1053 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LT | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1053 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LE | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1080 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_BITWISE_NOT | |
Line : case OP_NOT: case OP_BITWISE_NOT: case OP_UNARY_PLUS: case OP_UNARY_MINUS: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1053 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_GT | |
Line : case OP_LT: case OP_LE: case OP_GE: case OP_GT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1054 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_INSTANCEOF | |
Line : case KEYWORD_INSTANCEOF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1055 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LSH | |
Line : case OP_LSH: case OP_RSH: case OP_URSH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1055 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RSH | |
Line : case OP_LSH: case OP_RSH: case OP_URSH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1055 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_URSH | |
Line : case OP_LSH: case OP_RSH: case OP_URSH: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1056 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_PLUS | |
Line : case OP_PLUS: case OP_MINUS: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1056 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MINUS | |
Line : case OP_PLUS: case OP_MINUS: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1057 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MUL | |
Line : case OP_MUL: case OP_DIV: case OP_MOD: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1057 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DIV | |
Line : case OP_MUL: case OP_DIV: case OP_MOD: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1057 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MOD | |
Line : case OP_MUL: case OP_DIV: case OP_MOD: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1058 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DOT | |
Line : case OP_DOT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1067 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DOT | |
Line : if ($tt == OP_DOT) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1070 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DOT | |
Line : array_push($operands, new JSNode($this->t, OP_DOT, array_pop($operands), new JSNode($this->t))); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1079 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_DELETE | |
Line : case KEYWORD_DELETE: case KEYWORD_VOID: case KEYWORD_TYPEOF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1079 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_VOID | |
Line : case KEYWORD_DELETE: case KEYWORD_VOID: case KEYWORD_TYPEOF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1079 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_TYPEOF | |
Line : case KEYWORD_DELETE: case KEYWORD_VOID: case KEYWORD_TYPEOF: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1080 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_NOT | |
Line : case OP_NOT: case OP_BITWISE_NOT: case OP_UNARY_PLUS: case OP_UNARY_MINUS: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1081 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NEW | |
Line : case KEYWORD_NEW: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1088 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_INCREMENT | |
Line : case OP_INCREMENT: case OP_DECREMENT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1088 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_DECREMENT | |
Line : case OP_INCREMENT: case OP_DECREMENT: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1113 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FUNCTION | |
Line : case KEYWORD_FUNCTION: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1121 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NULL | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1121 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_THIS | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1121 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_TRUE | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1121 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_FALSE | |
Line : case KEYWORD_NULL: case KEYWORD_THIS: case KEYWORD_TRUE: case KEYWORD_FALSE: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1137 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_BRACKET | |
Line : case OP_LEFT_BRACKET: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1143 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_BRACKET | |
Line : while (($tt = $this->t->peek()) != OP_RIGHT_BRACKET) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1157 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_BRACKET | |
Line : $this->t->mustMatch(OP_RIGHT_BRACKET); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1145 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : if ($tt == OP_COMMA) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1152 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : $n->addNode($this->Expression($x, OP_COMMA)); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1153 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : if (!$this->t->match(OP_COMMA)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1170 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_BRACKET | |
Line : case OP_RIGHT_BRACKET: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1180 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_CURLY | |
Line : case OP_LEFT_CURLY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1188 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : while (!$this->t->match(OP_RIGHT_CURLY)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1224 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : while ($this->t->match(OP_COMMA)); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1220 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COLON | |
Line : $this->t->mustMatch(OP_COLON); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1211 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : case OP_RIGHT_CURLY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1221 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : $n->addNode(new JSNode($this->t, JS_PROPERTY_INIT, $id, $this->Expression($x, OP_COMMA))); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1226 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : $this->t->mustMatch(OP_RIGHT_CURLY); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1235 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_CURLY | |
Line : case OP_RIGHT_CURLY: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1240 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_PAREN | |
Line : case OP_LEFT_PAREN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1248 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NEW | |
Line : $this->opPrecedence[end($operators)->type] > $this->opPrecedence[KEYWORD_NEW] | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1257 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : if ($this->t->match(OP_RIGHT_PAREN)) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1259 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NEW | |
Line : if ($n && $n->type == KEYWORD_NEW) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1274 | |
Reason : UseUndeclaredConstant | |
Snippet : KEYWORD_NEW | |
Line : if ($n && $n->type == KEYWORD_NEW) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1283 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : case OP_RIGHT_PAREN: | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1297 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_COMMA | |
Line : if ($n->treeNodes[1]->type != OP_COMMA) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1338 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_LEFT_PAREN | |
Line : $this->t->mustMatch(OP_LEFT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1340 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_RIGHT_PAREN | |
Line : $this->t->mustMatch(OP_RIGHT_PAREN); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1760 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : $tt = OP_ASSIGN; | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1768 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_PLUS | |
Line : if ($op == OP_PLUS) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1770 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_MINUS | |
Line : elseif ($op == OP_MINUS) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1834 | |
Reason : UseUndeclaredConstant | |
Snippet : OP_ASSIGN | |
Line : if ($tt == OP_ASSIGN) | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:679 | |
Reason : UnknownObjectMethod | |
Snippet : $this->t->SyntaxError('Invalid for..in left-hand side', $this->t->filename, $n2->lineno) | |
Line : throw $this->t->SyntaxError( | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1551 | |
Reason : BadDefine | |
Snippet : define('OP_' . $name, $operand) | |
Line : define('OP_' . $name, $operand); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1557 | |
Reason : BadDefine | |
Snippet : define('KEYWORD_' . strtoupper($keyword), $keyword) | |
Line : define('KEYWORD_' . strtoupper($keyword), $keyword); | |
-------------------------------- | |
File : library/vendors/Minify/lib/JSMinPlus.php:1589 | |
Reason : UseVoidReturn | |
Snippet : $this->unget() | |
Line : return $this->get() == $tt || $this->unget(); | |
-------------------------------- | |
File : library/core/class.authenticator.php:126 | |
Reason : UseUndeclaredConstant | |
Snippet : Gdn_Authenticator::INPUT_COOKIES | |
Line : $this->_DataHooks[$DataTarget]['value'] = $this->_DataSource->GetValueFrom(Gdn_Authenticator::INPUT_COOKIES, $DataHook['lookup'], FALSE); | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/SQLStore.php:117 | |
Reason : UseUndeclaredConstant | |
Snippet : DB_FETCHMODE_ASSOC | |
Line : $this->connection->setFetchMode(DB_FETCHMODE_ASSOC); | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Controller/Version1.php:30 | |
Reason : UseUndeclaredConstant | |
Snippet : MINIFY_USE_CACHE | |
Line : if (MINIFY_USE_CACHE) { | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Controller/Version1.php:37 | |
Reason : UseUndeclaredConstant | |
Snippet : MINIFY_ENCODING | |
Line : $options['contentTypeCharset'] = MINIFY_ENCODING; | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Controller/Version1.php:57 | |
Reason : UseUndeclaredConstant | |
Snippet : MINIFY_MAX_FILES | |
Line : if (count($files) > MINIFY_MAX_FILES) { | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Controller/Version1.php:72 | |
Reason : UseUndeclaredConstant | |
Snippet : MINIFY_BASE_DIR | |
Line : : MINIFY_BASE_DIR; | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Controller/Version1.php:96 | |
Reason : UseUndeclaredConstant | |
Snippet : MINIFY_REWRITE_CSS_URLS | |
Line : if (! MINIFY_REWRITE_CSS_URLS) { | |
-------------------------------- | |
File : library/vendors/Minify/lib/Minify/Controller/Version1.php:113 | |
Reason : BadDefine | |
Snippet : define($const, $val) | |
Line : define($const, $val); | |
-------------------------------- | |
File : library/vendors/phpmailer/class.phpmailer.php:455 | |
Reason : UseUndeclaredConstant | |
Snippet : kind | |
Line : echo 'Invalid recipient array: ' . kind; | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:88 | |
Reason : UnknownFunction | |
Snippet : remove_filter('the_content', 'wpautop') | |
Line : remove_filter('the_content', 'wpautop'); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:89 | |
Reason : UnknownFunction | |
Snippet : remove_filter('the_content_rss', 'wpautop') | |
Line : remove_filter('the_content_rss', 'wpautop'); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:90 | |
Reason : UnknownFunction | |
Snippet : remove_filter('the_excerpt', 'wpautop') | |
Line : remove_filter('the_excerpt', 'wpautop'); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:91 | |
Reason : UnknownFunction | |
Snippet : add_filter('the_content', 'mdwp_MarkdownPost', 6) | |
Line : add_filter('the_content', 'mdwp_MarkdownPost', 6); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:92 | |
Reason : UnknownFunction | |
Snippet : add_filter('the_content_rss', 'mdwp_MarkdownPost', 6) | |
Line : add_filter('the_content_rss', 'mdwp_MarkdownPost', 6); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:93 | |
Reason : UnknownFunction | |
Snippet : add_filter('get_the_excerpt', 'mdwp_MarkdownPost', 6) | |
Line : add_filter('get_the_excerpt', 'mdwp_MarkdownPost', 6); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:94 | |
Reason : UnknownFunction | |
Snippet : add_filter('get_the_excerpt', 'trim', 7) | |
Line : add_filter('get_the_excerpt', 'trim', 7); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:95 | |
Reason : UnknownFunction | |
Snippet : add_filter('the_excerpt', 'mdwp_add_p') | |
Line : add_filter('the_excerpt', 'mdwp_add_p'); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:96 | |
Reason : UnknownFunction | |
Snippet : add_filter('the_excerpt_rss', 'mdwp_strip_p') | |
Line : add_filter('the_excerpt_rss', 'mdwp_strip_p'); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:98 | |
Reason : UnknownFunction | |
Snippet : remove_filter('content_save_pre', 'balanceTags', 50) | |
Line : remove_filter('content_save_pre', 'balanceTags', 50); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:99 | |
Reason : UnknownFunction | |
Snippet : remove_filter('excerpt_save_pre', 'balanceTags', 50) | |
Line : remove_filter('excerpt_save_pre', 'balanceTags', 50); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:100 | |
Reason : UnknownFunction | |
Snippet : add_filter('the_content', 'balanceTags', 50) | |
Line : add_filter('the_content', 'balanceTags', 50); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:101 | |
Reason : UnknownFunction | |
Snippet : add_filter('get_the_excerpt', 'balanceTags', 9) | |
Line : add_filter('get_the_excerpt', 'balanceTags', 9); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:111 | |
Reason : UnknownFunction | |
Snippet : is_single() | |
Line : if (is_single() || is_page() || is_feed()) { | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:111 | |
Reason : UnknownFunction | |
Snippet : is_page() | |
Line : if (is_single() || is_page() || is_feed()) { | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:111 | |
Reason : UnknownFunction | |
Snippet : is_feed() | |
Line : if (is_single() || is_page() || is_feed()) { | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:114 | |
Reason : UnknownFunction | |
Snippet : get_the_ID() | |
Line : $parser->fn_id_prefix = get_the_ID() . "."; | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:125 | |
Reason : UnknownFunction | |
Snippet : remove_filter('comment_text', 'wpautop', 30) | |
Line : remove_filter('comment_text', 'wpautop', 30); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:126 | |
Reason : UnknownFunction | |
Snippet : remove_filter('comment_text', 'make_clickable') | |
Line : remove_filter('comment_text', 'make_clickable'); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:127 | |
Reason : UnknownFunction | |
Snippet : add_filter('pre_comment_content', 'Markdown', 6) | |
Line : add_filter('pre_comment_content', 'Markdown', 6); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:128 | |
Reason : UnknownFunction | |
Snippet : add_filter('pre_comment_content', 'mdwp_hide_tags', 8) | |
Line : add_filter('pre_comment_content', 'mdwp_hide_tags', 8); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:129 | |
Reason : UnknownFunction | |
Snippet : add_filter('pre_comment_content', 'mdwp_show_tags', 12) | |
Line : add_filter('pre_comment_content', 'mdwp_show_tags', 12); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:130 | |
Reason : UnknownFunction | |
Snippet : add_filter('get_comment_text', 'Markdown', 6) | |
Line : add_filter('get_comment_text', 'Markdown', 6); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:131 | |
Reason : UnknownFunction | |
Snippet : add_filter('get_comment_excerpt', 'Markdown', 6) | |
Line : add_filter('get_comment_excerpt', 'Markdown', 6); | |
-------------------------------- | |
File : library/vendors/markdown/markdown.php:132 | |
Reason : UnknownFunction | |
Snippet : add_filter('get_comment_excerpt', 'mdwp_strip_p', 7) | |
Line : add_filter('get_comment_excerpt', 'mdwp_strip_p', 7); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.activitycontroller.php:193 | |
Reason : UnknownFunction | |
Snippet : Gdn_UserException('Invalid activity ID') | |
Line : throw Gdn_UserException('Invalid activity ID'); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.profilecontroller.php:286 | |
Reason : UnknownFunction | |
Snippet : ConnectButton($Connection) | |
Line : ConnectButton($Connection), | |
-------------------------------- | |
File : applications/dashboard/controllers/class.profilecontroller.php:257 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $UserReference = '' | |
Line : public function Disconnect($UserReference = '', $Username = '', $Provider) { | |
-------------------------------- | |
File : applications/dashboard/controllers/class.profilecontroller.php:257 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $Username = '' | |
Line : public function Disconnect($UserReference = '', $Username = '', $Provider) { | |
-------------------------------- | |
File : applications/dashboard/controllers/class.profilecontroller.php:272 | |
Reason : TooManyArgument | |
Snippet : Redirect(UserUrl($this->User), '', 'connections') | |
Line : Redirect(UserUrl($this->User), '', 'connections'); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.profilecontroller.php:946 | |
Reason : TooManyArgument | |
Snippet : $InvitationModel->Send($InvitationID, $Email) | |
Line : $InvitationModel->Send($InvitationID, $Email); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.socialcontroller.php:85 | |
Reason : UnknownFunction | |
Snippet : WriteConnection($Connection) | |
Line : WriteConnection($Connection); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.socialcontroller.php:110 | |
Reason : UnknownFunction | |
Snippet : WriteConnection($Connection) | |
Line : WriteConnection($Connection); | |
-------------------------------- | |
File : applications/vanilla/controllers/class.discussioncontroller.php:392 | |
Reason : UnknownFunction | |
Snippet : BookmarkButton($Discussion) | |
Line : $Html = BookmarkButton($Discussion); | |
-------------------------------- | |
File : applications/vanilla/controllers/class.discussioncontroller.php:476 | |
Reason : UnknownFunction | |
Snippet : WriteDiscussionOptions($Discussion) | |
Line : WriteDiscussionOptions($Discussion); | |
-------------------------------- | |
File : applications/vanilla/controllers/class.discussioncontroller.php:564 | |
Reason : UnknownFunction | |
Snippet : Tag($Discussion, 'Closed', 'Closed') | |
Line : $this->JsonTarget(".Section-DiscussionList #Discussion_$DiscussionID .Meta-Discussion", Tag($Discussion, 'Closed', 'Closed'), 'Prepend'); | |
-------------------------------- | |
File : applications/vanilla/controllers/class.discussioncontroller.php:399 | |
Reason : TooManyArgument | |
Snippet : new BookmarkedModule($this) | |
Line : $Bookmarks = new BookmarkedModule($this); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.usercontroller.php:730 | |
Reason : UnknownFunction | |
Snippet : UserVerified($User) | |
Line : $this->JsonTarget('.User-Verified', UserVerified($User), 'ReplaceWith'); | |
-------------------------------- | |
File : applications/dashboard/controllers/class.usercontroller.php:351 | |
Reason : UseVoidReturn | |
Snippet : $this->HandleApplicant('Decline', $UserID) | |
Line : if ($this->HandleApplicant('Decline', $UserID)) | |
-------------------------------- | |
File : applications/dashboard/controllers/class.usercontroller.php:240 | |
Reason : UseVoidReturn | |
Snippet : $this->HandleApplicant('Approve', $UserID) | |
Line : $Approved = $this->HandleApplicant('Approve', $UserID); | |
-------------------------------- | |
File : library/core/class.factory.php:164 | |
Reason : UnknownFunction | |
Snippet : Exception() | |
Line : throw Exception(); | |
-------------------------------- | |
File : library/database/class.dataset.php:323 | |
Reason : UnknownFunction | |
Snippet : Exception('Gdn_DataSet::Join(): Missing '."'".'parent'."'".' argument'."'".'.') | |
Line : throw Exception("Gdn_DataSet::Join(): Missing 'parent' argument'."); | |
-------------------------------- | |
File : library/database/class.dataset.php:333 | |
Reason : UnknownFunction | |
Snippet : Exception('Gdn_DataSet::Join(): Missing '."'".'child'."'".' argument'."'".'.') | |
Line : throw Exception("Gdn_DataSet::Join(): Missing 'child' argument'."); | |
-------------------------------- | |
File : library/vendors/phpmailer/class.pop3.php:145 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $port = false | |
Line : public function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) { | |
-------------------------------- | |
File : library/vendors/phpmailer/class.pop3.php:145 | |
Reason : RequiredAfterOptionalParam | |
Snippet : $tval = false | |
Line : public function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) { | |
-------------------------------- | |
File : applications/dashboard/models/class.permissionmodel.php:533 | |
Reason : TooFewArgument | |
Snippet : strpos($PermissionName) | |
Line : if($Index = strpos($PermissionName)) | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/Consumer.php:711 | |
Reason : TooFewArgument | |
Snippet : $this->_completeInvalid($message, $endpoint) | |
Line : return $this->_completeInvalid($message, $endpoint); | |
-------------------------------- | |
File : library/core/class.gdn.php:243 | |
Reason : TooManyArgument | |
Snippet : Gdn::FactoryInstallDependency($Alias, $PropertyName, $SourceAlias, $Override) | |
Line : self::FactoryInstallDependency($Alias, $PropertyName, $SourceAlias, $Override); | |
-------------------------------- | |
File : library/core/class.gdn.php:272 | |
Reason : TooManyArgument | |
Snippet : Gdn::FactoryInstall($Alias, $Config['ClassName'], $Config['Path'], $FactoryType, $Data, $Override) | |
Line : self::FactoryInstall($Alias, $Config['ClassName'], $Config['Path'], $FactoryType, $Data, $Override); | |
-------------------------------- | |
File : applications/conversations/modules/class.inboxmodule.php:16 | |
Reason : TooManyArgument | |
Snippet : $Model->Get($this->UserID, 0, $this->Limit, array()) | |
Line : $Result = $Model->Get( | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/Association.php:199 | |
Reason : TooManyArgument | |
Snippet : Auth_OpenID_KVForm::fromArray($data, true) | |
Line : return Auth_OpenID_KVForm::fromArray($data, $strict = true); | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/HMAC.php:60 | |
Reason : TooManyArgument | |
Snippet : Auth_OpenID_SHA1($key, true) | |
Line : $key = Auth_OpenID_SHA1($key, true); | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/HMAC.php:66 | |
Reason : TooManyArgument | |
Snippet : Auth_OpenID_SHA1($key ^ $ipad . $text, true) | |
Line : $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true); | |
-------------------------------- | |
File : library/vendors/Auth/OpenID/HMAC.php:67 | |
Reason : TooManyArgument | |
Snippet : Auth_OpenID_SHA1($key ^ $opad . $hash1, true) | |
Line : $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true); | |
-------------------------------- | |
File : plugins/Twitter/class.twitter.plugin.php:522 | |
Reason : TooManyArgument | |
Snippet : $this->GetProfile($AccessToken) | |
Line : $Profile = $this->GetProfile($AccessToken); | |
-------------------------------- | |
File : library/core/class.regardingentity.php:327 | |
Reason : TooManyArgument | |
Snippet : T('The userlist provided for collaboration on '."'".'%s:%s'."'".' is invalid.', $this->Type, $this->ForeignType) | |
Line : throw new Exception(sprintf(T("The userlist provided for collaboration on '%s:%s' is invalid.", $this->Type, $this->ForeignType))); | |
-------------------------------- | |
File : library/core/class.smarty.php:59 | |
Reason : TooManyArgument | |
Snippet : UserPhotoDefaultUrl($Session->User, 'ProfilePhoto') | |
Line : $Photo = UserPhotoDefaultUrl($Session->User, 'ProfilePhoto'); | |
-------------------------------- | |
File : library/core/functions.render.php:662 | |
Reason : TooManyArgument | |
Snippet : UserPhotoDefaultUrl($User, $ImgClass) | |
Line : $Photo = UserPhotoDefaultUrl($User, $ImgClass); | |
-------------------------------- | |
File : library/core/functions.render.php:665 | |
Reason : TooManyArgument | |
Snippet : isUrl($Photo, '//') | |
Line : if (!isUrl($Photo, '//')) { | |
-------------------------------- | |
File : plugins/Tagging/class.tagging.plugin.php:128 | |
Reason : TooManyArgument | |
Snippet : new BookmarkedModule($Sender) | |
Line : $BookmarkedModule = new BookmarkedModule($Sender); | |
-------------------------------- | |
File : library/core/class.memcached.php:241 | |
Reason : TooManyArgument | |
Snippet : $this->Memcache->increment($RealKey, $Amount, $Initial, $Expiry) | |
Line : $Incremented = $this->Memcache->increment($RealKey, $Amount, $Initial, $Expiry); | |
-------------------------------- | |
File : library/core/class.memcached.php:263 | |
Reason : TooManyArgument | |
Snippet : $this->Memcache->decrement($RealKey, $Amount, $Initial, $Expiry) | |
Line : $Decremented = $this->Memcache->decrement($RealKey, $Amount, $Initial, $Expiry); | |
-------------------------------- | |
File : library/vendors/Auth/Yadis/Yadis.php:257 | |
Reason : TooManyArgument | |
Snippet : new Auth_Yadis_ParanoidHTTPFetcher($timeout) | |
Line : $fetcher = new Auth_Yadis_ParanoidHTTPFetcher($timeout); | |
-------------------------------- | |
File : library/vendors/SmartyPlugins/function.logo.php:20 | |
Reason : TooManyArgument | |
Snippet : Gdn_Theme::Logo('Title') | |
Line : $Result = Gdn_Theme::Logo('Title'); | |
-------------------------------- | |
File : library/core/class.form.php:597 | |
Reason : StatementHasNoEffect | |
Snippet : $Result . '</tr></thead>'; | |
Line : $Result . '</tr></thead>'; | |
-------------------------------- | |
File : applications/conversations/models/class.conversationmodel.php:550 | |
Reason : StatementHasNoEffect | |
Snippet : $Bookmark == '1' ? TRUE : FALSE; | |
Line : $Bookmark == '1' ? TRUE : FALSE; | |
-------------------------------- | |
File : library/core/class.auth.php:48 | |
Reason : UseVoidReturn | |
Snippet : $this->RegisterAuthenticator($AuthenticationSchemeAlias) | |
Line : $Registered = $this->RegisterAuthenticator($AuthenticationSchemeAlias); | |
-------------------------------- | |
File : library/core/class.configuration.php:665 | |
Reason : UseVoidReturn | |
Snippet : $this->Set($k, $v, TRUE, $Save) | |
Line : $Result = $Result & $this->Set($k, $v, TRUE, $Save); | |
-------------------------------- | |
File : library/core/class.configurationmodel.php:148 | |
Reason : UseVoidReturn | |
Snippet : SaveToConfig($Settings) | |
Line : $SaveResults = SaveToConfig($Settings); | |
wah 360 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment