Home
last modified time | relevance | path

Searched refs:funcCall (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php131 $factory->funcCall('var_dump', ['str'])
136 $factory->funcCall(new Expr\Variable('fn'))
261 (new BuilderFactory())->funcCall(new Node\Stmt\Return_());
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php261 public function funcCall($name, array $args = []): Expr\FuncCall { function in PhpParser\\BuilderFactory
/PHP-Parser/doc/component/
H A DAST_builders.markdown123 * `funcCall($name, array $args = [])`: Create a function call node. Converts `$name` to a `Name`
/PHP-Parser/
H A Dphpstan-baseline.neon29 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:funcCall\\(\\) has parameter \\$args with no v…
H A DCHANGELOG.md709 * `funcCall()`

Completed in 9 milliseconds