Home
last modified time | relevance | path

Searched refs:list (Results 1 – 7 of 7) sorted by relevance

/php-ast/tests/
H A Darray_destructuring_old.phpt2 Array destructuring (using unkeyed list())
10 list($a, $b) = $x;
11 list(, $b) = $x;
H A Dstmt_list.phpt2 Statement list normalization
H A Dby_ref_destructuring.phpt12 list($a, &$b) = $c;
H A Darray_destructuring.phpt10 list('foo' => $a, 'bar' => $b) = $x;
/php-ast/
H A DLICENSE10 notice, this list of conditions and the following disclaimer.
13 copyright notice, this list of conditions and the following
H A DREADME.md89 always zero. See the [flags section](#flags) for a list of flags supported by the different node
96 which have a fixed set of named child nodes, as well as list nodes, which have a variable number
97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for
504 A list of currently supported versions is available through `ast\get_supported_versions()`. The
H A Dast.c636 zend_ast_list *list = zend_ast_get_list(ast); in ast_get_children() local
637 *count = list->children; in ast_get_children()
638 return list->child; in ast_get_children()

Completed in 13 milliseconds