Home
last modified time | relevance | path

Searched refs:staticCall (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/test/code/parser/expr/fetchAndCall/
H A DstaticPropertyFetch.test13 // class name variations can be found in staticCall.test
69 0: // class name variations can be found in staticCall.test
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php172 $factory->staticCall('\Foo', 'bar', [new Expr\Variable('baz')])
180 $factory->staticCall(new Expr\Variable('foo'), new Expr\Variable('bar'))
255 (new BuilderFactory())->staticCall('Foo', new Name('bar'));
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php290 public function staticCall($class, $name, array $args = []): Expr\StaticCall { function in PhpParser\\BuilderFactory
/PHP-Parser/doc/component/
H A DAST_builders.markdown127 * `staticCall($class, $name, array $args = [])`: Create a static method call node. Converts
/PHP-Parser/
H A Dphpstan-baseline.neon44 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:staticCall\\(\\) has parameter \\$args with no…
H A DCHANGELOG.md711 * `staticCall()`

Completed in 9 milliseconds