[ // documented as 'mixed' in doc-en/reference/datetime/dateinterval.xml:90. 'days' => 'false|int', ], 'domnode' => [ // documented as 'DomNodeList' in doc-en/reference/dom/domnode.xml:57. 'childnodes' => 'DomNodeList' ], 'tidy' => [ // documented via in doc-en/reference/tidy/tidy.xml:33 'errorbuffer' => 'string', ], // // Undocumented classes from here on. // 'phpparser\\node\\expr\\array_' => [ 'items' => 'array', ], 'phpparser\\node\\expr\\arrowfunction' => [ 'params' => 'list', ], 'phpparser\\node\\expr\\closure' => [ 'params' => 'list', ], 'phpparser\\node\\expr\\list_' => [ 'items' => 'array', ], 'phpparser\\node\\expr\\shellexec' => [ 'parts' => 'list', ], 'phpparser\\node\\matcharm' => [ 'conds' => 'null|non-empty-list', ], 'phpparser\\node\\name' => [ 'parts' => 'non-empty-list', ], 'phpparser\\node\\stmt\\case_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\catch_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\class_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\do_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\else_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\elseif_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\finally_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\for_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\foreach_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\if_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\interface_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\namespace_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\trait_' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\trycatch' => [ 'stmts' => 'list', ], 'phpparser\\node\\stmt\\while_' => [ 'stmts' => 'list', ], 'rdkafka\\message' => [ 'err' => 'int', 'headers' => 'array|null', 'key' => 'string|null', 'offset' => 'int', 'partition' => 'int', 'payload' => 'string', 'timestamp' => 'int', 'topic_name' => 'string', ], // // Legacy extensions that got removed. // 'mongoclient' => [ 'connected' => 'boolean', 'status' => 'string', ], 'mongocollection' => [ 'db' => 'MongoDB', 'w' => 'integer', 'wtimeout' => 'integer', ], 'mongocursor' => [ 'slaveokay' => 'boolean', 'timeout' => 'integer', ], 'mongodb' => [ 'w' => 'integer', 'wtimeout' => 'integer', ], 'mongodb-driver-exception-writeexception' => [ 'writeresult' => 'MongoDBDriverWriteResult', ], 'mongoid' => [ 'id' => 'string', ], 'mongoint32' => [ 'value' => 'string', ], 'mongoint64' => [ 'value' => 'string', ], 'tokyotyrantexception' => [ 'code' => 'int', ], ];