Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 13 of 13) sorted by relevance

/PHP-Parser/
H A Dphpstan-baseline.neon4 …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 …]
/PHP-Parser/lib/PhpParser/Node/Scalar/MagicConst/
H A DMethod.php7 class Method extends MagicConst { class
/PHP-Parser/test/PhpParser/Node/Scalar/
H A DMagicConstTest.php20 [new MagicConst\Method(), '__METHOD__'],
/PHP-Parser/test/code/parser/stmt/class/
H A DreadonlyMethod.test5 Method foo() cannot be readonly from 1:17 to 1:24
/PHP-Parser/test/code/formatPreservation/
H A DclassMethodNop.test1 Adding statement to Class Method containing Nop
/PHP-Parser/lib/PhpParser/Builder/
H A DMethod.php11 class Method extends FunctionLike { class
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php117 public function method(string $name): Builder\Method {
118 return new Builder\Method($name);
/PHP-Parser/test/PhpParser/Builder/
H A DMethodTest.php21 return new Method($name);
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php30 ['method', Builder\Method::class],
/PHP-Parser/grammar/
H A Dphp.y1206 | T_METHOD_C { $$ = Scalar\MagicConst\Method[]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php117 protected function pScalar_MagicConst_Method(MagicConst\Method $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2544 …$self->semValue = new Scalar\MagicConst\Method($self->getAttributes($self->tokenStartStack[$stackP…
H A DPhp8.php2546 …$self->semValue = new Scalar\MagicConst\Method($self->getAttributes($self->tokenStartStack[$stackP…

Completed in 43 milliseconds