* TODO: Migrate the above scripts to be part of the existing php scripts
* for working with the phpdoc SVN repo
*/
return[
'arrayiterator'=>['name'=>'string'],
'arrayobject'=>['name'=>'string'],
'ast\metadata'=>[
'flags'=>'list<string>',
'flagsCombinable'=>'bool',
'kind'=>'int',
'name'=>'string',
],
'ast\node'=>[
'children'=>$ast_node_children_types,// NOTE: in the latest version, this is consistently an array, even for edge cases like statement lists of single statements.
'endLineno'=>'int',
'flags'=>'int',
'kind'=>'int',
'lineno'=>'int',
],
'ast\node\decl'=>[
'children'=>$ast_node_children_types,// NOTE: in the latest version, this is consistently an array, even for edge cases like statement lists of single statements.