Searched refs:funcCall (Results 1 – 5 of 5) sorted by relevance
131 $factory->funcCall('var_dump', ['str'])136 $factory->funcCall(new Expr\Variable('fn'))261 (new BuilderFactory())->funcCall(new Node\Stmt\Return_());
261 public function funcCall($name, array $args = []): Expr\FuncCall { function in PhpParser\\BuilderFactory
123 * `funcCall($name, array $args = [])`: Create a function call node. Converts `$name` to a `Name`
29 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:funcCall\\(\\) has parameter \\$args with no v…
709 * `funcCall()`
Completed in 9 milliseconds