@@ -78,6 +78,126 @@ parameters:
7878 count: 1
7979 path: app/services_loader.php
8080
81+ -
82+ message: '#^Access to constant FORMAT_HTTP on an unknown class OpenID_Message\.$#'
83+ identifier: class.notFound
84+ count: 1
85+ path: examples/openid.php
86+
87+ -
88+ message: '#^Binary operation "\." between ''\://'' and mixed results in an error\.$#'
89+ identifier: binaryOp.invalid
90+ count: 1
91+ path: examples/openid.php
92+
93+ -
94+ message: '#^Binary operation "\." between ''\<p class\="error"\>'' and mixed results in an error\.$#'
95+ identifier: binaryOp.invalid
96+ count: 1
97+ path: examples/openid.php
98+
99+ -
100+ message: '#^Binary operation "\." between ''Location\: '' and mixed results in an error\.$#'
101+ identifier: binaryOp.invalid
102+ count: 1
103+ path: examples/openid.php
104+
105+ -
106+ message: '#^Binary operation "\." between non\-falsy\-string and mixed results in an error\.$#'
107+ identifier: binaryOp.invalid
108+ count: 1
109+ path: examples/openid.php
110+
111+ -
112+ message: '#^Cannot call method get\(\) on mixed\.$#'
113+ identifier: method.nonObject
114+ count: 1
115+ path: examples/openid.php
116+
117+ -
118+ message: '#^Cannot call method getAuthorizeURL\(\) on mixed\.$#'
119+ identifier: method.nonObject
120+ count: 1
121+ path: examples/openid.php
122+
123+ -
124+ message: '#^Cannot call method prepare\(\) on mixed\.$#'
125+ identifier: method.nonObject
126+ count: 1
127+ path: examples/openid.php
128+
129+ -
130+ message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
131+ identifier: empty.notAllowed
132+ count: 1
133+ path: examples/openid.php
134+
135+ -
136+ message: '#^Instantiated class OpenID_Message not found\.$#'
137+ identifier: class.notFound
138+ count: 1
139+ path: examples/openid.php
140+
141+ -
142+ message: '#^Instantiated class OpenID_RelyingParty not found\.$#'
143+ identifier: class.notFound
144+ count: 1
145+ path: examples/openid.php
146+
147+ -
148+ message: '#^Only booleans are allowed in a negated boolean, int\<0, max\> given\.$#'
149+ identifier: booleanNot.exprNotBoolean
150+ count: 3
151+ path: examples/openid.php
152+
153+ -
154+ message: '#^Parameter \#1 \$e of function Die_error expects Exception, Throwable given\.$#'
155+ identifier: argument.type
156+ count: 3
157+ path: examples/openid.php
158+
159+ -
160+ message: '#^Parameter \#1 \$path of function dirname expects string, mixed given\.$#'
161+ identifier: argument.type
162+ count: 1
163+ path: examples/openid.php
164+
165+ -
166+ message: '#^Parameter \#2 \$string of function explode expects string, mixed given\.$#'
167+ identifier: argument.type
168+ count: 1
169+ path: examples/openid.php
170+
171+ -
172+ message: '#^Path in include_once\(\) "OpenID/RelyingParty\.php" is not a file or it does not exist\.$#'
173+ identifier: includeOnce.fileNotFound
174+ count: 1
175+ path: examples/openid.php
176+
177+ -
178+ message: '#^Variable \$authRequest might not be defined\.$#'
179+ identifier: variable.undefined
180+ count: 1
181+ path: examples/openid.php
182+
183+ -
184+ message: '#^Variable \$message might not be defined\.$#'
185+ identifier: variable.undefined
186+ count: 1
187+ path: examples/openid.php
188+
189+ -
190+ message: '#^Variable \$o might not be defined\.$#'
191+ identifier: variable.undefined
192+ count: 1
193+ path: examples/openid.php
194+
195+ -
196+ message: '#^Parameter \#1 \(mixed\) of echo cannot be converted to string\.$#'
197+ identifier: echo.nonString
198+ count: 1
199+ path: examples/signon.php
200+
81201 -
82202 message: '#^Binary operation "\." between ''\<p\>File \<samp\>'' and mixed results in an error\.$#'
83203 identifier: binaryOp.invalid
0 commit comments