Searched refs:list (Results 1 – 7 of 7) sorted by relevance
2 Array destructuring (using unkeyed list())10 list($a, $b) = $x;11 list(, $b) = $x;
2 Statement list normalization
12 list($a, &$b) = $c;
10 list('foo' => $a, 'bar' => $b) = $x;
10 notice, this list of conditions and the following disclaimer.13 copyright notice, this list of conditions and the following
89 always zero. See the [flags section](#flags) for a list of flags supported by the different node96 which have a fixed set of named child nodes, as well as list nodes, which have a variable number97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for504 A list of currently supported versions is available through `ast\get_supported_versions()`. The
636 zend_ast_list *list = zend_ast_get_list(ast); in ast_get_children() local637 *count = list->children; in ast_get_children()638 return list->child; in ast_get_children()
Completed in 50 milliseconds