Searched refs:Method (Results 1 – 13 of 13) sorted by relevance
4 …message: "#^Method PhpParser\\\\Builder\\\\ClassConst\\:\\:__construct\\(\\) has parameter \\$valu…9 …message: "#^Method PhpParser\\\\Builder\\\\ClassConst\\:\\:addConst\\(\\) has parameter \\$value w…14 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:args\\(\\) has parameter \\$args with no value…19 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:attribute\\(\\) has parameter \\$args with no …29 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:funcCall\\(\\) has parameter \\$args with no v…39 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:new\\(\\) has parameter \\$args with no value …49 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:val\\(\\) has parameter \\$value with no value…59 …message: "#^Method PhpParser\\\\ConstExprEvaluator\\:\\:evaluateArray\\(\\) return type has no val…74 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeArray\\(\\) return type has no value type s…119 …message: "#^Method PhpParser\\\\NodeDumper\\:\\:dump\\(\\) has parameter \\$node with no value typ…[all …]
7 class Method extends MagicConst { class
20 [new MagicConst\Method(), '__METHOD__'],
5 Method foo() cannot be readonly from 1:17 to 1:24
1 Adding statement to Class Method containing Nop
11 class Method extends FunctionLike { class
117 public function method(string $name): Builder\Method {118 return new Builder\Method($name);
21 return new Method($name);
30 ['method', Builder\Method::class],
1206 | T_METHOD_C { $$ = Scalar\MagicConst\Method[]; }
117 protected function pScalar_MagicConst_Method(MagicConst\Method $node): string {
2544 …$self->semValue = new Scalar\MagicConst\Method($self->getAttributes($self->tokenStartStack[$stackP…
2546 …$self->semValue = new Scalar\MagicConst\Method($self->getAttributes($self->tokenStartStack[$stackP…
Completed in 43 milliseconds