Searched refs:arguments (Results 1 – 9 of 9) sorted by relevance
36 $arguments = array(); variable50 $arguments[] = $arg;54 if (count($arguments) !== 2) {61 $testType = $arguments[0];62 $dir = $arguments[1];
1 Named arguments
121 * `args(array $args)`: Creates an array of function/method arguments, including the required `Arg`124 node and normalizes arguments.126 an `Identifier` node and normalizes arguments.128 `$class` to a `Name` node, `$name` to an `Identifier` node and normalizes arguments.138 normalizes arguments.
130 ### Removed methods, arguments, options132 The following methods, arguments or options have been removed:
311 …arguments accepting types now longer accept plain strings. Either an `Identifier` or `Name` (or `C…431 The new `$precedence` and `$lhsPrecedence` arguments need to be passed down to the `pInfixOp()`, `p…
357 * `BuilderFactory::args()` now accepts named arguments.463 * [PHP 8.0] Added support for named arguments, represented using a new `name` subnode on `Arg`.777 for creating concatenation trees, `args()` for preparing function arguments.896 printing the array items / function arguments on separate lines. Array literals and functions that
191 and call arguments (`PhpParser\Node\Arg`).
Completed in 16 milliseconds