Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/test_old/
H A Drun.php36 $arguments = array(); variable
50 $arguments[] = $arg;
54 if (count($arguments) !== 2) {
61 $testType = $arguments[0];
62 $dir = $arguments[1];
/PHP-Parser/test/code/prettyPrinter/expr/
H A DnamedArgs.test1 Named arguments
/PHP-Parser/test/code/formatPreservation/
H A DnamedArgs.test1 Named arguments
/PHP-Parser/test/code/parser/expr/fetchAndCall/
H A DnamedArgs.test1 Named arguments
/PHP-Parser/doc/component/
H A DAST_builders.markdown121 * `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.
/PHP-Parser/
H A DUPGRADE-3.0.md130 ### Removed methods, arguments, options
132 The following methods, arguments or options have been removed:
H A DUPGRADE-5.0.md311arguments 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…
H A DCHANGELOG.md350 * `BuilderFactory::args()` now accepts named arguments.
456 * [PHP 8.0] Added support for named arguments, represented using a new `name` subnode on `Arg`.
770 for creating concatenation trees, `args()` for preparing function arguments.
889 printing the array items / function arguments on separate lines. Array literals and functions that
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown191 and call arguments (`PhpParser\Node\Arg`).

Completed in 17 milliseconds