Home
last modified time | relevance | path

Searched defs:children (Results 1 – 3 of 3) sorted by relevance

/php-ast/
H A Dast.stub.php38 …public function __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $…
H A Dast.c655 HashTable *children = Z_ARRVAL_P(AST_NODE_PROP_CHILDREN(obj)); in ast_create_virtual_node_ex() local
722 zend_ast **children = ast_get_children(ast, state, &count); in ast_fill_children_ht() local
1024 HashTable *children = Z_ARRVAL_P(AST_NODE_PROP_CHILDREN(obj)); in ast_to_zval() local
1338 zval *children; in PHP_METHOD() local
H A Dast_stub.php306 public $children; variable in ast\\Node
312 …public function __construct(int $kind = null, int $flags = null, array $children = null, int $line…

Completed in 10 milliseconds