Searched defs:children (Results 1 – 3 of 3) sorted by relevance
38 …public function __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $…
662 HashTable *children = Z_ARRVAL_P(AST_NODE_PROP_CHILDREN(obj)); in ast_create_virtual_node_ex() local729 zend_ast **children = ast_get_children(ast, state, &count); in ast_fill_children_ht() local1061 HashTable *children = Z_ARRVAL_P(AST_NODE_PROP_CHILDREN(obj)); in ast_to_zval() local1383 zval *children; in PHP_METHOD() local
306 public $children; variable in ast\\Node312 …public function __construct(int $kind = null, int $flags = null, array $children = null, int $line…
Completed in 10 milliseconds