2016-10-27 22:05:27 +02:00
|
|
|
<?php
|
2018-11-06 03:57:36 +01:00
|
|
|
namespace Psalm\Internal;
|
2016-10-27 22:05:27 +02:00
|
|
|
|
2016-11-21 20:51:19 +01:00
|
|
|
/**
|
2022-05-23 18:44:57 +02:00
|
|
|
* Automatically created by bin/update-property-map.php
|
2016-12-15 01:19:25 +01:00
|
|
|
*
|
2022-05-23 18:44:57 +02:00
|
|
|
* Please do not modify - adapt the override constants in above file instead.
|
2016-11-21 20:51:19 +01:00
|
|
|
*/
|
|
|
|
|
2016-10-27 22:05:27 +02:00
|
|
|
return [
|
2022-05-23 18:44:57 +02:00
|
|
|
'commonmark\\node' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'endColumn' => 'int',
|
|
|
|
'endLine' => 'int',
|
|
|
|
'firstChild' => 'Node|null',
|
|
|
|
'lastChild' => 'Node|null',
|
2022-05-23 18:44:57 +02:00
|
|
|
'next' => 'Node|null',
|
|
|
|
'parent' => 'Node|null',
|
|
|
|
'previous' => 'Node|null',
|
2022-12-04 17:10:40 +01:00
|
|
|
'startColumn' => 'int',
|
|
|
|
'startLine' => 'int',
|
2022-05-23 18:44:57 +02:00
|
|
|
],
|
|
|
|
'commonmark\\node\\bulletlist' => [
|
|
|
|
'delimiter' => 'int',
|
|
|
|
'tight' => 'bool',
|
|
|
|
],
|
|
|
|
'commonmark\\node\\codeblock' => [
|
|
|
|
'fence' => 'string|null',
|
|
|
|
],
|
|
|
|
'commonmark\\node\\customblock' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'onEnter' => 'string|null',
|
|
|
|
'onLeave' => 'string|null',
|
2022-05-23 18:44:57 +02:00
|
|
|
],
|
|
|
|
'commonmark\\node\\custominline' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'onEnter' => 'string|null',
|
|
|
|
'onLeave' => 'string|null',
|
2022-05-23 18:44:57 +02:00
|
|
|
],
|
|
|
|
'commonmark\\node\\heading' => [
|
|
|
|
'level' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'commonmark\\node\\image' => [
|
|
|
|
'title' => 'string|null',
|
|
|
|
'url' => 'string|null',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'commonmark\\node\\link' => [
|
|
|
|
'title' => 'string|null',
|
|
|
|
'url' => 'string|null',
|
|
|
|
],
|
|
|
|
'commonmark\\node\\orderedlist' => [
|
|
|
|
'delimiter' => 'int',
|
|
|
|
'start' => 'int',
|
|
|
|
'tight' => 'bool',
|
|
|
|
],
|
|
|
|
'commonmark\\node\\text' => [
|
|
|
|
'literal' => 'string|null',
|
|
|
|
],
|
|
|
|
'curlfile' => [
|
|
|
|
'mime' => 'string',
|
2017-05-27 02:05:57 +02:00
|
|
|
'name' => 'string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'postname' => 'string',
|
|
|
|
],
|
|
|
|
'curlstringfile' => [
|
|
|
|
'data' => 'string',
|
|
|
|
'mime' => 'string',
|
|
|
|
'postname' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
|
|
|
'dateinterval' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'd' => 'int',
|
2022-07-04 11:36:49 +02:00
|
|
|
'date_string' => 'string',
|
2022-05-23 14:06:31 +02:00
|
|
|
'days' => 'false|int',
|
|
|
|
'f' => 'float',
|
2022-07-04 11:36:49 +02:00
|
|
|
'from_string' => 'bool',
|
2022-05-23 18:44:57 +02:00
|
|
|
'h' => 'int',
|
|
|
|
'i' => 'int',
|
|
|
|
'invert' => 'int',
|
|
|
|
'm' => 'int',
|
|
|
|
's' => 'int',
|
|
|
|
'y' => 'int',
|
|
|
|
],
|
|
|
|
'dateperiod' => [
|
|
|
|
'current' => 'DateTimeInterface',
|
|
|
|
'end' => 'DateTimeInterface',
|
|
|
|
'include_start_date' => 'bool',
|
|
|
|
'interval' => 'DateInterval',
|
|
|
|
'recurrences' => 'int',
|
|
|
|
'start' => 'DateTimeInterface',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'directory' => [
|
|
|
|
'handle' => 'resource',
|
|
|
|
'path' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domattr' => [
|
2017-05-27 02:05:57 +02:00
|
|
|
'name' => 'string',
|
2022-12-04 17:10:40 +01:00
|
|
|
'ownerElement' => 'DOMElement|null',
|
|
|
|
'schemaTypeInfo' => 'mixed',
|
2022-05-23 14:06:31 +02:00
|
|
|
'specified' => 'bool',
|
|
|
|
'value' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domcharacterdata' => [
|
|
|
|
'data' => 'string',
|
|
|
|
'length' => 'int',
|
2022-12-04 17:10:40 +01:00
|
|
|
'nextElementSibling' => 'DOMElement|null',
|
|
|
|
'previousElementSibling' => 'DOMElement|null',
|
2022-05-23 14:06:31 +02:00
|
|
|
],
|
|
|
|
'domdocument' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'actualEncoding' => 'string|null',
|
|
|
|
'childElementCount' => 'int',
|
2022-05-23 18:44:57 +02:00
|
|
|
'config' => 'mixed',
|
|
|
|
'doctype' => 'DOMDocumentType|null',
|
2022-12-04 17:10:40 +01:00
|
|
|
'documentElement' => 'DOMElement|null',
|
|
|
|
'documentURI' => 'string|null',
|
2022-05-23 18:44:57 +02:00
|
|
|
'encoding' => 'string|null',
|
2022-12-04 17:10:40 +01:00
|
|
|
'firstElementChild' => 'DOMElement|null',
|
|
|
|
'formatOutput' => 'bool',
|
2022-05-23 14:06:31 +02:00
|
|
|
'implementation' => 'DOMImplementation',
|
2022-12-04 17:10:40 +01:00
|
|
|
'lastElementChild' => 'DOMElement|null',
|
2022-12-17 09:55:28 +01:00
|
|
|
'preserveWhiteSpace' => 'bool',
|
2022-05-23 14:06:31 +02:00
|
|
|
'recover' => 'bool',
|
2022-12-04 17:10:40 +01:00
|
|
|
'resolveExternals' => 'bool',
|
2022-05-23 14:06:31 +02:00
|
|
|
'standalone' => 'bool',
|
2022-12-04 17:10:40 +01:00
|
|
|
'strictErrorChecking' => 'bool',
|
|
|
|
'substituteEntities' => 'bool',
|
|
|
|
'validateOnParse' => 'bool',
|
2022-05-23 18:44:57 +02:00
|
|
|
'version' => 'string|null',
|
2022-12-04 17:18:24 +01:00
|
|
|
'xmlEncoding' => 'string|null',
|
2022-12-04 17:10:40 +01:00
|
|
|
'xmlStandalone' => 'bool',
|
|
|
|
'xmlVersion' => 'string|null',
|
2022-05-23 14:06:31 +02:00
|
|
|
],
|
|
|
|
'domdocumentfragment' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'childElementCount' => 'int',
|
|
|
|
'firstelementChild' => 'DOMElement|null',
|
|
|
|
'lastelementChild' => 'DOMElement|null',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domdocumenttype' => [
|
|
|
|
'entities' => 'DOMNamedNodeMap',
|
2022-05-23 18:44:57 +02:00
|
|
|
'internalsubset' => 'string|null',
|
2017-05-27 02:05:57 +02:00
|
|
|
'name' => 'string',
|
2022-05-23 14:06:31 +02:00
|
|
|
'notations' => 'DOMNamedNodeMap',
|
|
|
|
'publicid' => 'string',
|
|
|
|
'systemid' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domelement' => [
|
2022-12-04 17:18:24 +01:00
|
|
|
'childElementCount' => 'int',
|
2022-12-04 17:10:40 +01:00
|
|
|
'firstElementChild' => 'DOMElement|null',
|
|
|
|
'lastElementChild' => 'DOMElement|null',
|
|
|
|
'nextElementSibling' => 'DOMElement|null',
|
|
|
|
'previousElementSibling' => 'DOMElement|null',
|
|
|
|
'schemaTypeInfo' => 'mixed',
|
|
|
|
'tagName' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domentity' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'actualEncoding' => 'string|null',
|
2022-05-23 18:44:57 +02:00
|
|
|
'encoding' => 'string|null',
|
2022-12-04 17:10:40 +01:00
|
|
|
'notationName' => 'string|null',
|
2022-05-23 18:44:57 +02:00
|
|
|
'publicid' => 'string|null',
|
|
|
|
'systemid' => 'string|null',
|
|
|
|
'version' => 'string|null',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domexception' => [
|
|
|
|
'code' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domnamednodemap' => [
|
|
|
|
'length' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domnode' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'attributes' => 'DOMNamedNodeMap|null',
|
2022-12-04 17:18:24 +01:00
|
|
|
'baseURI' => 'string|null',
|
2022-12-04 17:10:40 +01:00
|
|
|
'childNodes' => 'DOMNodeList<DOMNode>',
|
|
|
|
'firstChild' => 'DOMNode|null',
|
|
|
|
'lastChild' => 'DOMNode|null',
|
|
|
|
'localName' => 'string|null',
|
|
|
|
'namespaceURI' => 'string|null',
|
|
|
|
'nextSibling' => 'DOMNode|null',
|
|
|
|
'nodeName' => 'string',
|
|
|
|
'nodeType' => 'int',
|
|
|
|
'nodeValue' => 'string|null',
|
|
|
|
'ownerDocument' => 'DOMDocument|null',
|
|
|
|
'parentNode' => 'DOMNode|null',
|
2022-05-23 14:06:31 +02:00
|
|
|
'prefix' => 'string',
|
2022-12-04 17:10:40 +01:00
|
|
|
'previousSibling' => 'DOMNode|null',
|
|
|
|
'textContent' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domnodelist' => [
|
|
|
|
'length' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
|
|
|
'domnotation' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'publicId' => 'string',
|
|
|
|
'systemId' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domprocessinginstruction' => [
|
|
|
|
'data' => 'string',
|
|
|
|
'target' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domtext' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'wholeText' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'domxpath' => [
|
|
|
|
'document' => 'DOMDocument',
|
2022-12-04 17:10:40 +01:00
|
|
|
'registerNodeNamespaces' => 'bool',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'errorexception' => [
|
|
|
|
'severity' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'event' => [
|
|
|
|
'pending' => 'bool',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'eventbuffer' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'contiguous_space' => 'int',
|
2017-05-27 02:05:57 +02:00
|
|
|
'length' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'eventbufferevent' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'fd' => 'int',
|
2022-05-23 14:06:31 +02:00
|
|
|
'input' => 'EventBuffer',
|
|
|
|
'output' => 'EventBuffer',
|
2022-05-23 18:44:57 +02:00
|
|
|
'priority' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'eventlistener' => [
|
|
|
|
'fd' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'eventsslcontext' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'local_cert' => 'string',
|
|
|
|
'local_pk' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
|
|
|
'libxmlerror' => [
|
|
|
|
'code' => 'int',
|
|
|
|
'column' => 'int',
|
|
|
|
'file' => 'string',
|
2022-05-23 14:06:31 +02:00
|
|
|
'level' => 'int',
|
2017-05-27 02:05:57 +02:00
|
|
|
'line' => 'int',
|
2022-05-23 14:06:31 +02:00
|
|
|
'message' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'mongoclient' => [
|
|
|
|
'connected' => 'boolean',
|
|
|
|
'status' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'mongocollection' => [
|
|
|
|
'db' => 'MongoDB',
|
|
|
|
'w' => 'integer',
|
|
|
|
'wtimeout' => 'integer',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'mongocursor' => [
|
|
|
|
'slaveokay' => 'boolean',
|
|
|
|
'timeout' => 'integer',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'mongodb' => [
|
|
|
|
'w' => 'integer',
|
|
|
|
'wtimeout' => 'integer',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'mongodb\\driver\\exception\\commandexception' => [
|
|
|
|
'resultdocument' => 'object',
|
|
|
|
],
|
|
|
|
'mongodb\\driver\\exception\\runtimeexception' => [
|
|
|
|
'errorlabels' => 'array|null',
|
|
|
|
],
|
|
|
|
'mongodb\\driver\\exception\\writeexception' => [
|
|
|
|
'writeresult' => 'MongoDB\\Driver\\WriteResult',
|
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'mongoid' => [
|
|
|
|
'id' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'mongoint32' => [
|
|
|
|
'value' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
|
|
|
'mongoint64' => [
|
2017-05-27 02:05:57 +02:00
|
|
|
'value' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2020-04-09 14:14:09 +02:00
|
|
|
'mysqli' => [
|
2023-02-06 07:31:43 +01:00
|
|
|
'affected_rows' => 'int<-1, max>|numeric-string',
|
2020-04-09 14:14:09 +02:00
|
|
|
'client_info' => 'string',
|
|
|
|
'client_version' => 'int',
|
|
|
|
'connect_errno' => 'int',
|
2022-05-23 18:44:57 +02:00
|
|
|
'connect_error' => 'string|null',
|
2020-04-09 14:14:09 +02:00
|
|
|
'errno' => 'int',
|
|
|
|
'error' => 'string',
|
|
|
|
'error_list' => 'array',
|
|
|
|
'field_count' => 'int',
|
|
|
|
'host_info' => 'string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'info' => 'string|null',
|
2020-11-17 03:48:04 +01:00
|
|
|
'insert_id' => 'int|string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'protocol_version' => 'int',
|
2020-04-09 14:14:09 +02:00
|
|
|
'server_info' => 'string',
|
|
|
|
'server_version' => 'int',
|
|
|
|
'sqlstate' => 'string',
|
|
|
|
'thread_id' => 'int',
|
|
|
|
'warning_count' => 'int',
|
|
|
|
],
|
|
|
|
'mysqli_driver' => [
|
|
|
|
'client_info' => 'string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'client_version' => 'int',
|
|
|
|
'driver_version' => 'int',
|
|
|
|
'embedded' => 'bool',
|
2020-04-09 14:14:09 +02:00
|
|
|
'reconnect' => 'bool',
|
2022-05-23 14:06:31 +02:00
|
|
|
'report_mode' => 'int',
|
2020-04-09 14:14:09 +02:00
|
|
|
],
|
|
|
|
'mysqli_result' => [
|
2022-05-23 14:06:31 +02:00
|
|
|
'current_field' => 'int',
|
2020-04-09 14:14:09 +02:00
|
|
|
'field_count' => 'int',
|
2021-11-24 21:07:32 +01:00
|
|
|
'lengths' => 'array|null',
|
2023-02-06 07:31:43 +01:00
|
|
|
'num_rows' => 'int<0, max>|numeric-string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'type' => 'int',
|
2020-04-09 14:14:09 +02:00
|
|
|
],
|
|
|
|
'mysqli_sql_exception' => [
|
2022-05-23 14:06:31 +02:00
|
|
|
'sqlstate' => 'string',
|
2020-04-09 14:14:09 +02:00
|
|
|
],
|
|
|
|
'mysqli_stmt' => [
|
2023-02-06 07:31:43 +01:00
|
|
|
'affected_rows' => 'int<-1, max>|numeric-string',
|
2020-04-09 14:14:09 +02:00
|
|
|
'errno' => 'int',
|
|
|
|
'error' => 'string',
|
|
|
|
'error_list' => 'array',
|
|
|
|
'field_count' => 'int',
|
2022-05-23 18:44:57 +02:00
|
|
|
'id' => 'int',
|
|
|
|
'insert_id' => 'int|string',
|
2023-02-06 07:31:43 +01:00
|
|
|
'num_rows' => 'int<0, max>|numeric-string',
|
2020-04-09 14:14:09 +02:00
|
|
|
'param_count' => 'int',
|
|
|
|
'sqlstate' => 'string',
|
|
|
|
],
|
|
|
|
'mysqli_warning' => [
|
|
|
|
'errno' => 'int',
|
|
|
|
'message' => 'string',
|
2020-05-30 23:01:20 +02:00
|
|
|
'sqlstate' => 'string',
|
2020-04-09 14:14:09 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'parallel\\events\\event' => [
|
|
|
|
'object' => 'object',
|
|
|
|
'source' => 'string',
|
|
|
|
'type' => 'int',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'parle\\errorinfo' => [
|
|
|
|
'id' => 'int',
|
|
|
|
'position' => 'int',
|
|
|
|
'token' => 'mixed',
|
|
|
|
],
|
|
|
|
'parle\\lexer' => [
|
|
|
|
'bol' => 'bool',
|
|
|
|
'cursor' => 'int',
|
|
|
|
'flags' => 'int',
|
|
|
|
'marker' => 'int',
|
|
|
|
'state' => 'int',
|
|
|
|
],
|
|
|
|
'parle\\parser' => [
|
|
|
|
'action' => 'int',
|
|
|
|
'reduceid' => 'int',
|
|
|
|
],
|
|
|
|
'parle\\rlexer' => [
|
|
|
|
'bol' => 'bool',
|
|
|
|
'cursor' => 'int',
|
|
|
|
'flags' => 'int',
|
|
|
|
'marker' => 'int',
|
|
|
|
'state' => 'int',
|
|
|
|
],
|
|
|
|
'parle\\rparser' => [
|
|
|
|
'action' => 'int',
|
|
|
|
'reduceid' => 'int',
|
|
|
|
],
|
|
|
|
'parle\\stack' => [
|
|
|
|
'empty' => 'bool',
|
|
|
|
'size' => 'int',
|
|
|
|
'top' => 'mixed',
|
|
|
|
],
|
|
|
|
'parle\\token' => [
|
|
|
|
'id' => 'int',
|
|
|
|
'value' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'pdoexception' => [
|
|
|
|
'code' => 'int|string',
|
2022-12-04 17:10:40 +01:00
|
|
|
'errorInfo' => 'array|null',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'pdostatement' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'queryString' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'php_user_filter' => [
|
|
|
|
'filtername' => 'string',
|
|
|
|
'params' => 'mixed',
|
|
|
|
'stream' => 'resource|null',
|
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\expr\\array_' => [
|
|
|
|
'items' => 'array<int, PhpParser\\Node\\Expr\\ArrayItem|null>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\expr\\arrowfunction' => [
|
|
|
|
'params' => 'list<PhpParser\\Node\\Param>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\expr\\closure' => [
|
|
|
|
'params' => 'list<PhpParser\\Node\\Param>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\expr\\list_' => [
|
|
|
|
'items' => 'array<int, PhpParser\\Node\\Expr\\ArrayItem|null>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\expr\\shellexec' => [
|
|
|
|
'parts' => 'list<PhpParser\\Node>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\matcharm' => [
|
|
|
|
'conds' => 'null|non-empty-list<PhpParser\\Node\\Expr>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\name' => [
|
|
|
|
'parts' => 'non-empty-list<non-empty-string>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\stmt\\case_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\stmt\\catch_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\stmt\\class_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\stmt\\do_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\stmt\\else_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'phpparser\\node\\stmt\\elseif_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\finally_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\for_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\foreach_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\if_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\interface_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\namespace_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\trait_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\trycatch' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
|
|
|
'phpparser\\node\\stmt\\while_' => [
|
|
|
|
'stmts' => 'list<PhpParser\\Node\\Stmt>',
|
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'phptoken' => [
|
|
|
|
'id' => 'int',
|
|
|
|
'line' => 'int',
|
|
|
|
'pos' => 'int',
|
|
|
|
'text' => 'string',
|
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'rdkafka\\message' => [
|
|
|
|
'err' => 'int',
|
|
|
|
'headers' => 'array<string, string>|null',
|
|
|
|
'key' => 'string|null',
|
|
|
|
'offset' => 'int',
|
|
|
|
'partition' => 'int',
|
|
|
|
'payload' => 'string',
|
|
|
|
'timestamp' => 'int',
|
|
|
|
'topic_name' => 'string',
|
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'reflectionextension' => [
|
2022-05-23 14:06:31 +02:00
|
|
|
'name' => 'string',
|
2016-10-27 22:05:27 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'reflectionfunctionabstract' => [
|
2017-05-27 02:05:57 +02:00
|
|
|
'name' => 'string',
|
2016-12-24 12:03:55 +01:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'reflectionzendextension' => [
|
2022-05-23 14:06:31 +02:00
|
|
|
'name' => 'string',
|
2020-05-15 16:18:05 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'snmp' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'enum_print' => 'bool',
|
|
|
|
'exceptions_enabled' => 'int',
|
2022-05-23 14:06:31 +02:00
|
|
|
'info' => 'array',
|
2022-05-23 18:44:57 +02:00
|
|
|
'max_oids' => 'int|null',
|
|
|
|
'oid_increasing_check' => 'bool',
|
|
|
|
'oid_output_format' => 'int',
|
|
|
|
'quick_print' => 'bool',
|
2022-05-23 14:06:31 +02:00
|
|
|
'valueretrieval' => 'int',
|
2016-12-25 02:08:58 +01:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'snmpexception' => [
|
|
|
|
'code' => 'string',
|
2016-12-25 02:08:58 +01:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'soapclient' => [
|
|
|
|
'__default_headers' => 'array|null',
|
|
|
|
'__last_request' => 'string|null',
|
|
|
|
'__last_request_headers' => 'string|null',
|
|
|
|
'__last_response' => 'string|null',
|
|
|
|
'__last_response_headers' => 'string|null',
|
|
|
|
'__soap_fault' => 'SoapFault|null',
|
|
|
|
'_classmap' => 'array|null',
|
|
|
|
'_connection_timeout' => 'int',
|
|
|
|
'_cookies' => 'array',
|
|
|
|
'_digest' => 'string|null',
|
|
|
|
'_encoding' => 'string|null',
|
|
|
|
'_exceptions' => 'bool',
|
|
|
|
'_features' => 'int|null',
|
|
|
|
'_keep_alive' => 'bool',
|
|
|
|
'_login' => 'string|null',
|
|
|
|
'_password' => 'string|null',
|
|
|
|
'_proxy_host' => 'string|null',
|
|
|
|
'_proxy_login' => 'string|null',
|
|
|
|
'_proxy_password' => 'string|null',
|
|
|
|
'_proxy_port' => 'int|null',
|
|
|
|
'_soap_version' => 'int',
|
|
|
|
'_ssl_method' => 'int|null',
|
|
|
|
'_stream_context' => 'resource|null',
|
|
|
|
'_use_digest' => 'bool',
|
|
|
|
'_use_proxy' => 'int|null',
|
|
|
|
'_user_agent' => 'string|null',
|
|
|
|
'compression' => 'int|null',
|
|
|
|
'httpsocket' => 'resource|null',
|
|
|
|
'httpurl' => 'resource|null',
|
|
|
|
'location' => 'string|null',
|
|
|
|
'sdl' => 'resource|null',
|
|
|
|
'style' => 'int|null',
|
|
|
|
'trace' => 'bool',
|
|
|
|
'typemap' => 'resource|null',
|
|
|
|
'uri' => 'string|null',
|
|
|
|
'use' => 'int|null',
|
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'soapfault' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'_name' => 'string|null',
|
|
|
|
'detail' => 'mixed',
|
2022-05-23 14:06:31 +02:00
|
|
|
'faultactor' => 'string|null',
|
|
|
|
'faultcode' => 'string|null',
|
|
|
|
'faultcodens' => 'string|null',
|
|
|
|
'faultstring' => 'string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'headerfault' => 'mixed',
|
|
|
|
],
|
|
|
|
'soapheader' => [
|
|
|
|
'actor' => 'string|int|null',
|
|
|
|
'data' => 'mixed',
|
2022-12-04 17:10:40 +01:00
|
|
|
'mustUnderstand' => 'bool',
|
2022-05-23 18:44:57 +02:00
|
|
|
'name' => 'string',
|
|
|
|
'namespace' => 'string',
|
|
|
|
],
|
|
|
|
'soapparam' => [
|
|
|
|
'param_data' => 'mixed',
|
|
|
|
'param_name' => 'string',
|
|
|
|
],
|
|
|
|
'soapserver' => [
|
|
|
|
'__soap_fault' => 'SoapFault|null',
|
|
|
|
'service' => 'resource',
|
|
|
|
],
|
|
|
|
'soapvar' => [
|
|
|
|
'enc_name' => 'string|null',
|
|
|
|
'enc_namens' => 'string|null',
|
|
|
|
'enc_ns' => 'string|null',
|
|
|
|
'enc_stype' => 'string|null',
|
|
|
|
'enc_type' => 'int',
|
|
|
|
'enc_value' => 'mixed',
|
2016-12-25 02:08:58 +01:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'solrdocumentfield' => [
|
|
|
|
'boost' => 'float',
|
|
|
|
'name' => 'string',
|
|
|
|
'values' => 'array',
|
2016-12-25 02:08:58 +01:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'solrexception' => [
|
|
|
|
'sourcefile' => 'string',
|
2022-05-23 18:44:57 +02:00
|
|
|
'sourceline' => 'int',
|
|
|
|
'zif_name' => 'string',
|
2016-12-25 02:08:58 +01:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'solrresponse' => [
|
2022-05-23 18:44:57 +02:00
|
|
|
'http_digested_response' => 'string',
|
|
|
|
'http_raw_request' => 'string',
|
|
|
|
'http_raw_request_headers' => 'string',
|
|
|
|
'http_raw_response' => 'string',
|
|
|
|
'http_raw_response_headers' => 'string',
|
|
|
|
'http_request_url' => 'string',
|
|
|
|
'http_status' => 'int',
|
|
|
|
'http_status_message' => 'string',
|
|
|
|
'parser_mode' => 'int',
|
2022-05-23 14:06:31 +02:00
|
|
|
'success' => 'bool',
|
2016-12-25 02:08:58 +01:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'streamwrapper' => [
|
|
|
|
'context' => 'resource',
|
2018-10-23 19:38:12 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'tidy' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'errorBuffer' => 'string',
|
2022-07-04 11:36:49 +02:00
|
|
|
'value' => 'string|null',
|
2018-10-23 19:38:12 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'tidynode' => [
|
2022-07-04 11:36:49 +02:00
|
|
|
'attribute' => 'array|null',
|
|
|
|
'child' => 'array|null',
|
2022-05-23 14:06:31 +02:00
|
|
|
'column' => 'int',
|
2022-07-04 11:36:49 +02:00
|
|
|
'id' => 'int|null',
|
2022-05-23 14:06:31 +02:00
|
|
|
'line' => 'int',
|
|
|
|
'name' => 'string',
|
|
|
|
'proprietary' => 'bool',
|
|
|
|
'type' => 'int',
|
|
|
|
'value' => 'string',
|
2020-08-30 22:30:43 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'tokyotyrantexception' => [
|
|
|
|
'code' => 'int',
|
2021-08-29 00:39:36 +02:00
|
|
|
],
|
2022-05-23 18:44:57 +02:00
|
|
|
'transliterator' => [
|
|
|
|
'id' => 'string',
|
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'xmlreader' => [
|
2022-12-04 17:10:40 +01:00
|
|
|
'attributeCount' => 'int',
|
|
|
|
'baseURI' => 'string',
|
2022-05-23 14:06:31 +02:00
|
|
|
'depth' => 'int',
|
2022-12-04 17:10:40 +01:00
|
|
|
'hasAttributes' => 'bool',
|
|
|
|
'hasValue' => 'bool',
|
|
|
|
'isDefault' => 'bool',
|
|
|
|
'isEmptyElement' => 'bool',
|
|
|
|
'localName' => 'string',
|
2022-05-23 14:06:31 +02:00
|
|
|
'name' => 'string',
|
2022-12-04 17:10:40 +01:00
|
|
|
'namespaceURI' => 'string',
|
|
|
|
'nodeType' => 'int',
|
2022-05-23 14:06:31 +02:00
|
|
|
'prefix' => 'string',
|
|
|
|
'value' => 'string',
|
2022-12-04 17:10:40 +01:00
|
|
|
'xmlLang' => 'string',
|
2020-05-19 16:13:25 +02:00
|
|
|
],
|
2022-05-23 14:06:31 +02:00
|
|
|
'ziparchive' => [
|
|
|
|
'comment' => 'string',
|
|
|
|
'filename' => 'string',
|
2022-12-04 17:10:40 +01:00
|
|
|
'lastId' => 'int',
|
|
|
|
'numFiles' => 'int',
|
2022-05-23 14:06:31 +02:00
|
|
|
'status' => 'int',
|
2022-12-04 17:10:40 +01:00
|
|
|
'statusSys' => 'int',
|
2020-11-08 19:15:49 +01:00
|
|
|
],
|
2016-10-27 22:05:27 +02:00
|
|
|
];
|