Searched refs:array (Results 1 – 14 of 14) sorted by relevance
/php-ast/tests/ |
H A D | get_supported_versions.phpt | 11 array(8) { 29 array(6) {
|
H A D | nullable_types.phpt | 14 function test(?array $foo) : ?array {
|
H A D | php82_dynamic_property_attribute.phpt | 31 %Sast\Node::__set_state(array( 39 %Sast\Metadata::__set_state(array(
|
H A D | constructor.phpt | 13 // ?int $kind, ?int $flags, ?array $children, ?int $lineno, ?int $endLineno]
|
H A D | php80_union_types_nullable.phpt | 13 function test(?array $a, ?object $o) : ?\stdClass { 17 public ?array $arr;
|
H A D | params.phpt | 12 function test3(array &$a, array &...$b) {}
|
H A D | by_ref_destructuring.phpt | 2 By-reference array destructuring (PHP 7.3)
|
H A D | type_hints.phpt | 11 A $a, array $b, callable $c, INT $d, Float $e, string $f, bool $g, iterable $h
|
H A D | short_arrow_function_return.phpt | 13 fn(iterable $i) : array => [$i];
|
H A D | short_arrow_function.phpt | 15 $c = /** doc comment */ static fn(?int... $args): array => $args;
|
H A D | decl_normalization.phpt | 37 array(4) {
|
H A D | php80_union_types.phpt | 13 function test(OBJECT|array|float|int|String|null $a) : string|false {
|
/php-ast/ |
H A D | README.md | 94 The `children` property contains an array of child-nodes. These children can be either other 124 array(1) { 134 array(2) { 144 array(1) { 211 `flags` is an array of flag constant names, which may be used by the node kind. `flagsCombinable`
|
H A D | ast.c | 67 …define AST_NODE_SET_PROP_CHILDREN_ARRAY(object, array) ZVAL_ARR(AST_NODE_PROP_CHILDREN((object)), … argument
|
Completed in 17 milliseconds