Home
last modified time | relevance | path

Searched refs:array (Results 1 – 14 of 14) sorted by relevance

/php-ast/tests/
H A Dget_supported_versions.phpt11 array(8) {
29 array(6) {
H A Dnullable_types.phpt14 function test(?array $foo) : ?array {
H A Dphp82_dynamic_property_attribute.phpt31 %Sast\Node::__set_state(array(
39 %Sast\Metadata::__set_state(array(
H A Dconstructor.phpt13 // ?int $kind, ?int $flags, ?array $children, ?int $lineno, ?int $endLineno]
H A Dphp80_union_types_nullable.phpt13 function test(?array $a, ?object $o) : ?\stdClass {
17 public ?array $arr;
H A Dparams.phpt12 function test3(array &$a, array &...$b) {}
H A Dby_ref_destructuring.phpt2 By-reference array destructuring (PHP 7.3)
H A Dtype_hints.phpt11 A $a, array $b, callable $c, INT $d, Float $e, string $f, bool $g, iterable $h
H A Dshort_arrow_function_return.phpt13 fn(iterable $i) : array => [$i];
H A Dshort_arrow_function.phpt15 $c = /** doc comment */ static fn(?int... $args): array => $args;
H A Ddecl_normalization.phpt37 array(4) {
H A Dphp80_union_types.phpt13 function test(OBJECT|array|float|int|String|null $a) : string|false {
/php-ast/
H A DREADME.md94 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 Dast.c67 …define AST_NODE_SET_PROP_CHILDREN_ARRAY(object, array) ZVAL_ARR(AST_NODE_PROP_CHILDREN((object)), … argument

Completed in 14 milliseconds