diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php new file mode 100644 index 00000000000..379a63491de --- /dev/null +++ b/dictionaries/CallMap.php @@ -0,0 +1,98349 @@ + + array ( + 0 => 'int<0, max>', + 'num' => 'int', + ), + 'acos' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'acosh' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'addcslashes' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters' => 'string', + ), + 'addslashes' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'allowdynamicproperties::__construct' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::__construct' => + array ( + 0 => 'void', + 'content_type=' => 'string', + 'content_encoding=' => 'string', + 'headers=' => 'array', + 'delivery_mode=' => 'int', + 'priority=' => 'int', + 'correlation_id=' => 'string', + 'reply_to=' => 'string', + 'expiration=' => 'string', + 'message_id=' => 'string', + 'timestamp=' => 'int', + 'type=' => 'string', + 'user_id=' => 'string', + 'app_id=' => 'string', + 'cluster_id=' => 'string', + ), + 'amqpbasicproperties::getappid' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getclusterid' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getcontentencoding' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getcontenttype' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getcorrelationid' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getdeliverymode' => + array ( + 0 => 'int', + ), + 'amqpbasicproperties::getexpiration' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getheaders' => + array ( + 0 => 'array', + ), + 'amqpbasicproperties::getmessageid' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getpriority' => + array ( + 0 => 'int', + ), + 'amqpbasicproperties::getreplyto' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::gettimestamp' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::gettype' => + array ( + 0 => 'string', + ), + 'amqpbasicproperties::getuserid' => + array ( + 0 => 'string', + ), + 'amqpchannel::__construct' => + array ( + 0 => 'void', + 'amqp_connection' => 'AMQPConnection', + ), + 'amqpchannel::basicrecover' => + array ( + 0 => 'mixed', + 'requeue=' => 'bool', + ), + 'amqpchannel::close' => + array ( + 0 => 'mixed', + ), + 'amqpchannel::committransaction' => + array ( + 0 => 'bool', + ), + 'amqpchannel::confirmselect' => + array ( + 0 => 'mixed', + ), + 'amqpchannel::getchannelid' => + array ( + 0 => 'int', + ), + 'amqpchannel::getconnection' => + array ( + 0 => 'AMQPConnection', + ), + 'amqpchannel::getconsumers' => + array ( + 0 => 'array', + ), + 'amqpchannel::getglobalprefetchcount' => + array ( + 0 => 'int', + ), + 'amqpchannel::getglobalprefetchsize' => + array ( + 0 => 'int', + ), + 'amqpchannel::getprefetchcount' => + array ( + 0 => 'int', + ), + 'amqpchannel::getprefetchsize' => + array ( + 0 => 'int', + ), + 'amqpchannel::isconnected' => + array ( + 0 => 'bool', + ), + 'amqpchannel::qos' => + array ( + 0 => 'bool', + 'size' => 'int', + 'count' => 'int', + ), + 'amqpchannel::rollbacktransaction' => + array ( + 0 => 'bool', + ), + 'amqpchannel::setconfirmcallback' => + array ( + 0 => 'mixed', + 'ack_callback=' => 'callable|null', + 'nack_callback=' => 'callable|null', + ), + 'amqpchannel::setglobalprefetchcount' => + array ( + 0 => 'void', + 'count' => 'int', + ), + 'amqpchannel::setglobalprefetchsize' => + array ( + 0 => 'void', + 'size' => 'int', + ), + 'amqpchannel::setprefetchcount' => + array ( + 0 => 'bool', + 'count' => 'int', + ), + 'amqpchannel::setprefetchsize' => + array ( + 0 => 'bool', + 'size' => 'int', + ), + 'amqpchannel::setreturncallback' => + array ( + 0 => 'mixed', + 'return_callback=' => 'callable|null', + ), + 'amqpchannel::starttransaction' => + array ( + 0 => 'bool', + ), + 'amqpchannel::waitforbasicreturn' => + array ( + 0 => 'mixed', + 'timeout=' => 'float', + ), + 'amqpchannel::waitforconfirm' => + array ( + 0 => 'mixed', + 'timeout=' => 'float', + ), + 'amqpchannelexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpchannelexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpchannelexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpchannelexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpchannelexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpchannelexception::getline' => + array ( + 0 => 'int', + ), + 'amqpchannelexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpchannelexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpchannelexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpchannelexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'amqpconnection::__construct' => + array ( + 0 => 'void', + 'credentials=' => 'array', + ), + 'amqpconnection::connect' => + array ( + 0 => 'bool', + ), + 'amqpconnection::disconnect' => + array ( + 0 => 'bool', + ), + 'amqpconnection::getcacert' => + array ( + 0 => 'string', + ), + 'amqpconnection::getcert' => + array ( + 0 => 'string', + ), + 'amqpconnection::getconnectionname' => + array ( + 0 => 'null|string', + ), + 'amqpconnection::getconnecttimeout' => + array ( + 0 => 'float', + ), + 'amqpconnection::getheartbeatinterval' => + array ( + 0 => 'int', + ), + 'amqpconnection::gethost' => + array ( + 0 => 'string', + ), + 'amqpconnection::getkey' => + array ( + 0 => 'string', + ), + 'amqpconnection::getlogin' => + array ( + 0 => 'string', + ), + 'amqpconnection::getmaxchannels' => + array ( + 0 => 'int|null', + ), + 'amqpconnection::getmaxframesize' => + array ( + 0 => 'int', + ), + 'amqpconnection::getpassword' => + array ( + 0 => 'string', + ), + 'amqpconnection::getport' => + array ( + 0 => 'int', + ), + 'amqpconnection::getreadtimeout' => + array ( + 0 => 'float', + ), + 'amqpconnection::getrpctimeout' => + array ( + 0 => 'float', + ), + 'amqpconnection::getsaslmethod' => + array ( + 0 => 'int', + ), + 'amqpconnection::gettimeout' => + array ( + 0 => 'float', + ), + 'amqpconnection::getusedchannels' => + array ( + 0 => 'int', + ), + 'amqpconnection::getverify' => + array ( + 0 => 'bool', + ), + 'amqpconnection::getvhost' => + array ( + 0 => 'string', + ), + 'amqpconnection::getwritetimeout' => + array ( + 0 => 'float', + ), + 'amqpconnection::isconnected' => + array ( + 0 => 'bool', + ), + 'amqpconnection::ispersistent' => + array ( + 0 => 'bool|null', + ), + 'amqpconnection::pconnect' => + array ( + 0 => 'bool', + ), + 'amqpconnection::pdisconnect' => + array ( + 0 => 'bool', + ), + 'amqpconnection::preconnect' => + array ( + 0 => 'bool', + ), + 'amqpconnection::reconnect' => + array ( + 0 => 'bool', + ), + 'amqpconnection::setcacert' => + array ( + 0 => 'mixed', + 'cacert' => 'string', + ), + 'amqpconnection::setcert' => + array ( + 0 => 'mixed', + 'cert' => 'string', + ), + 'amqpconnection::setconnectionname' => + array ( + 0 => 'void', + 'connectionName' => 'null|string', + ), + 'amqpconnection::sethost' => + array ( + 0 => 'bool', + 'host' => 'string', + ), + 'amqpconnection::setkey' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'amqpconnection::setlogin' => + array ( + 0 => 'bool', + 'login' => 'string', + ), + 'amqpconnection::setpassword' => + array ( + 0 => 'bool', + 'password' => 'string', + ), + 'amqpconnection::setport' => + array ( + 0 => 'bool', + 'port' => 'int', + ), + 'amqpconnection::setreadtimeout' => + array ( + 0 => 'bool', + 'timeout' => 'int', + ), + 'amqpconnection::setrpctimeout' => + array ( + 0 => 'void', + 'timeout' => 'float', + ), + 'amqpconnection::setsaslmethod' => + array ( + 0 => 'void', + 'saslMethod' => 'int', + ), + 'amqpconnection::settimeout' => + array ( + 0 => 'bool', + 'timeout' => 'int', + ), + 'amqpconnection::setverify' => + array ( + 0 => 'mixed', + 'verify' => 'bool', + ), + 'amqpconnection::setvhost' => + array ( + 0 => 'bool', + 'vhost' => 'string', + ), + 'amqpconnection::setwritetimeout' => + array ( + 0 => 'bool', + 'timeout' => 'int', + ), + 'amqpconnectionexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpconnectionexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpconnectionexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpconnectionexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpconnectionexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpconnectionexception::getline' => + array ( + 0 => 'int', + ), + 'amqpconnectionexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpconnectionexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpconnectionexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpconnectionexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'amqpdecimal::__construct' => + array ( + 0 => 'void', + 'exponent' => 'mixed', + 'significand' => 'mixed', + ), + 'amqpdecimal::getexponent' => + array ( + 0 => 'int', + ), + 'amqpdecimal::getsignificand' => + array ( + 0 => 'int', + ), + 'amqpdecimal::toamqpvalue' => + array ( + 0 => 'string', + ), + 'amqpenvelope::__construct' => + array ( + 0 => 'void', + ), + 'amqpenvelope::getappid' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getbody' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getclusterid' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getconsumertag' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getcontentencoding' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getcontenttype' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getcorrelationid' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getdeliverymode' => + array ( + 0 => 'int', + ), + 'amqpenvelope::getdeliverytag' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getexchangename' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getexpiration' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getheader' => + array ( + 0 => 'false|string', + 'header_key' => 'string', + ), + 'amqpenvelope::getheaders' => + array ( + 0 => 'array', + ), + 'amqpenvelope::getmessageid' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getpriority' => + array ( + 0 => 'int', + ), + 'amqpenvelope::getreplyto' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getroutingkey' => + array ( + 0 => 'string', + ), + 'amqpenvelope::gettimestamp' => + array ( + 0 => 'string', + ), + 'amqpenvelope::gettype' => + array ( + 0 => 'string', + ), + 'amqpenvelope::getuserid' => + array ( + 0 => 'string', + ), + 'amqpenvelope::hasheader' => + array ( + 0 => 'bool', + 'header_key' => 'string', + ), + 'amqpenvelope::isredelivery' => + array ( + 0 => 'bool', + ), + 'amqpenvelopeexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpenvelopeexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpenvelopeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpenvelopeexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpenvelopeexception::getenvelope' => + array ( + 0 => 'AMQPEnvelope', + ), + 'amqpenvelopeexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpenvelopeexception::getline' => + array ( + 0 => 'int', + ), + 'amqpenvelopeexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpenvelopeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpenvelopeexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpenvelopeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'amqpexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpexception::getline' => + array ( + 0 => 'int', + ), + 'amqpexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'amqpexchange::__construct' => + array ( + 0 => 'void', + 'amqp_channel' => 'AMQPChannel', + ), + 'amqpexchange::bind' => + array ( + 0 => 'bool', + 'exchange_name' => 'string', + 'routing_key=' => 'string', + 'arguments=' => 'array', + ), + 'amqpexchange::declare' => + array ( + 0 => 'void', + ), + 'amqpexchange::declareexchange' => + array ( + 0 => 'bool', + ), + 'amqpexchange::delete' => + array ( + 0 => 'bool', + 'exchangeName=' => 'string', + 'flags=' => 'int', + ), + 'amqpexchange::getargument' => + array ( + 0 => 'false|int|string', + 'key' => 'string', + ), + 'amqpexchange::getarguments' => + array ( + 0 => 'array', + ), + 'amqpexchange::getchannel' => + array ( + 0 => 'AMQPChannel', + ), + 'amqpexchange::getconnection' => + array ( + 0 => 'AMQPConnection', + ), + 'amqpexchange::getflags' => + array ( + 0 => 'int', + ), + 'amqpexchange::getname' => + array ( + 0 => 'string', + ), + 'amqpexchange::gettype' => + array ( + 0 => 'string', + ), + 'amqpexchange::hasargument' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'amqpexchange::publish' => + array ( + 0 => 'bool', + 'message' => 'string', + 'routing_key=' => 'string', + 'flags=' => 'int', + 'attributes=' => 'array', + ), + 'amqpexchange::removeargument' => + array ( + 0 => 'void', + 'argumentName' => 'string', + ), + 'amqpexchange::setargument' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'int|string', + ), + 'amqpexchange::setarguments' => + array ( + 0 => 'bool', + 'arguments' => 'array', + ), + 'amqpexchange::setflags' => + array ( + 0 => 'bool', + 'flags' => 'int', + ), + 'amqpexchange::setname' => + array ( + 0 => 'bool', + 'exchange_name' => 'string', + ), + 'amqpexchange::settype' => + array ( + 0 => 'bool', + 'exchange_type' => 'string', + ), + 'amqpexchange::unbind' => + array ( + 0 => 'bool', + 'exchange_name' => 'string', + 'routing_key=' => 'string', + 'arguments=' => 'array', + ), + 'amqpexchangeexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpexchangeexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpexchangeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpexchangeexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpexchangeexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpexchangeexception::getline' => + array ( + 0 => 'int', + ), + 'amqpexchangeexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpexchangeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpexchangeexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpexchangeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'amqpqueue::__construct' => + array ( + 0 => 'void', + 'amqp_channel' => 'AMQPChannel', + ), + 'amqpqueue::ack' => + array ( + 0 => 'bool', + 'delivery_tag' => 'string', + 'flags=' => 'int', + ), + 'amqpqueue::bind' => + array ( + 0 => 'bool', + 'exchange_name' => 'string', + 'routing_key=' => 'string', + 'arguments=' => 'array', + ), + 'amqpqueue::cancel' => + array ( + 0 => 'bool', + 'consumer_tag=' => 'string', + ), + 'amqpqueue::consume' => + array ( + 0 => 'void', + 'callback=' => 'callable|null', + 'flags=' => 'int', + 'consumerTag=' => 'string', + ), + 'amqpqueue::declare' => + array ( + 0 => 'int', + ), + 'amqpqueue::declarequeue' => + array ( + 0 => 'int', + ), + 'amqpqueue::delete' => + array ( + 0 => 'int', + 'flags=' => 'int', + ), + 'amqpqueue::get' => + array ( + 0 => 'AMQPEnvelope|false', + 'flags=' => 'int', + ), + 'amqpqueue::getargument' => + array ( + 0 => 'false|int|string', + 'key' => 'string', + ), + 'amqpqueue::getarguments' => + array ( + 0 => 'array', + ), + 'amqpqueue::getchannel' => + array ( + 0 => 'AMQPChannel', + ), + 'amqpqueue::getconnection' => + array ( + 0 => 'AMQPConnection', + ), + 'amqpqueue::getconsumertag' => + array ( + 0 => 'null|string', + ), + 'amqpqueue::getflags' => + array ( + 0 => 'int', + ), + 'amqpqueue::getname' => + array ( + 0 => 'string', + ), + 'amqpqueue::hasargument' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'amqpqueue::nack' => + array ( + 0 => 'bool', + 'delivery_tag' => 'string', + 'flags=' => 'int', + ), + 'amqpqueue::purge' => + array ( + 0 => 'bool', + ), + 'amqpqueue::recover' => + array ( + 0 => 'void', + 'requeue=' => 'bool', + ), + 'amqpqueue::reject' => + array ( + 0 => 'bool', + 'delivery_tag' => 'string', + 'flags=' => 'int', + ), + 'amqpqueue::removeargument' => + array ( + 0 => 'void', + 'argumentName' => 'string', + ), + 'amqpqueue::setargument' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + ), + 'amqpqueue::setarguments' => + array ( + 0 => 'bool', + 'arguments' => 'array', + ), + 'amqpqueue::setflags' => + array ( + 0 => 'bool', + 'flags' => 'int', + ), + 'amqpqueue::setname' => + array ( + 0 => 'bool', + 'queue_name' => 'string', + ), + 'amqpqueue::unbind' => + array ( + 0 => 'bool', + 'exchange_name' => 'string', + 'routing_key=' => 'string', + 'arguments=' => 'array', + ), + 'amqpqueueexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpqueueexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpqueueexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpqueueexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpqueueexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpqueueexception::getline' => + array ( + 0 => 'int', + ), + 'amqpqueueexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpqueueexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpqueueexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpqueueexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'amqptimestamp::__construct' => + array ( + 0 => 'void', + 'timestamp' => 'string', + ), + 'amqptimestamp::__tostring' => + array ( + 0 => 'string', + ), + 'amqptimestamp::gettimestamp' => + array ( + 0 => 'string', + ), + 'amqptimestamp::toamqpvalue' => + array ( + 0 => 'string', + ), + 'amqpvalueexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'amqpvalueexception::__tostring' => + array ( + 0 => 'string', + ), + 'amqpvalueexception::__wakeup' => + array ( + 0 => 'string', + ), + 'amqpvalueexception::getcode' => + array ( + 0 => 'string', + ), + 'amqpvalueexception::getfile' => + array ( + 0 => 'string', + ), + 'amqpvalueexception::getline' => + array ( + 0 => 'int', + ), + 'amqpvalueexception::getmessage' => + array ( + 0 => 'string', + ), + 'amqpvalueexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'amqpvalueexception::gettrace' => + array ( + 0 => 'array', + ), + 'amqpvalueexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'apcu_add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'ttl=' => 'int', + ), + 'apcu_cache_info' => + array ( + 0 => 'array|false', + 'limited=' => 'bool', + ), + 'apcu_cas' => + array ( + 0 => 'bool', + 'key' => 'string', + 'old' => 'int', + 'new' => 'int', + ), + 'apcu_clear_cache' => + array ( + 0 => 'bool', + ), + 'apcu_dec' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'step=' => 'int', + '&w_success=' => 'bool', + 'ttl=' => 'int', + ), + 'apcu_delete' => + array ( + 0 => 'bool', + 'key' => 'APCuIterator|string', + ), + 'apcu_enabled' => + array ( + 0 => 'bool', + ), + 'apcu_entry' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'generator' => 'callable(string):mixed', + 'ttl=' => 'int', + ), + 'apcu_exists' => + array ( + 0 => 'bool', + 'keys' => 'string', + ), + 'apcu_fetch' => + array ( + 0 => 'false|mixed', + 'key' => 'string', + '&w_success=' => 'bool', + ), + 'apcu_inc' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'step=' => 'int', + '&w_success=' => 'bool', + 'ttl=' => 'int', + ), + 'apcu_key_info' => + array ( + 0 => 'array|null', + 'key' => 'string', + ), + 'apcu_sma_info' => + array ( + 0 => 'array|false', + 'limited=' => 'bool', + ), + 'apcu_store' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var=' => 'mixed', + 'ttl=' => 'int', + ), + 'apcuiterator::__construct' => + array ( + 0 => 'void', + 'search=' => 'array|null|string', + 'format=' => 'int', + 'chunk_size=' => 'int', + 'list=' => 'int', + ), + 'apcuiterator::current' => + array ( + 0 => 'mixed', + ), + 'apcuiterator::gettotalcount' => + array ( + 0 => 'int', + ), + 'apcuiterator::gettotalhits' => + array ( + 0 => 'int', + ), + 'apcuiterator::gettotalsize' => + array ( + 0 => 'int', + ), + 'apcuiterator::key' => + array ( + 0 => 'string', + ), + 'apcuiterator::next' => + array ( + 0 => 'void', + ), + 'apcuiterator::rewind' => + array ( + 0 => 'void', + ), + 'apcuiterator::valid' => + array ( + 0 => 'bool', + ), + 'appenditerator::__construct' => + array ( + 0 => 'void', + ), + 'appenditerator::append' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + ), + 'appenditerator::current' => + array ( + 0 => 'mixed', + ), + 'appenditerator::getarrayiterator' => + array ( + 0 => 'ArrayIterator', + ), + 'appenditerator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'appenditerator::getiteratorindex' => + array ( + 0 => 'int|null', + ), + 'appenditerator::key' => + array ( + 0 => 'scalar', + ), + 'appenditerator::next' => + array ( + 0 => 'void', + ), + 'appenditerator::rewind' => + array ( + 0 => 'void', + ), + 'appenditerator::valid' => + array ( + 0 => 'bool', + ), + 'argumentcounterror::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'argumentcounterror::__tostring' => + array ( + 0 => 'string', + ), + 'argumentcounterror::__wakeup' => + array ( + 0 => 'void', + ), + 'argumentcounterror::getcode' => + array ( + 0 => 'int', + ), + 'argumentcounterror::getfile' => + array ( + 0 => 'string', + ), + 'argumentcounterror::getline' => + array ( + 0 => 'int', + ), + 'argumentcounterror::getmessage' => + array ( + 0 => 'string', + ), + 'argumentcounterror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'argumentcounterror::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'argumentcounterror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'arithmeticerror::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'arithmeticerror::__tostring' => + array ( + 0 => 'string', + ), + 'arithmeticerror::__wakeup' => + array ( + 0 => 'void', + ), + 'arithmeticerror::getcode' => + array ( + 0 => 'int', + ), + 'arithmeticerror::getfile' => + array ( + 0 => 'string', + ), + 'arithmeticerror::getline' => + array ( + 0 => 'int', + ), + 'arithmeticerror::getmessage' => + array ( + 0 => 'string', + ), + 'arithmeticerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'arithmeticerror::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'arithmeticerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'array_all' => + array ( + 0 => 'bool', + 'array' => 'array', + 'callback' => 'callable', + ), + 'array_any' => + array ( + 0 => 'bool', + 'array' => 'array', + 'callback' => 'callable', + ), + 'array_change_key_case' => + array ( + 0 => 'array', + 'array' => 'array', + 'case=' => 'int', + ), + 'array_chunk' => + array ( + 0 => 'list>>', + 'array' => 'array', + 'length' => 'int', + 'preserve_keys=' => 'bool', + ), + 'array_column' => + array ( + 0 => 'array', + 'array' => 'array', + 'column_key' => 'int|null|string', + 'index_key=' => 'int|null|string', + ), + 'array_combine' => + array ( + 0 => 'array', + 'keys' => 'array', + 'values' => 'array', + ), + 'array_count_values' => + array ( + 0 => 'array', + 'array' => 'array', + ), + 'array_diff' => + array ( + 0 => 'array', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_diff_assoc' => + array ( + 0 => 'array', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_diff_key' => + array ( + 0 => 'array', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_diff_uassoc' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'data_comp_func' => 'callable(mixed, mixed):int', + ), + 'array_diff_ukey' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'key_comp_func' => 'callable(mixed, mixed):int', + ), + 'array_fill' => + array ( + 0 => 'array', + 'start_index' => 'int', + 'count' => 'int', + 'value' => 'mixed', + ), + 'array_fill_keys' => + array ( + 0 => 'array', + 'keys' => 'array', + 'value' => 'mixed', + ), + 'array_filter' => + array ( + 0 => 'array', + 'array' => 'array', + 'callback=' => 'callable(mixed, array-key=):mixed|null', + 'mode=' => 'int', + ), + 'array_find' => + array ( + 0 => 'mixed|null', + 'array' => 'array', + 'callback' => 'callable', + ), + 'array_find_key' => + array ( + 0 => 'mixed|null', + 'array' => 'array', + 'callback' => 'callable', + ), + 'array_flip' => + array ( + 0 => 'array', + 'array' => 'array', + ), + 'array_intersect' => + array ( + 0 => 'array', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_intersect_assoc' => + array ( + 0 => 'array', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_intersect_key' => + array ( + 0 => 'array', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_intersect_uassoc' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'key_compare_func' => 'callable(mixed, mixed):int', + ), + 'array_intersect_ukey' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'key_compare_func' => 'callable(mixed, mixed):int', + ), + 'array_is_list' => + array ( + 0 => 'bool', + 'array' => 'array', + ), + 'array_key_exists' => + array ( + 0 => 'bool', + 'key' => 'int|string', + 'array' => 'array', + ), + 'array_key_first' => + array ( + 0 => 'int|null|string', + 'array' => 'array', + ), + 'array_key_last' => + array ( + 0 => 'int|null|string', + 'array' => 'array', + ), + 'array_keys' => + array ( + 0 => 'list', + 'array' => 'array', + 'filter_value=' => 'mixed', + 'strict=' => 'bool', + ), + 'array_map' => + array ( + 0 => 'array', + 'callback' => 'callable|null', + 'array' => 'array', + '...arrays=' => 'array', + ), + 'array_merge' => + array ( + 0 => 'array', + '...arrays=' => 'array', + ), + 'array_merge_recursive' => + array ( + 0 => 'array', + '...arrays=' => 'array', + ), + 'array_multisort' => + array ( + 0 => 'bool', + '&rw_array' => 'array', + 'rest=' => 'array|int', + 'array1_sort_flags=' => 'array|int', + '...args=' => 'array|int', + ), + 'array_pad' => + array ( + 0 => 'array', + 'array' => 'array', + 'length' => 'int', + 'value' => 'mixed', + ), + 'array_pop' => + array ( + 0 => 'mixed', + '&rw_array' => 'array', + ), + 'array_product' => + array ( + 0 => 'float|int', + 'array' => 'array', + ), + 'array_push' => + array ( + 0 => 'int', + '&rw_array' => 'array', + '...values=' => 'mixed', + ), + 'array_rand' => + array ( + 0 => 'array|int|string', + 'array' => 'non-empty-array', + 'num' => 'int', + ), + 'array_reduce' => + array ( + 0 => 'mixed', + 'array' => 'array', + 'callback' => 'callable(mixed, mixed):mixed', + 'initial=' => 'mixed', + ), + 'array_replace' => + array ( + 0 => 'array', + 'array' => 'array', + '...replacements=' => 'array', + ), + 'array_replace_recursive' => + array ( + 0 => 'array', + 'array' => 'array', + '...replacements=' => 'array', + ), + 'array_reverse' => + array ( + 0 => 'array', + 'array' => 'array', + 'preserve_keys=' => 'bool', + ), + 'array_search' => + array ( + 0 => 'false|int|string', + 'needle' => 'mixed', + 'haystack' => 'array', + 'strict=' => 'bool', + ), + 'array_shift' => + array ( + 0 => 'mixed|null', + '&rw_array' => 'array', + ), + 'array_slice' => + array ( + 0 => 'array', + 'array' => 'array', + 'offset' => 'int', + 'length=' => 'int|null', + 'preserve_keys=' => 'bool', + ), + 'array_splice' => + array ( + 0 => 'array', + '&rw_array' => 'array', + 'offset' => 'int', + 'length=' => 'int|null', + 'replacement=' => 'array|string', + ), + 'array_sum' => + array ( + 0 => 'float|int', + 'array' => 'array', + ), + 'array_udiff' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'data_comp_func' => 'callable(mixed, mixed):int', + ), + 'array_udiff_assoc' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'key_comp_func' => 'callable(mixed, mixed):int', + ), + 'array_udiff_uassoc' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'data_comp_func' => 'callable(mixed, mixed):int', + 'key_comp_func' => 'callable(mixed, mixed):int', + ), + 'array_uintersect' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'data_compare_func' => 'callable(mixed, mixed):int', + ), + 'array_uintersect_assoc' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'data_compare_func' => 'callable(mixed, mixed):int', + ), + 'array_uintersect_uassoc' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'data_compare_func' => 'callable(mixed, mixed):int', + 'key_compare_func' => 'callable(mixed, mixed):int', + ), + 'array_unique' => + array ( + 0 => 'array', + 'array' => 'array', + 'flags=' => 'int', + ), + 'array_unshift' => + array ( + 0 => 'int', + '&rw_array' => 'array', + '...values=' => 'mixed', + ), + 'array_values' => + array ( + 0 => 'list', + 'array' => 'array', + ), + 'array_walk' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'callback' => 'callable', + 'arg=' => 'mixed', + ), + 'array_walk_recursive' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'callback' => 'callable', + 'arg=' => 'mixed', + ), + 'arrayiterator::__construct' => + array ( + 0 => 'void', + 'array=' => 'array|object', + 'flags=' => 'int', + ), + 'arrayiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'arrayiterator::__serialize' => + array ( + 0 => 'string', + ), + 'arrayiterator::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'arrayiterator::append' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'arrayiterator::asort' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'arrayiterator::count' => + array ( + 0 => 'int', + ), + 'arrayiterator::current' => + array ( + 0 => 'mixed', + ), + 'arrayiterator::getarraycopy' => + array ( + 0 => 'array', + ), + 'arrayiterator::getflags' => + array ( + 0 => 'int', + ), + 'arrayiterator::key' => + array ( + 0 => 'int|null|string', + ), + 'arrayiterator::ksort' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'arrayiterator::natcasesort' => + array ( + 0 => 'true', + ), + 'arrayiterator::natsort' => + array ( + 0 => 'true', + ), + 'arrayiterator::next' => + array ( + 0 => 'void', + ), + 'arrayiterator::offsetexists' => + array ( + 0 => 'bool', + 'key' => 'int|string', + ), + 'arrayiterator::offsetget' => + array ( + 0 => 'mixed', + 'key' => 'int|string', + ), + 'arrayiterator::offsetset' => + array ( + 0 => 'void', + 'key' => 'int|null|string', + 'value' => 'mixed', + ), + 'arrayiterator::offsetunset' => + array ( + 0 => 'void', + 'key' => 'int|string', + ), + 'arrayiterator::rewind' => + array ( + 0 => 'void', + ), + 'arrayiterator::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'arrayiterator::serialize' => + array ( + 0 => 'string', + ), + 'arrayiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'arrayiterator::uasort' => + array ( + 0 => 'true', + 'callback' => 'callable(mixed, mixed):int', + ), + 'arrayiterator::uksort' => + array ( + 0 => 'true', + 'callback' => 'callable(mixed, mixed):int', + ), + 'arrayiterator::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'arrayiterator::valid' => + array ( + 0 => 'bool', + ), + 'arrayobject::__construct' => + array ( + 0 => 'void', + 'array=' => 'array|object', + 'flags=' => 'int', + 'iteratorClass=' => 'class-string', + ), + 'arrayobject::__debuginfo' => + array ( + 0 => 'string', + ), + 'arrayobject::__serialize' => + array ( + 0 => 'string', + ), + 'arrayobject::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'arrayobject::append' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'arrayobject::asort' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'arrayobject::count' => + array ( + 0 => 'int', + ), + 'arrayobject::exchangearray' => + array ( + 0 => 'array', + 'array' => 'array|object', + ), + 'arrayobject::getarraycopy' => + array ( + 0 => 'array', + ), + 'arrayobject::getflags' => + array ( + 0 => 'int', + ), + 'arrayobject::getiterator' => + array ( + 0 => 'ArrayIterator', + ), + 'arrayobject::getiteratorclass' => + array ( + 0 => 'string', + ), + 'arrayobject::ksort' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'arrayobject::natcasesort' => + array ( + 0 => 'true', + ), + 'arrayobject::natsort' => + array ( + 0 => 'true', + ), + 'arrayobject::offsetexists' => + array ( + 0 => 'bool', + 'key' => 'int|string', + ), + 'arrayobject::offsetget' => + array ( + 0 => 'mixed|null', + 'key' => 'int|string', + ), + 'arrayobject::offsetset' => + array ( + 0 => 'void', + 'key' => 'int|null|string', + 'value' => 'mixed', + ), + 'arrayobject::offsetunset' => + array ( + 0 => 'void', + 'key' => 'int|string', + ), + 'arrayobject::serialize' => + array ( + 0 => 'string', + ), + 'arrayobject::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'arrayobject::setiteratorclass' => + array ( + 0 => 'void', + 'iteratorClass' => 'class-string', + ), + 'arrayobject::uasort' => + array ( + 0 => 'true', + 'callback' => 'callable(mixed, mixed):int', + ), + 'arrayobject::uksort' => + array ( + 0 => 'true', + 'callback' => 'callable(mixed, mixed):int', + ), + 'arrayobject::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'arsort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'asin' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'asinh' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'asort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'assert' => + array ( + 0 => 'bool', + 'assertion' => 'bool|int|string', + 'description=' => 'Throwable|null|string', + ), + 'assert_options' => + array ( + 0 => 'false|mixed', + 'option' => 'int', + 'value=' => 'mixed', + ), + 'assertionerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'assertionerror::__tostring' => + array ( + 0 => 'string', + ), + 'assertionerror::__wakeup' => + array ( + 0 => 'string', + ), + 'assertionerror::getcode' => + array ( + 0 => 'string', + ), + 'assertionerror::getfile' => + array ( + 0 => 'string', + ), + 'assertionerror::getline' => + array ( + 0 => 'int', + ), + 'assertionerror::getmessage' => + array ( + 0 => 'string', + ), + 'assertionerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'assertionerror::gettrace' => + array ( + 0 => 'array', + ), + 'assertionerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'atan' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'atan2' => + array ( + 0 => 'float', + 'y' => 'float', + 'x' => 'float', + ), + 'atanh' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'attribute::__construct' => + array ( + 0 => 'string', + 'flags=' => 'int', + ), + 'badfunctioncallexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'badfunctioncallexception::__tostring' => + array ( + 0 => 'string', + ), + 'badfunctioncallexception::__wakeup' => + array ( + 0 => 'string', + ), + 'badfunctioncallexception::getcode' => + array ( + 0 => 'int', + ), + 'badfunctioncallexception::getfile' => + array ( + 0 => 'string', + ), + 'badfunctioncallexception::getline' => + array ( + 0 => 'int', + ), + 'badfunctioncallexception::getmessage' => + array ( + 0 => 'string', + ), + 'badfunctioncallexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'badfunctioncallexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'badfunctioncallexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'badmethodcallexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'badmethodcallexception::__tostring' => + array ( + 0 => 'string', + ), + 'badmethodcallexception::__wakeup' => + array ( + 0 => 'string', + ), + 'badmethodcallexception::getcode' => + array ( + 0 => 'int', + ), + 'badmethodcallexception::getfile' => + array ( + 0 => 'string', + ), + 'badmethodcallexception::getline' => + array ( + 0 => 'int', + ), + 'badmethodcallexception::getmessage' => + array ( + 0 => 'string', + ), + 'badmethodcallexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'badmethodcallexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'badmethodcallexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'base64_decode' => + array ( + 0 => 'string', + 'string' => 'string', + 'strict=' => 'false', + ), + 'base64_encode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'base_convert' => + array ( + 0 => 'string', + 'num' => 'string', + 'from_base' => 'int', + 'to_base' => 'int', + ), + 'basename' => + array ( + 0 => 'string', + 'path' => 'string', + 'suffix=' => 'string', + ), + 'bcadd' => + array ( + 0 => 'numeric-string', + 'num1' => 'numeric-string', + 'num2' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcceil' => + array ( + 0 => 'string', + 'num' => 'string', + ), + 'bccomp' => + array ( + 0 => 'int', + 'num1' => 'numeric-string', + 'num2' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcdiv' => + array ( + 0 => 'numeric-string', + 'num1' => 'numeric-string', + 'num2' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcdivmod' => + array ( + 0 => 'array', + 'num1' => 'string', + 'num2' => 'string', + 'scale=' => 'int|null', + ), + 'bcfloor' => + array ( + 0 => 'string', + 'num' => 'string', + ), + 'bcmath\\number::__construct' => + array ( + 0 => 'string', + 'num' => 'int|string', + ), + 'bcmath\\number::__serialize' => + array ( + 0 => 'array', + ), + 'bcmath\\number::__tostring' => + array ( + 0 => 'string', + ), + 'bcmath\\number::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'bcmath\\number::add' => + array ( + 0 => 'BcMath\\Number', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::ceil' => + array ( + 0 => 'BcMath\\Number', + ), + 'bcmath\\number::compare' => + array ( + 0 => 'int', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::div' => + array ( + 0 => 'BcMath\\Number', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::divmod' => + array ( + 0 => 'array', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::floor' => + array ( + 0 => 'BcMath\\Number', + ), + 'bcmath\\number::mod' => + array ( + 0 => 'BcMath\\Number', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::mul' => + array ( + 0 => 'BcMath\\Number', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::pow' => + array ( + 0 => 'BcMath\\Number', + 'exponent' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::powmod' => + array ( + 0 => 'BcMath\\Number', + 'exponent' => 'BcMath\\Number|int|string', + 'modulus' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmath\\number::round' => + array ( + 0 => 'BcMath\\Number', + 'precision=' => 'int', + 'mode=' => 'RoundingMode', + ), + 'bcmath\\number::sqrt' => + array ( + 0 => 'BcMath\\Number', + 'scale=' => 'int|null', + ), + 'bcmath\\number::sub' => + array ( + 0 => 'BcMath\\Number', + 'num' => 'BcMath\\Number|int|string', + 'scale=' => 'int|null', + ), + 'bcmod' => + array ( + 0 => 'numeric-string', + 'num1' => 'numeric-string', + 'num2' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcmul' => + array ( + 0 => 'numeric-string', + 'num1' => 'numeric-string', + 'num2' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcpow' => + array ( + 0 => 'numeric-string', + 'num' => 'numeric-string', + 'exponent' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcpowmod' => + array ( + 0 => 'numeric-string', + 'num' => 'numeric-string', + 'exponent' => 'numeric-string', + 'modulus' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcround' => + array ( + 0 => 'string', + 'num' => 'string', + 'precision=' => 'int', + 'mode=' => 'RoundingMode', + ), + 'bcscale' => + array ( + 0 => 'int', + 'scale=' => 'int|null', + ), + 'bcsqrt' => + array ( + 0 => 'numeric-string', + 'num' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bcsub' => + array ( + 0 => 'numeric-string', + 'num1' => 'numeric-string', + 'num2' => 'numeric-string', + 'scale=' => 'int|null', + ), + 'bin2hex' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'bindec' => + array ( + 0 => 'float|int', + 'binary_string' => 'string', + ), + 'boolval' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'cachingiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + 'flags=' => 'int', + ), + 'cachingiterator::__tostring' => + array ( + 0 => 'string', + ), + 'cachingiterator::count' => + array ( + 0 => 'int', + ), + 'cachingiterator::current' => + array ( + 0 => 'mixed', + ), + 'cachingiterator::getcache' => + array ( + 0 => 'array', + ), + 'cachingiterator::getflags' => + array ( + 0 => 'int', + ), + 'cachingiterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'cachingiterator::hasnext' => + array ( + 0 => 'bool', + ), + 'cachingiterator::key' => + array ( + 0 => 'scalar', + ), + 'cachingiterator::next' => + array ( + 0 => 'void', + ), + 'cachingiterator::offsetexists' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'cachingiterator::offsetget' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'cachingiterator::offsetset' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'mixed', + ), + 'cachingiterator::offsetunset' => + array ( + 0 => 'void', + 'key' => 'string', + ), + 'cachingiterator::rewind' => + array ( + 0 => 'void', + ), + 'cachingiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'cachingiterator::valid' => + array ( + 0 => 'bool', + ), + 'call_user_func' => + array ( + 0 => 'false|mixed', + 'callback' => 'callable', + '...args=' => 'mixed', + ), + 'call_user_func_array' => + array ( + 0 => 'false|mixed', + 'callback' => 'callable', + 'args' => 'list', + ), + 'callbackfilteriterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + 'callback' => 'callable(mixed, mixed=, mixed=):bool', + ), + 'callbackfilteriterator::accept' => + array ( + 0 => 'bool', + ), + 'callbackfilteriterator::current' => + array ( + 0 => 'mixed', + ), + 'callbackfilteriterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'callbackfilteriterator::key' => + array ( + 0 => 'mixed', + ), + 'callbackfilteriterator::next' => + array ( + 0 => 'void', + ), + 'callbackfilteriterator::rewind' => + array ( + 0 => 'void', + ), + 'callbackfilteriterator::valid' => + array ( + 0 => 'bool', + ), + 'ceil' => + array ( + 0 => 'float', + 'num' => 'float|int', + ), + 'chdir' => + array ( + 0 => 'bool', + 'directory' => 'string', + ), + 'checkdate' => + array ( + 0 => 'bool', + 'month' => 'int', + 'day' => 'int', + 'year' => 'int', + ), + 'checkdnsrr' => + array ( + 0 => 'bool', + 'hostname' => 'string', + 'type=' => 'string', + ), + 'chgrp' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'group' => 'int|string', + ), + 'chmod' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'permissions' => 'int', + ), + 'chop' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'string', + ), + 'chown' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'user' => 'int|string', + ), + 'chr' => + array ( + 0 => 'non-empty-string', + 'codepoint' => 'int', + ), + 'chroot' => + array ( + 0 => 'bool', + 'directory' => 'string', + ), + 'chunk_split' => + array ( + 0 => 'string', + 'string' => 'string', + 'length=' => 'int', + 'separator=' => 'string', + ), + 'class_alias' => + array ( + 0 => 'bool', + 'class' => 'string', + 'alias' => 'string', + 'autoload=' => 'bool', + ), + 'class_exists' => + array ( + 0 => 'bool', + 'class' => 'string', + 'autoload=' => 'bool', + ), + 'class_implements' => + array ( + 0 => 'array|false', + 'object_or_class' => 'object|string', + 'autoload=' => 'bool', + ), + 'class_parents' => + array ( + 0 => 'array|false', + 'object_or_class' => 'object|string', + 'autoload=' => 'bool', + ), + 'class_uses' => + array ( + 0 => 'array|false', + 'object_or_class' => 'object|string', + 'autoload=' => 'bool', + ), + 'clearstatcache' => + array ( + 0 => 'void', + 'clear_realpath_cache=' => 'bool', + 'filename=' => 'string', + ), + 'cli_get_process_title' => + array ( + 0 => 'null|string', + ), + 'cli_set_process_title' => + array ( + 0 => 'bool', + 'title' => 'string', + ), + 'closedgeneratorexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'closedgeneratorexception::__tostring' => + array ( + 0 => 'string', + ), + 'closedgeneratorexception::__wakeup' => + array ( + 0 => 'string', + ), + 'closedgeneratorexception::getcode' => + array ( + 0 => 'int', + ), + 'closedgeneratorexception::getfile' => + array ( + 0 => 'string', + ), + 'closedgeneratorexception::getline' => + array ( + 0 => 'int', + ), + 'closedgeneratorexception::getmessage' => + array ( + 0 => 'string', + ), + 'closedgeneratorexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'closedgeneratorexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'closedgeneratorexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'closedir' => + array ( + 0 => 'void', + 'dir_handle=' => 'resource', + ), + 'closelog' => + array ( + 0 => 'true', + ), + 'closure::__construct' => + array ( + 0 => 'void', + ), + 'closure::__invoke' => + array ( + 0 => 'mixed', + '...args=' => 'mixed', + ), + 'closure::bind' => + array ( + 0 => 'Closure|null', + 'closure' => 'Closure', + 'newThis' => 'null|object', + 'newScope=' => 'null|object|string', + ), + 'closure::bindto' => + array ( + 0 => 'Closure|null', + 'newThis' => 'null|object', + 'newScope=' => 'null|object|string', + ), + 'closure::call' => + array ( + 0 => 'mixed', + 'newThis' => 'object', + '...args=' => 'mixed', + ), + 'closure::fromcallable' => + array ( + 0 => 'Closure', + 'callback' => 'callable', + ), + 'collator::__construct' => + array ( + 0 => 'void', + 'locale' => 'string', + ), + 'collator::asort' => + array ( + 0 => 'bool', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'collator::compare' => + array ( + 0 => 'false|int', + 'string1' => 'string', + 'string2' => 'string', + ), + 'collator::create' => + array ( + 0 => 'Collator|null', + 'locale' => 'string', + ), + 'collator::getattribute' => + array ( + 0 => 'false|int', + 'attribute' => 'int', + ), + 'collator::geterrorcode' => + array ( + 0 => 'int', + ), + 'collator::geterrormessage' => + array ( + 0 => 'string', + ), + 'collator::getlocale' => + array ( + 0 => 'string', + 'type' => 'int', + ), + 'collator::getsortkey' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'collator::getstrength' => + array ( + 0 => 'int', + ), + 'collator::setattribute' => + array ( + 0 => 'bool', + 'attribute' => 'int', + 'value' => 'int', + ), + 'collator::setstrength' => + array ( + 0 => 'true', + 'strength' => 'int', + ), + 'collator::sort' => + array ( + 0 => 'bool', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'collator::sortwithsortkeys' => + array ( + 0 => 'bool', + '&rw_array' => 'array', + ), + 'collator_asort' => + array ( + 0 => 'bool', + 'object' => 'collator', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'collator_compare' => + array ( + 0 => 'int', + 'object' => 'collator', + 'string1' => 'string', + 'string2' => 'string', + ), + 'collator_create' => + array ( + 0 => 'Collator|null', + 'locale' => 'string', + ), + 'collator_get_attribute' => + array ( + 0 => 'false|int', + 'object' => 'collator', + 'attribute' => 'int', + ), + 'collator_get_error_code' => + array ( + 0 => 'int', + 'object' => 'collator', + ), + 'collator_get_error_message' => + array ( + 0 => 'string', + 'object' => 'collator', + ), + 'collator_get_locale' => + array ( + 0 => 'string', + 'object' => 'collator', + 'type' => 'int', + ), + 'collator_get_sort_key' => + array ( + 0 => 'string', + 'object' => 'collator', + 'string' => 'string', + ), + 'collator_get_strength' => + array ( + 0 => 'int', + 'object' => 'collator', + ), + 'collator_set_attribute' => + array ( + 0 => 'bool', + 'object' => 'collator', + 'attribute' => 'int', + 'value' => 'int', + ), + 'collator_set_strength' => + array ( + 0 => 'true', + 'object' => 'collator', + 'strength' => 'int', + ), + 'collator_sort' => + array ( + 0 => 'bool', + 'object' => 'collator', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'collator_sort_with_sort_keys' => + array ( + 0 => 'bool', + 'object' => 'collator', + '&rw_array' => 'array', + ), + 'compact' => + array ( + 0 => 'array', + 'var_name' => 'array|string', + '...var_names=' => 'array|string', + ), + 'compileerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'compileerror::__tostring' => + array ( + 0 => 'string', + ), + 'compileerror::__wakeup' => + array ( + 0 => 'string', + ), + 'compileerror::getcode' => + array ( + 0 => 'string', + ), + 'compileerror::getfile' => + array ( + 0 => 'string', + ), + 'compileerror::getline' => + array ( + 0 => 'int', + ), + 'compileerror::getmessage' => + array ( + 0 => 'string', + ), + 'compileerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'compileerror::gettrace' => + array ( + 0 => 'array', + ), + 'compileerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'connection_aborted' => + array ( + 0 => 'int', + ), + 'connection_status' => + array ( + 0 => 'int', + ), + 'constant' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'convert_uudecode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'convert_uuencode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'copy' => + array ( + 0 => 'bool', + 'from' => 'string', + 'to' => 'string', + 'context=' => 'resource', + ), + 'cos' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'cosh' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'count' => + array ( + 0 => 'int<0, max>', + 'value' => 'Countable|array', + 'mode=' => 'int', + ), + 'count_chars' => + array ( + 0 => 'array', + 'input' => 'string', + 'mode=' => '0|1|2', + ), + 'crc32' => + array ( + 0 => 'int', + 'string' => 'string', + ), + 'crypt' => + array ( + 0 => 'string', + 'string' => 'string', + 'salt' => 'string', + ), + 'ctype_alnum' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_alpha' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_cntrl' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_digit' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_graph' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_lower' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_print' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_punct' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_space' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_upper' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'ctype_xdigit' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'curl_close' => + array ( + 0 => 'void', + 'handle' => 'CurlHandle', + ), + 'curl_copy_handle' => + array ( + 0 => 'CurlHandle|false', + 'handle' => 'CurlHandle', + ), + 'curl_errno' => + array ( + 0 => 'int', + 'handle' => 'CurlHandle', + ), + 'curl_error' => + array ( + 0 => 'string', + 'handle' => 'CurlHandle', + ), + 'curl_escape' => + array ( + 0 => 'false|string', + 'handle' => 'CurlHandle', + 'string' => 'string', + ), + 'curl_exec' => + array ( + 0 => 'bool|string', + 'handle' => 'CurlHandle', + ), + 'curl_file_create' => + array ( + 0 => 'CURLFile', + 'filename' => 'string', + 'mime_type=' => 'null|string', + 'posted_filename=' => 'null|string', + ), + 'curl_getinfo' => + array ( + 0 => 'mixed', + 'handle' => 'CurlHandle', + 'option=' => 'int|null', + ), + 'curl_init' => + array ( + 0 => 'CurlHandle|false', + 'url=' => 'null|string', + ), + 'curl_multi_add_handle' => + array ( + 0 => 'int', + 'multi_handle' => 'CurlMultiHandle', + 'handle' => 'CurlHandle', + ), + 'curl_multi_close' => + array ( + 0 => 'void', + 'multi_handle' => 'CurlMultiHandle', + ), + 'curl_multi_errno' => + array ( + 0 => 'int', + 'multi_handle' => 'CurlMultiHandle', + ), + 'curl_multi_exec' => + array ( + 0 => 'int', + 'multi_handle' => 'CurlMultiHandle', + '&w_still_running' => 'int', + ), + 'curl_multi_getcontent' => + array ( + 0 => 'null|string', + 'handle' => 'CurlHandle', + ), + 'curl_multi_info_read' => + array ( + 0 => 'array|false', + 'multi_handle' => 'CurlMultiHandle', + '&w_queued_messages=' => 'int', + ), + 'curl_multi_init' => + array ( + 0 => 'CurlMultiHandle', + ), + 'curl_multi_remove_handle' => + array ( + 0 => 'int', + 'multi_handle' => 'CurlMultiHandle', + 'handle' => 'CurlHandle', + ), + 'curl_multi_select' => + array ( + 0 => 'int', + 'multi_handle' => 'CurlMultiHandle', + 'timeout=' => 'float', + ), + 'curl_multi_setopt' => + array ( + 0 => 'bool', + 'multi_handle' => 'CurlMultiHandle', + 'option' => 'int', + 'value' => 'mixed', + ), + 'curl_multi_strerror' => + array ( + 0 => 'null|string', + 'error_code' => 'int', + ), + 'curl_pause' => + array ( + 0 => 'int', + 'handle' => 'CurlHandle', + 'flags' => 'int', + ), + 'curl_reset' => + array ( + 0 => 'void', + 'handle' => 'CurlHandle', + ), + 'curl_setopt' => + array ( + 0 => 'bool', + 'handle' => 'CurlHandle', + 'option' => 'int', + 'value' => 'callable|mixed', + ), + 'curl_setopt_array' => + array ( + 0 => 'bool', + 'handle' => 'CurlHandle', + 'options' => 'array', + ), + 'curl_share_close' => + array ( + 0 => 'void', + 'share_handle' => 'CurlShareHandle', + ), + 'curl_share_errno' => + array ( + 0 => 'int', + 'share_handle' => 'CurlShareHandle', + ), + 'curl_share_init' => + array ( + 0 => 'CurlShareHandle', + ), + 'curl_share_setopt' => + array ( + 0 => 'bool', + 'share_handle' => 'CurlShareHandle', + 'option' => 'int', + 'value' => 'mixed', + ), + 'curl_share_strerror' => + array ( + 0 => 'null|string', + 'error_code' => 'int', + ), + 'curl_strerror' => + array ( + 0 => 'null|string', + 'error_code' => 'int', + ), + 'curl_unescape' => + array ( + 0 => 'false|string', + 'handle' => 'CurlHandle', + 'string' => 'string', + ), + 'curl_upkeep' => + array ( + 0 => 'bool', + 'handle' => 'CurlHandle', + ), + 'curl_version' => + array ( + 0 => 'array', + 'version=' => 'int', + ), + 'curlfile::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'mime_type=' => 'null|string', + 'posted_filename=' => 'null|string', + ), + 'curlfile::getfilename' => + array ( + 0 => 'string', + ), + 'curlfile::getmimetype' => + array ( + 0 => 'string', + ), + 'curlfile::getpostfilename' => + array ( + 0 => 'string', + ), + 'curlfile::setmimetype' => + array ( + 0 => 'void', + 'mime_type' => 'string', + ), + 'curlfile::setpostfilename' => + array ( + 0 => 'void', + 'posted_filename' => 'string', + ), + 'curlstringfile::__construct' => + array ( + 0 => 'void', + 'data' => 'string', + 'postname' => 'string', + 'mime=' => 'string', + ), + 'current' => + array ( + 0 => 'false|mixed', + 'array' => 'array', + ), + 'date' => + array ( + 0 => 'string', + 'format' => 'string', + 'timestamp=' => 'int|null', + ), + 'date_add' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'interval' => 'DateInterval', + ), + 'date_create' => + array ( + 0 => 'DateTime|false', + 'datetime=' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'date_create_from_format' => + array ( + 0 => 'DateTime|false', + 'format' => 'string', + 'datetime' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'date_create_immutable' => + array ( + 0 => 'DateTimeImmutable|false', + 'datetime=' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'date_create_immutable_from_format' => + array ( + 0 => 'DateTimeImmutable|false', + 'format' => 'string', + 'datetime' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'date_date_set' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'year' => 'int', + 'month' => 'int', + 'day' => 'int', + ), + 'date_default_timezone_get' => + array ( + 0 => 'non-empty-string', + ), + 'date_default_timezone_set' => + array ( + 0 => 'bool', + 'timezoneId' => 'non-empty-string', + ), + 'date_diff' => + array ( + 0 => 'DateInterval', + 'baseObject' => 'DateTimeInterface', + 'targetObject' => 'DateTimeInterface', + 'absolute=' => 'bool', + ), + 'date_format' => + array ( + 0 => 'string', + 'object' => 'DateTimeInterface', + 'format' => 'string', + ), + 'date_get_last_errors' => + array ( + 0 => 'array{error_count: int, errors: array, warning_count: int, warnings: array}|false', + ), + 'date_interval_create_from_date_string' => + array ( + 0 => 'DateInterval', + 'datetime' => 'string', + ), + 'date_interval_format' => + array ( + 0 => 'string', + 'object' => 'DateInterval', + 'format' => 'string', + ), + 'date_isodate_set' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'year' => 'int', + 'week' => 'int', + 'dayOfWeek=' => 'int', + ), + 'date_modify' => + array ( + 0 => 'DateTime|false', + 'object' => 'DateTime', + 'modifier' => 'string', + ), + 'date_offset_get' => + array ( + 0 => 'int', + 'object' => 'DateTimeInterface', + ), + 'date_parse' => + array ( + 0 => 'array', + 'datetime' => 'string', + ), + 'date_parse_from_format' => + array ( + 0 => 'array', + 'format' => 'string', + 'datetime' => 'string', + ), + 'date_sub' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'interval' => 'DateInterval', + ), + 'date_sun_info' => + array ( + 0 => 'array', + 'timestamp' => 'int', + 'latitude' => 'float', + 'longitude' => 'float', + ), + 'date_sunrise' => + array ( + 0 => 'false|float|int|string', + 'timestamp' => 'int', + 'returnFormat=' => 'int', + 'latitude=' => 'float|null', + 'longitude=' => 'float|null', + 'zenith=' => 'float|null', + 'utcOffset=' => 'float|null', + ), + 'date_sunset' => + array ( + 0 => 'false|float|int|string', + 'timestamp' => 'int', + 'returnFormat=' => 'int', + 'latitude=' => 'float|null', + 'longitude=' => 'float|null', + 'zenith=' => 'float|null', + 'utcOffset=' => 'float|null', + ), + 'date_time_set' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'hour' => 'int', + 'minute' => 'int', + 'second=' => 'int', + 'microsecond=' => 'int', + ), + 'date_timestamp_get' => + array ( + 0 => 'int', + 'object' => 'DateTimeInterface', + ), + 'date_timestamp_set' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'timestamp' => 'int', + ), + 'date_timezone_get' => + array ( + 0 => 'DateTimeZone|false', + 'object' => 'DateTimeInterface', + ), + 'date_timezone_set' => + array ( + 0 => 'DateTime', + 'object' => 'DateTime', + 'timezone' => 'DateTimeZone', + ), + 'dateerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'dateerror::__tostring' => + array ( + 0 => 'string', + ), + 'dateerror::__wakeup' => + array ( + 0 => 'string', + ), + 'dateerror::getcode' => + array ( + 0 => 'string', + ), + 'dateerror::getfile' => + array ( + 0 => 'string', + ), + 'dateerror::getline' => + array ( + 0 => 'int', + ), + 'dateerror::getmessage' => + array ( + 0 => 'string', + ), + 'dateerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'dateerror::gettrace' => + array ( + 0 => 'array', + ), + 'dateerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'dateexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'dateexception::__tostring' => + array ( + 0 => 'string', + ), + 'dateexception::__wakeup' => + array ( + 0 => 'string', + ), + 'dateexception::getcode' => + array ( + 0 => 'string', + ), + 'dateexception::getfile' => + array ( + 0 => 'string', + ), + 'dateexception::getline' => + array ( + 0 => 'int', + ), + 'dateexception::getmessage' => + array ( + 0 => 'string', + ), + 'dateexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'dateexception::gettrace' => + array ( + 0 => 'array', + ), + 'dateexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'datefmt_create' => + array ( + 0 => 'IntlDateFormatter|null', + 'locale' => 'null|string', + 'dateType=' => 'int', + 'timeType=' => 'int', + 'timezone=' => 'DateTimeZone|IntlTimeZone|null|string', + 'calendar=' => 'IntlCalendar|int|null', + 'pattern=' => 'null|string', + ), + 'datefmt_format' => + array ( + 0 => 'false|string', + 'formatter' => 'IntlDateFormatter', + 'datetime' => 'DateTime|IntlCalendar|array|int', + ), + 'datefmt_format_object' => + array ( + 0 => 'false|string', + 'datetime' => 'object', + 'format=' => 'mixed', + 'locale=' => 'null|string', + ), + 'datefmt_get_calendar' => + array ( + 0 => 'int', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_calendar_object' => + array ( + 0 => 'IntlCalendar|false|null', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_datetype' => + array ( + 0 => 'int', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_error_code' => + array ( + 0 => 'int', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_error_message' => + array ( + 0 => 'string', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_locale' => + array ( + 0 => 'false|string', + 'formatter' => 'IntlDateFormatter', + 'type=' => 'int', + ), + 'datefmt_get_pattern' => + array ( + 0 => 'string', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_timetype' => + array ( + 0 => 'int', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_timezone' => + array ( + 0 => 'IntlTimeZone|false', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_get_timezone_id' => + array ( + 0 => 'false|string', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_is_lenient' => + array ( + 0 => 'bool', + 'formatter' => 'IntlDateFormatter', + ), + 'datefmt_localtime' => + array ( + 0 => 'array|false', + 'formatter' => 'IntlDateFormatter', + 'string' => 'string', + '&rw_offset=' => 'int', + ), + 'datefmt_parse' => + array ( + 0 => 'false|float|int', + 'formatter' => 'IntlDateFormatter', + 'string' => 'string', + '&rw_offset=' => 'int', + ), + 'datefmt_set_calendar' => + array ( + 0 => 'bool', + 'formatter' => 'IntlDateFormatter', + 'calendar' => 'IntlCalendar|int|null', + ), + 'datefmt_set_lenient' => + array ( + 0 => 'void', + 'formatter' => 'IntlDateFormatter', + 'lenient' => 'bool', + ), + 'datefmt_set_pattern' => + array ( + 0 => 'bool', + 'formatter' => 'IntlDateFormatter', + 'pattern' => 'string', + ), + 'datefmt_set_timezone' => + array ( + 0 => 'bool', + 'formatter' => 'IntlDateFormatter', + 'timezone' => 'DateTimeZone|IntlTimeZone|null|string', + ), + 'dateinterval::__construct' => + array ( + 0 => 'void', + 'duration' => 'string', + ), + 'dateinterval::__serialize' => + array ( + 0 => 'array', + ), + 'dateinterval::__set_state' => + array ( + 0 => 'DateInterval', + 'array' => 'array', + ), + 'dateinterval::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'dateinterval::__wakeup' => + array ( + 0 => 'void', + ), + 'dateinterval::createfromdatestring' => + array ( + 0 => 'DateInterval', + 'datetime' => 'string', + ), + 'dateinterval::format' => + array ( + 0 => 'string', + 'format' => 'string', + ), + 'dateinvalidoperationexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'dateinvalidoperationexception::__tostring' => + array ( + 0 => 'string', + ), + 'dateinvalidoperationexception::__wakeup' => + array ( + 0 => 'string', + ), + 'dateinvalidoperationexception::getcode' => + array ( + 0 => 'string', + ), + 'dateinvalidoperationexception::getfile' => + array ( + 0 => 'string', + ), + 'dateinvalidoperationexception::getline' => + array ( + 0 => 'int', + ), + 'dateinvalidoperationexception::getmessage' => + array ( + 0 => 'string', + ), + 'dateinvalidoperationexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'dateinvalidoperationexception::gettrace' => + array ( + 0 => 'array', + ), + 'dateinvalidoperationexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'dateinvalidtimezoneexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'dateinvalidtimezoneexception::__tostring' => + array ( + 0 => 'string', + ), + 'dateinvalidtimezoneexception::__wakeup' => + array ( + 0 => 'string', + ), + 'dateinvalidtimezoneexception::getcode' => + array ( + 0 => 'string', + ), + 'dateinvalidtimezoneexception::getfile' => + array ( + 0 => 'string', + ), + 'dateinvalidtimezoneexception::getline' => + array ( + 0 => 'int', + ), + 'dateinvalidtimezoneexception::getmessage' => + array ( + 0 => 'string', + ), + 'dateinvalidtimezoneexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'dateinvalidtimezoneexception::gettrace' => + array ( + 0 => 'array', + ), + 'dateinvalidtimezoneexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'datemalformedintervalstringexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'datemalformedintervalstringexception::__tostring' => + array ( + 0 => 'string', + ), + 'datemalformedintervalstringexception::__wakeup' => + array ( + 0 => 'string', + ), + 'datemalformedintervalstringexception::getcode' => + array ( + 0 => 'string', + ), + 'datemalformedintervalstringexception::getfile' => + array ( + 0 => 'string', + ), + 'datemalformedintervalstringexception::getline' => + array ( + 0 => 'int', + ), + 'datemalformedintervalstringexception::getmessage' => + array ( + 0 => 'string', + ), + 'datemalformedintervalstringexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'datemalformedintervalstringexception::gettrace' => + array ( + 0 => 'array', + ), + 'datemalformedintervalstringexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'datemalformedperiodstringexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'datemalformedperiodstringexception::__tostring' => + array ( + 0 => 'string', + ), + 'datemalformedperiodstringexception::__wakeup' => + array ( + 0 => 'string', + ), + 'datemalformedperiodstringexception::getcode' => + array ( + 0 => 'string', + ), + 'datemalformedperiodstringexception::getfile' => + array ( + 0 => 'string', + ), + 'datemalformedperiodstringexception::getline' => + array ( + 0 => 'int', + ), + 'datemalformedperiodstringexception::getmessage' => + array ( + 0 => 'string', + ), + 'datemalformedperiodstringexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'datemalformedperiodstringexception::gettrace' => + array ( + 0 => 'array', + ), + 'datemalformedperiodstringexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'datemalformedstringexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'datemalformedstringexception::__tostring' => + array ( + 0 => 'string', + ), + 'datemalformedstringexception::__wakeup' => + array ( + 0 => 'string', + ), + 'datemalformedstringexception::getcode' => + array ( + 0 => 'string', + ), + 'datemalformedstringexception::getfile' => + array ( + 0 => 'string', + ), + 'datemalformedstringexception::getline' => + array ( + 0 => 'int', + ), + 'datemalformedstringexception::getmessage' => + array ( + 0 => 'string', + ), + 'datemalformedstringexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'datemalformedstringexception::gettrace' => + array ( + 0 => 'array', + ), + 'datemalformedstringexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'dateobjecterror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'dateobjecterror::__tostring' => + array ( + 0 => 'string', + ), + 'dateobjecterror::__wakeup' => + array ( + 0 => 'string', + ), + 'dateobjecterror::getcode' => + array ( + 0 => 'string', + ), + 'dateobjecterror::getfile' => + array ( + 0 => 'string', + ), + 'dateobjecterror::getline' => + array ( + 0 => 'int', + ), + 'dateobjecterror::getmessage' => + array ( + 0 => 'string', + ), + 'dateobjecterror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'dateobjecterror::gettrace' => + array ( + 0 => 'array', + ), + 'dateobjecterror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'dateperiod::__construct' => + array ( + 0 => 'void', + 'start' => 'DateTimeInterface', + 'interval' => 'DateInterval', + 'recur' => 'int', + 'options=' => 'int', + ), + 'dateperiod::__serialize' => + array ( + 0 => 'array', + ), + 'dateperiod::__set_state' => + array ( + 0 => 'string', + 'array' => 'array', + ), + 'dateperiod::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'dateperiod::__wakeup' => + array ( + 0 => 'void', + ), + 'dateperiod::createfromiso8601string' => + array ( + 0 => 'static', + 'specification' => 'string', + 'options=' => 'int', + ), + 'dateperiod::getdateinterval' => + array ( + 0 => 'DateInterval', + ), + 'dateperiod::getenddate' => + array ( + 0 => 'DateTimeInterface|null', + ), + 'dateperiod::getiterator' => + array ( + 0 => 'Iterator', + ), + 'dateperiod::getrecurrences' => + array ( + 0 => 'string', + ), + 'dateperiod::getstartdate' => + array ( + 0 => 'DateTimeInterface', + ), + 'daterangeerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'daterangeerror::__tostring' => + array ( + 0 => 'string', + ), + 'daterangeerror::__wakeup' => + array ( + 0 => 'string', + ), + 'daterangeerror::getcode' => + array ( + 0 => 'string', + ), + 'daterangeerror::getfile' => + array ( + 0 => 'string', + ), + 'daterangeerror::getline' => + array ( + 0 => 'int', + ), + 'daterangeerror::getmessage' => + array ( + 0 => 'string', + ), + 'daterangeerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'daterangeerror::gettrace' => + array ( + 0 => 'array', + ), + 'daterangeerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'datetime::__construct' => + array ( + 0 => 'void', + 'time=' => 'string', + ), + 'datetime::__serialize' => + array ( + 0 => 'array', + ), + 'datetime::__set_state' => + array ( + 0 => 'string', + 'array' => 'array', + ), + 'datetime::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'datetime::__wakeup' => + array ( + 0 => 'void', + ), + 'datetime::add' => + array ( + 0 => 'static', + 'interval' => 'DateInterval', + ), + 'datetime::createfromformat' => + array ( + 0 => 'false|static', + 'format' => 'string', + 'datetime' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'datetime::createfromimmutable' => + array ( + 0 => 'static', + 'object' => 'DateTimeImmutable', + ), + 'datetime::createfrominterface' => + array ( + 0 => 'static', + 'object' => 'DateTimeInterface', + ), + 'datetime::createfromtimestamp' => + array ( + 0 => 'string', + 'timestamp' => 'float|int', + ), + 'datetime::diff' => + array ( + 0 => 'DateInterval', + 'targetObject' => 'DateTimeInterface', + 'absolute=' => 'bool', + ), + 'datetime::format' => + array ( + 0 => 'string', + 'format' => 'string', + ), + 'datetime::getlasterrors' => + array ( + 0 => 'array{error_count: int, errors: array, warning_count: int, warnings: array}|false', + ), + 'datetime::getmicrosecond' => + array ( + 0 => 'int', + ), + 'datetime::getoffset' => + array ( + 0 => 'int', + ), + 'datetime::gettimestamp' => + array ( + 0 => 'int', + ), + 'datetime::gettimezone' => + array ( + 0 => 'DateTimeZone|false', + ), + 'datetime::modify' => + array ( + 0 => 'false|static', + 'modifier' => 'string', + ), + 'datetime::setdate' => + array ( + 0 => 'static', + 'year' => 'int', + 'month' => 'int', + 'day' => 'int', + ), + 'datetime::setisodate' => + array ( + 0 => 'static', + 'year' => 'int', + 'week' => 'int', + 'dayOfWeek=' => 'int', + ), + 'datetime::setmicrosecond' => + array ( + 0 => 'static', + 'microsecond' => 'int', + ), + 'datetime::settime' => + array ( + 0 => 'static', + 'hour' => 'int', + 'minute' => 'int', + 'second=' => 'int', + 'microsecond=' => 'int', + ), + 'datetime::settimestamp' => + array ( + 0 => 'static', + 'timestamp' => 'int', + ), + 'datetime::settimezone' => + array ( + 0 => 'static', + 'timezone' => 'DateTimeZone', + ), + 'datetime::sub' => + array ( + 0 => 'static', + 'interval' => 'DateInterval', + ), + 'datetimeimmutable::__construct' => + array ( + 0 => 'string', + 'datetime=' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'datetimeimmutable::__serialize' => + array ( + 0 => 'array', + ), + 'datetimeimmutable::__set_state' => + array ( + 0 => 'string', + 'array' => 'array', + ), + 'datetimeimmutable::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'datetimeimmutable::__wakeup' => + array ( + 0 => 'void', + ), + 'datetimeimmutable::add' => + array ( + 0 => 'string', + 'interval' => 'DateInterval', + ), + 'datetimeimmutable::createfromformat' => + array ( + 0 => 'string', + 'format' => 'string', + 'datetime' => 'string', + 'timezone=' => 'DateTimeZone|null', + ), + 'datetimeimmutable::createfrominterface' => + array ( + 0 => 'static', + 'object' => 'DateTimeInterface', + ), + 'datetimeimmutable::createfrommutable' => + array ( + 0 => 'string', + 'object' => 'DateTime', + ), + 'datetimeimmutable::createfromtimestamp' => + array ( + 0 => 'string', + 'timestamp' => 'float|int', + ), + 'datetimeimmutable::diff' => + array ( + 0 => 'string', + 'targetObject' => 'DateTimeInterface', + 'absolute=' => 'bool', + ), + 'datetimeimmutable::format' => + array ( + 0 => 'string', + 'format' => 'string', + ), + 'datetimeimmutable::getlasterrors' => + array ( + 0 => 'array{error_count: int, errors: array, warning_count: int, warnings: array}|false', + ), + 'datetimeimmutable::getmicrosecond' => + array ( + 0 => 'int', + ), + 'datetimeimmutable::getoffset' => + array ( + 0 => 'string', + ), + 'datetimeimmutable::gettimestamp' => + array ( + 0 => 'string', + ), + 'datetimeimmutable::gettimezone' => + array ( + 0 => 'string', + ), + 'datetimeimmutable::modify' => + array ( + 0 => 'string', + 'modifier' => 'string', + ), + 'datetimeimmutable::setdate' => + array ( + 0 => 'string', + 'year' => 'int', + 'month' => 'int', + 'day' => 'int', + ), + 'datetimeimmutable::setisodate' => + array ( + 0 => 'string', + 'year' => 'int', + 'week' => 'int', + 'dayOfWeek=' => 'int', + ), + 'datetimeimmutable::setmicrosecond' => + array ( + 0 => 'static', + 'microsecond' => 'int', + ), + 'datetimeimmutable::settime' => + array ( + 0 => 'string', + 'hour' => 'int', + 'minute' => 'int', + 'second=' => 'int', + 'microsecond=' => 'int', + ), + 'datetimeimmutable::settimestamp' => + array ( + 0 => 'string', + 'timestamp' => 'int', + ), + 'datetimeimmutable::settimezone' => + array ( + 0 => 'string', + 'timezone' => 'DateTimeZone', + ), + 'datetimeimmutable::sub' => + array ( + 0 => 'string', + 'interval' => 'DateInterval', + ), + 'datetimezone::__construct' => + array ( + 0 => 'void', + 'timezone' => 'non-empty-string', + ), + 'datetimezone::__serialize' => + array ( + 0 => 'array', + ), + 'datetimezone::__set_state' => + array ( + 0 => 'DateTimeZone', + 'array' => 'array', + ), + 'datetimezone::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'datetimezone::__wakeup' => + array ( + 0 => 'void', + ), + 'datetimezone::getlocation' => + array ( + 0 => 'array|false', + ), + 'datetimezone::getname' => + array ( + 0 => 'non-empty-string', + ), + 'datetimezone::getoffset' => + array ( + 0 => 'int', + 'datetime' => 'DateTimeInterface', + ), + 'datetimezone::gettransitions' => + array ( + 0 => 'false|list', + 'timestampBegin=' => 'int', + 'timestampEnd=' => 'int', + ), + 'datetimezone::listabbreviations' => + array ( + 0 => 'array>', + ), + 'datetimezone::listidentifiers' => + array ( + 0 => 'list', + 'timezoneGroup=' => 'int', + 'countryCode=' => 'null|string', + ), + 'debug_backtrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, object?: object, type?: string}>', + 'options=' => 'int', + 'limit=' => 'int', + ), + 'debug_print_backtrace' => + array ( + 0 => 'void', + 'options=' => 'int', + 'limit=' => 'int', + ), + 'debug_zval_dump' => + array ( + 0 => 'void', + 'value' => 'mixed', + '...values=' => 'mixed', + ), + 'decbin' => + array ( + 0 => 'string', + 'num' => 'int', + ), + 'dechex' => + array ( + 0 => 'string', + 'num' => 'int', + ), + 'decoct' => + array ( + 0 => 'string', + 'num' => 'int', + ), + 'define' => + array ( + 0 => 'bool', + 'constant_name' => 'string', + 'value' => 'array|null|scalar', + 'case_insensitive=' => 'false', + ), + 'defined' => + array ( + 0 => 'bool', + 'constant_name' => 'string', + ), + 'deflate_add' => + array ( + 0 => 'false|string', + 'context' => 'DeflateContext', + 'data' => 'string', + 'flush_mode=' => 'int', + ), + 'deflate_init' => + array ( + 0 => 'DeflateContext|false', + 'encoding' => 'int', + 'options=' => 'array', + ), + 'deg2rad' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'deprecated::__construct' => + array ( + 0 => 'string', + 'message=' => 'null|string', + 'since=' => 'null|string', + ), + 'die' => + array ( + 0 => 'never', + 'status=' => 'int|string', + ), + 'dir' => + array ( + 0 => 'Directory|false', + 'directory' => 'string', + 'context=' => 'resource', + ), + 'directory::close' => + array ( + 0 => 'void', + ), + 'directory::read' => + array ( + 0 => 'false|string', + ), + 'directory::rewind' => + array ( + 0 => 'void', + ), + 'directoryiterator::__construct' => + array ( + 0 => 'void', + 'directory' => 'string', + ), + 'directoryiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'directoryiterator::__tostring' => + array ( + 0 => 'string', + ), + 'directoryiterator::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'directoryiterator::current' => + array ( + 0 => 'DirectoryIterator', + ), + 'directoryiterator::getatime' => + array ( + 0 => 'int', + ), + 'directoryiterator::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'directoryiterator::getctime' => + array ( + 0 => 'int', + ), + 'directoryiterator::getextension' => + array ( + 0 => 'string', + ), + 'directoryiterator::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'directoryiterator::getfilename' => + array ( + 0 => 'string', + ), + 'directoryiterator::getgroup' => + array ( + 0 => 'int', + ), + 'directoryiterator::getinode' => + array ( + 0 => 'int', + ), + 'directoryiterator::getlinktarget' => + array ( + 0 => 'string', + ), + 'directoryiterator::getmtime' => + array ( + 0 => 'int', + ), + 'directoryiterator::getowner' => + array ( + 0 => 'int', + ), + 'directoryiterator::getpath' => + array ( + 0 => 'string', + ), + 'directoryiterator::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'directoryiterator::getpathname' => + array ( + 0 => 'string', + ), + 'directoryiterator::getperms' => + array ( + 0 => 'int', + ), + 'directoryiterator::getrealpath' => + array ( + 0 => 'non-falsy-string', + ), + 'directoryiterator::getsize' => + array ( + 0 => 'int', + ), + 'directoryiterator::gettype' => + array ( + 0 => 'string', + ), + 'directoryiterator::isdir' => + array ( + 0 => 'bool', + ), + 'directoryiterator::isdot' => + array ( + 0 => 'bool', + ), + 'directoryiterator::isexecutable' => + array ( + 0 => 'bool', + ), + 'directoryiterator::isfile' => + array ( + 0 => 'bool', + ), + 'directoryiterator::islink' => + array ( + 0 => 'bool', + ), + 'directoryiterator::isreadable' => + array ( + 0 => 'bool', + ), + 'directoryiterator::iswritable' => + array ( + 0 => 'bool', + ), + 'directoryiterator::key' => + array ( + 0 => 'string', + ), + 'directoryiterator::next' => + array ( + 0 => 'void', + ), + 'directoryiterator::openfile' => + array ( + 0 => 'SplFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'directoryiterator::rewind' => + array ( + 0 => 'void', + ), + 'directoryiterator::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'directoryiterator::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'directoryiterator::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'directoryiterator::valid' => + array ( + 0 => 'bool', + ), + 'dirname' => + array ( + 0 => 'string', + 'path' => 'string', + 'levels=' => 'int<1, max>', + ), + 'disk_free_space' => + array ( + 0 => 'false|float', + 'directory' => 'string', + ), + 'disk_total_space' => + array ( + 0 => 'false|float', + 'directory' => 'string', + ), + 'diskfreespace' => + array ( + 0 => 'false|float', + 'directory' => 'string', + ), + 'divisionbyzeroerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'divisionbyzeroerror::__tostring' => + array ( + 0 => 'string', + ), + 'divisionbyzeroerror::__wakeup' => + array ( + 0 => 'string', + ), + 'divisionbyzeroerror::getcode' => + array ( + 0 => 'string', + ), + 'divisionbyzeroerror::getfile' => + array ( + 0 => 'string', + ), + 'divisionbyzeroerror::getline' => + array ( + 0 => 'int', + ), + 'divisionbyzeroerror::getmessage' => + array ( + 0 => 'string', + ), + 'divisionbyzeroerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'divisionbyzeroerror::gettrace' => + array ( + 0 => 'array', + ), + 'divisionbyzeroerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'dl' => + array ( + 0 => 'bool', + 'extension_filename' => 'string', + ), + 'dns_check_record' => + array ( + 0 => 'bool', + 'hostname' => 'string', + 'type=' => 'string', + ), + 'dns_get_mx' => + array ( + 0 => 'bool', + 'hostname' => 'string', + '&w_hosts' => 'array', + '&w_weights=' => 'array', + ), + 'dns_get_record' => + array ( + 0 => 'false|list>', + 'hostname' => 'string', + 'type=' => 'int', + '&w_authoritative_name_servers=' => 'array', + '&w_additional_records=' => 'array', + 'raw=' => 'bool', + ), + 'dom\\adjacentposition::cases' => + array ( + 0 => 'array', + ), + 'dom\\adjacentposition::from' => + array ( + 0 => 'static', + 'value' => 'int|string', + ), + 'dom\\adjacentposition::tryfrom' => + array ( + 0 => 'null|static', + 'value' => 'int|string', + ), + 'dom\\attr::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\attr::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\attr::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\attr::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\attr::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\attr::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\attr::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\attr::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\attr::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\attr::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\attr::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\attr::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\attr::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\attr::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\attr::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\attr::isid' => + array ( + 0 => 'bool', + ), + 'dom\\attr::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\attr::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\attr::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\attr::normalize' => + array ( + 0 => 'void', + ), + 'dom\\attr::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\attr::rename' => + array ( + 0 => 'void', + 'namespaceURI' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\attr::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\cdatasection::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\cdatasection::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\cdatasection::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\cdatasection::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\cdatasection::appenddata' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'dom\\cdatasection::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\cdatasection::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\cdatasection::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\cdatasection::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\cdatasection::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\cdatasection::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\cdatasection::deletedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\cdatasection::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\cdatasection::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\cdatasection::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\cdatasection::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\cdatasection::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\cdatasection::insertdata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'data' => 'string', + ), + 'dom\\cdatasection::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\cdatasection::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\cdatasection::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\cdatasection::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\cdatasection::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\cdatasection::normalize' => + array ( + 0 => 'void', + ), + 'dom\\cdatasection::remove' => + array ( + 0 => 'void', + ), + 'dom\\cdatasection::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\cdatasection::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\cdatasection::replacedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'dom\\cdatasection::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\cdatasection::splittext' => + array ( + 0 => 'Dom\\Text', + 'offset' => 'int', + ), + 'dom\\cdatasection::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\characterdata::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\characterdata::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\characterdata::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\characterdata::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\characterdata::appenddata' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'dom\\characterdata::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\characterdata::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\characterdata::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\characterdata::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\characterdata::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\characterdata::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\characterdata::deletedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\characterdata::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\characterdata::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\characterdata::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\characterdata::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\characterdata::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\characterdata::insertdata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'data' => 'string', + ), + 'dom\\characterdata::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\characterdata::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\characterdata::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\characterdata::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\characterdata::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\characterdata::normalize' => + array ( + 0 => 'void', + ), + 'dom\\characterdata::remove' => + array ( + 0 => 'void', + ), + 'dom\\characterdata::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\characterdata::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\characterdata::replacedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'dom\\characterdata::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\characterdata::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\comment::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\comment::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\comment::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\comment::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\comment::appenddata' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'dom\\comment::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\comment::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\comment::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\comment::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\comment::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\comment::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\comment::deletedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\comment::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\comment::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\comment::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\comment::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\comment::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\comment::insertdata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'data' => 'string', + ), + 'dom\\comment::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\comment::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\comment::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\comment::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\comment::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\comment::normalize' => + array ( + 0 => 'void', + ), + 'dom\\comment::remove' => + array ( + 0 => 'void', + ), + 'dom\\comment::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\comment::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\comment::replacedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'dom\\comment::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\comment::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\document::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\document::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\document::adoptnode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\document::append' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\document::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\document::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\document::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\document::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\document::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\document::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\document::createattribute' => + array ( + 0 => 'Dom\\Attr', + 'localName' => 'string', + ), + 'dom\\document::createattributens' => + array ( + 0 => 'Dom\\Attr', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\document::createcdatasection' => + array ( + 0 => 'Dom\\CDATASection', + 'data' => 'string', + ), + 'dom\\document::createcomment' => + array ( + 0 => 'Dom\\Comment', + 'data' => 'string', + ), + 'dom\\document::createdocumentfragment' => + array ( + 0 => 'Dom\\DocumentFragment', + ), + 'dom\\document::createelement' => + array ( + 0 => 'Dom\\Element', + 'localName' => 'string', + ), + 'dom\\document::createelementns' => + array ( + 0 => 'Dom\\Element', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\document::createprocessinginstruction' => + array ( + 0 => 'Dom\\ProcessingInstruction', + 'target' => 'string', + 'data' => 'string', + ), + 'dom\\document::createtextnode' => + array ( + 0 => 'Dom\\Text', + 'data' => 'string', + ), + 'dom\\document::getelementbyid' => + array ( + 0 => 'Dom\\Element|null', + 'elementId' => 'string', + ), + 'dom\\document::getelementsbytagname' => + array ( + 0 => 'Dom\\HTMLCollection', + 'qualifiedName' => 'string', + ), + 'dom\\document::getelementsbytagnamens' => + array ( + 0 => 'Dom\\HTMLCollection', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\document::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\document::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\document::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\document::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\document::importlegacynode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'DOMNode', + 'deep=' => 'bool', + ), + 'dom\\document::importnode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node|null', + 'deep=' => 'bool', + ), + 'dom\\document::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\document::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\document::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\document::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\document::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\document::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\document::normalize' => + array ( + 0 => 'void', + ), + 'dom\\document::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\document::queryselector' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\document::queryselectorall' => + array ( + 0 => 'Dom\\NodeList', + 'selectors' => 'string', + ), + 'dom\\document::registernodeclass' => + array ( + 0 => 'void', + 'baseClass' => 'string', + 'extendedClass' => 'null|string', + ), + 'dom\\document::relaxngvalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'dom\\document::relaxngvalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + ), + 'dom\\document::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\document::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\document::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\document::schemavalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'dom\\document::schemavalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + 'flags=' => 'int', + ), + 'dom\\documentfragment::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\documentfragment::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\documentfragment::append' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\documentfragment::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\documentfragment::appendxml' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'dom\\documentfragment::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\documentfragment::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\documentfragment::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\documentfragment::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\documentfragment::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\documentfragment::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\documentfragment::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\documentfragment::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\documentfragment::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\documentfragment::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\documentfragment::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\documentfragment::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\documentfragment::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\documentfragment::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\documentfragment::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\documentfragment::normalize' => + array ( + 0 => 'void', + ), + 'dom\\documentfragment::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\documentfragment::queryselector' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\documentfragment::queryselectorall' => + array ( + 0 => 'Dom\\NodeList', + 'selectors' => 'string', + ), + 'dom\\documentfragment::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\documentfragment::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\documentfragment::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\documenttype::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\documenttype::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\documenttype::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\documenttype::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\documenttype::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\documenttype::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\documenttype::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\documenttype::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\documenttype::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\documenttype::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\documenttype::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\documenttype::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\documenttype::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\documenttype::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\documenttype::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\documenttype::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\documenttype::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\documenttype::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\documenttype::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\documenttype::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\documenttype::normalize' => + array ( + 0 => 'void', + ), + 'dom\\documenttype::remove' => + array ( + 0 => 'void', + ), + 'dom\\documenttype::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\documenttype::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\documenttype::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\domexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'dom\\domexception::__tostring' => + array ( + 0 => 'string', + ), + 'dom\\domexception::__wakeup' => + array ( + 0 => 'string', + ), + 'dom\\domexception::getcode' => + array ( + 0 => 'string', + ), + 'dom\\domexception::getfile' => + array ( + 0 => 'string', + ), + 'dom\\domexception::getline' => + array ( + 0 => 'int', + ), + 'dom\\domexception::getmessage' => + array ( + 0 => 'string', + ), + 'dom\\domexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'dom\\domexception::gettrace' => + array ( + 0 => 'array', + ), + 'dom\\domexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'dom\\dtdnamednodemap::count' => + array ( + 0 => 'int', + ), + 'dom\\dtdnamednodemap::getiterator' => + array ( + 0 => 'Iterator', + ), + 'dom\\dtdnamednodemap::getnameditem' => + array ( + 0 => 'Dom\\Entity|Dom\\Notation|null', + 'qualifiedName' => 'string', + ), + 'dom\\dtdnamednodemap::getnameditemns' => + array ( + 0 => 'Dom\\Entity|Dom\\Notation|null', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\dtdnamednodemap::item' => + array ( + 0 => 'Dom\\Entity|Dom\\Notation|null', + 'index' => 'int', + ), + 'dom\\element::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\element::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\element::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\element::append' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\element::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\element::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\element::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\element::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\element::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\element::closest' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\element::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\element::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\element::getattribute' => + array ( + 0 => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\element::getattributenames' => + array ( + 0 => 'array', + ), + 'dom\\element::getattributenode' => + array ( + 0 => 'Dom\\Attr|null', + 'qualifiedName' => 'string', + ), + 'dom\\element::getattributenodens' => + array ( + 0 => 'Dom\\Attr|null', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\element::getattributens' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\element::getdescendantnamespaces' => + array ( + 0 => 'array', + ), + 'dom\\element::getelementsbytagname' => + array ( + 0 => 'Dom\\HTMLCollection', + 'qualifiedName' => 'string', + ), + 'dom\\element::getelementsbytagnamens' => + array ( + 0 => 'Dom\\HTMLCollection', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\element::getinscopenamespaces' => + array ( + 0 => 'array', + ), + 'dom\\element::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\element::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\element::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\element::hasattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + ), + 'dom\\element::hasattributens' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\element::hasattributes' => + array ( + 0 => 'bool', + ), + 'dom\\element::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\element::insertadjacentelement' => + array ( + 0 => 'Dom\\Element|null', + 'where' => 'Dom\\AdjacentPosition', + 'element' => 'Dom\\Element', + ), + 'dom\\element::insertadjacenttext' => + array ( + 0 => 'void', + 'where' => 'Dom\\AdjacentPosition', + 'data' => 'string', + ), + 'dom\\element::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\element::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\element::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\element::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\element::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\element::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\element::matches' => + array ( + 0 => 'bool', + 'selectors' => 'string', + ), + 'dom\\element::normalize' => + array ( + 0 => 'void', + ), + 'dom\\element::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\element::queryselector' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\element::queryselectorall' => + array ( + 0 => 'Dom\\NodeList', + 'selectors' => 'string', + ), + 'dom\\element::remove' => + array ( + 0 => 'void', + ), + 'dom\\element::removeattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + ), + 'dom\\element::removeattributenode' => + array ( + 0 => 'Dom\\Attr', + 'attr' => 'Dom\\Attr', + ), + 'dom\\element::removeattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\element::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\element::rename' => + array ( + 0 => 'void', + 'namespaceURI' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\element::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\element::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\element::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\element::setattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'value' => 'string', + ), + 'dom\\element::setattributenode' => + array ( + 0 => 'Dom\\Attr|null', + 'attr' => 'Dom\\Attr', + ), + 'dom\\element::setattributenodens' => + array ( + 0 => 'Dom\\Attr|null', + 'attr' => 'Dom\\Attr', + ), + 'dom\\element::setattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'value' => 'string', + ), + 'dom\\element::setidattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'isId' => 'bool', + ), + 'dom\\element::setidattributenode' => + array ( + 0 => 'void', + 'attr' => 'Dom\\Attr', + 'isId' => 'bool', + ), + 'dom\\element::setidattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'isId' => 'bool', + ), + 'dom\\element::toggleattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + 'force=' => 'bool|null', + ), + 'dom\\entity::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\entity::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\entity::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\entity::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\entity::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\entity::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\entity::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\entity::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\entity::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\entity::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\entity::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\entity::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\entity::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\entity::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\entity::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\entity::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\entity::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\entity::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\entity::normalize' => + array ( + 0 => 'void', + ), + 'dom\\entity::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\entity::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\entityreference::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\entityreference::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\entityreference::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\entityreference::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\entityreference::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\entityreference::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\entityreference::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\entityreference::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\entityreference::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\entityreference::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\entityreference::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\entityreference::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\entityreference::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\entityreference::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\entityreference::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\entityreference::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\entityreference::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\entityreference::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\entityreference::normalize' => + array ( + 0 => 'void', + ), + 'dom\\entityreference::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\entityreference::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\htmlcollection::count' => + array ( + 0 => 'int', + ), + 'dom\\htmlcollection::getiterator' => + array ( + 0 => 'Iterator', + ), + 'dom\\htmlcollection::item' => + array ( + 0 => 'Dom\\Element|null', + 'index' => 'int', + ), + 'dom\\htmlcollection::nameditem' => + array ( + 0 => 'Dom\\Element|null', + 'key' => 'string', + ), + 'dom\\htmldocument::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\htmldocument::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\htmldocument::adoptnode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\htmldocument::append' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmldocument::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\htmldocument::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\htmldocument::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\htmldocument::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\htmldocument::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\htmldocument::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\htmldocument::createattribute' => + array ( + 0 => 'Dom\\Attr', + 'localName' => 'string', + ), + 'dom\\htmldocument::createattributens' => + array ( + 0 => 'Dom\\Attr', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\htmldocument::createcdatasection' => + array ( + 0 => 'Dom\\CDATASection', + 'data' => 'string', + ), + 'dom\\htmldocument::createcomment' => + array ( + 0 => 'Dom\\Comment', + 'data' => 'string', + ), + 'dom\\htmldocument::createdocumentfragment' => + array ( + 0 => 'Dom\\DocumentFragment', + ), + 'dom\\htmldocument::createelement' => + array ( + 0 => 'Dom\\Element', + 'localName' => 'string', + ), + 'dom\\htmldocument::createelementns' => + array ( + 0 => 'Dom\\Element', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\htmldocument::createempty' => + array ( + 0 => 'Dom\\HTMLDocument', + 'encoding=' => 'string', + ), + 'dom\\htmldocument::createfromfile' => + array ( + 0 => 'Dom\\HTMLDocument', + 'path' => 'string', + 'options=' => 'int', + 'overrideEncoding=' => 'null|string', + ), + 'dom\\htmldocument::createfromstring' => + array ( + 0 => 'Dom\\HTMLDocument', + 'source' => 'string', + 'options=' => 'int', + 'overrideEncoding=' => 'null|string', + ), + 'dom\\htmldocument::createprocessinginstruction' => + array ( + 0 => 'Dom\\ProcessingInstruction', + 'target' => 'string', + 'data' => 'string', + ), + 'dom\\htmldocument::createtextnode' => + array ( + 0 => 'Dom\\Text', + 'data' => 'string', + ), + 'dom\\htmldocument::getelementbyid' => + array ( + 0 => 'Dom\\Element|null', + 'elementId' => 'string', + ), + 'dom\\htmldocument::getelementsbytagname' => + array ( + 0 => 'Dom\\HTMLCollection', + 'qualifiedName' => 'string', + ), + 'dom\\htmldocument::getelementsbytagnamens' => + array ( + 0 => 'Dom\\HTMLCollection', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\htmldocument::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\htmldocument::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\htmldocument::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\htmldocument::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\htmldocument::importlegacynode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'DOMNode', + 'deep=' => 'bool', + ), + 'dom\\htmldocument::importnode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node|null', + 'deep=' => 'bool', + ), + 'dom\\htmldocument::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\htmldocument::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\htmldocument::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\htmldocument::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\htmldocument::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\htmldocument::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\htmldocument::normalize' => + array ( + 0 => 'void', + ), + 'dom\\htmldocument::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmldocument::queryselector' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\htmldocument::queryselectorall' => + array ( + 0 => 'Dom\\NodeList', + 'selectors' => 'string', + ), + 'dom\\htmldocument::registernodeclass' => + array ( + 0 => 'void', + 'baseClass' => 'string', + 'extendedClass' => 'null|string', + ), + 'dom\\htmldocument::relaxngvalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'dom\\htmldocument::relaxngvalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + ), + 'dom\\htmldocument::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\htmldocument::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\htmldocument::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmldocument::savehtml' => + array ( + 0 => 'string', + 'node=' => 'Dom\\Node|null', + ), + 'dom\\htmldocument::savehtmlfile' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'dom\\htmldocument::savexml' => + array ( + 0 => 'false|string', + 'node=' => 'Dom\\Node|null', + 'options=' => 'int', + ), + 'dom\\htmldocument::savexmlfile' => + array ( + 0 => 'false|int', + 'filename' => 'string', + 'options=' => 'int', + ), + 'dom\\htmldocument::schemavalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'dom\\htmldocument::schemavalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + 'flags=' => 'int', + ), + 'dom\\htmlelement::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\htmlelement::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\htmlelement::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmlelement::append' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmlelement::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\htmlelement::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmlelement::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\htmlelement::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\htmlelement::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\htmlelement::closest' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\htmlelement::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\htmlelement::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\htmlelement::getattribute' => + array ( + 0 => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\htmlelement::getattributenames' => + array ( + 0 => 'array', + ), + 'dom\\htmlelement::getattributenode' => + array ( + 0 => 'Dom\\Attr|null', + 'qualifiedName' => 'string', + ), + 'dom\\htmlelement::getattributenodens' => + array ( + 0 => 'Dom\\Attr|null', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\htmlelement::getattributens' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\htmlelement::getdescendantnamespaces' => + array ( + 0 => 'array', + ), + 'dom\\htmlelement::getelementsbytagname' => + array ( + 0 => 'Dom\\HTMLCollection', + 'qualifiedName' => 'string', + ), + 'dom\\htmlelement::getelementsbytagnamens' => + array ( + 0 => 'Dom\\HTMLCollection', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\htmlelement::getinscopenamespaces' => + array ( + 0 => 'array', + ), + 'dom\\htmlelement::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\htmlelement::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\htmlelement::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\htmlelement::hasattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + ), + 'dom\\htmlelement::hasattributens' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\htmlelement::hasattributes' => + array ( + 0 => 'bool', + ), + 'dom\\htmlelement::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\htmlelement::insertadjacentelement' => + array ( + 0 => 'Dom\\Element|null', + 'where' => 'Dom\\AdjacentPosition', + 'element' => 'Dom\\Element', + ), + 'dom\\htmlelement::insertadjacenttext' => + array ( + 0 => 'void', + 'where' => 'Dom\\AdjacentPosition', + 'data' => 'string', + ), + 'dom\\htmlelement::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\htmlelement::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\htmlelement::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\htmlelement::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\htmlelement::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\htmlelement::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\htmlelement::matches' => + array ( + 0 => 'bool', + 'selectors' => 'string', + ), + 'dom\\htmlelement::normalize' => + array ( + 0 => 'void', + ), + 'dom\\htmlelement::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmlelement::queryselector' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\htmlelement::queryselectorall' => + array ( + 0 => 'Dom\\NodeList', + 'selectors' => 'string', + ), + 'dom\\htmlelement::remove' => + array ( + 0 => 'void', + ), + 'dom\\htmlelement::removeattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + ), + 'dom\\htmlelement::removeattributenode' => + array ( + 0 => 'Dom\\Attr', + 'attr' => 'Dom\\Attr', + ), + 'dom\\htmlelement::removeattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\htmlelement::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\htmlelement::rename' => + array ( + 0 => 'void', + 'namespaceURI' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\htmlelement::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\htmlelement::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmlelement::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\htmlelement::setattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'value' => 'string', + ), + 'dom\\htmlelement::setattributenode' => + array ( + 0 => 'Dom\\Attr|null', + 'attr' => 'Dom\\Attr', + ), + 'dom\\htmlelement::setattributenodens' => + array ( + 0 => 'Dom\\Attr|null', + 'attr' => 'Dom\\Attr', + ), + 'dom\\htmlelement::setattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'value' => 'string', + ), + 'dom\\htmlelement::setidattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'isId' => 'bool', + ), + 'dom\\htmlelement::setidattributenode' => + array ( + 0 => 'void', + 'attr' => 'Dom\\Attr', + 'isId' => 'bool', + ), + 'dom\\htmlelement::setidattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'isId' => 'bool', + ), + 'dom\\htmlelement::toggleattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + 'force=' => 'bool|null', + ), + 'dom\\implementation::createdocument' => + array ( + 0 => 'Dom\\XMLDocument', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'doctype=' => 'Dom\\DocumentType|null', + ), + 'dom\\implementation::createdocumenttype' => + array ( + 0 => 'Dom\\DocumentType', + 'qualifiedName' => 'string', + 'publicId' => 'string', + 'systemId' => 'string', + ), + 'dom\\implementation::createhtmldocument' => + array ( + 0 => 'Dom\\HTMLDocument', + 'title=' => 'null|string', + ), + 'dom\\import_simplexml' => + array ( + 0 => 'Dom\\Attr|Dom\\Element', + 'node' => 'object', + ), + 'dom\\namednodemap::count' => + array ( + 0 => 'int', + ), + 'dom\\namednodemap::getiterator' => + array ( + 0 => 'Iterator', + ), + 'dom\\namednodemap::getnameditem' => + array ( + 0 => 'Dom\\Attr|null', + 'qualifiedName' => 'string', + ), + 'dom\\namednodemap::getnameditemns' => + array ( + 0 => 'Dom\\Attr|null', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\namednodemap::item' => + array ( + 0 => 'Dom\\Attr|null', + 'index' => 'int', + ), + 'dom\\namespaceinfo::__construct' => + array ( + 0 => 'string', + ), + 'dom\\node::__construct' => + array ( + 0 => 'string', + ), + 'dom\\node::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\node::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\node::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\node::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\node::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\node::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\node::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\node::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\node::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\node::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\node::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\node::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\node::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\node::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\node::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\node::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\node::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\node::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\node::normalize' => + array ( + 0 => 'void', + ), + 'dom\\node::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\node::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\nodelist::count' => + array ( + 0 => 'int', + ), + 'dom\\nodelist::getiterator' => + array ( + 0 => 'Iterator', + ), + 'dom\\nodelist::item' => + array ( + 0 => 'Dom\\Node|null', + 'index' => 'int', + ), + 'dom\\notation::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\notation::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\notation::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\notation::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\notation::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\notation::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\notation::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\notation::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\notation::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\notation::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\notation::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\notation::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\notation::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\notation::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\notation::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\notation::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\notation::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\notation::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\notation::normalize' => + array ( + 0 => 'void', + ), + 'dom\\notation::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\notation::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\processinginstruction::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\processinginstruction::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\processinginstruction::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\processinginstruction::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\processinginstruction::appenddata' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'dom\\processinginstruction::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\processinginstruction::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\processinginstruction::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\processinginstruction::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\processinginstruction::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\processinginstruction::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\processinginstruction::deletedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\processinginstruction::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\processinginstruction::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\processinginstruction::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\processinginstruction::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\processinginstruction::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\processinginstruction::insertdata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'data' => 'string', + ), + 'dom\\processinginstruction::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\processinginstruction::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\processinginstruction::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\processinginstruction::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\processinginstruction::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\processinginstruction::normalize' => + array ( + 0 => 'void', + ), + 'dom\\processinginstruction::remove' => + array ( + 0 => 'void', + ), + 'dom\\processinginstruction::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\processinginstruction::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\processinginstruction::replacedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'dom\\processinginstruction::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\processinginstruction::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\text::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\text::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\text::after' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\text::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\text::appenddata' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'dom\\text::before' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\text::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\text::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\text::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\text::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\text::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\text::deletedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\text::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\text::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\text::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\text::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\text::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\text::insertdata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'data' => 'string', + ), + 'dom\\text::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\text::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\text::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\text::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\text::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\text::normalize' => + array ( + 0 => 'void', + ), + 'dom\\text::remove' => + array ( + 0 => 'void', + ), + 'dom\\text::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\text::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\text::replacedata' => + array ( + 0 => 'void', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'dom\\text::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\text::splittext' => + array ( + 0 => 'Dom\\Text', + 'offset' => 'int', + ), + 'dom\\text::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'dom\\tokenlist::__construct' => + array ( + 0 => 'string', + ), + 'dom\\tokenlist::add' => + array ( + 0 => 'void', + '...tokens=' => 'string', + ), + 'dom\\tokenlist::contains' => + array ( + 0 => 'bool', + 'token' => 'string', + ), + 'dom\\tokenlist::count' => + array ( + 0 => 'int', + ), + 'dom\\tokenlist::getiterator' => + array ( + 0 => 'Iterator', + ), + 'dom\\tokenlist::item' => + array ( + 0 => 'null|string', + 'index' => 'int', + ), + 'dom\\tokenlist::remove' => + array ( + 0 => 'void', + '...tokens=' => 'string', + ), + 'dom\\tokenlist::replace' => + array ( + 0 => 'bool', + 'token' => 'string', + 'newToken' => 'string', + ), + 'dom\\tokenlist::supports' => + array ( + 0 => 'bool', + 'token' => 'string', + ), + 'dom\\tokenlist::toggle' => + array ( + 0 => 'bool', + 'token' => 'string', + 'force=' => 'bool|null', + ), + 'dom\\xmldocument::__sleep' => + array ( + 0 => 'array', + ), + 'dom\\xmldocument::__wakeup' => + array ( + 0 => 'void', + ), + 'dom\\xmldocument::adoptnode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\xmldocument::append' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\xmldocument::appendchild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + ), + 'dom\\xmldocument::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\xmldocument::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'dom\\xmldocument::clonenode' => + array ( + 0 => 'Dom\\Node', + 'deep=' => 'bool', + ), + 'dom\\xmldocument::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'Dom\\Node', + ), + 'dom\\xmldocument::contains' => + array ( + 0 => 'bool', + 'other' => 'Dom\\Node|null', + ), + 'dom\\xmldocument::createattribute' => + array ( + 0 => 'Dom\\Attr', + 'localName' => 'string', + ), + 'dom\\xmldocument::createattributens' => + array ( + 0 => 'Dom\\Attr', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\xmldocument::createcdatasection' => + array ( + 0 => 'Dom\\CDATASection', + 'data' => 'string', + ), + 'dom\\xmldocument::createcomment' => + array ( + 0 => 'Dom\\Comment', + 'data' => 'string', + ), + 'dom\\xmldocument::createdocumentfragment' => + array ( + 0 => 'Dom\\DocumentFragment', + ), + 'dom\\xmldocument::createelement' => + array ( + 0 => 'Dom\\Element', + 'localName' => 'string', + ), + 'dom\\xmldocument::createelementns' => + array ( + 0 => 'Dom\\Element', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'dom\\xmldocument::createempty' => + array ( + 0 => 'Dom\\XMLDocument', + 'version=' => 'string', + 'encoding=' => 'string', + ), + 'dom\\xmldocument::createentityreference' => + array ( + 0 => 'Dom\\EntityReference', + 'name' => 'string', + ), + 'dom\\xmldocument::createfromfile' => + array ( + 0 => 'Dom\\XMLDocument', + 'path' => 'string', + 'options=' => 'int', + 'overrideEncoding=' => 'null|string', + ), + 'dom\\xmldocument::createfromstring' => + array ( + 0 => 'Dom\\XMLDocument', + 'source' => 'string', + 'options=' => 'int', + 'overrideEncoding=' => 'null|string', + ), + 'dom\\xmldocument::createprocessinginstruction' => + array ( + 0 => 'Dom\\ProcessingInstruction', + 'target' => 'string', + 'data' => 'string', + ), + 'dom\\xmldocument::createtextnode' => + array ( + 0 => 'Dom\\Text', + 'data' => 'string', + ), + 'dom\\xmldocument::getelementbyid' => + array ( + 0 => 'Dom\\Element|null', + 'elementId' => 'string', + ), + 'dom\\xmldocument::getelementsbytagname' => + array ( + 0 => 'Dom\\HTMLCollection', + 'qualifiedName' => 'string', + ), + 'dom\\xmldocument::getelementsbytagnamens' => + array ( + 0 => 'Dom\\HTMLCollection', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'dom\\xmldocument::getlineno' => + array ( + 0 => 'int', + ), + 'dom\\xmldocument::getnodepath' => + array ( + 0 => 'string', + ), + 'dom\\xmldocument::getrootnode' => + array ( + 0 => 'Dom\\Node', + 'options=' => 'array', + ), + 'dom\\xmldocument::haschildnodes' => + array ( + 0 => 'bool', + ), + 'dom\\xmldocument::importlegacynode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'DOMNode', + 'deep=' => 'bool', + ), + 'dom\\xmldocument::importnode' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node|null', + 'deep=' => 'bool', + ), + 'dom\\xmldocument::insertbefore' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node|null', + ), + 'dom\\xmldocument::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + ), + 'dom\\xmldocument::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\xmldocument::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'Dom\\Node|null', + ), + 'dom\\xmldocument::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'dom\\xmldocument::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'null|string', + ), + 'dom\\xmldocument::normalize' => + array ( + 0 => 'void', + ), + 'dom\\xmldocument::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\xmldocument::queryselector' => + array ( + 0 => 'Dom\\Element|null', + 'selectors' => 'string', + ), + 'dom\\xmldocument::queryselectorall' => + array ( + 0 => 'Dom\\NodeList', + 'selectors' => 'string', + ), + 'dom\\xmldocument::registernodeclass' => + array ( + 0 => 'void', + 'baseClass' => 'string', + 'extendedClass' => 'null|string', + ), + 'dom\\xmldocument::relaxngvalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'dom\\xmldocument::relaxngvalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + ), + 'dom\\xmldocument::removechild' => + array ( + 0 => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\xmldocument::replacechild' => + array ( + 0 => 'Dom\\Node', + 'node' => 'Dom\\Node', + 'child' => 'Dom\\Node', + ), + 'dom\\xmldocument::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'Dom\\Node|string', + ), + 'dom\\xmldocument::savexml' => + array ( + 0 => 'false|string', + 'node=' => 'Dom\\Node|null', + 'options=' => 'int', + ), + 'dom\\xmldocument::savexmlfile' => + array ( + 0 => 'false|int', + 'filename' => 'string', + 'options=' => 'int', + ), + 'dom\\xmldocument::schemavalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'dom\\xmldocument::schemavalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + 'flags=' => 'int', + ), + 'dom\\xmldocument::validate' => + array ( + 0 => 'bool', + ), + 'dom\\xmldocument::xinclude' => + array ( + 0 => 'int', + 'options=' => 'int', + ), + 'dom\\xpath::__construct' => + array ( + 0 => 'string', + 'document' => 'Dom\\Document', + 'registerNodeNS=' => 'bool', + ), + 'dom\\xpath::evaluate' => + array ( + 0 => 'Dom\\NodeList|bool|float|null|string', + 'expression' => 'string', + 'contextNode=' => 'Dom\\Node|null', + 'registerNodeNS=' => 'bool', + ), + 'dom\\xpath::query' => + array ( + 0 => 'Dom\\NodeList', + 'expression' => 'string', + 'contextNode=' => 'Dom\\Node|null', + 'registerNodeNS=' => 'bool', + ), + 'dom\\xpath::quote' => + array ( + 0 => 'string', + 'str' => 'string', + ), + 'dom\\xpath::registernamespace' => + array ( + 0 => 'bool', + 'prefix' => 'string', + 'namespace' => 'string', + ), + 'dom\\xpath::registerphpfunctionns' => + array ( + 0 => 'void', + 'namespaceURI' => 'string', + 'name' => 'string', + 'callable' => 'callable', + ), + 'dom\\xpath::registerphpfunctions' => + array ( + 0 => 'void', + 'restrict=' => 'array|null|string', + ), + 'dom_import_simplexml' => + array ( + 0 => 'DOMElement', + 'node' => 'SimpleXMLElement', + ), + 'domainexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'domainexception::__tostring' => + array ( + 0 => 'string', + ), + 'domainexception::__wakeup' => + array ( + 0 => 'void', + ), + 'domainexception::getcode' => + array ( + 0 => 'int', + ), + 'domainexception::getfile' => + array ( + 0 => 'string', + ), + 'domainexception::getline' => + array ( + 0 => 'int', + ), + 'domainexception::getmessage' => + array ( + 0 => 'string', + ), + 'domainexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'domainexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'domainexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'domattr::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + 'value=' => 'string', + ), + 'domattr::__sleep' => + array ( + 0 => 'array', + ), + 'domattr::__wakeup' => + array ( + 0 => 'void', + ), + 'domattr::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domattr::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domattr::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domattr::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domattr::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domattr::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domattr::getlineno' => + array ( + 0 => 'int', + ), + 'domattr::getnodepath' => + array ( + 0 => 'null|string', + ), + 'domattr::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domattr::hasattributes' => + array ( + 0 => 'bool', + ), + 'domattr::haschildnodes' => + array ( + 0 => 'bool', + ), + 'domattr::insertbefore' => + array ( + 0 => 'DOMNode|false', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domattr::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'string', + ), + 'domattr::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domattr::isid' => + array ( + 0 => 'bool', + ), + 'domattr::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode', + ), + 'domattr::issupported' => + array ( + 0 => 'bool', + 'feature' => 'string', + 'version' => 'string', + ), + 'domattr::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'domattr::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'string', + ), + 'domattr::normalize' => + array ( + 0 => 'void', + ), + 'domattr::removechild' => + array ( + 0 => 'DOMNode|false', + 'child' => 'DOMNode', + ), + 'domattr::replacechild' => + array ( + 0 => 'DOMNode|false', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domcdatasection::__construct' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'domcdatasection::__sleep' => + array ( + 0 => 'array', + ), + 'domcdatasection::__wakeup' => + array ( + 0 => 'void', + ), + 'domcdatasection::after' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcdatasection::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domcdatasection::appenddata' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'domcdatasection::before' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcdatasection::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domcdatasection::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domcdatasection::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domcdatasection::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domcdatasection::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domcdatasection::deletedata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domcdatasection::getlineno' => + array ( + 0 => 'string', + ), + 'domcdatasection::getnodepath' => + array ( + 0 => 'string', + ), + 'domcdatasection::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domcdatasection::hasattributes' => + array ( + 0 => 'string', + ), + 'domcdatasection::haschildnodes' => + array ( + 0 => 'string', + ), + 'domcdatasection::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domcdatasection::insertdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'data' => 'string', + ), + 'domcdatasection::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domcdatasection::iselementcontentwhitespace' => + array ( + 0 => 'string', + ), + 'domcdatasection::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domcdatasection::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domcdatasection::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domcdatasection::iswhitespaceinelementcontent' => + array ( + 0 => 'string', + ), + 'domcdatasection::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domcdatasection::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domcdatasection::normalize' => + array ( + 0 => 'string', + ), + 'domcdatasection::remove' => + array ( + 0 => 'void', + ), + 'domcdatasection::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domcdatasection::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domcdatasection::replacedata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'domcdatasection::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcdatasection::splittext' => + array ( + 0 => 'string', + 'offset' => 'int', + ), + 'domcdatasection::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domcharacterdata::__sleep' => + array ( + 0 => 'array', + ), + 'domcharacterdata::__wakeup' => + array ( + 0 => 'void', + ), + 'domcharacterdata::after' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcharacterdata::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domcharacterdata::appenddata' => + array ( + 0 => 'true', + 'data' => 'string', + ), + 'domcharacterdata::before' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcharacterdata::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domcharacterdata::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domcharacterdata::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domcharacterdata::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domcharacterdata::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domcharacterdata::deletedata' => + array ( + 0 => 'bool', + 'offset' => 'int', + 'count' => 'int', + ), + 'domcharacterdata::getlineno' => + array ( + 0 => 'string', + ), + 'domcharacterdata::getnodepath' => + array ( + 0 => 'string', + ), + 'domcharacterdata::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domcharacterdata::hasattributes' => + array ( + 0 => 'string', + ), + 'domcharacterdata::haschildnodes' => + array ( + 0 => 'string', + ), + 'domcharacterdata::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domcharacterdata::insertdata' => + array ( + 0 => 'bool', + 'offset' => 'int', + 'data' => 'string', + ), + 'domcharacterdata::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domcharacterdata::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domcharacterdata::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domcharacterdata::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domcharacterdata::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domcharacterdata::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domcharacterdata::normalize' => + array ( + 0 => 'string', + ), + 'domcharacterdata::remove' => + array ( + 0 => 'void', + ), + 'domcharacterdata::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domcharacterdata::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domcharacterdata::replacedata' => + array ( + 0 => 'bool', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'domcharacterdata::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcharacterdata::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domcomment::__construct' => + array ( + 0 => 'void', + 'data=' => 'string', + ), + 'domcomment::__sleep' => + array ( + 0 => 'array', + ), + 'domcomment::__wakeup' => + array ( + 0 => 'void', + ), + 'domcomment::after' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcomment::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domcomment::appenddata' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'domcomment::before' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcomment::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domcomment::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domcomment::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domcomment::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domcomment::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domcomment::deletedata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domcomment::getlineno' => + array ( + 0 => 'string', + ), + 'domcomment::getnodepath' => + array ( + 0 => 'string', + ), + 'domcomment::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domcomment::hasattributes' => + array ( + 0 => 'string', + ), + 'domcomment::haschildnodes' => + array ( + 0 => 'string', + ), + 'domcomment::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domcomment::insertdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'data' => 'string', + ), + 'domcomment::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domcomment::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domcomment::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domcomment::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domcomment::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domcomment::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domcomment::normalize' => + array ( + 0 => 'string', + ), + 'domcomment::remove' => + array ( + 0 => 'void', + ), + 'domcomment::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domcomment::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domcomment::replacedata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'domcomment::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domcomment::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domdocument::__construct' => + array ( + 0 => 'void', + 'version=' => 'string', + 'encoding=' => 'string', + ), + 'domdocument::__sleep' => + array ( + 0 => 'array', + ), + 'domdocument::__wakeup' => + array ( + 0 => 'void', + ), + 'domdocument::adoptnode' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domdocument::append' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domdocument::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domdocument::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domdocument::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domdocument::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domdocument::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domdocument::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domdocument::createattribute' => + array ( + 0 => 'DOMAttr|false', + 'localName' => 'string', + ), + 'domdocument::createattributens' => + array ( + 0 => 'DOMAttr|false', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + ), + 'domdocument::createcdatasection' => + array ( + 0 => 'DOMCDATASection|false', + 'data' => 'string', + ), + 'domdocument::createcomment' => + array ( + 0 => 'DOMComment', + 'data' => 'string', + ), + 'domdocument::createdocumentfragment' => + array ( + 0 => 'DOMDocumentFragment', + ), + 'domdocument::createelement' => + array ( + 0 => 'DOMElement|false', + 'localName' => 'string', + 'value=' => 'string', + ), + 'domdocument::createelementns' => + array ( + 0 => 'DOMElement|false', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'value=' => 'string', + ), + 'domdocument::createentityreference' => + array ( + 0 => 'DOMEntityReference|false', + 'name' => 'string', + ), + 'domdocument::createprocessinginstruction' => + array ( + 0 => 'DOMProcessingInstruction|false', + 'target' => 'string', + 'data=' => 'string', + ), + 'domdocument::createtextnode' => + array ( + 0 => 'DOMText', + 'data' => 'string', + ), + 'domdocument::getelementbyid' => + array ( + 0 => 'DOMElement|null', + 'elementId' => 'string', + ), + 'domdocument::getelementsbytagname' => + array ( + 0 => 'DOMNodeList', + 'qualifiedName' => 'string', + ), + 'domdocument::getelementsbytagnamens' => + array ( + 0 => 'DOMNodeList', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domdocument::getlineno' => + array ( + 0 => 'string', + ), + 'domdocument::getnodepath' => + array ( + 0 => 'string', + ), + 'domdocument::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domdocument::hasattributes' => + array ( + 0 => 'string', + ), + 'domdocument::haschildnodes' => + array ( + 0 => 'string', + ), + 'domdocument::importnode' => + array ( + 0 => 'DOMNode|false', + 'node' => 'DOMNode', + 'deep=' => 'bool', + ), + 'domdocument::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domdocument::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domdocument::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domdocument::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domdocument::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domdocument::load' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'options=' => 'int', + ), + 'domdocument::loadhtml' => + array ( + 0 => 'bool', + 'source' => 'non-empty-string', + 'options=' => 'int', + ), + 'domdocument::loadhtmlfile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'options=' => 'int', + ), + 'domdocument::loadxml' => + array ( + 0 => 'bool', + 'source' => 'non-empty-string', + 'options=' => 'int', + ), + 'domdocument::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domdocument::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domdocument::normalize' => + array ( + 0 => 'string', + ), + 'domdocument::normalizedocument' => + array ( + 0 => 'void', + ), + 'domdocument::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domdocument::registernodeclass' => + array ( + 0 => 'true', + 'baseClass' => 'string', + 'extendedClass' => 'null|string', + ), + 'domdocument::relaxngvalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'domdocument::relaxngvalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + ), + 'domdocument::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domdocument::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domdocument::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domdocument::save' => + array ( + 0 => 'false|int', + 'filename' => 'string', + 'options=' => 'int', + ), + 'domdocument::savehtml' => + array ( + 0 => 'false|string', + 'node=' => 'DOMNode|null', + ), + 'domdocument::savehtmlfile' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'domdocument::savexml' => + array ( + 0 => 'false|string', + 'node=' => 'DOMNode|null', + 'options=' => 'int', + ), + 'domdocument::schemavalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'domdocument::schemavalidatesource' => + array ( + 0 => 'bool', + 'source' => 'string', + 'flags=' => 'int', + ), + 'domdocument::validate' => + array ( + 0 => 'bool', + ), + 'domdocument::xinclude' => + array ( + 0 => 'int', + 'options=' => 'int', + ), + 'domdocumentfragment::__construct' => + array ( + 0 => 'void', + ), + 'domdocumentfragment::__sleep' => + array ( + 0 => 'array', + ), + 'domdocumentfragment::__wakeup' => + array ( + 0 => 'void', + ), + 'domdocumentfragment::append' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domdocumentfragment::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domdocumentfragment::appendxml' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'domdocumentfragment::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domdocumentfragment::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domdocumentfragment::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domdocumentfragment::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domdocumentfragment::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domdocumentfragment::getlineno' => + array ( + 0 => 'string', + ), + 'domdocumentfragment::getnodepath' => + array ( + 0 => 'string', + ), + 'domdocumentfragment::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domdocumentfragment::hasattributes' => + array ( + 0 => 'string', + ), + 'domdocumentfragment::haschildnodes' => + array ( + 0 => 'string', + ), + 'domdocumentfragment::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domdocumentfragment::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domdocumentfragment::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domdocumentfragment::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domdocumentfragment::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domdocumentfragment::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domdocumentfragment::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domdocumentfragment::normalize' => + array ( + 0 => 'string', + ), + 'domdocumentfragment::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domdocumentfragment::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domdocumentfragment::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domdocumentfragment::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domdocumenttype::__sleep' => + array ( + 0 => 'array', + ), + 'domdocumenttype::__wakeup' => + array ( + 0 => 'void', + ), + 'domdocumenttype::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domdocumenttype::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domdocumenttype::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domdocumenttype::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domdocumenttype::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domdocumenttype::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domdocumenttype::getlineno' => + array ( + 0 => 'string', + ), + 'domdocumenttype::getnodepath' => + array ( + 0 => 'string', + ), + 'domdocumenttype::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domdocumenttype::hasattributes' => + array ( + 0 => 'string', + ), + 'domdocumenttype::haschildnodes' => + array ( + 0 => 'string', + ), + 'domdocumenttype::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domdocumenttype::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domdocumenttype::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domdocumenttype::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domdocumenttype::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domdocumenttype::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domdocumenttype::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domdocumenttype::normalize' => + array ( + 0 => 'string', + ), + 'domdocumenttype::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domdocumenttype::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domelement::__construct' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'value=' => 'null|string', + 'namespace=' => 'string', + ), + 'domelement::__sleep' => + array ( + 0 => 'array', + ), + 'domelement::__wakeup' => + array ( + 0 => 'void', + ), + 'domelement::after' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domelement::append' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domelement::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domelement::before' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domelement::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domelement::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domelement::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domelement::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domelement::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domelement::getattribute' => + array ( + 0 => 'string', + 'qualifiedName' => 'string', + ), + 'domelement::getattributenames' => + array ( + 0 => 'array', + ), + 'domelement::getattributenode' => + array ( + 0 => 'DOMAttr', + 'qualifiedName' => 'string', + ), + 'domelement::getattributenodens' => + array ( + 0 => 'DOMAttr', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domelement::getattributens' => + array ( + 0 => 'string', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domelement::getelementsbytagname' => + array ( + 0 => 'DOMNodeList', + 'qualifiedName' => 'string', + ), + 'domelement::getelementsbytagnamens' => + array ( + 0 => 'DOMNodeList', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domelement::getlineno' => + array ( + 0 => 'string', + ), + 'domelement::getnodepath' => + array ( + 0 => 'string', + ), + 'domelement::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domelement::hasattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + ), + 'domelement::hasattributens' => + array ( + 0 => 'bool', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domelement::hasattributes' => + array ( + 0 => 'string', + ), + 'domelement::haschildnodes' => + array ( + 0 => 'string', + ), + 'domelement::insertadjacentelement' => + array ( + 0 => 'DOMElement|null', + 'where' => 'string', + 'element' => 'DOMElement', + ), + 'domelement::insertadjacenttext' => + array ( + 0 => 'void', + 'where' => 'string', + 'data' => 'string', + ), + 'domelement::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domelement::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domelement::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domelement::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domelement::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domelement::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domelement::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domelement::normalize' => + array ( + 0 => 'string', + ), + 'domelement::prepend' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domelement::remove' => + array ( + 0 => 'void', + ), + 'domelement::removeattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + ), + 'domelement::removeattributenode' => + array ( + 0 => 'DOMAttr|false', + 'attr' => 'DOMAttr', + ), + 'domelement::removeattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domelement::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domelement::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domelement::replacechildren' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domelement::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domelement::setattribute' => + array ( + 0 => 'DOMAttr|false', + 'qualifiedName' => 'string', + 'value' => 'string', + ), + 'domelement::setattributenode' => + array ( + 0 => 'DOMAttr|null', + 'attr' => 'DOMAttr', + ), + 'domelement::setattributenodens' => + array ( + 0 => 'DOMAttr', + 'attr' => 'DOMAttr', + ), + 'domelement::setattributens' => + array ( + 0 => 'void', + 'namespace' => 'null|string', + 'qualifiedName' => 'string', + 'value' => 'string', + ), + 'domelement::setidattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'isId' => 'bool', + ), + 'domelement::setidattributenode' => + array ( + 0 => 'void', + 'attr' => 'DOMAttr', + 'isId' => 'bool', + ), + 'domelement::setidattributens' => + array ( + 0 => 'void', + 'namespace' => 'string', + 'qualifiedName' => 'string', + 'isId' => 'bool', + ), + 'domelement::toggleattribute' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + 'force=' => 'bool|null', + ), + 'domentity::__sleep' => + array ( + 0 => 'array', + ), + 'domentity::__wakeup' => + array ( + 0 => 'void', + ), + 'domentity::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domentity::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domentity::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domentity::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domentity::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domentity::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domentity::getlineno' => + array ( + 0 => 'string', + ), + 'domentity::getnodepath' => + array ( + 0 => 'string', + ), + 'domentity::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domentity::hasattributes' => + array ( + 0 => 'string', + ), + 'domentity::haschildnodes' => + array ( + 0 => 'string', + ), + 'domentity::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domentity::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domentity::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domentity::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domentity::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domentity::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domentity::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domentity::normalize' => + array ( + 0 => 'string', + ), + 'domentity::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domentity::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domentityreference::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'domentityreference::__sleep' => + array ( + 0 => 'array', + ), + 'domentityreference::__wakeup' => + array ( + 0 => 'void', + ), + 'domentityreference::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domentityreference::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domentityreference::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domentityreference::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domentityreference::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domentityreference::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domentityreference::getlineno' => + array ( + 0 => 'string', + ), + 'domentityreference::getnodepath' => + array ( + 0 => 'string', + ), + 'domentityreference::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domentityreference::hasattributes' => + array ( + 0 => 'string', + ), + 'domentityreference::haschildnodes' => + array ( + 0 => 'string', + ), + 'domentityreference::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domentityreference::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domentityreference::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domentityreference::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domentityreference::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domentityreference::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domentityreference::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domentityreference::normalize' => + array ( + 0 => 'string', + ), + 'domentityreference::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domentityreference::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'domexception::__tostring' => + array ( + 0 => 'string', + ), + 'domexception::__wakeup' => + array ( + 0 => 'string', + ), + 'domexception::getcode' => + array ( + 0 => 'string', + ), + 'domexception::getfile' => + array ( + 0 => 'string', + ), + 'domexception::getline' => + array ( + 0 => 'int', + ), + 'domexception::getmessage' => + array ( + 0 => 'string', + ), + 'domexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'domexception::gettrace' => + array ( + 0 => 'array', + ), + 'domexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'domimplementation::createdocument' => + array ( + 0 => 'DOMDocument', + 'namespace=' => 'null|string', + 'qualifiedName=' => 'string', + 'doctype=' => 'DOMDocumentType|null', + ), + 'domimplementation::createdocumenttype' => + array ( + 0 => 'DOMDocumentType|false', + 'qualifiedName' => 'string', + 'publicId=' => 'string', + 'systemId=' => 'string', + ), + 'domimplementation::hasfeature' => + array ( + 0 => 'bool', + 'feature' => 'string', + 'version' => 'string', + ), + 'domnamednodemap::count' => + array ( + 0 => 'int', + ), + 'domnamednodemap::getiterator' => + array ( + 0 => 'Iterator', + ), + 'domnamednodemap::getnameditem' => + array ( + 0 => 'DOMNode|null', + 'qualifiedName' => 'string', + ), + 'domnamednodemap::getnameditemns' => + array ( + 0 => 'DOMNode|null', + 'namespace' => 'null|string', + 'localName' => 'string', + ), + 'domnamednodemap::item' => + array ( + 0 => 'DOMNode|null', + 'index' => 'int', + ), + 'domnamespacenode::__sleep' => + array ( + 0 => 'array', + ), + 'domnamespacenode::__wakeup' => + array ( + 0 => 'void', + ), + 'domnode::__sleep' => + array ( + 0 => 'array', + ), + 'domnode::__wakeup' => + array ( + 0 => 'void', + ), + 'domnode::appendchild' => + array ( + 0 => 'DOMNode|false', + 'node' => 'DOMNode', + ), + 'domnode::c14n' => + array ( + 0 => 'false|string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domnode::c14nfile' => + array ( + 0 => 'false|int', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domnode::clonenode' => + array ( + 0 => 'DOMNode', + 'deep=' => 'bool', + ), + 'domnode::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domnode::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domnode::getlineno' => + array ( + 0 => 'int', + ), + 'domnode::getnodepath' => + array ( + 0 => 'null|string', + ), + 'domnode::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domnode::hasattributes' => + array ( + 0 => 'bool', + ), + 'domnode::haschildnodes' => + array ( + 0 => 'bool', + ), + 'domnode::insertbefore' => + array ( + 0 => 'DOMNode|false', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domnode::isdefaultnamespace' => + array ( + 0 => 'bool', + 'namespace' => 'string', + ), + 'domnode::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domnode::issamenode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode', + ), + 'domnode::issupported' => + array ( + 0 => 'bool', + 'feature' => 'string', + 'version' => 'string', + ), + 'domnode::lookupnamespaceuri' => + array ( + 0 => 'null|string', + 'prefix' => 'null|string', + ), + 'domnode::lookupprefix' => + array ( + 0 => 'null|string', + 'namespace' => 'string', + ), + 'domnode::normalize' => + array ( + 0 => 'void', + ), + 'domnode::removechild' => + array ( + 0 => 'DOMNode|false', + 'child' => 'DOMNode', + ), + 'domnode::replacechild' => + array ( + 0 => 'DOMNode|false', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domnodelist::count' => + array ( + 0 => 'int', + ), + 'domnodelist::getiterator' => + array ( + 0 => 'Iterator', + ), + 'domnodelist::item' => + array ( + 0 => 'DOMNode|null', + 'index' => 'int', + ), + 'domnotation::__sleep' => + array ( + 0 => 'array', + ), + 'domnotation::__wakeup' => + array ( + 0 => 'void', + ), + 'domnotation::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domnotation::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domnotation::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domnotation::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domnotation::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domnotation::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domnotation::getlineno' => + array ( + 0 => 'string', + ), + 'domnotation::getnodepath' => + array ( + 0 => 'string', + ), + 'domnotation::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domnotation::hasattributes' => + array ( + 0 => 'string', + ), + 'domnotation::haschildnodes' => + array ( + 0 => 'string', + ), + 'domnotation::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domnotation::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domnotation::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domnotation::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domnotation::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domnotation::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domnotation::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domnotation::normalize' => + array ( + 0 => 'string', + ), + 'domnotation::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domnotation::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domprocessinginstruction::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + 'value=' => 'string', + ), + 'domprocessinginstruction::__sleep' => + array ( + 0 => 'array', + ), + 'domprocessinginstruction::__wakeup' => + array ( + 0 => 'void', + ), + 'domprocessinginstruction::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domprocessinginstruction::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domprocessinginstruction::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domprocessinginstruction::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domprocessinginstruction::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domprocessinginstruction::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domprocessinginstruction::getlineno' => + array ( + 0 => 'string', + ), + 'domprocessinginstruction::getnodepath' => + array ( + 0 => 'string', + ), + 'domprocessinginstruction::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domprocessinginstruction::hasattributes' => + array ( + 0 => 'string', + ), + 'domprocessinginstruction::haschildnodes' => + array ( + 0 => 'string', + ), + 'domprocessinginstruction::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domprocessinginstruction::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domprocessinginstruction::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domprocessinginstruction::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domprocessinginstruction::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domprocessinginstruction::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domprocessinginstruction::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domprocessinginstruction::normalize' => + array ( + 0 => 'string', + ), + 'domprocessinginstruction::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domprocessinginstruction::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domtext::__construct' => + array ( + 0 => 'void', + 'data=' => 'string', + ), + 'domtext::__sleep' => + array ( + 0 => 'array', + ), + 'domtext::__wakeup' => + array ( + 0 => 'void', + ), + 'domtext::after' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domtext::appendchild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + ), + 'domtext::appenddata' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'domtext::before' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domtext::c14n' => + array ( + 0 => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domtext::c14nfile' => + array ( + 0 => 'string', + 'uri' => 'string', + 'exclusive=' => 'bool', + 'withComments=' => 'bool', + 'xpath=' => 'array|null', + 'nsPrefixes=' => 'array|null', + ), + 'domtext::clonenode' => + array ( + 0 => 'string', + 'deep=' => 'bool', + ), + 'domtext::comparedocumentposition' => + array ( + 0 => 'int', + 'other' => 'DOMNode', + ), + 'domtext::contains' => + array ( + 0 => 'bool', + 'other' => 'DOMNameSpaceNode|DOMNode|null', + ), + 'domtext::deletedata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domtext::getlineno' => + array ( + 0 => 'string', + ), + 'domtext::getnodepath' => + array ( + 0 => 'string', + ), + 'domtext::getrootnode' => + array ( + 0 => 'DOMNode', + 'options=' => 'array|null', + ), + 'domtext::hasattributes' => + array ( + 0 => 'string', + ), + 'domtext::haschildnodes' => + array ( + 0 => 'string', + ), + 'domtext::insertbefore' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child=' => 'DOMNode|null', + ), + 'domtext::insertdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'data' => 'string', + ), + 'domtext::isdefaultnamespace' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domtext::iselementcontentwhitespace' => + array ( + 0 => 'bool', + ), + 'domtext::isequalnode' => + array ( + 0 => 'bool', + 'otherNode' => 'DOMNode|null', + ), + 'domtext::issamenode' => + array ( + 0 => 'string', + 'otherNode' => 'DOMNode', + ), + 'domtext::issupported' => + array ( + 0 => 'string', + 'feature' => 'string', + 'version' => 'string', + ), + 'domtext::iswhitespaceinelementcontent' => + array ( + 0 => 'bool', + ), + 'domtext::lookupnamespaceuri' => + array ( + 0 => 'string', + 'prefix' => 'null|string', + ), + 'domtext::lookupprefix' => + array ( + 0 => 'string', + 'namespace' => 'string', + ), + 'domtext::normalize' => + array ( + 0 => 'string', + ), + 'domtext::remove' => + array ( + 0 => 'void', + ), + 'domtext::removechild' => + array ( + 0 => 'string', + 'child' => 'DOMNode', + ), + 'domtext::replacechild' => + array ( + 0 => 'string', + 'node' => 'DOMNode', + 'child' => 'DOMNode', + ), + 'domtext::replacedata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + 'data' => 'string', + ), + 'domtext::replacewith' => + array ( + 0 => 'void', + '...nodes=' => 'string', + ), + 'domtext::splittext' => + array ( + 0 => 'DOMText', + 'offset' => 'int', + ), + 'domtext::substringdata' => + array ( + 0 => 'string', + 'offset' => 'int', + 'count' => 'int', + ), + 'domxpath::__construct' => + array ( + 0 => 'void', + 'document' => 'DOMDocument', + 'registerNodeNS=' => 'bool', + ), + 'domxpath::evaluate' => + array ( + 0 => 'mixed', + 'expression' => 'string', + 'contextNode=' => 'DOMNode|null', + 'registerNodeNS=' => 'bool', + ), + 'domxpath::query' => + array ( + 0 => 'DOMNodeList|false', + 'expression' => 'string', + 'contextNode=' => 'DOMNode|null', + 'registerNodeNS=' => 'bool', + ), + 'domxpath::quote' => + array ( + 0 => 'string', + 'str' => 'string', + ), + 'domxpath::registernamespace' => + array ( + 0 => 'bool', + 'prefix' => 'string', + 'namespace' => 'string', + ), + 'domxpath::registerphpfunctionns' => + array ( + 0 => 'void', + 'namespaceURI' => 'string', + 'name' => 'string', + 'callable' => 'callable', + ), + 'domxpath::registerphpfunctions' => + array ( + 0 => 'void', + 'restrict=' => 'array|null|string', + ), + 'doubleval' => + array ( + 0 => 'float', + 'value' => 'mixed', + ), + 'ds\\deque::__construct' => + array ( + 0 => 'void', + 'values=' => 'mixed', + ), + 'ds\\deque::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\deque::apply' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'ds\\deque::capacity' => + array ( + 0 => 'int', + ), + 'ds\\deque::clear' => + array ( + 0 => 'void', + ), + 'ds\\deque::contains' => + array ( + 0 => 'bool', + '...values=' => 'mixed', + ), + 'ds\\deque::copy' => + array ( + 0 => 'Ds\\Deque', + ), + 'ds\\deque::count' => + array ( + 0 => 'int', + ), + 'ds\\deque::filter' => + array ( + 0 => 'Ds\\Deque', + 'callback=' => 'callable', + ), + 'ds\\deque::find' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'ds\\deque::first' => + array ( + 0 => 'mixed', + ), + 'ds\\deque::get' => + array ( + 0 => 'void', + 'index' => 'int', + ), + 'ds\\deque::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\deque::insert' => + array ( + 0 => 'void', + 'index' => 'int', + '...values=' => 'mixed', + ), + 'ds\\deque::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\deque::join' => + array ( + 0 => 'string', + 'glue=' => 'string', + ), + 'ds\\deque::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\deque::last' => + array ( + 0 => 'mixed', + ), + 'ds\\deque::map' => + array ( + 0 => 'Ds\\Deque', + 'callback' => 'callable', + ), + 'ds\\deque::merge' => + array ( + 0 => 'Ds\\Deque', + 'values' => 'mixed', + ), + 'ds\\deque::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'string', + ), + 'ds\\deque::offsetget' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\deque::offsetset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + 'value' => 'mixed|null', + ), + 'ds\\deque::offsetunset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\deque::pop' => + array ( + 0 => 'mixed', + ), + 'ds\\deque::push' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\deque::reduce' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'initial=' => 'mixed', + ), + 'ds\\deque::remove' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ds\\deque::reverse' => + array ( + 0 => 'void', + ), + 'ds\\deque::reversed' => + array ( + 0 => 'Ds\\Deque', + ), + 'ds\\deque::rotate' => + array ( + 0 => 'void', + 'rotations' => 'int', + ), + 'ds\\deque::set' => + array ( + 0 => 'void', + 'index' => 'int', + 'value' => 'mixed', + ), + 'ds\\deque::shift' => + array ( + 0 => 'mixed', + ), + 'ds\\deque::slice' => + array ( + 0 => 'Ds\\Deque', + 'index' => 'int', + 'length=' => 'int|null', + ), + 'ds\\deque::sort' => + array ( + 0 => 'void', + 'comparator=' => 'callable', + ), + 'ds\\deque::sorted' => + array ( + 0 => 'Ds\\Deque', + 'comparator=' => 'callable', + ), + 'ds\\deque::sum' => + array ( + 0 => 'float|int', + ), + 'ds\\deque::toarray' => + array ( + 0 => 'array', + ), + 'ds\\deque::unshift' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\map::__construct' => + array ( + 0 => 'void', + 'values=' => 'mixed', + ), + 'ds\\map::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\map::apply' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'ds\\map::capacity' => + array ( + 0 => 'int', + ), + 'ds\\map::clear' => + array ( + 0 => 'void', + ), + 'ds\\map::copy' => + array ( + 0 => 'Ds\\Map', + ), + 'ds\\map::count' => + array ( + 0 => 'int', + ), + 'ds\\map::diff' => + array ( + 0 => 'Ds\\Map', + 'map' => 'Ds\\Map', + ), + 'ds\\map::filter' => + array ( + 0 => 'Ds\\Map', + 'callback=' => 'callable', + ), + 'ds\\map::first' => + array ( + 0 => 'Ds\\Pair', + ), + 'ds\\map::get' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + 'default=' => 'mixed', + ), + 'ds\\map::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\map::haskey' => + array ( + 0 => 'bool', + 'key' => 'mixed', + ), + 'ds\\map::hasvalue' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'ds\\map::intersect' => + array ( + 0 => 'Ds\\Map', + 'map' => 'Ds\\Map', + ), + 'ds\\map::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\map::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\map::keys' => + array ( + 0 => 'Ds\\Set', + ), + 'ds\\map::ksort' => + array ( + 0 => 'void', + 'comparator=' => 'callable', + ), + 'ds\\map::ksorted' => + array ( + 0 => 'Ds\\Map', + 'comparator=' => 'callable', + ), + 'ds\\map::last' => + array ( + 0 => 'Ds\\Pair', + ), + 'ds\\map::map' => + array ( + 0 => 'Ds\\Map', + 'callback' => 'callable', + ), + 'ds\\map::merge' => + array ( + 0 => 'Ds\\Map', + 'values' => 'mixed', + ), + 'ds\\map::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'string', + ), + 'ds\\map::offsetget' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\map::offsetset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + 'value' => 'mixed|null', + ), + 'ds\\map::offsetunset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\map::pairs' => + array ( + 0 => 'Ds\\Sequence', + ), + 'ds\\map::put' => + array ( + 0 => 'void', + 'key' => 'mixed', + 'value' => 'mixed', + ), + 'ds\\map::putall' => + array ( + 0 => 'void', + 'values' => 'mixed', + ), + 'ds\\map::reduce' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'initial=' => 'mixed', + ), + 'ds\\map::remove' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + 'default=' => 'mixed', + ), + 'ds\\map::reverse' => + array ( + 0 => 'void', + ), + 'ds\\map::reversed' => + array ( + 0 => 'Ds\\Map', + ), + 'ds\\map::skip' => + array ( + 0 => 'Ds\\Pair', + 'position' => 'int', + ), + 'ds\\map::slice' => + array ( + 0 => 'Ds\\Map', + 'index' => 'int', + 'length=' => 'int|null', + ), + 'ds\\map::sort' => + array ( + 0 => 'void', + 'comparator=' => 'callable', + ), + 'ds\\map::sorted' => + array ( + 0 => 'Ds\\Map', + 'comparator=' => 'callable', + ), + 'ds\\map::sum' => + array ( + 0 => 'float|int', + ), + 'ds\\map::toarray' => + array ( + 0 => 'array', + ), + 'ds\\map::union' => + array ( + 0 => 'Ds\\Map', + 'map' => 'Ds\\Map', + ), + 'ds\\map::values' => + array ( + 0 => 'Ds\\Sequence', + ), + 'ds\\map::xor' => + array ( + 0 => 'Ds\\Map', + 'map' => 'Ds\\Map', + ), + 'ds\\pair::__construct' => + array ( + 0 => 'void', + 'key=' => 'mixed', + 'value=' => 'mixed', + ), + 'ds\\pair::copy' => + array ( + 0 => 'Ds\\Pair', + ), + 'ds\\pair::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\pair::toarray' => + array ( + 0 => 'array', + ), + 'ds\\priorityqueue::__construct' => + array ( + 0 => 'void', + ), + 'ds\\priorityqueue::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\priorityqueue::capacity' => + array ( + 0 => 'int', + ), + 'ds\\priorityqueue::clear' => + array ( + 0 => 'void', + ), + 'ds\\priorityqueue::copy' => + array ( + 0 => 'Ds\\PriorityQueue', + ), + 'ds\\priorityqueue::count' => + array ( + 0 => 'int', + ), + 'ds\\priorityqueue::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\priorityqueue::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\priorityqueue::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\priorityqueue::peek' => + array ( + 0 => 'mixed', + ), + 'ds\\priorityqueue::pop' => + array ( + 0 => 'mixed', + ), + 'ds\\priorityqueue::push' => + array ( + 0 => 'void', + 'value' => 'mixed', + 'priority' => 'int', + ), + 'ds\\priorityqueue::toarray' => + array ( + 0 => 'array', + ), + 'ds\\queue::__construct' => + array ( + 0 => 'void', + 'values=' => 'mixed', + ), + 'ds\\queue::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\queue::capacity' => + array ( + 0 => 'int', + ), + 'ds\\queue::clear' => + array ( + 0 => 'void', + ), + 'ds\\queue::copy' => + array ( + 0 => 'Ds\\Queue', + ), + 'ds\\queue::count' => + array ( + 0 => 'int', + ), + 'ds\\queue::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\queue::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\queue::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\queue::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'string', + ), + 'ds\\queue::offsetget' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\queue::offsetset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + 'value' => 'mixed|null', + ), + 'ds\\queue::offsetunset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\queue::peek' => + array ( + 0 => 'mixed', + ), + 'ds\\queue::pop' => + array ( + 0 => 'mixed', + ), + 'ds\\queue::push' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\queue::toarray' => + array ( + 0 => 'array', + ), + 'ds\\set::__construct' => + array ( + 0 => 'void', + 'values=' => 'mixed', + ), + 'ds\\set::add' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\set::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\set::capacity' => + array ( + 0 => 'int', + ), + 'ds\\set::clear' => + array ( + 0 => 'void', + ), + 'ds\\set::contains' => + array ( + 0 => 'bool', + '...values=' => 'mixed', + ), + 'ds\\set::copy' => + array ( + 0 => 'Ds\\Set', + ), + 'ds\\set::count' => + array ( + 0 => 'int', + ), + 'ds\\set::diff' => + array ( + 0 => 'Ds\\Set', + 'set' => 'Ds\\Set', + ), + 'ds\\set::filter' => + array ( + 0 => 'Ds\\Set', + 'callback=' => 'callable', + ), + 'ds\\set::first' => + array ( + 0 => 'mixed', + ), + 'ds\\set::get' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ds\\set::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\set::intersect' => + array ( + 0 => 'Ds\\Set', + 'set' => 'Ds\\Set', + ), + 'ds\\set::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\set::join' => + array ( + 0 => 'string', + 'glue=' => 'string', + ), + 'ds\\set::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\set::last' => + array ( + 0 => 'mixed', + ), + 'ds\\set::map' => + array ( + 0 => 'Ds\\Set', + 'callback' => 'callable', + ), + 'ds\\set::merge' => + array ( + 0 => 'Ds\\Set', + 'values' => 'mixed', + ), + 'ds\\set::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'string', + ), + 'ds\\set::offsetget' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\set::offsetset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + 'value' => 'mixed|null', + ), + 'ds\\set::offsetunset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\set::reduce' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'initial=' => 'mixed', + ), + 'ds\\set::remove' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\set::reverse' => + array ( + 0 => 'void', + ), + 'ds\\set::reversed' => + array ( + 0 => 'Ds\\Set', + ), + 'ds\\set::slice' => + array ( + 0 => 'Ds\\Set', + 'index' => 'int', + 'length=' => 'int|null', + ), + 'ds\\set::sort' => + array ( + 0 => 'void', + 'comparator=' => 'callable', + ), + 'ds\\set::sorted' => + array ( + 0 => 'Ds\\Set', + 'comparator=' => 'callable', + ), + 'ds\\set::sum' => + array ( + 0 => 'float|int', + ), + 'ds\\set::toarray' => + array ( + 0 => 'array', + ), + 'ds\\set::union' => + array ( + 0 => 'Ds\\Set', + 'set' => 'Ds\\Set', + ), + 'ds\\set::xor' => + array ( + 0 => 'Ds\\Set', + 'set' => 'Ds\\Set', + ), + 'ds\\stack::__construct' => + array ( + 0 => 'void', + 'values=' => 'mixed', + ), + 'ds\\stack::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\stack::capacity' => + array ( + 0 => 'int', + ), + 'ds\\stack::clear' => + array ( + 0 => 'void', + ), + 'ds\\stack::copy' => + array ( + 0 => 'Ds\\Stack', + ), + 'ds\\stack::count' => + array ( + 0 => 'int', + ), + 'ds\\stack::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\stack::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\stack::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\stack::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'string', + ), + 'ds\\stack::offsetget' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\stack::offsetset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + 'value' => 'mixed|null', + ), + 'ds\\stack::offsetunset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\stack::peek' => + array ( + 0 => 'mixed', + ), + 'ds\\stack::pop' => + array ( + 0 => 'mixed', + ), + 'ds\\stack::push' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\stack::toarray' => + array ( + 0 => 'array', + ), + 'ds\\vector::__construct' => + array ( + 0 => 'void', + 'values=' => 'mixed', + ), + 'ds\\vector::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\vector::apply' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'ds\\vector::capacity' => + array ( + 0 => 'int', + ), + 'ds\\vector::clear' => + array ( + 0 => 'void', + ), + 'ds\\vector::contains' => + array ( + 0 => 'bool', + '...values=' => 'mixed', + ), + 'ds\\vector::copy' => + array ( + 0 => 'Ds\\Vector', + ), + 'ds\\vector::count' => + array ( + 0 => 'int', + ), + 'ds\\vector::filter' => + array ( + 0 => 'Ds\\Vector', + 'callback=' => 'callable', + ), + 'ds\\vector::find' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'ds\\vector::first' => + array ( + 0 => 'mixed', + ), + 'ds\\vector::get' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ds\\vector::getiterator' => + array ( + 0 => 'Traversable', + ), + 'ds\\vector::insert' => + array ( + 0 => 'void', + 'index' => 'int', + '...values=' => 'mixed', + ), + 'ds\\vector::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\vector::join' => + array ( + 0 => 'string', + 'glue=' => 'string', + ), + 'ds\\vector::jsonserialize' => + array ( + 0 => 'array', + ), + 'ds\\vector::last' => + array ( + 0 => 'mixed', + ), + 'ds\\vector::map' => + array ( + 0 => 'Ds\\Vector', + 'callback' => 'callable', + ), + 'ds\\vector::merge' => + array ( + 0 => 'Ds\\Vector', + 'values' => 'mixed', + ), + 'ds\\vector::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'string', + ), + 'ds\\vector::offsetget' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\vector::offsetset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + 'value' => 'mixed|null', + ), + 'ds\\vector::offsetunset' => + array ( + 0 => 'string', + 'offset' => 'mixed|null', + ), + 'ds\\vector::pop' => + array ( + 0 => 'mixed', + ), + 'ds\\vector::push' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\vector::reduce' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'initial=' => 'mixed', + ), + 'ds\\vector::remove' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ds\\vector::reverse' => + array ( + 0 => 'void', + ), + 'ds\\vector::reversed' => + array ( + 0 => 'Ds\\Vector', + ), + 'ds\\vector::rotate' => + array ( + 0 => 'void', + 'rotations' => 'int', + ), + 'ds\\vector::set' => + array ( + 0 => 'void', + 'index' => 'int', + 'value' => 'mixed', + ), + 'ds\\vector::shift' => + array ( + 0 => 'mixed', + ), + 'ds\\vector::slice' => + array ( + 0 => 'Ds\\Vector', + 'index' => 'int', + 'length=' => 'int|null', + ), + 'ds\\vector::sort' => + array ( + 0 => 'void', + 'comparator=' => 'callable', + ), + 'ds\\vector::sorted' => + array ( + 0 => 'Ds\\Vector', + 'comparator=' => 'callable', + ), + 'ds\\vector::sum' => + array ( + 0 => 'float|int', + ), + 'ds\\vector::toarray' => + array ( + 0 => 'array', + ), + 'ds\\vector::unshift' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'emptyiterator::current' => + array ( + 0 => 'never', + ), + 'emptyiterator::key' => + array ( + 0 => 'never', + ), + 'emptyiterator::next' => + array ( + 0 => 'void', + ), + 'emptyiterator::rewind' => + array ( + 0 => 'void', + ), + 'emptyiterator::valid' => + array ( + 0 => 'false', + ), + 'end' => + array ( + 0 => 'false|mixed', + '&r_array' => 'array|object', + ), + 'enum_exists' => + array ( + 0 => 'bool', + 'enum' => 'string', + 'autoload=' => 'bool', + ), + 'error::__clone' => + array ( + 0 => 'void', + ), + 'error::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'error::__tostring' => + array ( + 0 => 'string', + ), + 'error::__wakeup' => + array ( + 0 => 'string', + ), + 'error::getcode' => + array ( + 0 => 'int', + ), + 'error::getfile' => + array ( + 0 => 'string', + ), + 'error::getline' => + array ( + 0 => 'int', + ), + 'error::getmessage' => + array ( + 0 => 'string', + ), + 'error::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'error::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'error::gettraceasstring' => + array ( + 0 => 'string', + ), + 'error_clear_last' => + array ( + 0 => 'void', + ), + 'error_get_last' => + array ( + 0 => 'array{file: string, line: int, message: string, type: int}|null', + ), + 'error_log' => + array ( + 0 => 'bool', + 'message' => 'string', + 'message_type=' => 'int', + 'destination=' => 'null|string', + 'additional_headers=' => 'null|string', + ), + 'error_reporting' => + array ( + 0 => 'int', + 'error_level=' => 'int|null', + ), + 'errorexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'severity=' => 'int', + 'filename=' => 'null|string', + 'line=' => 'int|null', + 'previous=' => 'Throwable|null', + ), + 'errorexception::__tostring' => + array ( + 0 => 'string', + ), + 'errorexception::__wakeup' => + array ( + 0 => 'string', + ), + 'errorexception::getcode' => + array ( + 0 => 'int', + ), + 'errorexception::getfile' => + array ( + 0 => 'string', + ), + 'errorexception::getline' => + array ( + 0 => 'int', + ), + 'errorexception::getmessage' => + array ( + 0 => 'string', + ), + 'errorexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'errorexception::getseverity' => + array ( + 0 => 'int', + ), + 'errorexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'errorexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'escapeshellarg' => + array ( + 0 => 'string', + 'arg' => 'string', + ), + 'escapeshellcmd' => + array ( + 0 => 'string', + 'command' => 'string', + ), + 'ev::backend' => + array ( + 0 => 'int', + ), + 'ev::depth' => + array ( + 0 => 'int', + ), + 'ev::embeddablebackends' => + array ( + 0 => 'int', + ), + 'ev::feedsignal' => + array ( + 0 => 'void', + 'signum' => 'int', + ), + 'ev::feedsignalevent' => + array ( + 0 => 'void', + 'signum' => 'int', + ), + 'ev::iteration' => + array ( + 0 => 'int', + ), + 'ev::now' => + array ( + 0 => 'float', + ), + 'ev::nowupdate' => + array ( + 0 => 'void', + ), + 'ev::recommendedbackends' => + array ( + 0 => 'int', + ), + 'ev::resume' => + array ( + 0 => 'void', + ), + 'ev::run' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'ev::sleep' => + array ( + 0 => 'void', + 'seconds' => 'float', + ), + 'ev::stop' => + array ( + 0 => 'void', + 'how=' => 'int', + ), + 'ev::supportedbackends' => + array ( + 0 => 'int', + ), + 'ev::suspend' => + array ( + 0 => 'void', + ), + 'ev::time' => + array ( + 0 => 'float', + ), + 'ev::verify' => + array ( + 0 => 'void', + ), + 'evcheck::__construct' => + array ( + 0 => 'void', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evcheck::clear' => + array ( + 0 => 'int', + ), + 'evcheck::createstopped' => + array ( + 0 => 'EvCheck', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evcheck::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evcheck::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evcheck::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evcheck::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evcheck::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evcheck::start' => + array ( + 0 => 'void', + ), + 'evcheck::stop' => + array ( + 0 => 'void', + ), + 'evchild::__construct' => + array ( + 0 => 'void', + 'pid' => 'int', + 'trace' => 'bool', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evchild::clear' => + array ( + 0 => 'int', + ), + 'evchild::createstopped' => + array ( + 0 => 'EvChild', + 'pid' => 'int', + 'trace' => 'bool', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evchild::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evchild::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evchild::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evchild::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evchild::set' => + array ( + 0 => 'void', + 'pid' => 'int', + 'trace' => 'bool', + ), + 'evchild::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evchild::start' => + array ( + 0 => 'void', + ), + 'evchild::stop' => + array ( + 0 => 'void', + ), + 'evembed::__construct' => + array ( + 0 => 'void', + 'other' => 'object', + 'callback=' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evembed::clear' => + array ( + 0 => 'int', + ), + 'evembed::createstopped' => + array ( + 0 => 'EvEmbed', + 'other' => 'object', + 'callback=' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evembed::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evembed::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evembed::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evembed::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evembed::set' => + array ( + 0 => 'void', + 'other' => 'object', + ), + 'evembed::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evembed::start' => + array ( + 0 => 'void', + ), + 'evembed::stop' => + array ( + 0 => 'void', + ), + 'evembed::sweep' => + array ( + 0 => 'void', + ), + 'event::__construct' => + array ( + 0 => 'void', + 'base' => 'EventBase', + 'fd' => 'mixed', + 'what' => 'int', + 'cb' => 'callable', + 'arg=' => 'mixed', + ), + 'event::add' => + array ( + 0 => 'bool', + 'timeout=' => 'float', + ), + 'event::addsignal' => + array ( + 0 => 'bool', + 'timeout=' => 'float', + ), + 'event::addtimer' => + array ( + 0 => 'bool', + 'timeout=' => 'float', + ), + 'event::del' => + array ( + 0 => 'bool', + ), + 'event::delsignal' => + array ( + 0 => 'bool', + ), + 'event::deltimer' => + array ( + 0 => 'bool', + ), + 'event::free' => + array ( + 0 => 'void', + ), + 'event::getsupportedmethods' => + array ( + 0 => 'array', + ), + 'event::pending' => + array ( + 0 => 'bool', + 'flags' => 'int', + ), + 'event::removetimer' => + array ( + 0 => 'bool', + ), + 'event::set' => + array ( + 0 => 'bool', + 'base' => 'EventBase', + 'fd' => 'mixed', + 'what=' => 'int', + 'cb=' => 'callable', + 'arg=' => 'mixed', + ), + 'event::setpriority' => + array ( + 0 => 'bool', + 'priority' => 'int', + ), + 'event::settimer' => + array ( + 0 => 'bool', + 'base' => 'EventBase', + 'cb' => 'callable', + 'arg=' => 'mixed', + ), + 'event::signal' => + array ( + 0 => 'Event', + 'base' => 'EventBase', + 'signum' => 'int', + 'cb' => 'callable', + 'arg=' => 'mixed', + ), + 'event::timer' => + array ( + 0 => 'Event', + 'base' => 'EventBase', + 'cb' => 'callable', + 'arg=' => 'mixed', + ), + 'eventbase::__construct' => + array ( + 0 => 'void', + 'cfg=' => 'EventConfig', + ), + 'eventbase::__sleep' => + array ( + 0 => 'array', + ), + 'eventbase::__wakeup' => + array ( + 0 => 'void', + ), + 'eventbase::dispatch' => + array ( + 0 => 'void', + ), + 'eventbase::exit' => + array ( + 0 => 'bool', + 'timeout=' => 'float', + ), + 'eventbase::free' => + array ( + 0 => 'void', + ), + 'eventbase::getfeatures' => + array ( + 0 => 'int', + ), + 'eventbase::getmethod' => + array ( + 0 => 'string', + 'cfg=' => 'EventConfig', + ), + 'eventbase::gettimeofdaycached' => + array ( + 0 => 'float', + ), + 'eventbase::gotexit' => + array ( + 0 => 'bool', + ), + 'eventbase::gotstop' => + array ( + 0 => 'bool', + ), + 'eventbase::loop' => + array ( + 0 => 'bool', + 'flags=' => 'int', + ), + 'eventbase::priorityinit' => + array ( + 0 => 'bool', + 'n_priorities' => 'int', + ), + 'eventbase::reinit' => + array ( + 0 => 'bool', + ), + 'eventbase::resume' => + array ( + 0 => 'bool', + ), + 'eventbase::set' => + array ( + 0 => 'bool', + 'event' => 'Event', + ), + 'eventbase::stop' => + array ( + 0 => 'bool', + ), + 'eventbase::updatecachetime' => + array ( + 0 => 'bool', + ), + 'eventbuffer::__construct' => + array ( + 0 => 'void', + ), + 'eventbuffer::add' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'eventbuffer::addbuffer' => + array ( + 0 => 'bool', + 'buf' => 'EventBuffer', + ), + 'eventbuffer::appendfrom' => + array ( + 0 => 'int', + 'buf' => 'EventBuffer', + 'length' => 'int', + ), + 'eventbuffer::copyout' => + array ( + 0 => 'int', + '&w_data' => 'string', + 'max_bytes' => 'int', + ), + 'eventbuffer::drain' => + array ( + 0 => 'bool', + 'length' => 'int', + ), + 'eventbuffer::enablelocking' => + array ( + 0 => 'void', + ), + 'eventbuffer::expand' => + array ( + 0 => 'bool', + 'length' => 'int', + ), + 'eventbuffer::freeze' => + array ( + 0 => 'bool', + 'at_front' => 'bool', + ), + 'eventbuffer::lock' => + array ( + 0 => 'void', + ), + 'eventbuffer::prepend' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'eventbuffer::prependbuffer' => + array ( + 0 => 'bool', + 'buf' => 'EventBuffer', + ), + 'eventbuffer::pullup' => + array ( + 0 => 'string', + 'size' => 'int', + ), + 'eventbuffer::read' => + array ( + 0 => 'string', + 'max_bytes' => 'int', + ), + 'eventbuffer::readfrom' => + array ( + 0 => 'int', + 'fd' => 'mixed', + 'howmuch' => 'int', + ), + 'eventbuffer::readline' => + array ( + 0 => 'string', + 'eol_style' => 'int', + ), + 'eventbuffer::search' => + array ( + 0 => 'mixed', + 'what' => 'string', + 'start=' => 'int', + 'end=' => 'int', + ), + 'eventbuffer::searcheol' => + array ( + 0 => 'mixed', + 'start=' => 'int', + 'eol_style=' => 'int', + ), + 'eventbuffer::substr' => + array ( + 0 => 'string', + 'start' => 'int', + 'length=' => 'int', + ), + 'eventbuffer::unfreeze' => + array ( + 0 => 'bool', + 'at_front' => 'bool', + ), + 'eventbuffer::unlock' => + array ( + 0 => 'bool', + ), + 'eventbuffer::write' => + array ( + 0 => 'int', + 'fd' => 'mixed', + 'howmuch=' => 'int', + ), + 'eventbufferevent::__construct' => + array ( + 0 => 'void', + 'base' => 'EventBase', + 'socket=' => 'mixed', + 'options=' => 'int', + 'readcb=' => 'callable', + 'writecb=' => 'callable', + 'eventcb=' => 'callable', + ), + 'eventbufferevent::close' => + array ( + 0 => 'void', + ), + 'eventbufferevent::connect' => + array ( + 0 => 'bool', + 'addr' => 'string', + ), + 'eventbufferevent::connecthost' => + array ( + 0 => 'bool', + 'dns_base' => 'EventDnsBase', + 'hostname' => 'string', + 'port' => 'int', + 'family=' => 'int', + ), + 'eventbufferevent::createpair' => + array ( + 0 => 'array', + 'base' => 'EventBase', + 'options=' => 'int', + ), + 'eventbufferevent::createsslfilter' => + array ( + 0 => 'EventBufferEvent', + 'unnderlying' => 'EventBufferEvent', + 'ctx' => 'EventSslContext', + 'state' => 'int', + 'options=' => 'int', + ), + 'eventbufferevent::disable' => + array ( + 0 => 'bool', + 'events' => 'int', + ), + 'eventbufferevent::enable' => + array ( + 0 => 'bool', + 'events' => 'int', + ), + 'eventbufferevent::free' => + array ( + 0 => 'void', + ), + 'eventbufferevent::getdnserrorstring' => + array ( + 0 => 'string', + ), + 'eventbufferevent::getenabled' => + array ( + 0 => 'int', + ), + 'eventbufferevent::getinput' => + array ( + 0 => 'EventBuffer', + ), + 'eventbufferevent::getoutput' => + array ( + 0 => 'EventBuffer', + ), + 'eventbufferevent::read' => + array ( + 0 => 'string', + 'size' => 'int', + ), + 'eventbufferevent::readbuffer' => + array ( + 0 => 'bool', + 'buf' => 'EventBuffer', + ), + 'eventbufferevent::setcallbacks' => + array ( + 0 => 'void', + 'readcb' => 'callable', + 'writecb' => 'callable', + 'eventcb' => 'callable', + 'arg=' => 'string', + ), + 'eventbufferevent::setpriority' => + array ( + 0 => 'bool', + 'priority' => 'int', + ), + 'eventbufferevent::settimeouts' => + array ( + 0 => 'bool', + 'timeout_read' => 'float', + 'timeout_write' => 'float', + ), + 'eventbufferevent::setwatermark' => + array ( + 0 => 'void', + 'events' => 'int', + 'lowmark' => 'int', + 'highmark' => 'int', + ), + 'eventbufferevent::sslerror' => + array ( + 0 => 'string', + ), + 'eventbufferevent::sslgetcipherinfo' => + array ( + 0 => 'string', + ), + 'eventbufferevent::sslgetciphername' => + array ( + 0 => 'string', + ), + 'eventbufferevent::sslgetcipherversion' => + array ( + 0 => 'string', + ), + 'eventbufferevent::sslgetprotocol' => + array ( + 0 => 'string', + ), + 'eventbufferevent::sslrenegotiate' => + array ( + 0 => 'void', + ), + 'eventbufferevent::sslsocket' => + array ( + 0 => 'EventBufferEvent', + 'base' => 'EventBase', + 'socket' => 'mixed', + 'ctx' => 'EventSslContext', + 'state' => 'int', + 'options=' => 'int', + ), + 'eventbufferevent::write' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'eventbufferevent::writebuffer' => + array ( + 0 => 'bool', + 'buf' => 'EventBuffer', + ), + 'eventconfig::__construct' => + array ( + 0 => 'void', + ), + 'eventconfig::__sleep' => + array ( + 0 => 'array', + ), + 'eventconfig::__wakeup' => + array ( + 0 => 'void', + ), + 'eventconfig::avoidmethod' => + array ( + 0 => 'bool', + 'method' => 'string', + ), + 'eventconfig::requirefeatures' => + array ( + 0 => 'bool', + 'feature' => 'int', + ), + 'eventconfig::setflags' => + array ( + 0 => 'bool', + 'flags' => 'int', + ), + 'eventconfig::setmaxdispatchinterval' => + array ( + 0 => 'void', + 'max_interval' => 'int', + 'max_callbacks' => 'int', + 'min_priority' => 'int', + ), + 'eventdnsbase::__construct' => + array ( + 0 => 'void', + 'base' => 'EventBase', + 'initialize' => 'bool', + ), + 'eventdnsbase::addnameserverip' => + array ( + 0 => 'bool', + 'ip' => 'string', + ), + 'eventdnsbase::addsearch' => + array ( + 0 => 'void', + 'domain' => 'string', + ), + 'eventdnsbase::clearsearch' => + array ( + 0 => 'void', + ), + 'eventdnsbase::countnameservers' => + array ( + 0 => 'int', + ), + 'eventdnsbase::loadhosts' => + array ( + 0 => 'bool', + 'hosts' => 'string', + ), + 'eventdnsbase::parseresolvconf' => + array ( + 0 => 'bool', + 'flags' => 'int', + 'filename' => 'string', + ), + 'eventdnsbase::setoption' => + array ( + 0 => 'bool', + 'option' => 'string', + 'value' => 'string', + ), + 'eventdnsbase::setsearchndots' => + array ( + 0 => 'bool', + 'ndots' => 'int', + ), + 'eventexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'eventexception::__tostring' => + array ( + 0 => 'string', + ), + 'eventexception::__wakeup' => + array ( + 0 => 'string', + ), + 'eventexception::getcode' => + array ( + 0 => 'string', + ), + 'eventexception::getfile' => + array ( + 0 => 'string', + ), + 'eventexception::getline' => + array ( + 0 => 'int', + ), + 'eventexception::getmessage' => + array ( + 0 => 'string', + ), + 'eventexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'eventexception::gettrace' => + array ( + 0 => 'array', + ), + 'eventexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'eventhttp::__construct' => + array ( + 0 => 'void', + 'base' => 'EventBase', + 'ctx=' => 'EventSslContext', + ), + 'eventhttp::__sleep' => + array ( + 0 => 'array', + ), + 'eventhttp::__wakeup' => + array ( + 0 => 'void', + ), + 'eventhttp::accept' => + array ( + 0 => 'bool', + 'socket' => 'mixed', + ), + 'eventhttp::addserveralias' => + array ( + 0 => 'bool', + 'alias' => 'string', + ), + 'eventhttp::bind' => + array ( + 0 => 'void', + 'address' => 'string', + 'port' => 'int', + ), + 'eventhttp::removeserveralias' => + array ( + 0 => 'bool', + 'alias' => 'string', + ), + 'eventhttp::setallowedmethods' => + array ( + 0 => 'void', + 'methods' => 'int', + ), + 'eventhttp::setcallback' => + array ( + 0 => 'void', + 'path' => 'string', + 'cb' => 'string', + 'arg=' => 'string', + ), + 'eventhttp::setdefaultcallback' => + array ( + 0 => 'void', + 'cb' => 'string', + 'arg=' => 'string', + ), + 'eventhttp::setmaxbodysize' => + array ( + 0 => 'void', + 'value' => 'int', + ), + 'eventhttp::setmaxheaderssize' => + array ( + 0 => 'void', + 'value' => 'int', + ), + 'eventhttp::settimeout' => + array ( + 0 => 'void', + 'value' => 'int', + ), + 'eventhttpconnection::__construct' => + array ( + 0 => 'void', + 'base' => 'EventBase', + 'dns_base' => 'EventDnsBase', + 'address' => 'string', + 'port' => 'int', + 'ctx=' => 'EventSslContext', + ), + 'eventhttpconnection::__sleep' => + array ( + 0 => 'array', + ), + 'eventhttpconnection::__wakeup' => + array ( + 0 => 'void', + ), + 'eventhttpconnection::getbase' => + array ( + 0 => 'EventBase', + ), + 'eventhttpconnection::getpeer' => + array ( + 0 => 'void', + '&w_address' => 'string', + '&w_port' => 'int', + ), + 'eventhttpconnection::makerequest' => + array ( + 0 => 'bool', + 'req' => 'EventHttpRequest', + 'type' => 'int', + 'uri' => 'string', + ), + 'eventhttpconnection::setclosecallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eventhttpconnection::setlocaladdress' => + array ( + 0 => 'void', + 'address' => 'string', + ), + 'eventhttpconnection::setlocalport' => + array ( + 0 => 'void', + 'port' => 'int', + ), + 'eventhttpconnection::setmaxbodysize' => + array ( + 0 => 'void', + 'max_size' => 'string', + ), + 'eventhttpconnection::setmaxheaderssize' => + array ( + 0 => 'void', + 'max_size' => 'string', + ), + 'eventhttpconnection::setretries' => + array ( + 0 => 'void', + 'retries' => 'int', + ), + 'eventhttpconnection::settimeout' => + array ( + 0 => 'void', + 'timeout' => 'int', + ), + 'eventhttprequest::__construct' => + array ( + 0 => 'void', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eventhttprequest::__sleep' => + array ( + 0 => 'array', + ), + 'eventhttprequest::__wakeup' => + array ( + 0 => 'void', + ), + 'eventhttprequest::addheader' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + 'type' => 'int', + ), + 'eventhttprequest::cancel' => + array ( + 0 => 'void', + ), + 'eventhttprequest::clearheaders' => + array ( + 0 => 'void', + ), + 'eventhttprequest::closeconnection' => + array ( + 0 => 'void', + ), + 'eventhttprequest::findheader' => + array ( + 0 => 'void', + 'key' => 'string', + 'type' => 'string', + ), + 'eventhttprequest::free' => + array ( + 0 => 'void', + ), + 'eventhttprequest::getbufferevent' => + array ( + 0 => 'EventBufferEvent', + ), + 'eventhttprequest::getcommand' => + array ( + 0 => 'void', + ), + 'eventhttprequest::getconnection' => + array ( + 0 => 'EventHttpConnection', + ), + 'eventhttprequest::gethost' => + array ( + 0 => 'string', + ), + 'eventhttprequest::getinputbuffer' => + array ( + 0 => 'EventBuffer', + ), + 'eventhttprequest::getinputheaders' => + array ( + 0 => 'array', + ), + 'eventhttprequest::getoutputbuffer' => + array ( + 0 => 'EventBuffer', + ), + 'eventhttprequest::getoutputheaders' => + array ( + 0 => 'void', + ), + 'eventhttprequest::getresponsecode' => + array ( + 0 => 'int', + ), + 'eventhttprequest::geturi' => + array ( + 0 => 'string', + ), + 'eventhttprequest::removeheader' => + array ( + 0 => 'void', + 'key' => 'string', + 'type' => 'string', + ), + 'eventhttprequest::senderror' => + array ( + 0 => 'void', + 'error' => 'int', + 'reason=' => 'string', + ), + 'eventhttprequest::sendreply' => + array ( + 0 => 'void', + 'code' => 'int', + 'reason' => 'string', + 'buf=' => 'EventBuffer', + ), + 'eventhttprequest::sendreplychunk' => + array ( + 0 => 'void', + 'buf' => 'EventBuffer', + ), + 'eventhttprequest::sendreplyend' => + array ( + 0 => 'void', + ), + 'eventhttprequest::sendreplystart' => + array ( + 0 => 'void', + 'code' => 'int', + 'reason' => 'string', + ), + 'eventlistener::__construct' => + array ( + 0 => 'void', + 'base' => 'EventBase', + 'cb' => 'callable', + 'data' => 'mixed', + 'flags' => 'int', + 'backlog' => 'int', + 'target' => 'mixed', + ), + 'eventlistener::__sleep' => + array ( + 0 => 'array', + ), + 'eventlistener::__wakeup' => + array ( + 0 => 'void', + ), + 'eventlistener::disable' => + array ( + 0 => 'bool', + ), + 'eventlistener::enable' => + array ( + 0 => 'bool', + ), + 'eventlistener::free' => + array ( + 0 => 'void', + ), + 'eventlistener::getbase' => + array ( + 0 => 'void', + ), + 'eventlistener::getsocketname' => + array ( + 0 => 'bool', + '&w_address' => 'string', + '&w_port=' => 'mixed', + ), + 'eventlistener::setcallback' => + array ( + 0 => 'void', + 'cb' => 'callable', + 'arg=' => 'mixed', + ), + 'eventlistener::seterrorcallback' => + array ( + 0 => 'void', + 'cb' => 'string', + ), + 'eventsslcontext::__construct' => + array ( + 0 => 'void', + 'method' => 'string', + 'options' => 'string', + ), + 'eventsslcontext::setmaxprotoversion' => + array ( + 0 => 'bool', + 'proto' => 'int', + ), + 'eventsslcontext::setminprotoversion' => + array ( + 0 => 'bool', + 'proto' => 'int', + ), + 'eventutil::__construct' => + array ( + 0 => 'void', + ), + 'eventutil::getlastsocketerrno' => + array ( + 0 => 'int', + 'socket=' => 'mixed', + ), + 'eventutil::getlastsocketerror' => + array ( + 0 => 'string', + 'socket=' => 'mixed', + ), + 'eventutil::getsocketfd' => + array ( + 0 => 'int', + 'socket' => 'mixed', + ), + 'eventutil::getsocketname' => + array ( + 0 => 'bool', + 'socket' => 'mixed', + '&w_address' => 'string', + '&w_port=' => 'mixed', + ), + 'eventutil::setsocketoption' => + array ( + 0 => 'bool', + 'socket' => 'mixed', + 'level' => 'int', + 'optname' => 'int', + 'optval' => 'mixed', + ), + 'eventutil::sslrandpoll' => + array ( + 0 => 'void', + ), + 'evfork::__construct' => + array ( + 0 => 'void', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evfork::clear' => + array ( + 0 => 'int', + ), + 'evfork::createstopped' => + array ( + 0 => 'EvFork', + 'callback' => 'callable', + 'data=' => 'string', + 'priority=' => 'string', + ), + 'evfork::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evfork::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evfork::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evfork::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evfork::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evfork::start' => + array ( + 0 => 'void', + ), + 'evfork::stop' => + array ( + 0 => 'void', + ), + 'evidle::__construct' => + array ( + 0 => 'void', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evidle::clear' => + array ( + 0 => 'int', + ), + 'evidle::createstopped' => + array ( + 0 => 'EvIdle', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evidle::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evidle::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evidle::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evidle::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evidle::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evidle::start' => + array ( + 0 => 'void', + ), + 'evidle::stop' => + array ( + 0 => 'void', + ), + 'evio::__construct' => + array ( + 0 => 'void', + 'fd' => 'mixed', + 'events' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evio::clear' => + array ( + 0 => 'int', + ), + 'evio::createstopped' => + array ( + 0 => 'EvIo', + 'fd' => 'resource', + 'events' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evio::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evio::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evio::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evio::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evio::set' => + array ( + 0 => 'void', + 'fd' => 'resource', + 'events' => 'int', + ), + 'evio::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evio::start' => + array ( + 0 => 'void', + ), + 'evio::stop' => + array ( + 0 => 'void', + ), + 'evloop::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + 'data=' => 'mixed', + 'io_interval=' => 'float', + 'timeout_interval=' => 'float', + ), + 'evloop::backend' => + array ( + 0 => 'int', + ), + 'evloop::check' => + array ( + 0 => 'EvCheck', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::child' => + array ( + 0 => 'EvChild', + 'pid' => 'int', + 'trace' => 'bool', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::defaultloop' => + array ( + 0 => 'EvLoop', + 'flags=' => 'int', + 'data=' => 'mixed', + 'io_interval=' => 'float', + 'timeout_interval=' => 'float', + ), + 'evloop::embed' => + array ( + 0 => 'EvEmbed', + 'other' => 'EvLoop', + 'callback=' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::fork' => + array ( + 0 => 'EvFork', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::idle' => + array ( + 0 => 'EvIdle', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::invokepending' => + array ( + 0 => 'void', + ), + 'evloop::io' => + array ( + 0 => 'EvIo', + 'fd' => 'resource', + 'events' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::loopfork' => + array ( + 0 => 'void', + ), + 'evloop::now' => + array ( + 0 => 'float', + ), + 'evloop::nowupdate' => + array ( + 0 => 'void', + ), + 'evloop::periodic' => + array ( + 0 => 'EvPeriodic', + 'offset' => 'float', + 'interval' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::prepare' => + array ( + 0 => 'EvPrepare', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::resume' => + array ( + 0 => 'void', + ), + 'evloop::run' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'evloop::signal' => + array ( + 0 => 'EvSignal', + 'signum' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::stat' => + array ( + 0 => 'EvStat', + 'path' => 'string', + 'interval' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::stop' => + array ( + 0 => 'void', + 'how=' => 'int', + ), + 'evloop::suspend' => + array ( + 0 => 'void', + ), + 'evloop::timer' => + array ( + 0 => 'EvTimer', + 'after' => 'float', + 'repeat' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evloop::verify' => + array ( + 0 => 'void', + ), + 'evperiodic::__construct' => + array ( + 0 => 'void', + 'offset' => 'float', + 'interval' => 'string', + 'reschedule_cb' => 'callable', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evperiodic::again' => + array ( + 0 => 'void', + ), + 'evperiodic::at' => + array ( + 0 => 'float', + ), + 'evperiodic::clear' => + array ( + 0 => 'int', + ), + 'evperiodic::createstopped' => + array ( + 0 => 'EvPeriodic', + 'offset' => 'float', + 'interval' => 'float', + 'reschedule_cb' => 'callable', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evperiodic::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evperiodic::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evperiodic::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evperiodic::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evperiodic::set' => + array ( + 0 => 'void', + 'offset' => 'float', + 'interval' => 'float', + ), + 'evperiodic::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evperiodic::start' => + array ( + 0 => 'void', + ), + 'evperiodic::stop' => + array ( + 0 => 'void', + ), + 'evprepare::__construct' => + array ( + 0 => 'void', + 'callback' => 'string', + 'data=' => 'string', + 'priority=' => 'string', + ), + 'evprepare::clear' => + array ( + 0 => 'int', + ), + 'evprepare::createstopped' => + array ( + 0 => 'EvPrepare', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evprepare::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evprepare::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evprepare::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evprepare::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evprepare::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evprepare::start' => + array ( + 0 => 'void', + ), + 'evprepare::stop' => + array ( + 0 => 'void', + ), + 'evsignal::__construct' => + array ( + 0 => 'void', + 'signum' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evsignal::clear' => + array ( + 0 => 'int', + ), + 'evsignal::createstopped' => + array ( + 0 => 'EvSignal', + 'signum' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evsignal::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evsignal::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evsignal::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evsignal::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evsignal::set' => + array ( + 0 => 'void', + 'signum' => 'int', + ), + 'evsignal::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evsignal::start' => + array ( + 0 => 'void', + ), + 'evsignal::stop' => + array ( + 0 => 'void', + ), + 'evstat::__construct' => + array ( + 0 => 'void', + 'path' => 'string', + 'interval' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evstat::attr' => + array ( + 0 => 'array', + ), + 'evstat::clear' => + array ( + 0 => 'int', + ), + 'evstat::createstopped' => + array ( + 0 => 'EvStat', + 'path' => 'string', + 'interval' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evstat::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evstat::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evstat::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evstat::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evstat::prev' => + array ( + 0 => 'array', + ), + 'evstat::set' => + array ( + 0 => 'void', + 'path' => 'string', + 'interval' => 'float', + ), + 'evstat::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evstat::start' => + array ( + 0 => 'void', + ), + 'evstat::stat' => + array ( + 0 => 'bool', + ), + 'evstat::stop' => + array ( + 0 => 'void', + ), + 'evtimer::__construct' => + array ( + 0 => 'void', + 'after' => 'float', + 'repeat' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evtimer::again' => + array ( + 0 => 'void', + ), + 'evtimer::clear' => + array ( + 0 => 'int', + ), + 'evtimer::createstopped' => + array ( + 0 => 'EvTimer', + 'after' => 'float', + 'repeat' => 'float', + 'callback' => 'callable', + 'data=' => 'mixed', + 'priority=' => 'int', + ), + 'evtimer::feed' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evtimer::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evtimer::invoke' => + array ( + 0 => 'void', + 'events' => 'int', + ), + 'evtimer::keepalive' => + array ( + 0 => 'void', + 'value' => 'bool', + ), + 'evtimer::set' => + array ( + 0 => 'void', + 'after' => 'float', + 'repeat' => 'float', + ), + 'evtimer::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evtimer::start' => + array ( + 0 => 'void', + ), + 'evtimer::stop' => + array ( + 0 => 'void', + ), + 'evwatcher::clear' => + array ( + 0 => 'int', + ), + 'evwatcher::feed' => + array ( + 0 => 'void', + 'revents' => 'int', + ), + 'evwatcher::getloop' => + array ( + 0 => 'EvLoop', + ), + 'evwatcher::invoke' => + array ( + 0 => 'void', + 'revents' => 'int', + ), + 'evwatcher::keepalive' => + array ( + 0 => 'bool', + 'value=' => 'bool', + ), + 'evwatcher::setcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'evwatcher::start' => + array ( + 0 => 'void', + ), + 'evwatcher::stop' => + array ( + 0 => 'void', + ), + 'exception::__clone' => + array ( + 0 => 'void', + ), + 'exception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'exception::__tostring' => + array ( + 0 => 'string', + ), + 'exception::__wakeup' => + array ( + 0 => 'string', + ), + 'exception::getcode' => + array ( + 0 => 'int|string', + ), + 'exception::getfile' => + array ( + 0 => 'string', + ), + 'exception::getline' => + array ( + 0 => 'int', + ), + 'exception::getmessage' => + array ( + 0 => 'string', + ), + 'exception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'exception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'exception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'exec' => + array ( + 0 => 'false|string', + 'command' => 'string', + '&w_output=' => 'array', + '&w_result_code=' => 'int', + ), + 'exit' => + array ( + 0 => 'never', + 'status=' => 'int|string', + ), + 'exp' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'explode' => + array ( + 0 => 'list', + 'separator' => 'string', + 'string' => 'string', + 'limit=' => 'int', + ), + 'expm1' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'extension_loaded' => + array ( + 0 => 'bool', + 'extension' => 'string', + ), + 'extract' => + array ( + 0 => 'int', + '&rw_array' => 'array', + 'flags=' => 'int', + 'prefix=' => 'string', + ), + 'fclose' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'fdatasync' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'fdiv' => + array ( + 0 => 'float', + 'num1' => 'float', + 'num2' => 'float', + ), + 'feof' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'ffi::addr' => + array ( + 0 => 'FFI\\CData', + '&ptr' => 'FFI\\CData', + ), + 'ffi::alignof' => + array ( + 0 => 'int', + '&ptr' => 'FFI\\CData|FFI\\CType', + ), + 'ffi::arraytype' => + array ( + 0 => 'FFI\\CType', + 'type' => 'FFI\\CType', + 'dimensions' => 'array', + ), + 'ffi::cast' => + array ( + 0 => 'FFI\\CData', + 'type' => 'FFI\\CType|string', + '&ptr' => 'string', + ), + 'ffi::cdef' => + array ( + 0 => 'FFI', + 'code=' => 'string', + 'lib=' => 'null|string', + ), + 'ffi::free' => + array ( + 0 => 'void', + '&ptr' => 'FFI\\CData', + ), + 'ffi::isnull' => + array ( + 0 => 'bool', + '&ptr' => 'FFI\\CData', + ), + 'ffi::load' => + array ( + 0 => 'FFI|null', + 'filename' => 'string', + ), + 'ffi::memcmp' => + array ( + 0 => 'int', + '&ptr1' => 'string', + '&ptr2' => 'string', + 'size' => 'int', + ), + 'ffi::memcpy' => + array ( + 0 => 'void', + '&to' => 'FFI\\CData', + '&from' => 'string', + 'size' => 'int', + ), + 'ffi::memset' => + array ( + 0 => 'void', + '&ptr' => 'FFI\\CData', + 'value' => 'int', + 'size' => 'int', + ), + 'ffi::new' => + array ( + 0 => 'FFI\\CData', + 'type' => 'FFI\\CType|string', + 'owned=' => 'bool', + 'persistent=' => 'bool', + ), + 'ffi::scope' => + array ( + 0 => 'FFI', + 'name' => 'string', + ), + 'ffi::sizeof' => + array ( + 0 => 'int', + '&ptr' => 'FFI\\CData|FFI\\CType', + ), + 'ffi::string' => + array ( + 0 => 'string', + '&ptr' => 'FFI\\CData', + 'size=' => 'int|null', + ), + 'ffi::type' => + array ( + 0 => 'FFI\\CType', + 'type' => 'string', + ), + 'ffi::typeof' => + array ( + 0 => 'FFI\\CType', + '&ptr' => 'FFI\\CData', + ), + 'ffi\\ctype::getalignment' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getarrayelementtype' => + array ( + 0 => 'FFI\\CType', + ), + 'ffi\\ctype::getarraylength' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getattributes' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getenumkind' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getfuncabi' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getfuncparametercount' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getfuncparametertype' => + array ( + 0 => 'FFI\\CType', + 'index' => 'int', + ), + 'ffi\\ctype::getfuncreturntype' => + array ( + 0 => 'FFI\\CType', + ), + 'ffi\\ctype::getkind' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getname' => + array ( + 0 => 'string', + ), + 'ffi\\ctype::getpointertype' => + array ( + 0 => 'FFI\\CType', + ), + 'ffi\\ctype::getsize' => + array ( + 0 => 'int', + ), + 'ffi\\ctype::getstructfieldnames' => + array ( + 0 => 'array', + ), + 'ffi\\ctype::getstructfieldoffset' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'ffi\\ctype::getstructfieldtype' => + array ( + 0 => 'FFI\\CType', + 'name' => 'string', + ), + 'ffi\\exception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'ffi\\exception::__tostring' => + array ( + 0 => 'string', + ), + 'ffi\\exception::__wakeup' => + array ( + 0 => 'string', + ), + 'ffi\\exception::getcode' => + array ( + 0 => 'string', + ), + 'ffi\\exception::getfile' => + array ( + 0 => 'string', + ), + 'ffi\\exception::getline' => + array ( + 0 => 'int', + ), + 'ffi\\exception::getmessage' => + array ( + 0 => 'string', + ), + 'ffi\\exception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'ffi\\exception::gettrace' => + array ( + 0 => 'array', + ), + 'ffi\\exception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'ffi\\parserexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'ffi\\parserexception::__tostring' => + array ( + 0 => 'string', + ), + 'ffi\\parserexception::__wakeup' => + array ( + 0 => 'string', + ), + 'ffi\\parserexception::getcode' => + array ( + 0 => 'string', + ), + 'ffi\\parserexception::getfile' => + array ( + 0 => 'string', + ), + 'ffi\\parserexception::getline' => + array ( + 0 => 'int', + ), + 'ffi\\parserexception::getmessage' => + array ( + 0 => 'string', + ), + 'ffi\\parserexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'ffi\\parserexception::gettrace' => + array ( + 0 => 'array', + ), + 'ffi\\parserexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'fflush' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'fgetc' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + ), + 'fgetcsv' => + array ( + 0 => 'array{0?: null|string, ..., string>}|false', + 'stream' => 'resource', + 'length=' => 'int|null', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + ), + 'fgets' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + 'length=' => 'int|null', + ), + 'fiber::__construct' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'fiber::getcurrent' => + array ( + 0 => 'Fiber|null', + ), + 'fiber::getreturn' => + array ( + 0 => 'mixed', + ), + 'fiber::isrunning' => + array ( + 0 => 'bool', + ), + 'fiber::isstarted' => + array ( + 0 => 'bool', + ), + 'fiber::issuspended' => + array ( + 0 => 'bool', + ), + 'fiber::isterminated' => + array ( + 0 => 'bool', + ), + 'fiber::resume' => + array ( + 0 => 'mixed', + 'value=' => 'mixed|null', + ), + 'fiber::start' => + array ( + 0 => 'mixed', + '...args' => 'mixed', + ), + 'fiber::suspend' => + array ( + 0 => 'mixed', + 'value=' => 'mixed|null', + ), + 'fiber::throw' => + array ( + 0 => 'mixed', + 'exception' => 'Throwable', + ), + 'fibererror::__construct' => + array ( + 0 => 'void', + ), + 'fibererror::__tostring' => + array ( + 0 => 'string', + ), + 'fibererror::__wakeup' => + array ( + 0 => 'string', + ), + 'fibererror::getcode' => + array ( + 0 => 'string', + ), + 'fibererror::getfile' => + array ( + 0 => 'string', + ), + 'fibererror::getline' => + array ( + 0 => 'int', + ), + 'fibererror::getmessage' => + array ( + 0 => 'string', + ), + 'fibererror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'fibererror::gettrace' => + array ( + 0 => 'array', + ), + 'fibererror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'file' => + array ( + 0 => 'false|list', + 'filename' => 'string', + 'flags=' => 'int', + 'context=' => 'resource', + ), + 'file_exists' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'file_get_contents' => + array ( + 0 => 'false|string', + 'filename' => 'string', + 'use_include_path=' => 'bool', + 'context=' => 'null|resource', + 'offset=' => 'int', + 'length=' => 'int|null', + ), + 'file_put_contents' => + array ( + 0 => 'false|int<0, max>', + 'filename' => 'string', + 'data' => 'array|resource|string', + 'flags=' => 'int', + 'context=' => 'resource', + ), + 'fileatime' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'filectime' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'filegroup' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'fileinode' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'filemtime' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'fileowner' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'fileperms' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'filesize' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'filesystemiterator::__construct' => + array ( + 0 => 'void', + 'directory' => 'string', + 'flags=' => 'int', + ), + 'filesystemiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'filesystemiterator::__tostring' => + array ( + 0 => 'string', + ), + 'filesystemiterator::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'filesystemiterator::current' => + array ( + 0 => 'FilesystemIterator|SplFileInfo|string', + ), + 'filesystemiterator::getatime' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'filesystemiterator::getctime' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getextension' => + array ( + 0 => 'string', + ), + 'filesystemiterator::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'filesystemiterator::getfilename' => + array ( + 0 => 'string', + ), + 'filesystemiterator::getflags' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getgroup' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getinode' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getlinktarget' => + array ( + 0 => 'string', + ), + 'filesystemiterator::getmtime' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getowner' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getpath' => + array ( + 0 => 'string', + ), + 'filesystemiterator::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'filesystemiterator::getpathname' => + array ( + 0 => 'string', + ), + 'filesystemiterator::getperms' => + array ( + 0 => 'int', + ), + 'filesystemiterator::getrealpath' => + array ( + 0 => 'non-falsy-string', + ), + 'filesystemiterator::getsize' => + array ( + 0 => 'int', + ), + 'filesystemiterator::gettype' => + array ( + 0 => 'string', + ), + 'filesystemiterator::isdir' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::isdot' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::isexecutable' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::isfile' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::islink' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::isreadable' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::iswritable' => + array ( + 0 => 'bool', + ), + 'filesystemiterator::key' => + array ( + 0 => 'string', + ), + 'filesystemiterator::next' => + array ( + 0 => 'void', + ), + 'filesystemiterator::openfile' => + array ( + 0 => 'SplFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'filesystemiterator::rewind' => + array ( + 0 => 'void', + ), + 'filesystemiterator::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'filesystemiterator::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'filesystemiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'filesystemiterator::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'filesystemiterator::valid' => + array ( + 0 => 'bool', + ), + 'filetype' => + array ( + 0 => 'false|string', + 'filename' => 'string', + ), + 'filter_has_var' => + array ( + 0 => 'bool', + 'input_type' => '0|1|2|4|5', + 'var_name' => 'string', + ), + 'filter_id' => + array ( + 0 => 'false|int', + 'name' => 'string', + ), + 'filter_input' => + array ( + 0 => 'false|mixed|null', + 'type' => '0|1|2|4|5', + 'var_name' => 'string', + 'filter=' => 'int', + 'options=' => 'array|int', + ), + 'filter_input_array' => + array ( + 0 => 'array|false|null', + 'type' => '0|1|2|4|5', + 'options=' => 'array|int', + 'add_empty=' => 'bool', + ), + 'filter_list' => + array ( + 0 => 'non-empty-list', + ), + 'filter_var' => + array ( + 0 => 'false|mixed', + 'value' => 'mixed', + 'filter=' => 'int', + 'options=' => 'array|int', + ), + 'filter_var_array' => + array ( + 0 => 'array|false|null', + 'array' => 'array', + 'options=' => 'array|int', + 'add_empty=' => 'bool', + ), + 'filteriterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + ), + 'filteriterator::accept' => + array ( + 0 => 'bool', + ), + 'filteriterator::current' => + array ( + 0 => 'mixed', + ), + 'filteriterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'filteriterator::key' => + array ( + 0 => 'mixed', + ), + 'filteriterator::next' => + array ( + 0 => 'void', + ), + 'filteriterator::rewind' => + array ( + 0 => 'void', + ), + 'filteriterator::valid' => + array ( + 0 => 'bool', + ), + 'finfo::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + 'magic_database=' => 'null|string', + ), + 'finfo::buffer' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'flags=' => 'int', + 'context=' => 'null|resource', + ), + 'finfo::file' => + array ( + 0 => 'false|string', + 'filename' => 'string', + 'flags=' => 'int', + 'context=' => 'null|resource', + ), + 'finfo::set_flags' => + array ( + 0 => 'true', + 'flags' => 'int', + ), + 'finfo_buffer' => + array ( + 0 => 'false|string', + 'finfo' => 'finfo', + 'string' => 'string', + 'flags=' => 'int', + 'context=' => 'resource', + ), + 'finfo_close' => + array ( + 0 => 'bool', + 'finfo' => 'finfo', + ), + 'finfo_file' => + array ( + 0 => 'false|string', + 'finfo' => 'finfo', + 'filename' => 'string', + 'flags=' => 'int', + 'context=' => 'resource', + ), + 'finfo_open' => + array ( + 0 => 'false|finfo', + 'flags=' => 'int', + 'magic_database=' => 'null|string', + ), + 'finfo_set_flags' => + array ( + 0 => 'true', + 'finfo' => 'finfo', + 'flags' => 'int', + ), + 'floatval' => + array ( + 0 => 'float', + 'value' => 'mixed', + ), + 'flock' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'operation' => 'int', + '&w_would_block=' => 'int', + ), + 'floor' => + array ( + 0 => 'float', + 'num' => 'float|int', + ), + 'flush' => + array ( + 0 => 'void', + ), + 'fmod' => + array ( + 0 => 'float', + 'num1' => 'float', + 'num2' => 'float', + ), + 'fnmatch' => + array ( + 0 => 'bool', + 'pattern' => 'string', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'fopen' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'mode' => 'string', + 'use_include_path=' => 'bool', + 'context=' => 'null|resource', + ), + 'forward_static_call' => + array ( + 0 => 'false|mixed', + 'callback' => 'callable', + '...args=' => 'mixed', + ), + 'forward_static_call_array' => + array ( + 0 => 'false|mixed', + 'callback' => 'callable', + 'args' => 'list', + ), + 'fpassthru' => + array ( + 0 => 'int', + 'stream' => 'resource', + ), + 'fpow' => + array ( + 0 => 'float', + 'num' => 'float', + 'exponent' => 'float', + ), + 'fprintf' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'format' => 'string', + '...values=' => 'float|int|string', + ), + 'fputcsv' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + 'fields' => 'array', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + 'eol=' => 'string', + ), + 'fputs' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'fread' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + 'length' => 'int', + ), + 'fscanf' => + array ( + 0 => 'list|null', + 'stream' => 'resource', + 'format' => 'string', + ), + 'fseek' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'offset' => 'int', + 'whence=' => 'int', + ), + 'fsockopen' => + array ( + 0 => 'false|resource', + 'hostname' => 'string', + 'port=' => 'int', + '&w_error_code=' => 'int', + '&w_error_message=' => 'string', + 'timeout=' => 'float|null', + ), + 'fstat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}|false', + 'stream' => 'resource', + ), + 'fsync' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'ftell' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + ), + 'ftok' => + array ( + 0 => 'int', + 'filename' => 'string', + 'project_id' => 'string', + ), + 'ftruncate' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'size' => 'int', + ), + 'func_get_arg' => + array ( + 0 => 'mixed|null', + 'position' => 'int', + ), + 'func_get_args' => + array ( + 0 => 'list', + ), + 'func_num_args' => + array ( + 0 => 'int', + ), + 'function_exists' => + array ( + 0 => 'bool', + 'function' => 'string', + ), + 'fwrite' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'gc_collect_cycles' => + array ( + 0 => 'int', + ), + 'gc_disable' => + array ( + 0 => 'void', + ), + 'gc_enable' => + array ( + 0 => 'void', + ), + 'gc_enabled' => + array ( + 0 => 'bool', + ), + 'gc_mem_caches' => + array ( + 0 => 'int', + ), + 'gc_status' => + array ( + 0 => 'array{application_time: float, buffer_size: int, collected: int, collector_time: float, destructor_time: float, free_time: float, full: bool, protected: bool, roots: int, running: bool, runs: int, threshold: int}', + ), + 'gd_info' => + array ( + 0 => 'array', + ), + 'generator::__debuginfo' => + array ( + 0 => 'array', + ), + 'generator::current' => + array ( + 0 => 'mixed', + ), + 'generator::getreturn' => + array ( + 0 => 'mixed', + ), + 'generator::key' => + array ( + 0 => 'mixed', + ), + 'generator::next' => + array ( + 0 => 'void', + ), + 'generator::rewind' => + array ( + 0 => 'void', + ), + 'generator::send' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'generator::throw' => + array ( + 0 => 'mixed', + 'exception' => 'Throwable', + ), + 'generator::valid' => + array ( + 0 => 'bool', + ), + 'get_browser' => + array ( + 0 => 'array|false|object', + 'user_agent=' => 'null|string', + 'return_array=' => 'bool', + ), + 'get_called_class' => + array ( + 0 => 'class-string', + ), + 'get_cfg_var' => + array ( + 0 => 'false|string', + 'option' => 'string', + ), + 'get_class' => + array ( + 0 => 'class-string', + 'object' => 'object', + ), + 'get_class_methods' => + array ( + 0 => 'list', + 'object_or_class' => 'class-string|object', + ), + 'get_class_vars' => + array ( + 0 => 'array', + 'class' => 'string', + ), + 'get_current_user' => + array ( + 0 => 'string', + ), + 'get_debug_type' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'get_declared_classes' => + array ( + 0 => 'list', + ), + 'get_declared_interfaces' => + array ( + 0 => 'list', + ), + 'get_declared_traits' => + array ( + 0 => 'list', + ), + 'get_defined_constants' => + array ( + 0 => 'array|null|resource|scalar>', + 'categorize=' => 'bool', + ), + 'get_defined_functions' => + array ( + 0 => 'array{internal: list, user: list}', + 'exclude_disabled=' => 'bool', + ), + 'get_defined_vars' => + array ( + 0 => 'array', + ), + 'get_extension_funcs' => + array ( + 0 => 'false|list', + 'extension' => 'string', + ), + 'get_headers' => + array ( + 0 => 'array|false', + 'url' => 'string', + 'associative=' => 'bool', + 'context=' => 'null|resource', + ), + 'get_html_translation_table' => + array ( + 0 => 'array', + 'table=' => 'int', + 'flags=' => 'int', + 'encoding=' => 'string', + ), + 'get_include_path' => + array ( + 0 => 'string', + ), + 'get_included_files' => + array ( + 0 => 'list', + ), + 'get_loaded_extensions' => + array ( + 0 => 'list', + 'zend_extensions=' => 'bool', + ), + 'get_mangled_object_vars' => + array ( + 0 => 'array', + 'object' => 'object', + ), + 'get_meta_tags' => + array ( + 0 => 'array', + 'filename' => 'string', + 'use_include_path=' => 'bool', + ), + 'get_object_vars' => + array ( + 0 => 'array', + 'object' => 'object', + ), + 'get_parent_class' => + array ( + 0 => 'class-string|false', + 'object_or_class' => 'class-string|object', + ), + 'get_required_files' => + array ( + 0 => 'list', + ), + 'get_resource_id' => + array ( + 0 => 'int', + 'resource' => 'resource', + ), + 'get_resource_type' => + array ( + 0 => 'string', + 'resource' => 'resource', + ), + 'get_resources' => + array ( + 0 => 'array', + 'type=' => 'null|string', + ), + 'getcwd' => + array ( + 0 => 'false|non-falsy-string', + ), + 'getdate' => + array ( + 0 => 'array{0: int, hours: int<0, 23>, mday: int<1, 31>, minutes: int<0, 59>, mon: int<1, 12>, month: \'April\'|\'August\'|\'December\'|\'February\'|\'January\'|\'July\'|\'June\'|\'March\'|\'May\'|\'November\'|\'October\'|\'September\', seconds: int<0, 59>, wday: int<0, 6>, weekday: \'Friday\'|\'Monday\'|\'Saturday\'|\'Sunday\'|\'Thursday\'|\'Tuesday\'|\'Wednesday\', yday: int<0, 365>, year: int}', + 'timestamp=' => 'int|null', + ), + 'getenv' => + array ( + 0 => 'false|string', + 'name' => 'null|string', + 'local_only=' => 'bool', + ), + 'gethostbyaddr' => + array ( + 0 => 'false|string', + 'ip' => 'string', + ), + 'gethostbyname' => + array ( + 0 => 'string', + 'hostname' => 'string', + ), + 'gethostbynamel' => + array ( + 0 => 'false|list', + 'hostname' => 'string', + ), + 'gethostname' => + array ( + 0 => 'false|string', + ), + 'getimagesize' => + array ( + 0 => 'array{0: int, 1: int, 2: int, 3: string, bits?: int, channels?: 3|4, mime: string}|false', + 'filename' => 'string', + '&w_image_info=' => 'array', + ), + 'getimagesizefromstring' => + array ( + 0 => 'array{0: int, 1: int, 2: int, 3: string, bits?: int, channels?: 3|4, mime: string}|false', + 'string' => 'string', + '&w_image_info=' => 'array', + ), + 'getlastmod' => + array ( + 0 => 'false|int', + ), + 'getmxrr' => + array ( + 0 => 'bool', + 'hostname' => 'string', + '&w_hosts' => 'array', + '&w_weights=' => 'array', + ), + 'getmygid' => + array ( + 0 => 'false|int', + ), + 'getmyinode' => + array ( + 0 => 'false|int', + ), + 'getmypid' => + array ( + 0 => 'false|int', + ), + 'getmyuid' => + array ( + 0 => 'false|int', + ), + 'getopt' => + array ( + 0 => 'array|string>|false', + 'short_options' => 'string', + 'long_options=' => 'array', + '&w_rest_index=' => 'int', + ), + 'getprotobyname' => + array ( + 0 => 'false|int', + 'protocol' => 'string', + ), + 'getprotobynumber' => + array ( + 0 => 'string', + 'protocol' => 'int', + ), + 'getrandmax' => + array ( + 0 => 'int<1, max>', + ), + 'getrusage' => + array ( + 0 => 'array', + 'mode=' => 'int', + ), + 'getservbyname' => + array ( + 0 => 'false|int', + 'service' => 'string', + 'protocol' => 'string', + ), + 'getservbyport' => + array ( + 0 => 'false|string', + 'port' => 'int', + 'protocol' => 'string', + ), + 'gettimeofday' => + array ( + 0 => 'array', + ), + 'gettype' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'glob' => + array ( + 0 => 'false|list{0?: string, ...}', + 'pattern' => 'string', + 'flags=' => 'int<0, max>', + ), + 'globiterator::__construct' => + array ( + 0 => 'void', + 'pattern' => 'string', + 'flags=' => 'int', + ), + 'globiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'globiterator::__tostring' => + array ( + 0 => 'string', + ), + 'globiterator::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'globiterator::count' => + array ( + 0 => 'int', + ), + 'globiterator::current' => + array ( + 0 => 'FilesystemIterator|SplFileInfo|string', + ), + 'globiterator::getatime' => + array ( + 0 => 'int', + ), + 'globiterator::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'globiterator::getctime' => + array ( + 0 => 'int', + ), + 'globiterator::getextension' => + array ( + 0 => 'string', + ), + 'globiterator::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'globiterator::getfilename' => + array ( + 0 => 'string', + ), + 'globiterator::getflags' => + array ( + 0 => 'int', + ), + 'globiterator::getgroup' => + array ( + 0 => 'int', + ), + 'globiterator::getinode' => + array ( + 0 => 'int', + ), + 'globiterator::getlinktarget' => + array ( + 0 => 'false|string', + ), + 'globiterator::getmtime' => + array ( + 0 => 'int', + ), + 'globiterator::getowner' => + array ( + 0 => 'int', + ), + 'globiterator::getpath' => + array ( + 0 => 'string', + ), + 'globiterator::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'globiterator::getpathname' => + array ( + 0 => 'string', + ), + 'globiterator::getperms' => + array ( + 0 => 'int', + ), + 'globiterator::getrealpath' => + array ( + 0 => 'false|non-falsy-string', + ), + 'globiterator::getsize' => + array ( + 0 => 'int', + ), + 'globiterator::gettype' => + array ( + 0 => 'false|string', + ), + 'globiterator::isdir' => + array ( + 0 => 'bool', + ), + 'globiterator::isdot' => + array ( + 0 => 'bool', + ), + 'globiterator::isexecutable' => + array ( + 0 => 'bool', + ), + 'globiterator::isfile' => + array ( + 0 => 'bool', + ), + 'globiterator::islink' => + array ( + 0 => 'bool', + ), + 'globiterator::isreadable' => + array ( + 0 => 'bool', + ), + 'globiterator::iswritable' => + array ( + 0 => 'bool', + ), + 'globiterator::key' => + array ( + 0 => 'string', + ), + 'globiterator::next' => + array ( + 0 => 'void', + ), + 'globiterator::openfile' => + array ( + 0 => 'SplFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'globiterator::rewind' => + array ( + 0 => 'void', + ), + 'globiterator::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'globiterator::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'globiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'globiterator::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'globiterator::valid' => + array ( + 0 => 'bool', + ), + 'gmdate' => + array ( + 0 => 'string', + 'format' => 'string', + 'timestamp=' => 'int|null', + ), + 'gmmktime' => + array ( + 0 => 'false|int', + 'hour' => 'int', + 'minute=' => 'int|null', + 'second=' => 'int|null', + 'month=' => 'int|null', + 'day=' => 'int|null', + 'year=' => 'int|null', + ), + 'gmp::__construct' => + array ( + 0 => 'string', + 'num=' => 'int|string', + 'base=' => 'int', + ), + 'gmp::__serialize' => + array ( + 0 => 'array', + ), + 'gmp::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'gmp_abs' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + ), + 'gmp_add' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_and' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_binomial' => + array ( + 0 => 'GMP', + 'n' => 'GMP|int|string', + 'k' => 'int', + ), + 'gmp_clrbit' => + array ( + 0 => 'void', + 'num' => 'GMP', + 'index' => 'int', + ), + 'gmp_cmp' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_com' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + ), + 'gmp_div' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + 'rounding_mode=' => 'int', + ), + 'gmp_div_q' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + 'rounding_mode=' => 'int', + ), + 'gmp_div_qr' => + array ( + 0 => 'array{0: GMP, 1: GMP}', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + 'rounding_mode=' => 'int', + ), + 'gmp_div_r' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + 'rounding_mode=' => 'int', + ), + 'gmp_divexact' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_export' => + array ( + 0 => 'string', + 'num' => 'GMP|int|string', + 'word_size=' => 'int', + 'flags=' => 'int', + ), + 'gmp_fact' => + array ( + 0 => 'GMP', + 'num' => 'int', + ), + 'gmp_gcd' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_gcdext' => + array ( + 0 => 'array', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_hamdist' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_import' => + array ( + 0 => 'GMP', + 'data' => 'string', + 'word_size=' => 'int', + 'flags=' => 'int', + ), + 'gmp_init' => + array ( + 0 => 'GMP', + 'num' => 'int|string', + 'base=' => 'int', + ), + 'gmp_intval' => + array ( + 0 => 'int', + 'num' => 'GMP|int|string', + ), + 'gmp_invert' => + array ( + 0 => 'GMP|false', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_jacobi' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_kronecker' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_lcm' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_legendre' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_mod' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_mul' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_neg' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + ), + 'gmp_nextprime' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + ), + 'gmp_or' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_perfect_power' => + array ( + 0 => 'bool', + 'num' => 'GMP|int|string', + ), + 'gmp_perfect_square' => + array ( + 0 => 'bool', + 'num' => 'GMP|int|string', + ), + 'gmp_popcount' => + array ( + 0 => 'int', + 'num' => 'GMP|int|string', + ), + 'gmp_pow' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + 'exponent' => 'int', + ), + 'gmp_powm' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + 'exponent' => 'GMP|int|string', + 'modulus' => 'GMP|int|string', + ), + 'gmp_prob_prime' => + array ( + 0 => 'int', + 'num' => 'GMP|int|string', + 'repetitions=' => 'int', + ), + 'gmp_random_bits' => + array ( + 0 => 'GMP', + 'bits' => 'int', + ), + 'gmp_random_range' => + array ( + 0 => 'GMP', + 'min' => 'GMP|int|string', + 'max' => 'GMP|int|string', + ), + 'gmp_random_seed' => + array ( + 0 => 'void', + 'seed' => 'GMP|int|string', + ), + 'gmp_root' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + 'nth' => 'int', + ), + 'gmp_rootrem' => + array ( + 0 => 'array{0: GMP, 1: GMP}', + 'num' => 'GMP|int|string', + 'nth' => 'int', + ), + 'gmp_scan0' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'start' => 'int', + ), + 'gmp_scan1' => + array ( + 0 => 'int', + 'num1' => 'GMP|int|string', + 'start' => 'int', + ), + 'gmp_setbit' => + array ( + 0 => 'void', + 'num' => 'GMP', + 'index' => 'int', + 'value=' => 'bool', + ), + 'gmp_sign' => + array ( + 0 => 'int', + 'num' => 'GMP|int|string', + ), + 'gmp_sqrt' => + array ( + 0 => 'GMP', + 'num' => 'GMP|int|string', + ), + 'gmp_sqrtrem' => + array ( + 0 => 'array{0: GMP, 1: GMP}', + 'num' => 'GMP|int|string', + ), + 'gmp_strval' => + array ( + 0 => 'numeric-string', + 'num' => 'GMP|int|string', + 'base=' => 'int', + ), + 'gmp_sub' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmp_testbit' => + array ( + 0 => 'bool', + 'num' => 'GMP|int|string', + 'index' => 'int', + ), + 'gmp_xor' => + array ( + 0 => 'GMP', + 'num1' => 'GMP|int|string', + 'num2' => 'GMP|int|string', + ), + 'gmstrftime' => + array ( + 0 => 'false|string', + 'format' => 'string', + 'timestamp=' => 'int|null', + ), + 'grapheme_extract' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'size' => 'int', + 'type=' => 'int', + 'offset=' => 'int', + '&w_next=' => 'int', + ), + 'grapheme_str_split' => + array ( + 0 => 'array|false', + 'string' => 'string', + 'length=' => 'int', + ), + 'grapheme_stripos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'grapheme_stristr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'beforeNeedle=' => 'bool', + ), + 'grapheme_strlen' => + array ( + 0 => 'false|int<0, max>|null', + 'string' => 'string', + ), + 'grapheme_strpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'grapheme_strripos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'grapheme_strrpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'grapheme_strstr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'beforeNeedle=' => 'bool', + ), + 'grapheme_substr' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'offset' => 'int', + 'length=' => 'int|null', + ), + 'gzclose' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'gzcompress' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'level=' => 'int', + 'encoding=' => 'int', + ), + 'gzdecode' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'max_length=' => 'int', + ), + 'gzdeflate' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'level=' => 'int', + 'encoding=' => 'int', + ), + 'gzencode' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'level=' => 'int', + 'encoding=' => 'int', + ), + 'gzeof' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'gzfile' => + array ( + 0 => 'false|list', + 'filename' => 'string', + 'use_include_path=' => 'int', + ), + 'gzgetc' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + ), + 'gzgets' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + 'length=' => 'int|null', + ), + 'gzinflate' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'max_length=' => 'int', + ), + 'gzopen' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'mode' => 'string', + 'use_include_path=' => 'int', + ), + 'gzpassthru' => + array ( + 0 => 'int', + 'stream' => 'resource', + ), + 'gzputs' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'gzread' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + 'length' => 'int', + ), + 'gzrewind' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'gzseek' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'offset' => 'int', + 'whence=' => 'int', + ), + 'gztell' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + ), + 'gzuncompress' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'max_length=' => 'int', + ), + 'gzwrite' => + array ( + 0 => 'false|int', + 'stream' => 'resource', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'hash' => + array ( + 0 => 'non-empty-string', + 'algo' => 'string', + 'data' => 'string', + 'binary=' => 'bool', + 'options=' => 'array{seed: scalar}', + ), + 'hash_algos' => + array ( + 0 => 'list', + ), + 'hash_copy' => + array ( + 0 => 'HashContext', + 'context' => 'HashContext', + ), + 'hash_equals' => + array ( + 0 => 'bool', + 'known_string' => 'string', + 'user_string' => 'string', + ), + 'hash_file' => + array ( + 0 => 'false|non-empty-string', + 'algo' => 'string', + 'filename' => 'string', + 'binary=' => 'bool', + 'options=' => 'array{seed: scalar}', + ), + 'hash_final' => + array ( + 0 => 'non-empty-string', + 'context' => 'HashContext', + 'binary=' => 'bool', + ), + 'hash_hkdf' => + array ( + 0 => 'non-empty-string', + 'algo' => 'string', + 'key' => 'string', + 'length=' => 'int', + 'info=' => 'string', + 'salt=' => 'string', + ), + 'hash_hmac' => + array ( + 0 => 'non-empty-string', + 'algo' => 'string', + 'data' => 'string', + 'key' => 'string', + 'binary=' => 'bool', + ), + 'hash_hmac_algos' => + array ( + 0 => 'list', + ), + 'hash_hmac_file' => + array ( + 0 => 'non-empty-string', + 'algo' => 'string', + 'filename' => 'string', + 'key' => 'string', + 'binary=' => 'bool', + ), + 'hash_init' => + array ( + 0 => 'HashContext', + 'algo' => 'string', + 'flags=' => 'int', + 'key=' => 'string', + 'options=' => 'array{seed: scalar}', + ), + 'hash_pbkdf2' => + array ( + 0 => 'non-empty-string', + 'algo' => 'string', + 'password' => 'string', + 'salt' => 'string', + 'iterations' => 'int', + 'length=' => 'int', + 'binary=' => 'bool', + 'options=' => 'array', + ), + 'hash_update' => + array ( + 0 => 'true', + 'context' => 'HashContext', + 'data' => 'string', + ), + 'hash_update_file' => + array ( + 0 => 'bool', + 'context' => 'HashContext', + 'filename' => 'string', + 'stream_context=' => 'null|resource', + ), + 'hash_update_stream' => + array ( + 0 => 'int', + 'context' => 'HashContext', + 'stream' => 'resource', + 'length=' => 'int', + ), + 'hashcontext::__construct' => + array ( + 0 => 'string', + ), + 'hashcontext::__debuginfo' => + array ( + 0 => 'array', + ), + 'hashcontext::__serialize' => + array ( + 0 => 'array', + ), + 'hashcontext::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'header' => + array ( + 0 => 'void', + 'header' => 'string', + 'replace=' => 'bool', + 'response_code=' => 'int', + ), + 'header_register_callback' => + array ( + 0 => 'bool', + 'callback' => 'callable():void', + ), + 'header_remove' => + array ( + 0 => 'void', + 'name=' => 'null|string', + ), + 'headers_list' => + array ( + 0 => 'list', + ), + 'headers_sent' => + array ( + 0 => 'bool', + '&w_filename=' => 'string', + '&w_line=' => 'int', + ), + 'hebrev' => + array ( + 0 => 'string', + 'string' => 'string', + 'max_chars_per_line=' => 'int', + ), + 'hex2bin' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'hexdec' => + array ( + 0 => 'float|int', + 'hex_string' => 'string', + ), + 'highlight_file' => + array ( + 0 => 'bool|string', + 'filename' => 'string', + 'return=' => 'bool', + ), + 'highlight_string' => + array ( + 0 => 'string|true', + 'string' => 'string', + 'return=' => 'bool', + ), + 'hrtime' => + array ( + 0 => 'array{0: int, 1: int}|false', + 'as_number=' => 'false', + ), + 'html_entity_decode' => + array ( + 0 => 'string', + 'string' => 'string', + 'flags=' => 'int', + 'encoding=' => 'null|string', + ), + 'htmlentities' => + array ( + 0 => 'string', + 'string' => 'string', + 'flags=' => 'int', + 'encoding=' => 'null|string', + 'double_encode=' => 'bool', + ), + 'htmlspecialchars' => + array ( + 0 => 'string', + 'string' => 'string', + 'flags=' => 'int', + 'encoding=' => 'null|string', + 'double_encode=' => 'bool', + ), + 'htmlspecialchars_decode' => + array ( + 0 => 'string', + 'string' => 'string', + 'flags=' => 'int', + ), + 'http_build_query' => + array ( + 0 => 'string', + 'data' => 'array|object', + 'numeric_prefix=' => 'string', + 'arg_separator=' => 'null|string', + 'encoding_type=' => 'int', + ), + 'http_clear_last_response_headers' => + array ( + 0 => 'void', + ), + 'http_get_last_response_headers' => + array ( + 0 => 'array|null', + ), + 'http_response_code' => + array ( + 0 => 'bool|int', + 'response_code=' => 'int', + ), + 'hypot' => + array ( + 0 => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'iconv' => + array ( + 0 => 'false|string', + 'from_encoding' => 'string', + 'to_encoding' => 'string', + 'string' => 'string', + ), + 'iconv_get_encoding' => + array ( + 0 => 'array|false|string', + 'type=' => 'string', + ), + 'iconv_mime_decode' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'mode=' => 'int', + 'encoding=' => 'null|string', + ), + 'iconv_mime_decode_headers' => + array ( + 0 => 'array|false', + 'headers' => 'string', + 'mode=' => 'int', + 'encoding=' => 'null|string', + ), + 'iconv_mime_encode' => + array ( + 0 => 'false|string', + 'field_name' => 'string', + 'field_value' => 'string', + 'options=' => 'array', + ), + 'iconv_set_encoding' => + array ( + 0 => 'bool', + 'type' => 'string', + 'encoding' => 'string', + ), + 'iconv_strlen' => + array ( + 0 => 'false|int<0, max>', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'iconv_strpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + 'encoding=' => 'null|string', + ), + 'iconv_strrpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'encoding=' => 'null|string', + ), + 'iconv_substr' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'offset' => 'int', + 'length=' => 'int|null', + 'encoding=' => 'null|string', + ), + 'idate' => + array ( + 0 => 'int', + 'format' => 'string', + 'timestamp=' => 'int|null', + ), + 'idn_to_ascii' => + array ( + 0 => 'false|string', + 'domain' => 'string', + 'flags=' => 'int', + 'variant=' => 'int', + '&w_idna_info=' => 'array', + ), + 'idn_to_utf8' => + array ( + 0 => 'false|string', + 'domain' => 'string', + 'flags=' => 'int', + 'variant=' => 'int', + '&w_idna_info=' => 'array', + ), + 'igbinary_serialize' => + array ( + 0 => 'false|string', + 'value' => 'mixed', + ), + 'igbinary_unserialize' => + array ( + 0 => 'mixed', + 'str' => 'string', + ), + 'ignore_user_abort' => + array ( + 0 => 'int', + 'enable=' => 'bool|null', + ), + 'image_type_to_extension' => + array ( + 0 => 'string', + 'image_type' => 'int', + 'include_dot=' => 'bool', + ), + 'image_type_to_mime_type' => + array ( + 0 => 'string', + 'image_type' => 'int', + ), + 'imageaffine' => + array ( + 0 => 'GdImage|false', + 'image' => 'GdImage', + 'affine' => 'array', + 'clip=' => 'array|null', + ), + 'imageaffinematrixconcat' => + array ( + 0 => 'array{0: float, 1: float, 2: float, 3: float, 4: float, 5: float}|false', + 'matrix1' => 'array', + 'matrix2' => 'array', + ), + 'imageaffinematrixget' => + array ( + 0 => 'array{0: float, 1: float, 2: float, 3: float, 4: float, 5: float}|false', + 'type' => 'int', + 'options' => 'array|float', + ), + 'imagealphablending' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'enable' => 'bool', + ), + 'imageantialias' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'enable' => 'bool', + ), + 'imagearc' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'center_x' => 'int', + 'center_y' => 'int', + 'width' => 'int', + 'height' => 'int', + 'start_angle' => 'int', + 'end_angle' => 'int', + 'color' => 'int', + ), + 'imageavif' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + 'quality=' => 'int', + 'speed=' => 'int', + ), + 'imagebmp' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + 'compressed=' => 'bool', + ), + 'imagechar' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'font' => 'int', + 'x' => 'int', + 'y' => 'int', + 'char' => 'string', + 'color' => 'int', + ), + 'imagecharup' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'font' => 'int', + 'x' => 'int', + 'y' => 'int', + 'char' => 'string', + 'color' => 'int', + ), + 'imagecolorallocate' => + array ( + 0 => 'false|int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'imagecolorallocatealpha' => + array ( + 0 => 'false|int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha' => 'int', + ), + 'imagecolorat' => + array ( + 0 => 'false|int', + 'image' => 'GdImage', + 'x' => 'int', + 'y' => 'int', + ), + 'imagecolorclosest' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'imagecolorclosestalpha' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha' => 'int', + ), + 'imagecolorclosesthwb' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'imagecolordeallocate' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'color' => 'int', + ), + 'imagecolorexact' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'imagecolorexactalpha' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha' => 'int', + ), + 'imagecolormatch' => + array ( + 0 => 'bool', + 'image1' => 'GdImage', + 'image2' => 'GdImage', + ), + 'imagecolorresolve' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'imagecolorresolvealpha' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha' => 'int', + ), + 'imagecolorset' => + array ( + 0 => 'false|null', + 'image' => 'GdImage', + 'color' => 'int', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha=' => 'int', + ), + 'imagecolorsforindex' => + array ( + 0 => 'array', + 'image' => 'GdImage', + 'color' => 'int', + ), + 'imagecolorstotal' => + array ( + 0 => 'int', + 'image' => 'GdImage', + ), + 'imagecolortransparent' => + array ( + 0 => 'int', + 'image' => 'GdImage', + 'color=' => 'int|null', + ), + 'imageconvolution' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'matrix' => 'array', + 'divisor' => 'float', + 'offset' => 'float', + ), + 'imagecopy' => + array ( + 0 => 'bool', + 'dst_image' => 'GdImage', + 'src_image' => 'GdImage', + 'dst_x' => 'int', + 'dst_y' => 'int', + 'src_x' => 'int', + 'src_y' => 'int', + 'src_width' => 'int', + 'src_height' => 'int', + ), + 'imagecopymerge' => + array ( + 0 => 'bool', + 'dst_image' => 'GdImage', + 'src_image' => 'GdImage', + 'dst_x' => 'int', + 'dst_y' => 'int', + 'src_x' => 'int', + 'src_y' => 'int', + 'src_width' => 'int', + 'src_height' => 'int', + 'pct' => 'int', + ), + 'imagecopymergegray' => + array ( + 0 => 'bool', + 'dst_image' => 'GdImage', + 'src_image' => 'GdImage', + 'dst_x' => 'int', + 'dst_y' => 'int', + 'src_x' => 'int', + 'src_y' => 'int', + 'src_width' => 'int', + 'src_height' => 'int', + 'pct' => 'int', + ), + 'imagecopyresampled' => + array ( + 0 => 'bool', + 'dst_image' => 'GdImage', + 'src_image' => 'GdImage', + 'dst_x' => 'int', + 'dst_y' => 'int', + 'src_x' => 'int', + 'src_y' => 'int', + 'dst_width' => 'int', + 'dst_height' => 'int', + 'src_width' => 'int', + 'src_height' => 'int', + ), + 'imagecopyresized' => + array ( + 0 => 'bool', + 'dst_image' => 'GdImage', + 'src_image' => 'GdImage', + 'dst_x' => 'int', + 'dst_y' => 'int', + 'src_x' => 'int', + 'src_y' => 'int', + 'dst_width' => 'int', + 'dst_height' => 'int', + 'src_width' => 'int', + 'src_height' => 'int', + ), + 'imagecreate' => + array ( + 0 => 'GdImage|false', + 'width' => 'int', + 'height' => 'int', + ), + 'imagecreatefromavif' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefrombmp' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromgd' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromgd2' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromgd2part' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + 'x' => 'int', + 'y' => 'int', + 'width' => 'int', + 'height' => 'int', + ), + 'imagecreatefromgif' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromjpeg' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefrompng' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromstring' => + array ( + 0 => 'GdImage|false', + 'data' => 'string', + ), + 'imagecreatefromtga' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromwbmp' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromwebp' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromxbm' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatefromxpm' => + array ( + 0 => 'GdImage|false', + 'filename' => 'string', + ), + 'imagecreatetruecolor' => + array ( + 0 => 'GdImage|false', + 'width' => 'int', + 'height' => 'int', + ), + 'imagecrop' => + array ( + 0 => 'GdImage|false', + 'image' => 'GdImage', + 'rectangle' => 'array', + ), + 'imagecropauto' => + array ( + 0 => 'GdImage|false', + 'image' => 'GdImage', + 'mode=' => 'int', + 'threshold=' => 'float', + 'color=' => 'int', + ), + 'imagedashedline' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x1' => 'int', + 'y1' => 'int', + 'x2' => 'int', + 'y2' => 'int', + 'color' => 'int', + ), + 'imagedestroy' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + ), + 'imageellipse' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'center_x' => 'int', + 'center_y' => 'int', + 'width' => 'int', + 'height' => 'int', + 'color' => 'int', + ), + 'imagefill' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x' => 'int', + 'y' => 'int', + 'color' => 'int', + ), + 'imagefilledarc' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'center_x' => 'int', + 'center_y' => 'int', + 'width' => 'int', + 'height' => 'int', + 'start_angle' => 'int', + 'end_angle' => 'int', + 'color' => 'int', + 'style' => 'int', + ), + 'imagefilledellipse' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'center_x' => 'int', + 'center_y' => 'int', + 'width' => 'int', + 'height' => 'int', + 'color' => 'int', + ), + 'imagefilledpolygon' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'points' => 'array', + 'num_points_or_color' => 'int', + 'color' => 'int|null', + ), + 'imagefilledrectangle' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x1' => 'int', + 'y1' => 'int', + 'x2' => 'int', + 'y2' => 'int', + 'color' => 'int', + ), + 'imagefilltoborder' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x' => 'int', + 'y' => 'int', + 'border_color' => 'int', + 'color' => 'int', + ), + 'imagefilter' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'filter' => 'int', + '...args=' => 'array|bool|float|int', + ), + 'imageflip' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'mode' => 'int', + ), + 'imagefontheight' => + array ( + 0 => 'int', + 'font' => 'int', + ), + 'imagefontwidth' => + array ( + 0 => 'int', + 'font' => 'int', + ), + 'imageftbbox' => + array ( + 0 => 'array|false', + 'size' => 'float', + 'angle' => 'float', + 'font_filename' => 'string', + 'string' => 'string', + 'options=' => 'array', + ), + 'imagefttext' => + array ( + 0 => 'array|false', + 'image' => 'GdImage', + 'size' => 'float', + 'angle' => 'float', + 'x' => 'int', + 'y' => 'int', + 'color' => 'int', + 'font_filename' => 'string', + 'text' => 'string', + 'options=' => 'array', + ), + 'imagegammacorrect' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'input_gamma' => 'float', + 'output_gamma' => 'float', + ), + 'imagegd' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|string', + ), + 'imagegd2' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|string', + 'chunk_size=' => 'int', + 'mode=' => 'int', + ), + 'imagegetclip' => + array ( + 0 => 'array', + 'image' => 'GdImage', + ), + 'imagegetinterpolation' => + array ( + 0 => 'int', + 'image' => 'GdImage', + ), + 'imagegif' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + ), + 'imageinterlace' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'enable=' => 'bool|null', + ), + 'imageistruecolor' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + ), + 'imagejpeg' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + 'quality=' => 'int', + ), + 'imagelayereffect' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'effect' => 'int', + ), + 'imageline' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x1' => 'int', + 'y1' => 'int', + 'x2' => 'int', + 'y2' => 'int', + 'color' => 'int', + ), + 'imageloadfont' => + array ( + 0 => 'GdFont|false', + 'filename' => 'string', + ), + 'imageopenpolygon' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'points' => 'array', + 'num_points' => 'int', + 'color' => 'int|null', + ), + 'imagepalettecopy' => + array ( + 0 => 'void', + 'dst' => 'GdImage', + 'src' => 'GdImage', + ), + 'imagepalettetotruecolor' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + ), + 'imagepng' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + 'quality=' => 'int', + 'filters=' => 'int', + ), + 'imagepolygon' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'points' => 'array', + 'num_points_or_color' => 'int', + 'color' => 'int|null', + ), + 'imagerectangle' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x1' => 'int', + 'y1' => 'int', + 'x2' => 'int', + 'y2' => 'int', + 'color' => 'int', + ), + 'imageresolution' => + array ( + 0 => 'array|bool', + 'image' => 'GdImage', + 'resolution_x=' => 'int|null', + 'resolution_y=' => 'int|null', + ), + 'imagerotate' => + array ( + 0 => 'GdImage|false', + 'image' => 'GdImage', + 'angle' => 'float', + 'background_color' => 'int', + 'ignore_transparent=' => 'bool', + ), + 'imagesavealpha' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'enable' => 'bool', + ), + 'imagescale' => + array ( + 0 => 'GdImage|false', + 'image' => 'GdImage', + 'width' => 'int', + 'height=' => 'int', + 'mode=' => 'int', + ), + 'imagesetbrush' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'brush' => 'GdImage', + ), + 'imagesetclip' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x1' => 'int', + 'x2' => 'int', + 'y1' => 'int', + 'y2' => 'int', + ), + 'imagesetinterpolation' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'method=' => 'int', + ), + 'imagesetpixel' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'x' => 'int', + 'y' => 'int', + 'color' => 'int', + ), + 'imagesetstyle' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'style' => 'non-empty-array', + ), + 'imagesetthickness' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'thickness' => 'int', + ), + 'imagesettile' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'tile' => 'GdImage', + ), + 'imagestring' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'font' => 'int', + 'x' => 'int', + 'y' => 'int', + 'string' => 'string', + 'color' => 'int', + ), + 'imagestringup' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'font' => 'int', + 'x' => 'int', + 'y' => 'int', + 'string' => 'string', + 'color' => 'int', + ), + 'imagesx' => + array ( + 0 => 'int', + 'image' => 'GdImage', + ), + 'imagesy' => + array ( + 0 => 'int', + 'image' => 'GdImage', + ), + 'imagetruecolortopalette' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'dither' => 'bool', + 'num_colors' => 'int', + ), + 'imagettfbbox' => + array ( + 0 => 'array|false', + 'size' => 'float', + 'angle' => 'float', + 'font_filename' => 'string', + 'string' => 'string', + 'options=' => 'array', + ), + 'imagettftext' => + array ( + 0 => 'array|false', + 'image' => 'GdImage', + 'size' => 'float', + 'angle' => 'float', + 'x' => 'int', + 'y' => 'int', + 'color' => 'int', + 'font_filename' => 'string', + 'text' => 'string', + 'options=' => 'array', + ), + 'imagetypes' => + array ( + 0 => 'int', + ), + 'imagewbmp' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + 'foreground_color=' => 'int|null', + ), + 'imagewebp' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'file=' => 'null|resource|string', + 'quality=' => 'int', + ), + 'imagexbm' => + array ( + 0 => 'bool', + 'image' => 'GdImage', + 'filename' => 'null|string', + 'foreground_color=' => 'int|null', + ), + 'imagick::__construct' => + array ( + 0 => 'void', + 'files=' => 'array|string', + ), + 'imagick::__tostring' => + array ( + 0 => 'string', + ), + 'imagick::adaptiveblurimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'channel=' => 'int', + ), + 'imagick::adaptiveresizeimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + 'bestfit=' => 'bool', + ), + 'imagick::adaptivesharpenimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'channel=' => 'int', + ), + 'imagick::adaptivethresholdimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'offset' => 'int', + ), + 'imagick::addimage' => + array ( + 0 => 'bool', + 'source' => 'Imagick', + ), + 'imagick::addnoiseimage' => + array ( + 0 => 'bool', + 'noise_type' => 'int', + 'channel=' => 'int', + ), + 'imagick::addnoiseimagewithattenuate' => + array ( + 0 => 'bool', + 'noise' => 'int', + 'attenuate' => 'float', + 'channel=' => 'int', + ), + 'imagick::affinetransformimage' => + array ( + 0 => 'bool', + 'matrix' => 'ImagickDraw', + ), + 'imagick::animateimages' => + array ( + 0 => 'bool', + 'x_server' => 'string', + ), + 'imagick::annotateimage' => + array ( + 0 => 'bool', + 'draw_settings' => 'ImagickDraw', + 'x' => 'float', + 'y' => 'float', + 'angle' => 'float', + 'text' => 'string', + ), + 'imagick::appendimages' => + array ( + 0 => 'Imagick', + 'stack' => 'bool', + ), + 'imagick::autogammaimage' => + array ( + 0 => 'void', + 'channel=' => 'int', + ), + 'imagick::autolevelimage' => + array ( + 0 => 'bool', + 'CHANNEL=' => 'string', + ), + 'imagick::autoorient' => + array ( + 0 => 'void', + ), + 'imagick::autoorientate' => + array ( + 0 => 'void', + ), + 'imagick::autothresholdimage' => + array ( + 0 => 'bool', + 'auto_threshold_method' => 'int', + ), + 'imagick::averageimages' => + array ( + 0 => 'Imagick', + ), + 'imagick::bilateralblurimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'intensity_sigma' => 'float', + 'spatial_sigma' => 'float', + ), + 'imagick::blackthresholdimage' => + array ( + 0 => 'bool', + 'threshold' => 'mixed', + ), + 'imagick::blueshiftimage' => + array ( + 0 => 'bool', + 'factor=' => 'float', + ), + 'imagick::blurimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'channel=' => 'int', + ), + 'imagick::borderimage' => + array ( + 0 => 'bool', + 'bordercolor' => 'mixed', + 'width' => 'int', + 'height' => 'int', + ), + 'imagick::borderimagewithcomposite' => + array ( + 0 => 'bool', + 'border_color' => 'ImagickPixel|string', + 'width' => 'int', + 'height' => 'int', + 'composite' => 'int', + ), + 'imagick::brightnesscontrastimage' => + array ( + 0 => 'bool', + 'brightness' => 'string', + 'contrast' => 'string', + 'CHANNEL=' => 'string', + ), + 'imagick::calculatecrop' => + array ( + 0 => 'array', + 'original_width' => 'int', + 'original_height' => 'int', + 'desired_width' => 'int', + 'desired_height' => 'int', + 'legacy=' => 'bool', + ), + 'imagick::cannyedgeimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'lower_percent' => 'float', + 'upper_percent' => 'float', + ), + 'imagick::channelfximage' => + array ( + 0 => 'Imagick', + 'expression' => 'string', + ), + 'imagick::charcoalimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + ), + 'imagick::chopimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::claheimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'number_bins' => 'int', + 'clip_limit' => 'float', + ), + 'imagick::clampimage' => + array ( + 0 => 'bool', + 'CHANNEL=' => 'string', + ), + 'imagick::clear' => + array ( + 0 => 'bool', + ), + 'imagick::clipimage' => + array ( + 0 => 'bool', + ), + 'imagick::clipimagepath' => + array ( + 0 => 'void', + 'pathname' => 'string', + 'inside' => 'string', + ), + 'imagick::clippathimage' => + array ( + 0 => 'bool', + 'pathname' => 'string', + 'inside' => 'bool', + ), + 'imagick::clone' => + array ( + 0 => 'Imagick', + ), + 'imagick::clutimage' => + array ( + 0 => 'bool', + 'lookup_table' => 'Imagick', + 'channel=' => 'float', + ), + 'imagick::clutimagewithinterpolate' => + array ( + 0 => 'bool', + 'lookup_table' => 'Imagick', + 'pixel_interpolate_method' => 'int', + ), + 'imagick::coalesceimages' => + array ( + 0 => 'Imagick', + ), + 'imagick::colordecisionlistimage' => + array ( + 0 => 'bool', + 'color_correction_collection' => 'string', + ), + 'imagick::colorizeimage' => + array ( + 0 => 'bool', + 'colorize' => 'mixed', + 'opacity' => 'mixed', + ), + 'imagick::colormatriximage' => + array ( + 0 => 'bool', + 'color_matrix' => 'string', + ), + 'imagick::colorthresholdimage' => + array ( + 0 => 'bool', + 'start_color' => 'ImagickPixel|string', + 'stop_color' => 'ImagickPixel|string', + ), + 'imagick::combineimages' => + array ( + 0 => 'Imagick', + 'channeltype' => 'int', + ), + 'imagick::commentimage' => + array ( + 0 => 'bool', + 'comment' => 'string', + ), + 'imagick::compareimagechannels' => + array ( + 0 => 'list{Imagick, float}', + 'image' => 'Imagick', + 'channeltype' => 'int', + 'metrictype' => 'int', + ), + 'imagick::compareimagelayers' => + array ( + 0 => 'Imagick', + 'method' => 'int', + ), + 'imagick::compareimages' => + array ( + 0 => 'list{Imagick, float}', + 'compare' => 'Imagick', + 'metric' => 'int', + ), + 'imagick::compleximages' => + array ( + 0 => 'Imagick', + 'complex_operator' => 'int', + ), + 'imagick::compositeimage' => + array ( + 0 => 'bool', + 'composite_object' => 'Imagick', + 'composite' => 'int', + 'x' => 'int', + 'y' => 'int', + 'channel=' => 'int', + ), + 'imagick::compositeimagegravity' => + array ( + 0 => 'bool', + 'Imagick' => 'Imagick', + 'COMPOSITE_CONSTANT' => 'int', + 'GRAVITY_CONSTANT' => 'int', + ), + 'imagick::contrastimage' => + array ( + 0 => 'bool', + 'sharpen' => 'bool', + ), + 'imagick::contraststretchimage' => + array ( + 0 => 'bool', + 'black_point' => 'float', + 'white_point' => 'float', + 'channel=' => 'int', + ), + 'imagick::convolveimage' => + array ( + 0 => 'bool', + 'kernel' => 'array', + 'channel=' => 'int', + ), + 'imagick::count' => + array ( + 0 => 'int', + 'mode=' => 'string', + ), + 'imagick::cropimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::cropthumbnailimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'legacy=' => 'bool', + ), + 'imagick::current' => + array ( + 0 => 'Imagick', + ), + 'imagick::cyclecolormapimage' => + array ( + 0 => 'bool', + 'displace' => 'int', + ), + 'imagick::decipherimage' => + array ( + 0 => 'bool', + 'passphrase' => 'string', + ), + 'imagick::deconstructimages' => + array ( + 0 => 'Imagick', + ), + 'imagick::deleteimageartifact' => + array ( + 0 => 'bool', + 'artifact' => 'string', + ), + 'imagick::deleteimageproperty' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'imagick::deleteoption' => + array ( + 0 => 'bool', + 'option' => 'string', + ), + 'imagick::deskewimage' => + array ( + 0 => 'bool', + 'threshold' => 'float', + ), + 'imagick::despeckleimage' => + array ( + 0 => 'bool', + ), + 'imagick::destroy' => + array ( + 0 => 'bool', + ), + 'imagick::displayimage' => + array ( + 0 => 'bool', + 'servername' => 'string', + ), + 'imagick::displayimages' => + array ( + 0 => 'bool', + 'servername' => 'string', + ), + 'imagick::distortimage' => + array ( + 0 => 'bool', + 'method' => 'int', + 'arguments' => 'array', + 'bestfit' => 'bool', + ), + 'imagick::drawimage' => + array ( + 0 => 'bool', + 'draw' => 'ImagickDraw', + ), + 'imagick::edgeimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + ), + 'imagick::embossimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + ), + 'imagick::encipherimage' => + array ( + 0 => 'bool', + 'passphrase' => 'string', + ), + 'imagick::enhanceimage' => + array ( + 0 => 'bool', + ), + 'imagick::equalizeimage' => + array ( + 0 => 'bool', + ), + 'imagick::evaluateimage' => + array ( + 0 => 'bool', + 'op' => 'int', + 'constant' => 'float', + 'channel=' => 'int', + ), + 'imagick::evaluateimages' => + array ( + 0 => 'bool', + 'EVALUATE_CONSTANT' => 'int', + ), + 'imagick::exportimagepixels' => + array ( + 0 => 'list', + 'x' => 'int', + 'y' => 'int', + 'width' => 'int', + 'height' => 'int', + 'map' => 'string', + 'storage' => 'int', + ), + 'imagick::extentimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::flattenimages' => + array ( + 0 => 'Imagick', + ), + 'imagick::flipimage' => + array ( + 0 => 'bool', + ), + 'imagick::floodfillpaintimage' => + array ( + 0 => 'bool', + 'fill' => 'mixed', + 'fuzz' => 'float', + 'target' => 'mixed', + 'x' => 'int', + 'y' => 'int', + 'invert' => 'bool', + 'channel=' => 'int', + ), + 'imagick::flopimage' => + array ( + 0 => 'bool', + ), + 'imagick::forwardfouriertransformimage' => + array ( + 0 => 'bool', + 'magnitude' => 'bool', + ), + 'imagick::frameimage' => + array ( + 0 => 'bool', + 'matte_color' => 'mixed', + 'width' => 'int', + 'height' => 'int', + 'inner_bevel' => 'int', + 'outer_bevel' => 'int', + ), + 'imagick::frameimagewithcomposite' => + array ( + 0 => 'bool', + 'matte_color' => 'ImagickPixel|string', + 'width' => 'int', + 'height' => 'int', + 'inner_bevel' => 'int', + 'outer_bevel' => 'int', + 'composite' => 'int', + ), + 'imagick::functionimage' => + array ( + 0 => 'bool', + 'function' => 'int', + 'arguments' => 'array', + 'channel=' => 'int', + ), + 'imagick::fximage' => + array ( + 0 => 'Imagick', + 'expression' => 'string', + 'channel=' => 'int', + ), + 'imagick::gammaimage' => + array ( + 0 => 'bool', + 'gamma' => 'float', + 'channel=' => 'int', + ), + 'imagick::gaussianblurimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'channel=' => 'int', + ), + 'imagick::getantialias' => + array ( + 0 => 'bool', + ), + 'imagick::getbackgroundcolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagick::getcolorspace' => + array ( + 0 => 'int', + ), + 'imagick::getcompression' => + array ( + 0 => 'int', + ), + 'imagick::getcompressionquality' => + array ( + 0 => 'int', + ), + 'imagick::getconfigureoptions' => + array ( + 0 => 'array', + ), + 'imagick::getcopyright' => + array ( + 0 => 'string', + ), + 'imagick::getfeatures' => + array ( + 0 => 'string', + ), + 'imagick::getfilename' => + array ( + 0 => 'string', + ), + 'imagick::getfont' => + array ( + 0 => 'string', + ), + 'imagick::getformat' => + array ( + 0 => 'string', + ), + 'imagick::getgravity' => + array ( + 0 => 'int', + ), + 'imagick::gethdrienabled' => + array ( + 0 => 'bool', + ), + 'imagick::gethomeurl' => + array ( + 0 => 'string', + ), + 'imagick::getimage' => + array ( + 0 => 'Imagick', + ), + 'imagick::getimagealphachannel' => + array ( + 0 => 'bool', + ), + 'imagick::getimageartifact' => + array ( + 0 => 'string', + 'artifact' => 'string', + ), + 'imagick::getimageartifacts' => + array ( + 0 => 'array', + 'pattern=' => 'string', + ), + 'imagick::getimagebackgroundcolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagick::getimageblob' => + array ( + 0 => 'string', + ), + 'imagick::getimageblueprimary' => + array ( + 0 => 'array{x: float, y: float}', + ), + 'imagick::getimagebordercolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagick::getimagechanneldepth' => + array ( + 0 => 'int', + 'channel' => 'int', + ), + 'imagick::getimagechanneldistortion' => + array ( + 0 => 'float', + 'reference' => 'Imagick', + 'channel' => 'int', + 'metric' => 'int', + ), + 'imagick::getimagechanneldistortions' => + array ( + 0 => 'float', + 'reference' => 'Imagick', + 'metric' => 'int', + 'channel=' => 'int', + ), + 'imagick::getimagechannelkurtosis' => + array ( + 0 => 'array{kurtosis: float, skewness: float}', + 'channel=' => 'int', + ), + 'imagick::getimagechannelmean' => + array ( + 0 => 'array{mean: float, standardDeviation: float}', + 'channel' => 'int', + ), + 'imagick::getimagechannelrange' => + array ( + 0 => 'array{maxima: float, minima: float}', + 'channel' => 'int', + ), + 'imagick::getimagechannelstatistics' => + array ( + 0 => 'array', + ), + 'imagick::getimagecolormapcolor' => + array ( + 0 => 'ImagickPixel', + 'index' => 'int', + ), + 'imagick::getimagecolors' => + array ( + 0 => 'int', + ), + 'imagick::getimagecolorspace' => + array ( + 0 => 'int', + ), + 'imagick::getimagecompose' => + array ( + 0 => 'int', + ), + 'imagick::getimagecompression' => + array ( + 0 => 'int', + ), + 'imagick::getimagecompressionquality' => + array ( + 0 => 'int', + ), + 'imagick::getimagedelay' => + array ( + 0 => 'int', + ), + 'imagick::getimagedepth' => + array ( + 0 => 'int', + ), + 'imagick::getimagedispose' => + array ( + 0 => 'int', + ), + 'imagick::getimagedistortion' => + array ( + 0 => 'float', + 'reference' => 'magickwand', + 'metric' => 'int', + ), + 'imagick::getimagefilename' => + array ( + 0 => 'string', + ), + 'imagick::getimageformat' => + array ( + 0 => 'string', + ), + 'imagick::getimagegamma' => + array ( + 0 => 'float', + ), + 'imagick::getimagegeometry' => + array ( + 0 => 'array{height: int, width: int}', + ), + 'imagick::getimagegravity' => + array ( + 0 => 'int', + ), + 'imagick::getimagegreenprimary' => + array ( + 0 => 'array{x: float, y: float}', + ), + 'imagick::getimageheight' => + array ( + 0 => 'int', + ), + 'imagick::getimagehistogram' => + array ( + 0 => 'list', + ), + 'imagick::getimageindex' => + array ( + 0 => 'int', + ), + 'imagick::getimageinterlacescheme' => + array ( + 0 => 'int', + ), + 'imagick::getimageinterpolatemethod' => + array ( + 0 => 'int', + ), + 'imagick::getimageiterations' => + array ( + 0 => 'int', + ), + 'imagick::getimagekurtosis' => + array ( + 0 => 'array', + ), + 'imagick::getimagelength' => + array ( + 0 => 'int', + ), + 'imagick::getimagemask' => + array ( + 0 => 'Imagick|null', + 'pixelmask' => 'int', + ), + 'imagick::getimagemean' => + array ( + 0 => 'array', + ), + 'imagick::getimagemimetype' => + array ( + 0 => 'string', + ), + 'imagick::getimageorientation' => + array ( + 0 => 'int', + ), + 'imagick::getimagepage' => + array ( + 0 => 'array{height: int, width: int, x: int, y: int}', + ), + 'imagick::getimagepixelcolor' => + array ( + 0 => 'ImagickPixel', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::getimageprofile' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'imagick::getimageprofiles' => + array ( + 0 => 'array', + 'pattern=' => 'string', + 'only_names=' => 'bool', + ), + 'imagick::getimageproperties' => + array ( + 0 => 'array', + 'pattern=' => 'string', + 'only_names=' => 'bool', + ), + 'imagick::getimageproperty' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'imagick::getimagerange' => + array ( + 0 => 'array', + ), + 'imagick::getimageredprimary' => + array ( + 0 => 'array{x: float, y: float}', + ), + 'imagick::getimageregion' => + array ( + 0 => 'Imagick', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::getimagerenderingintent' => + array ( + 0 => 'int', + ), + 'imagick::getimageresolution' => + array ( + 0 => 'array{x: float, y: float}', + ), + 'imagick::getimagesblob' => + array ( + 0 => 'string', + ), + 'imagick::getimagescene' => + array ( + 0 => 'int', + ), + 'imagick::getimagesignature' => + array ( + 0 => 'string', + ), + 'imagick::getimagesize' => + array ( + 0 => 'int', + ), + 'imagick::getimagetickspersecond' => + array ( + 0 => 'int', + ), + 'imagick::getimagetotalinkdensity' => + array ( + 0 => 'float', + ), + 'imagick::getimagetype' => + array ( + 0 => 'int', + ), + 'imagick::getimageunits' => + array ( + 0 => 'int', + ), + 'imagick::getimagevirtualpixelmethod' => + array ( + 0 => 'int', + ), + 'imagick::getimagewhitepoint' => + array ( + 0 => 'array{x: float, y: float}', + ), + 'imagick::getimagewidth' => + array ( + 0 => 'int', + ), + 'imagick::getinterlacescheme' => + array ( + 0 => 'int', + ), + 'imagick::getinterpolatemethod' => + array ( + 0 => 'int', + ), + 'imagick::getiteratorindex' => + array ( + 0 => 'int', + ), + 'imagick::getnumberimages' => + array ( + 0 => 'int', + ), + 'imagick::getoption' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'imagick::getoptions' => + array ( + 0 => 'array', + 'pattern=' => 'string', + ), + 'imagick::getorientation' => + array ( + 0 => 'int', + ), + 'imagick::getpackagename' => + array ( + 0 => 'string', + ), + 'imagick::getpage' => + array ( + 0 => 'array{height: int, width: int, x: int, y: int}', + ), + 'imagick::getpixeliterator' => + array ( + 0 => 'ImagickPixelIterator', + ), + 'imagick::getpixelregioniterator' => + array ( + 0 => 'ImagickPixelIterator', + 'x' => 'int', + 'y' => 'int', + 'columns' => 'int', + 'rows' => 'int', + ), + 'imagick::getpointsize' => + array ( + 0 => 'float', + ), + 'imagick::getquantum' => + array ( + 0 => 'int', + ), + 'imagick::getquantumdepth' => + array ( + 0 => 'array{quantumDepthLong: int, quantumDepthString: string}', + ), + 'imagick::getquantumrange' => + array ( + 0 => 'array{quantumRangeLong: int, quantumRangeString: string}', + ), + 'imagick::getregistry' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'imagick::getreleasedate' => + array ( + 0 => 'string', + ), + 'imagick::getresolution' => + array ( + 0 => 'array', + ), + 'imagick::getresource' => + array ( + 0 => 'int', + 'type' => 'int', + ), + 'imagick::getresourcelimit' => + array ( + 0 => 'int', + 'type' => 'int', + ), + 'imagick::getsamplingfactors' => + array ( + 0 => 'array', + ), + 'imagick::getsize' => + array ( + 0 => 'array{columns: int, rows: int}', + ), + 'imagick::getsizeoffset' => + array ( + 0 => 'int', + ), + 'imagick::gettype' => + array ( + 0 => 'int', + ), + 'imagick::getversion' => + array ( + 0 => 'array{versionNumber: int, versionString: string}', + ), + 'imagick::haldclutimage' => + array ( + 0 => 'bool', + 'clut' => 'Imagick', + 'channel=' => 'int', + ), + 'imagick::hasnextimage' => + array ( + 0 => 'bool', + ), + 'imagick::haspreviousimage' => + array ( + 0 => 'bool', + ), + 'imagick::houghlineimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'threshold' => 'float', + ), + 'imagick::identifyformat' => + array ( + 0 => 'string', + 'embedText' => 'string', + ), + 'imagick::identifyimage' => + array ( + 0 => 'array', + 'appendrawoutput=' => 'bool', + ), + 'imagick::identifyimagetype' => + array ( + 0 => 'int', + ), + 'imagick::implodeimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + ), + 'imagick::implodeimagewithmethod' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'pixel_interpolate_method' => 'int', + ), + 'imagick::importimagepixels' => + array ( + 0 => 'bool', + 'x' => 'int', + 'y' => 'int', + 'width' => 'int', + 'height' => 'int', + 'map' => 'string', + 'storage' => 'int', + 'pixels' => 'list', + ), + 'imagick::interpolativeresizeimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + 'interpolate' => 'int', + ), + 'imagick::inversefouriertransformimage' => + array ( + 0 => 'bool', + 'complement' => 'string', + 'magnitude' => 'string', + ), + 'imagick::key' => + array ( + 0 => 'int', + ), + 'imagick::kmeansimage' => + array ( + 0 => 'bool', + 'number_colors' => 'int', + 'max_iterations' => 'int', + 'tolerance' => 'float', + ), + 'imagick::labelimage' => + array ( + 0 => 'bool', + 'label' => 'string', + ), + 'imagick::levelimage' => + array ( + 0 => 'bool', + 'blackpoint' => 'float', + 'gamma' => 'float', + 'whitepoint' => 'float', + 'channel=' => 'int', + ), + 'imagick::levelimagecolors' => + array ( + 0 => 'bool', + 'black_color' => 'ImagickPixel|string', + 'white_color' => 'ImagickPixel|string', + 'invert' => 'bool', + ), + 'imagick::levelizeimage' => + array ( + 0 => 'bool', + 'black_point' => 'float', + 'gamma' => 'float', + 'white_point' => 'float', + ), + 'imagick::linearstretchimage' => + array ( + 0 => 'bool', + 'blackpoint' => 'float', + 'whitepoint' => 'float', + ), + 'imagick::liquidrescaleimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'delta_x' => 'float', + 'rigidity' => 'float', + ), + 'imagick::listregistry' => + array ( + 0 => 'array', + ), + 'imagick::localcontrastimage' => + array ( + 0 => 'void', + 'radius' => 'float', + 'strength' => 'float', + ), + 'imagick::magnifyimage' => + array ( + 0 => 'bool', + ), + 'imagick::meanshiftimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'color_distance' => 'float', + ), + 'imagick::mergeimagelayers' => + array ( + 0 => 'Imagick', + 'layer_method' => 'int', + ), + 'imagick::minifyimage' => + array ( + 0 => 'bool', + ), + 'imagick::modulateimage' => + array ( + 0 => 'bool', + 'brightness' => 'float', + 'saturation' => 'float', + 'hue' => 'float', + ), + 'imagick::montageimage' => + array ( + 0 => 'Imagick', + 'draw' => 'ImagickDraw', + 'tile_geometry' => 'string', + 'thumbnail_geometry' => 'string', + 'mode' => 'int', + 'frame' => 'string', + ), + 'imagick::morphimages' => + array ( + 0 => 'Imagick', + 'number_frames' => 'int', + ), + 'imagick::morphology' => + array ( + 0 => 'bool', + 'morphologyMethod' => 'int', + 'iterations' => 'int', + 'ImagickKernel' => 'ImagickKernel', + 'CHANNEL=' => 'string', + ), + 'imagick::motionblurimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'angle' => 'float', + 'channel=' => 'int', + ), + 'imagick::negateimage' => + array ( + 0 => 'bool', + 'gray' => 'bool', + 'channel=' => 'int', + ), + 'imagick::newimage' => + array ( + 0 => 'bool', + 'cols' => 'int', + 'rows' => 'int', + 'background' => 'mixed', + 'format=' => 'string', + ), + 'imagick::newpseudoimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + 'pseudostring' => 'string', + ), + 'imagick::next' => + array ( + 0 => 'void', + ), + 'imagick::nextimage' => + array ( + 0 => 'bool', + ), + 'imagick::normalizeimage' => + array ( + 0 => 'bool', + 'channel=' => 'int', + ), + 'imagick::oilpaintimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + ), + 'imagick::oilpaintimagewithsigma' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + ), + 'imagick::opaquepaintimage' => + array ( + 0 => 'bool', + 'target' => 'mixed', + 'fill' => 'mixed', + 'fuzz' => 'float', + 'invert' => 'bool', + 'channel=' => 'int', + ), + 'imagick::optimizeimagelayers' => + array ( + 0 => 'bool', + ), + 'imagick::optimizeimagetransparency' => + array ( + 0 => 'void', + ), + 'imagick::orderedditherimage' => + array ( + 0 => 'bool', + 'dither_format' => 'string', + ), + 'imagick::pingimage' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'imagick::pingimageblob' => + array ( + 0 => 'bool', + 'image' => 'string', + ), + 'imagick::pingimagefile' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'filename=' => 'string', + ), + 'imagick::polaroidimage' => + array ( + 0 => 'bool', + 'properties' => 'ImagickDraw', + 'angle' => 'float', + ), + 'imagick::polaroidwithtextandmethod' => + array ( + 0 => 'bool', + 'settings' => 'ImagickDraw', + 'angle' => 'float', + 'caption' => 'string', + 'method' => 'int', + ), + 'imagick::polynomialimage' => + array ( + 0 => 'bool', + 'terms' => 'array', + ), + 'imagick::posterizeimage' => + array ( + 0 => 'bool', + 'levels' => 'int', + 'dither' => 'bool', + ), + 'imagick::previewimages' => + array ( + 0 => 'bool', + 'preview' => 'int', + ), + 'imagick::previousimage' => + array ( + 0 => 'bool', + ), + 'imagick::profileimage' => + array ( + 0 => 'bool', + 'name' => 'string', + 'profile' => 'string', + ), + 'imagick::quantizeimage' => + array ( + 0 => 'bool', + 'numbercolors' => 'int', + 'colorspace' => 'int', + 'treedepth' => 'int', + 'dither' => 'bool', + 'measureerror' => 'bool', + ), + 'imagick::quantizeimages' => + array ( + 0 => 'bool', + 'numbercolors' => 'int', + 'colorspace' => 'int', + 'treedepth' => 'int', + 'dither' => 'bool', + 'measureerror' => 'bool', + ), + 'imagick::queryfontmetrics' => + array ( + 0 => 'array', + 'properties' => 'ImagickDraw', + 'text' => 'string', + 'multiline=' => 'bool', + ), + 'imagick::queryfonts' => + array ( + 0 => 'array', + 'pattern=' => 'string', + ), + 'imagick::queryformats' => + array ( + 0 => 'list', + 'pattern=' => 'string', + ), + 'imagick::raiseimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + 'raise' => 'bool', + ), + 'imagick::randomthresholdimage' => + array ( + 0 => 'bool', + 'low' => 'float', + 'high' => 'float', + 'channel=' => 'int', + ), + 'imagick::rangethresholdimage' => + array ( + 0 => 'bool', + 'low_black' => 'float', + 'low_white' => 'float', + 'high_white' => 'float', + 'high_black' => 'float', + ), + 'imagick::readimage' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'imagick::readimageblob' => + array ( + 0 => 'bool', + 'image' => 'string', + 'filename=' => 'string', + ), + 'imagick::readimagefile' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'filename=' => 'string', + ), + 'imagick::readimages' => + array ( + 0 => 'bool', + 'filenames' => 'string', + ), + 'imagick::remapimage' => + array ( + 0 => 'bool', + 'replacement' => 'Imagick', + 'dither' => 'int', + ), + 'imagick::removeimage' => + array ( + 0 => 'bool', + ), + 'imagick::removeimageprofile' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'imagick::resampleimage' => + array ( + 0 => 'bool', + 'x_resolution' => 'float', + 'y_resolution' => 'float', + 'filter' => 'int', + 'blur' => 'float', + ), + 'imagick::resetimagepage' => + array ( + 0 => 'bool', + 'page' => 'string', + ), + 'imagick::resetiterator' => + array ( + 0 => 'void', + ), + 'imagick::resizeimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + 'filter' => 'int', + 'blur' => 'float', + 'bestfit=' => 'bool', + ), + 'imagick::rewind' => + array ( + 0 => 'void', + ), + 'imagick::rollimage' => + array ( + 0 => 'bool', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::rotateimage' => + array ( + 0 => 'bool', + 'background' => 'mixed', + 'degrees' => 'float', + ), + 'imagick::rotationalblurimage' => + array ( + 0 => 'bool', + 'angle' => 'string', + 'CHANNEL=' => 'string', + ), + 'imagick::roundcorners' => + array ( + 0 => 'bool', + 'x_rounding' => 'float', + 'y_rounding' => 'float', + 'stroke_width=' => 'float', + 'displace=' => 'float', + 'size_correction=' => 'float', + ), + 'imagick::roundcornersimage' => + array ( + 0 => 'bool', + 'xRounding' => 'mixed', + 'yRounding' => 'mixed', + 'strokeWidth' => 'mixed', + 'displace' => 'mixed', + 'sizeCorrection' => 'mixed', + ), + 'imagick::sampleimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + ), + 'imagick::scaleimage' => + array ( + 0 => 'bool', + 'cols' => 'int', + 'rows' => 'int', + 'bestfit=' => 'bool', + ), + 'imagick::segmentimage' => + array ( + 0 => 'bool', + 'colorspace' => 'int', + 'cluster_threshold' => 'float', + 'smooth_threshold' => 'float', + 'verbose=' => 'bool', + ), + 'imagick::selectiveblurimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'threshold' => 'float', + 'CHANNEL' => 'int', + ), + 'imagick::separateimagechannel' => + array ( + 0 => 'bool', + 'channel' => 'int', + ), + 'imagick::sepiatoneimage' => + array ( + 0 => 'bool', + 'threshold' => 'float', + ), + 'imagick::setantialias' => + array ( + 0 => 'void', + 'antialias' => 'bool', + ), + 'imagick::setbackgroundcolor' => + array ( + 0 => 'bool', + 'background' => 'mixed', + ), + 'imagick::setcolorspace' => + array ( + 0 => 'bool', + 'colorspace' => 'int', + ), + 'imagick::setcompression' => + array ( + 0 => 'bool', + 'compression' => 'int', + ), + 'imagick::setcompressionquality' => + array ( + 0 => 'bool', + 'quality' => 'int', + ), + 'imagick::setdepth' => + array ( + 0 => 'bool', + 'depth' => 'int', + ), + 'imagick::setextract' => + array ( + 0 => 'bool', + 'geometry' => 'string', + ), + 'imagick::setfilename' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'imagick::setfirstiterator' => + array ( + 0 => 'bool', + ), + 'imagick::setfont' => + array ( + 0 => 'bool', + 'font' => 'string', + ), + 'imagick::setformat' => + array ( + 0 => 'bool', + 'format' => 'string', + ), + 'imagick::setgravity' => + array ( + 0 => 'bool', + 'gravity' => 'int', + ), + 'imagick::setimage' => + array ( + 0 => 'bool', + 'replace' => 'Imagick', + ), + 'imagick::setimagealpha' => + array ( + 0 => 'bool', + 'alpha' => 'float', + ), + 'imagick::setimagealphachannel' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'imagick::setimageartifact' => + array ( + 0 => 'bool', + 'artifact' => 'string', + 'value' => 'string', + ), + 'imagick::setimagebackgroundcolor' => + array ( + 0 => 'bool', + 'background' => 'mixed', + ), + 'imagick::setimageblueprimary' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagick::setimagebordercolor' => + array ( + 0 => 'bool', + 'border' => 'mixed', + ), + 'imagick::setimagechanneldepth' => + array ( + 0 => 'bool', + 'channel' => 'int', + 'depth' => 'int', + ), + 'imagick::setimagechannelmask' => + array ( + 0 => 'int', + 'channel' => 'int', + ), + 'imagick::setimagecolormapcolor' => + array ( + 0 => 'bool', + 'index' => 'int', + 'color' => 'ImagickPixel', + ), + 'imagick::setimagecolorspace' => + array ( + 0 => 'bool', + 'colorspace' => 'int', + ), + 'imagick::setimagecompose' => + array ( + 0 => 'bool', + 'compose' => 'int', + ), + 'imagick::setimagecompression' => + array ( + 0 => 'bool', + 'compression' => 'int', + ), + 'imagick::setimagecompressionquality' => + array ( + 0 => 'bool', + 'quality' => 'int', + ), + 'imagick::setimagedelay' => + array ( + 0 => 'bool', + 'delay' => 'int', + ), + 'imagick::setimagedepth' => + array ( + 0 => 'bool', + 'depth' => 'int', + ), + 'imagick::setimagedispose' => + array ( + 0 => 'bool', + 'dispose' => 'int', + ), + 'imagick::setimageextent' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + ), + 'imagick::setimagefilename' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'imagick::setimageformat' => + array ( + 0 => 'bool', + 'format' => 'string', + ), + 'imagick::setimagegamma' => + array ( + 0 => 'bool', + 'gamma' => 'float', + ), + 'imagick::setimagegravity' => + array ( + 0 => 'bool', + 'gravity' => 'int', + ), + 'imagick::setimagegreenprimary' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagick::setimageindex' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'imagick::setimageinterlacescheme' => + array ( + 0 => 'bool', + 'interlace_scheme' => 'int', + ), + 'imagick::setimageinterpolatemethod' => + array ( + 0 => 'bool', + 'method' => 'int', + ), + 'imagick::setimageiterations' => + array ( + 0 => 'bool', + 'iterations' => 'int', + ), + 'imagick::setimagemask' => + array ( + 0 => 'void', + 'clip_mask' => 'Imagick', + 'pixelmask' => 'int', + ), + 'imagick::setimagematte' => + array ( + 0 => 'bool', + 'matte' => 'bool', + ), + 'imagick::setimagemattecolor' => + array ( + 0 => 'bool', + 'matte' => 'mixed', + ), + 'imagick::setimageorientation' => + array ( + 0 => 'bool', + 'orientation' => 'int', + ), + 'imagick::setimagepage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::setimagepixelcolor' => + array ( + 0 => 'ImagickPixel', + 'x' => 'int', + 'y' => 'int', + 'color' => 'ImagickPixel|string', + ), + 'imagick::setimageprofile' => + array ( + 0 => 'bool', + 'name' => 'string', + 'profile' => 'string', + ), + 'imagick::setimageprogressmonitor' => + array ( + 0 => 'bool', + 'filename' => 'mixed', + ), + 'imagick::setimageproperty' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'string', + ), + 'imagick::setimageredprimary' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagick::setimagerenderingintent' => + array ( + 0 => 'bool', + 'rendering_intent' => 'int', + ), + 'imagick::setimageresolution' => + array ( + 0 => 'bool', + 'x_resolution' => 'float', + 'y_resolution' => 'float', + ), + 'imagick::setimagescene' => + array ( + 0 => 'bool', + 'scene' => 'int', + ), + 'imagick::setimagetickspersecond' => + array ( + 0 => 'bool', + 'ticks_per_second' => 'int', + ), + 'imagick::setimagetype' => + array ( + 0 => 'bool', + 'image_type' => 'int', + ), + 'imagick::setimageunits' => + array ( + 0 => 'bool', + 'units' => 'int', + ), + 'imagick::setimagevirtualpixelmethod' => + array ( + 0 => 'bool', + 'method' => 'int', + ), + 'imagick::setimagewhitepoint' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagick::setinterlacescheme' => + array ( + 0 => 'bool', + 'interlace_scheme' => 'int', + ), + 'imagick::setinterpolatemethod' => + array ( + 0 => 'bool', + 'method' => 'int', + ), + 'imagick::setiteratorindex' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'imagick::setlastiterator' => + array ( + 0 => 'bool', + ), + 'imagick::setoption' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'imagick::setorientation' => + array ( + 0 => 'bool', + 'orientation' => 'int', + ), + 'imagick::setpage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::setpointsize' => + array ( + 0 => 'bool', + 'point_size' => 'float', + ), + 'imagick::setprogressmonitor' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'imagick::setregistry' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'imagick::setresolution' => + array ( + 0 => 'bool', + 'x_resolution' => 'float', + 'y_resolution' => 'float', + ), + 'imagick::setresourcelimit' => + array ( + 0 => 'bool', + 'type' => 'int', + 'limit' => 'int', + ), + 'imagick::setsamplingfactors' => + array ( + 0 => 'bool', + 'factors' => 'list', + ), + 'imagick::setseed' => + array ( + 0 => 'void', + 'seed' => 'int', + ), + 'imagick::setsize' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + ), + 'imagick::setsizeoffset' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + 'offset' => 'int', + ), + 'imagick::settype' => + array ( + 0 => 'bool', + 'image_type' => 'int', + ), + 'imagick::shadeimage' => + array ( + 0 => 'bool', + 'gray' => 'bool', + 'azimuth' => 'float', + 'elevation' => 'float', + ), + 'imagick::shadowimage' => + array ( + 0 => 'bool', + 'opacity' => 'float', + 'sigma' => 'float', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::sharpenimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'channel=' => 'int', + ), + 'imagick::shaveimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + ), + 'imagick::shearimage' => + array ( + 0 => 'bool', + 'background' => 'mixed', + 'x_shear' => 'float', + 'y_shear' => 'float', + ), + 'imagick::sigmoidalcontrastimage' => + array ( + 0 => 'bool', + 'sharpen' => 'bool', + 'alpha' => 'float', + 'beta' => 'float', + 'channel=' => 'int', + ), + 'imagick::similarityimage' => + array ( + 0 => 'Imagick', + 'Imagick' => 'Imagick', + '&bestMatch' => 'array', + '&similarity' => 'float', + 'similarity_threshold' => 'float', + 'metric' => 'int', + ), + 'imagick::sketchimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'angle' => 'float', + ), + 'imagick::smushimages' => + array ( + 0 => 'Imagick', + 'stack' => 'string', + 'offset' => 'string', + ), + 'imagick::solarizeimage' => + array ( + 0 => 'bool', + 'threshold' => 'int', + ), + 'imagick::sparsecolorimage' => + array ( + 0 => 'bool', + 'sparse_method' => 'int', + 'arguments' => 'array', + 'channel=' => 'int', + ), + 'imagick::spliceimage' => + array ( + 0 => 'bool', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::spreadimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + ), + 'imagick::spreadimagewithmethod' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'interpolate_method' => 'int', + ), + 'imagick::statisticimage' => + array ( + 0 => 'bool', + 'type' => 'int', + 'width' => 'int', + 'height' => 'int', + 'CHANNEL=' => 'string', + ), + 'imagick::steganoimage' => + array ( + 0 => 'Imagick', + 'watermark_wand' => 'Imagick', + 'offset' => 'int', + ), + 'imagick::stereoimage' => + array ( + 0 => 'bool', + 'offset_wand' => 'Imagick', + ), + 'imagick::stripimage' => + array ( + 0 => 'bool', + ), + 'imagick::subimagematch' => + array ( + 0 => 'Imagick', + 'Imagick' => 'Imagick', + '&w_offset=' => 'array', + '&w_similarity=' => 'float', + ), + 'imagick::swirlimage' => + array ( + 0 => 'bool', + 'degrees' => 'float', + ), + 'imagick::swirlimagewithmethod' => + array ( + 0 => 'bool', + 'degrees' => 'float', + 'interpolate_method' => 'int', + ), + 'imagick::textureimage' => + array ( + 0 => 'Imagick', + 'texture_wand' => 'Imagick', + ), + 'imagick::thresholdimage' => + array ( + 0 => 'bool', + 'threshold' => 'float', + 'channel=' => 'int', + ), + 'imagick::thumbnailimage' => + array ( + 0 => 'bool', + 'columns' => 'int', + 'rows' => 'int', + 'bestfit=' => 'bool', + 'fill=' => 'bool', + 'legacy=' => 'bool', + ), + 'imagick::tintimage' => + array ( + 0 => 'bool', + 'tint' => 'mixed', + 'opacity' => 'mixed', + ), + 'imagick::transformimagecolorspace' => + array ( + 0 => 'bool', + 'colorspace' => 'int', + ), + 'imagick::transparentpaintimage' => + array ( + 0 => 'bool', + 'target' => 'mixed', + 'alpha' => 'float', + 'fuzz' => 'float', + 'invert' => 'bool', + ), + 'imagick::transposeimage' => + array ( + 0 => 'bool', + ), + 'imagick::transverseimage' => + array ( + 0 => 'bool', + ), + 'imagick::trimimage' => + array ( + 0 => 'bool', + 'fuzz' => 'float', + ), + 'imagick::uniqueimagecolors' => + array ( + 0 => 'bool', + ), + 'imagick::unsharpmaskimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + 'sigma' => 'float', + 'amount' => 'float', + 'threshold' => 'float', + 'channel=' => 'int', + ), + 'imagick::valid' => + array ( + 0 => 'bool', + ), + 'imagick::vignetteimage' => + array ( + 0 => 'bool', + 'blackpoint' => 'float', + 'whitepoint' => 'float', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::waveimage' => + array ( + 0 => 'bool', + 'amplitude' => 'float', + 'length' => 'float', + ), + 'imagick::waveimagewithmethod' => + array ( + 0 => 'bool', + 'amplitude' => 'float', + 'length' => 'float', + 'interpolate_method' => 'int', + ), + 'imagick::waveletdenoiseimage' => + array ( + 0 => 'bool', + 'threshold' => 'float', + 'softness' => 'float', + ), + 'imagick::whitebalanceimage' => + array ( + 0 => 'bool', + ), + 'imagick::whitethresholdimage' => + array ( + 0 => 'bool', + 'threshold' => 'mixed', + ), + 'imagick::writeimage' => + array ( + 0 => 'bool', + 'filename=' => 'string', + ), + 'imagick::writeimagefile' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + ), + 'imagick::writeimages' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'adjoin' => 'bool', + ), + 'imagick::writeimagesfile' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + ), + 'imagickdraw::__construct' => + array ( + 0 => 'void', + ), + 'imagickdraw::affine' => + array ( + 0 => 'bool', + 'affine' => 'array', + ), + 'imagickdraw::alpha' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'paint' => 'int', + ), + 'imagickdraw::annotation' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'text' => 'string', + ), + 'imagickdraw::arc' => + array ( + 0 => 'bool', + 'sx' => 'float', + 'sy' => 'float', + 'ex' => 'float', + 'ey' => 'float', + 'sd' => 'float', + 'ed' => 'float', + ), + 'imagickdraw::bezier' => + array ( + 0 => 'bool', + 'coordinates' => 'list', + ), + 'imagickdraw::circle' => + array ( + 0 => 'bool', + 'ox' => 'float', + 'oy' => 'float', + 'px' => 'float', + 'py' => 'float', + ), + 'imagickdraw::clear' => + array ( + 0 => 'bool', + ), + 'imagickdraw::clone' => + array ( + 0 => 'ImagickDraw', + ), + 'imagickdraw::color' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'paintmethod' => 'int', + ), + 'imagickdraw::comment' => + array ( + 0 => 'bool', + 'comment' => 'string', + ), + 'imagickdraw::composite' => + array ( + 0 => 'bool', + 'compose' => 'int', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + 'compositewand' => 'Imagick', + ), + 'imagickdraw::destroy' => + array ( + 0 => 'bool', + ), + 'imagickdraw::ellipse' => + array ( + 0 => 'bool', + 'ox' => 'float', + 'oy' => 'float', + 'rx' => 'float', + 'ry' => 'float', + 'start' => 'float', + 'end' => 'float', + ), + 'imagickdraw::getbordercolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagickdraw::getclippath' => + array ( + 0 => 'string', + ), + 'imagickdraw::getcliprule' => + array ( + 0 => 'int', + ), + 'imagickdraw::getclipunits' => + array ( + 0 => 'int', + ), + 'imagickdraw::getdensity' => + array ( + 0 => 'null|string', + ), + 'imagickdraw::getfillcolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagickdraw::getfillopacity' => + array ( + 0 => 'float', + ), + 'imagickdraw::getfillrule' => + array ( + 0 => 'int', + ), + 'imagickdraw::getfont' => + array ( + 0 => 'string', + ), + 'imagickdraw::getfontfamily' => + array ( + 0 => 'string', + ), + 'imagickdraw::getfontresolution' => + array ( + 0 => 'array', + ), + 'imagickdraw::getfontsize' => + array ( + 0 => 'float', + ), + 'imagickdraw::getfontstretch' => + array ( + 0 => 'int', + ), + 'imagickdraw::getfontstyle' => + array ( + 0 => 'int', + ), + 'imagickdraw::getfontweight' => + array ( + 0 => 'int', + ), + 'imagickdraw::getgravity' => + array ( + 0 => 'int', + ), + 'imagickdraw::getopacity' => + array ( + 0 => 'float', + ), + 'imagickdraw::getstrokeantialias' => + array ( + 0 => 'bool', + ), + 'imagickdraw::getstrokecolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagickdraw::getstrokedasharray' => + array ( + 0 => 'array', + ), + 'imagickdraw::getstrokedashoffset' => + array ( + 0 => 'float', + ), + 'imagickdraw::getstrokelinecap' => + array ( + 0 => 'int', + ), + 'imagickdraw::getstrokelinejoin' => + array ( + 0 => 'int', + ), + 'imagickdraw::getstrokemiterlimit' => + array ( + 0 => 'int', + ), + 'imagickdraw::getstrokeopacity' => + array ( + 0 => 'float', + ), + 'imagickdraw::getstrokewidth' => + array ( + 0 => 'float', + ), + 'imagickdraw::gettextalignment' => + array ( + 0 => 'int', + ), + 'imagickdraw::gettextantialias' => + array ( + 0 => 'bool', + ), + 'imagickdraw::gettextdecoration' => + array ( + 0 => 'int', + ), + 'imagickdraw::gettextdirection' => + array ( + 0 => 'int', + ), + 'imagickdraw::gettextencoding' => + array ( + 0 => 'string', + ), + 'imagickdraw::gettextinterlinespacing' => + array ( + 0 => 'float', + ), + 'imagickdraw::gettextinterwordspacing' => + array ( + 0 => 'float', + ), + 'imagickdraw::gettextkerning' => + array ( + 0 => 'float', + ), + 'imagickdraw::gettextundercolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagickdraw::getvectorgraphics' => + array ( + 0 => 'string', + ), + 'imagickdraw::line' => + array ( + 0 => 'bool', + 'sx' => 'float', + 'sy' => 'float', + 'ex' => 'float', + 'ey' => 'float', + ), + 'imagickdraw::pathclose' => + array ( + 0 => 'bool', + ), + 'imagickdraw::pathcurvetoabsolute' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetoquadraticbezierabsolute' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetoquadraticbezierrelative' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetoquadraticbeziersmoothabsolute' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetoquadraticbeziersmoothrelative' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetorelative' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetosmoothabsolute' => + array ( + 0 => 'bool', + 'x2' => 'float', + 'y2' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathcurvetosmoothrelative' => + array ( + 0 => 'bool', + 'x2' => 'float', + 'y2' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathellipticarcabsolute' => + array ( + 0 => 'bool', + 'rx' => 'float', + 'ry' => 'float', + 'x_axis_rotation' => 'float', + 'large_arc_flag' => 'bool', + 'sweep_flag' => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathellipticarcrelative' => + array ( + 0 => 'bool', + 'rx' => 'float', + 'ry' => 'float', + 'x_axis_rotation' => 'float', + 'large_arc_flag' => 'bool', + 'sweep_flag' => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathfinish' => + array ( + 0 => 'bool', + ), + 'imagickdraw::pathlinetoabsolute' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathlinetohorizontalabsolute' => + array ( + 0 => 'bool', + 'x' => 'float', + ), + 'imagickdraw::pathlinetohorizontalrelative' => + array ( + 0 => 'bool', + 'x' => 'float', + ), + 'imagickdraw::pathlinetorelative' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathlinetoverticalabsolute' => + array ( + 0 => 'bool', + 'y' => 'float', + ), + 'imagickdraw::pathlinetoverticalrelative' => + array ( + 0 => 'bool', + 'y' => 'float', + ), + 'imagickdraw::pathmovetoabsolute' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathmovetorelative' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::pathstart' => + array ( + 0 => 'bool', + ), + 'imagickdraw::point' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::polygon' => + array ( + 0 => 'bool', + 'coordinates' => 'list', + ), + 'imagickdraw::polyline' => + array ( + 0 => 'bool', + 'coordinates' => 'list', + ), + 'imagickdraw::pop' => + array ( + 0 => 'bool', + ), + 'imagickdraw::popclippath' => + array ( + 0 => 'bool', + ), + 'imagickdraw::popdefs' => + array ( + 0 => 'bool', + ), + 'imagickdraw::poppattern' => + array ( + 0 => 'bool', + ), + 'imagickdraw::push' => + array ( + 0 => 'bool', + ), + 'imagickdraw::pushclippath' => + array ( + 0 => 'bool', + 'clip_mask_id' => 'string', + ), + 'imagickdraw::pushdefs' => + array ( + 0 => 'bool', + ), + 'imagickdraw::pushpattern' => + array ( + 0 => 'bool', + 'pattern_id' => 'string', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + ), + 'imagickdraw::rectangle' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + ), + 'imagickdraw::render' => + array ( + 0 => 'bool', + ), + 'imagickdraw::resetvectorgraphics' => + array ( + 0 => 'bool', + ), + 'imagickdraw::rotate' => + array ( + 0 => 'bool', + 'degrees' => 'float', + ), + 'imagickdraw::roundrectangle' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'rx' => 'float', + 'ry' => 'float', + ), + 'imagickdraw::scale' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::setbordercolor' => + array ( + 0 => 'bool', + 'color' => 'ImagickPixel|string', + ), + 'imagickdraw::setclippath' => + array ( + 0 => 'bool', + 'clip_mask' => 'string', + ), + 'imagickdraw::setcliprule' => + array ( + 0 => 'bool', + 'fill_rule' => 'int', + ), + 'imagickdraw::setclipunits' => + array ( + 0 => 'bool', + 'clip_units' => 'int', + ), + 'imagickdraw::setdensity' => + array ( + 0 => 'bool', + 'density_string' => 'string', + ), + 'imagickdraw::setfillalpha' => + array ( + 0 => 'bool', + 'opacity' => 'float', + ), + 'imagickdraw::setfillcolor' => + array ( + 0 => 'bool', + 'fill_pixel' => 'ImagickPixel|string', + ), + 'imagickdraw::setfillopacity' => + array ( + 0 => 'bool', + 'fillopacity' => 'float', + ), + 'imagickdraw::setfillpatternurl' => + array ( + 0 => 'bool', + 'fill_url' => 'string', + ), + 'imagickdraw::setfillrule' => + array ( + 0 => 'bool', + 'fill_rule' => 'int', + ), + 'imagickdraw::setfont' => + array ( + 0 => 'bool', + 'font_name' => 'string', + ), + 'imagickdraw::setfontfamily' => + array ( + 0 => 'bool', + 'font_family' => 'string', + ), + 'imagickdraw::setfontresolution' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdraw::setfontsize' => + array ( + 0 => 'bool', + 'pointsize' => 'float', + ), + 'imagickdraw::setfontstretch' => + array ( + 0 => 'bool', + 'fontstretch' => 'int', + ), + 'imagickdraw::setfontstyle' => + array ( + 0 => 'bool', + 'style' => 'int', + ), + 'imagickdraw::setfontweight' => + array ( + 0 => 'bool', + 'font_weight' => 'int', + ), + 'imagickdraw::setgravity' => + array ( + 0 => 'bool', + 'gravity' => 'int', + ), + 'imagickdraw::setopacity' => + array ( + 0 => 'bool', + 'opacity' => 'float', + ), + 'imagickdraw::setresolution' => + array ( + 0 => 'bool', + 'x_resolution' => 'float', + 'y_resolution' => 'float', + ), + 'imagickdraw::setstrokealpha' => + array ( + 0 => 'bool', + 'opacity' => 'float', + ), + 'imagickdraw::setstrokeantialias' => + array ( + 0 => 'bool', + 'stroke_antialias' => 'bool', + ), + 'imagickdraw::setstrokecolor' => + array ( + 0 => 'bool', + 'stroke_pixel' => 'ImagickPixel|string', + ), + 'imagickdraw::setstrokedasharray' => + array ( + 0 => 'bool', + 'dasharray' => 'list', + ), + 'imagickdraw::setstrokedashoffset' => + array ( + 0 => 'bool', + 'dash_offset' => 'float', + ), + 'imagickdraw::setstrokelinecap' => + array ( + 0 => 'bool', + 'linecap' => 'int', + ), + 'imagickdraw::setstrokelinejoin' => + array ( + 0 => 'bool', + 'linejoin' => 'int', + ), + 'imagickdraw::setstrokemiterlimit' => + array ( + 0 => 'bool', + 'miterlimit' => 'int', + ), + 'imagickdraw::setstrokeopacity' => + array ( + 0 => 'bool', + 'stroke_opacity' => 'float', + ), + 'imagickdraw::setstrokepatternurl' => + array ( + 0 => 'bool', + 'stroke_url' => 'string', + ), + 'imagickdraw::setstrokewidth' => + array ( + 0 => 'bool', + 'stroke_width' => 'float', + ), + 'imagickdraw::settextalignment' => + array ( + 0 => 'bool', + 'alignment' => 'int', + ), + 'imagickdraw::settextantialias' => + array ( + 0 => 'bool', + 'antialias' => 'bool', + ), + 'imagickdraw::settextdecoration' => + array ( + 0 => 'bool', + 'decoration' => 'int', + ), + 'imagickdraw::settextdirection' => + array ( + 0 => 'bool', + 'direction' => 'int', + ), + 'imagickdraw::settextencoding' => + array ( + 0 => 'bool', + 'encoding' => 'string', + ), + 'imagickdraw::settextinterlinespacing' => + array ( + 0 => 'bool', + 'spacing' => 'float', + ), + 'imagickdraw::settextinterwordspacing' => + array ( + 0 => 'bool', + 'spacing' => 'float', + ), + 'imagickdraw::settextkerning' => + array ( + 0 => 'bool', + 'kerning' => 'float', + ), + 'imagickdraw::settextundercolor' => + array ( + 0 => 'bool', + 'under_color' => 'ImagickPixel|string', + ), + 'imagickdraw::setvectorgraphics' => + array ( + 0 => 'bool', + 'xml' => 'string', + ), + 'imagickdraw::setviewbox' => + array ( + 0 => 'bool', + 'x1' => 'int', + 'y1' => 'int', + 'x2' => 'int', + 'y2' => 'int', + ), + 'imagickdraw::skewx' => + array ( + 0 => 'bool', + 'degrees' => 'float', + ), + 'imagickdraw::skewy' => + array ( + 0 => 'bool', + 'degrees' => 'float', + ), + 'imagickdraw::translate' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'imagickdrawexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'imagickdrawexception::__tostring' => + array ( + 0 => 'string', + ), + 'imagickdrawexception::__wakeup' => + array ( + 0 => 'string', + ), + 'imagickdrawexception::getcode' => + array ( + 0 => 'string', + ), + 'imagickdrawexception::getfile' => + array ( + 0 => 'string', + ), + 'imagickdrawexception::getline' => + array ( + 0 => 'int', + ), + 'imagickdrawexception::getmessage' => + array ( + 0 => 'string', + ), + 'imagickdrawexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'imagickdrawexception::gettrace' => + array ( + 0 => 'array', + ), + 'imagickdrawexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'imagickexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'imagickexception::__tostring' => + array ( + 0 => 'string', + ), + 'imagickexception::__wakeup' => + array ( + 0 => 'string', + ), + 'imagickexception::getcode' => + array ( + 0 => 'string', + ), + 'imagickexception::getfile' => + array ( + 0 => 'string', + ), + 'imagickexception::getline' => + array ( + 0 => 'int', + ), + 'imagickexception::getmessage' => + array ( + 0 => 'string', + ), + 'imagickexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'imagickexception::gettrace' => + array ( + 0 => 'array', + ), + 'imagickexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'imagickkernel::addkernel' => + array ( + 0 => 'void', + 'ImagickKernel' => 'ImagickKernel', + ), + 'imagickkernel::addunitykernel' => + array ( + 0 => 'void', + ), + 'imagickkernel::frombuiltin' => + array ( + 0 => 'ImagickKernel', + 'kernelType' => 'string', + 'kernelString' => 'string', + ), + 'imagickkernel::frommatrix' => + array ( + 0 => 'ImagickKernel', + 'matrix' => 'list>', + 'origin=' => 'array', + ), + 'imagickkernel::getmatrix' => + array ( + 0 => 'list>', + ), + 'imagickkernel::scale' => + array ( + 0 => 'void', + ), + 'imagickkernel::separate' => + array ( + 0 => 'array', + ), + 'imagickkernelexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'imagickkernelexception::__tostring' => + array ( + 0 => 'string', + ), + 'imagickkernelexception::__wakeup' => + array ( + 0 => 'string', + ), + 'imagickkernelexception::getcode' => + array ( + 0 => 'string', + ), + 'imagickkernelexception::getfile' => + array ( + 0 => 'string', + ), + 'imagickkernelexception::getline' => + array ( + 0 => 'int', + ), + 'imagickkernelexception::getmessage' => + array ( + 0 => 'string', + ), + 'imagickkernelexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'imagickkernelexception::gettrace' => + array ( + 0 => 'array', + ), + 'imagickkernelexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'imagickpixel::__construct' => + array ( + 0 => 'void', + 'color=' => 'string', + ), + 'imagickpixel::clear' => + array ( + 0 => 'bool', + ), + 'imagickpixel::destroy' => + array ( + 0 => 'bool', + ), + 'imagickpixel::getcolor' => + array ( + 0 => 'array{a: float|int, b: float|int, g: float|int, r: float|int}', + 'normalized=' => '0|1|2', + ), + 'imagickpixel::getcolorasstring' => + array ( + 0 => 'string', + ), + 'imagickpixel::getcolorcount' => + array ( + 0 => 'int', + ), + 'imagickpixel::getcolorquantum' => + array ( + 0 => 'array', + ), + 'imagickpixel::getcolorvalue' => + array ( + 0 => 'float', + 'color' => 'int', + ), + 'imagickpixel::getcolorvaluequantum' => + array ( + 0 => 'float', + ), + 'imagickpixel::gethsl' => + array ( + 0 => 'array{hue: float, luminosity: float, saturation: float}', + ), + 'imagickpixel::getindex' => + array ( + 0 => 'int', + ), + 'imagickpixel::ispixelsimilar' => + array ( + 0 => 'bool', + 'color' => 'ImagickPixel', + 'fuzz' => 'float', + ), + 'imagickpixel::ispixelsimilarquantum' => + array ( + 0 => 'bool', + 'color' => 'string', + 'fuzz=' => 'string', + ), + 'imagickpixel::issimilar' => + array ( + 0 => 'bool', + 'color' => 'ImagickPixel', + 'fuzz' => 'float', + ), + 'imagickpixel::setcolor' => + array ( + 0 => 'bool', + 'color' => 'string', + ), + 'imagickpixel::setcolorcount' => + array ( + 0 => 'bool', + 'colorCount' => 'string', + ), + 'imagickpixel::setcolorfrompixel' => + array ( + 0 => 'bool', + 'srcPixel' => 'ImagickPixel', + ), + 'imagickpixel::setcolorvalue' => + array ( + 0 => 'bool', + 'color' => 'int', + 'value' => 'float', + ), + 'imagickpixel::setcolorvaluequantum' => + array ( + 0 => 'bool', + 'color' => 'int', + 'value' => 'mixed', + ), + 'imagickpixel::sethsl' => + array ( + 0 => 'bool', + 'hue' => 'float', + 'saturation' => 'float', + 'luminosity' => 'float', + ), + 'imagickpixel::setindex' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'imagickpixelexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'imagickpixelexception::__tostring' => + array ( + 0 => 'string', + ), + 'imagickpixelexception::__wakeup' => + array ( + 0 => 'string', + ), + 'imagickpixelexception::getcode' => + array ( + 0 => 'string', + ), + 'imagickpixelexception::getfile' => + array ( + 0 => 'string', + ), + 'imagickpixelexception::getline' => + array ( + 0 => 'int', + ), + 'imagickpixelexception::getmessage' => + array ( + 0 => 'string', + ), + 'imagickpixelexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'imagickpixelexception::gettrace' => + array ( + 0 => 'array', + ), + 'imagickpixelexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'imagickpixeliterator::__construct' => + array ( + 0 => 'void', + 'wand' => 'Imagick', + ), + 'imagickpixeliterator::clear' => + array ( + 0 => 'bool', + ), + 'imagickpixeliterator::current' => + array ( + 0 => 'array', + ), + 'imagickpixeliterator::destroy' => + array ( + 0 => 'bool', + ), + 'imagickpixeliterator::getcurrentiteratorrow' => + array ( + 0 => 'array', + ), + 'imagickpixeliterator::getiteratorrow' => + array ( + 0 => 'int', + ), + 'imagickpixeliterator::getnextiteratorrow' => + array ( + 0 => 'array', + ), + 'imagickpixeliterator::getpixeliterator' => + array ( + 0 => 'ImagickPixelIterator', + 'Imagick' => 'Imagick', + ), + 'imagickpixeliterator::getpixelregioniterator' => + array ( + 0 => 'ImagickPixelIterator', + 'Imagick' => 'Imagick', + 'x' => 'mixed', + 'y' => 'mixed', + 'columns' => 'mixed', + 'rows' => 'mixed', + ), + 'imagickpixeliterator::getpreviousiteratorrow' => + array ( + 0 => 'array', + ), + 'imagickpixeliterator::key' => + array ( + 0 => 'int', + ), + 'imagickpixeliterator::newpixeliterator' => + array ( + 0 => 'bool', + 'wand' => 'Imagick', + ), + 'imagickpixeliterator::newpixelregioniterator' => + array ( + 0 => 'bool', + 'wand' => 'Imagick', + 'x' => 'int', + 'y' => 'int', + 'columns' => 'int', + 'rows' => 'int', + ), + 'imagickpixeliterator::next' => + array ( + 0 => 'void', + ), + 'imagickpixeliterator::resetiterator' => + array ( + 0 => 'bool', + ), + 'imagickpixeliterator::rewind' => + array ( + 0 => 'void', + ), + 'imagickpixeliterator::setiteratorfirstrow' => + array ( + 0 => 'bool', + ), + 'imagickpixeliterator::setiteratorlastrow' => + array ( + 0 => 'bool', + ), + 'imagickpixeliterator::setiteratorrow' => + array ( + 0 => 'bool', + 'row' => 'int', + ), + 'imagickpixeliterator::synciterator' => + array ( + 0 => 'bool', + ), + 'imagickpixeliterator::valid' => + array ( + 0 => 'bool', + ), + 'imagickpixeliteratorexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'imagickpixeliteratorexception::__tostring' => + array ( + 0 => 'string', + ), + 'imagickpixeliteratorexception::__wakeup' => + array ( + 0 => 'string', + ), + 'imagickpixeliteratorexception::getcode' => + array ( + 0 => 'string', + ), + 'imagickpixeliteratorexception::getfile' => + array ( + 0 => 'string', + ), + 'imagickpixeliteratorexception::getline' => + array ( + 0 => 'int', + ), + 'imagickpixeliteratorexception::getmessage' => + array ( + 0 => 'string', + ), + 'imagickpixeliteratorexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'imagickpixeliteratorexception::gettrace' => + array ( + 0 => 'array', + ), + 'imagickpixeliteratorexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'implode' => + array ( + 0 => 'string', + 'separator' => 'string', + 'array' => 'array|null', + ), + 'in_array' => + array ( + 0 => 'bool', + 'needle' => 'mixed', + 'haystack' => 'array', + 'strict=' => 'bool', + ), + 'inet_ntop' => + array ( + 0 => 'false|string', + 'ip' => 'string', + ), + 'inet_pton' => + array ( + 0 => 'false|string', + 'ip' => 'string', + ), + 'infiniteiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + ), + 'infiniteiterator::current' => + array ( + 0 => 'mixed', + ), + 'infiniteiterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'infiniteiterator::key' => + array ( + 0 => 'scalar', + ), + 'infiniteiterator::next' => + array ( + 0 => 'void', + ), + 'infiniteiterator::rewind' => + array ( + 0 => 'void', + ), + 'infiniteiterator::valid' => + array ( + 0 => 'bool', + ), + 'inflate_add' => + array ( + 0 => 'false|string', + 'context' => 'InflateContext', + 'data' => 'string', + 'flush_mode=' => 'int', + ), + 'inflate_get_read_len' => + array ( + 0 => 'int', + 'context' => 'InflateContext', + ), + 'inflate_get_status' => + array ( + 0 => 'int', + 'context' => 'InflateContext', + ), + 'inflate_init' => + array ( + 0 => 'InflateContext|false', + 'encoding' => 'int', + 'options=' => 'array', + ), + 'ini_alter' => + array ( + 0 => 'false|string', + 'option' => 'string', + 'value' => 'null|scalar', + ), + 'ini_get' => + array ( + 0 => 'false|string', + 'option' => 'string', + ), + 'ini_get_all' => + array ( + 0 => 'array|false', + 'extension=' => 'null|string', + 'details=' => 'bool', + ), + 'ini_parse_quantity' => + array ( + 0 => 'int', + 'shorthand' => 'non-empty-string', + ), + 'ini_restore' => + array ( + 0 => 'void', + 'option' => 'string', + ), + 'ini_set' => + array ( + 0 => 'false|string', + 'option' => 'string', + 'value' => 'null|scalar', + ), + 'intdiv' => + array ( + 0 => 'int', + 'num1' => 'int', + 'num2' => 'int', + ), + 'interface_exists' => + array ( + 0 => 'bool', + 'interface' => 'string', + 'autoload=' => 'bool', + ), + 'internaliterator::__construct' => + array ( + 0 => 'string', + ), + 'internaliterator::current' => + array ( + 0 => 'mixed|null', + ), + 'internaliterator::key' => + array ( + 0 => 'mixed|null', + ), + 'internaliterator::next' => + array ( + 0 => 'void', + ), + 'internaliterator::rewind' => + array ( + 0 => 'void', + ), + 'internaliterator::valid' => + array ( + 0 => 'bool', + ), + 'intl_error_name' => + array ( + 0 => 'string', + 'errorCode' => 'int', + ), + 'intl_get_error_code' => + array ( + 0 => 'int', + ), + 'intl_get_error_message' => + array ( + 0 => 'string', + ), + 'intl_is_failure' => + array ( + 0 => 'bool', + 'errorCode' => 'int', + ), + 'intlbreakiterator::__construct' => + array ( + 0 => 'void', + ), + 'intlbreakiterator::createcharacterinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlbreakiterator::createcodepointinstance' => + array ( + 0 => 'IntlCodePointBreakIterator', + ), + 'intlbreakiterator::createlineinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlbreakiterator::createsentenceinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlbreakiterator::createtitleinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlbreakiterator::createwordinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlbreakiterator::current' => + array ( + 0 => 'int', + ), + 'intlbreakiterator::first' => + array ( + 0 => 'int', + ), + 'intlbreakiterator::following' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'intlbreakiterator::geterrorcode' => + array ( + 0 => 'int', + ), + 'intlbreakiterator::geterrormessage' => + array ( + 0 => 'string', + ), + 'intlbreakiterator::getiterator' => + array ( + 0 => 'Iterator', + ), + 'intlbreakiterator::getlocale' => + array ( + 0 => 'false|string', + 'type' => 'int', + ), + 'intlbreakiterator::getpartsiterator' => + array ( + 0 => 'IntlPartsIterator', + 'type=' => 'string', + ), + 'intlbreakiterator::gettext' => + array ( + 0 => 'null|string', + ), + 'intlbreakiterator::isboundary' => + array ( + 0 => 'bool', + 'offset' => 'int', + ), + 'intlbreakiterator::last' => + array ( + 0 => 'int', + ), + 'intlbreakiterator::next' => + array ( + 0 => 'int', + 'offset=' => 'int|null', + ), + 'intlbreakiterator::preceding' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'intlbreakiterator::previous' => + array ( + 0 => 'int', + ), + 'intlbreakiterator::settext' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'intlcal_add' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + 'value' => 'int', + ), + 'intlcal_after' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'other' => 'IntlCalendar', + ), + 'intlcal_before' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'other' => 'IntlCalendar', + ), + 'intlcal_clear' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'field=' => 'int|null', + ), + 'intlcal_create_instance' => + array ( + 0 => 'IntlCalendar|null', + 'timezone=' => 'mixed', + 'locale=' => 'null|string', + ), + 'intlcal_equals' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'other' => 'IntlCalendar', + ), + 'intlcal_field_difference' => + array ( + 0 => 'false|int', + 'calendar' => 'IntlCalendar', + 'timestamp' => 'float', + 'field' => 'int', + ), + 'intlcal_from_date_time' => + array ( + 0 => 'IntlCalendar|null', + 'datetime' => 'DateTime|string', + 'locale=' => 'null|string', + ), + 'intlcal_get' => + array ( + 0 => 'false|int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_actual_maximum' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_actual_minimum' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_available_locales' => + array ( + 0 => 'array', + ), + 'intlcal_get_day_of_week_type' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + 'dayOfWeek' => 'int', + ), + 'intlcal_get_error_code' => + array ( + 0 => 'false|int', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_error_message' => + array ( + 0 => 'false|string', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_first_day_of_week' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_greatest_minimum' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_keyword_values_for_locale' => + array ( + 0 => 'IntlIterator|false', + 'keyword' => 'string', + 'locale' => 'string', + 'onlyCommon' => 'bool', + ), + 'intlcal_get_least_maximum' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_locale' => + array ( + 0 => 'string', + 'calendar' => 'IntlCalendar', + 'type' => 'int', + ), + 'intlcal_get_maximum' => + array ( + 0 => 'false|int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_minimal_days_in_first_week' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_minimum' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_get_now' => + array ( + 0 => 'float', + ), + 'intlcal_get_repeated_wall_time_option' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_skipped_wall_time_option' => + array ( + 0 => 'int', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_time' => + array ( + 0 => 'float', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_time_zone' => + array ( + 0 => 'IntlTimeZone', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_type' => + array ( + 0 => 'string', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_get_weekend_transition' => + array ( + 0 => 'false|int', + 'calendar' => 'IntlCalendar', + 'dayOfWeek' => 'int', + ), + 'intlcal_in_daylight_time' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_is_equivalent_to' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'other' => 'IntlCalendar', + ), + 'intlcal_is_lenient' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + ), + 'intlcal_is_set' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + ), + 'intlcal_is_weekend' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'timestamp=' => 'float|null', + ), + 'intlcal_roll' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'field' => 'int', + 'value' => 'mixed', + ), + 'intlcal_set' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'year' => 'int', + 'month' => 'int', + ), + 'intlcal_set_first_day_of_week' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'dayOfWeek' => 'int', + ), + 'intlcal_set_lenient' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'lenient' => 'bool', + ), + 'intlcal_set_minimal_days_in_first_week' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'days' => 'int', + ), + 'intlcal_set_repeated_wall_time_option' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'option' => 'int', + ), + 'intlcal_set_skipped_wall_time_option' => + array ( + 0 => 'true', + 'calendar' => 'IntlCalendar', + 'option' => 'int', + ), + 'intlcal_set_time' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'timestamp' => 'float', + ), + 'intlcal_set_time_zone' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'timezone' => 'mixed', + ), + 'intlcal_to_date_time' => + array ( + 0 => 'DateTime|false', + 'calendar' => 'IntlCalendar', + ), + 'intlcalendar::__construct' => + array ( + 0 => 'void', + ), + 'intlcalendar::add' => + array ( + 0 => 'bool', + 'field' => 'int', + 'value' => 'int', + ), + 'intlcalendar::after' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlcalendar::before' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlcalendar::clear' => + array ( + 0 => 'true', + 'field=' => 'int|null', + ), + 'intlcalendar::createinstance' => + array ( + 0 => 'IntlCalendar|null', + 'timezone=' => 'DateTimeZone|IntlTimeZone|null|string', + 'locale=' => 'null|string', + ), + 'intlcalendar::equals' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlcalendar::fielddifference' => + array ( + 0 => 'false|int', + 'timestamp' => 'float', + 'field' => 'int', + ), + 'intlcalendar::fromdatetime' => + array ( + 0 => 'IntlCalendar|null', + 'datetime' => 'DateTime|string', + 'locale=' => 'null|string', + ), + 'intlcalendar::get' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlcalendar::getactualmaximum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlcalendar::getactualminimum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlcalendar::getavailablelocales' => + array ( + 0 => 'array', + ), + 'intlcalendar::getdayofweektype' => + array ( + 0 => 'int', + 'dayOfWeek' => 'int', + ), + 'intlcalendar::geterrorcode' => + array ( + 0 => 'int', + ), + 'intlcalendar::geterrormessage' => + array ( + 0 => 'string', + ), + 'intlcalendar::getfirstdayofweek' => + array ( + 0 => 'int', + ), + 'intlcalendar::getgreatestminimum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlcalendar::getkeywordvaluesforlocale' => + array ( + 0 => 'IntlIterator|false', + 'keyword' => 'string', + 'locale' => 'string', + 'onlyCommon' => 'bool', + ), + 'intlcalendar::getleastmaximum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlcalendar::getlocale' => + array ( + 0 => 'false|string', + 'type' => 'int', + ), + 'intlcalendar::getmaximum' => + array ( + 0 => 'false|int', + 'field' => 'int', + ), + 'intlcalendar::getminimaldaysinfirstweek' => + array ( + 0 => 'int', + ), + 'intlcalendar::getminimum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlcalendar::getnow' => + array ( + 0 => 'float', + ), + 'intlcalendar::getrepeatedwalltimeoption' => + array ( + 0 => 'int', + ), + 'intlcalendar::getskippedwalltimeoption' => + array ( + 0 => 'int', + ), + 'intlcalendar::gettime' => + array ( + 0 => 'float', + ), + 'intlcalendar::gettimezone' => + array ( + 0 => 'IntlTimeZone', + ), + 'intlcalendar::gettype' => + array ( + 0 => 'string', + ), + 'intlcalendar::getweekendtransition' => + array ( + 0 => 'false|int', + 'dayOfWeek' => 'int', + ), + 'intlcalendar::indaylighttime' => + array ( + 0 => 'bool', + ), + 'intlcalendar::isequivalentto' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlcalendar::islenient' => + array ( + 0 => 'bool', + ), + 'intlcalendar::isset' => + array ( + 0 => 'bool', + 'field' => 'int', + ), + 'intlcalendar::isweekend' => + array ( + 0 => 'bool', + 'timestamp=' => 'float|null', + ), + 'intlcalendar::roll' => + array ( + 0 => 'bool', + 'field' => 'int', + 'value' => 'bool|int', + ), + 'intlcalendar::set' => + array ( + 0 => 'true', + 'field' => 'int', + 'value' => 'int', + ), + 'intlcalendar::setdate' => + array ( + 0 => 'void', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth' => 'int', + ), + 'intlcalendar::setdatetime' => + array ( + 0 => 'void', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth' => 'int', + 'hour' => 'int', + 'minute' => 'int', + 'second=' => 'int|null', + ), + 'intlcalendar::setfirstdayofweek' => + array ( + 0 => 'true', + 'dayOfWeek' => 'int', + ), + 'intlcalendar::setlenient' => + array ( + 0 => 'true', + 'lenient' => 'bool', + ), + 'intlcalendar::setminimaldaysinfirstweek' => + array ( + 0 => 'true', + 'days' => 'int', + ), + 'intlcalendar::setrepeatedwalltimeoption' => + array ( + 0 => 'true', + 'option' => 'int', + ), + 'intlcalendar::setskippedwalltimeoption' => + array ( + 0 => 'true', + 'option' => 'int', + ), + 'intlcalendar::settime' => + array ( + 0 => 'bool', + 'timestamp' => 'float', + ), + 'intlcalendar::settimezone' => + array ( + 0 => 'bool', + 'timezone' => 'DateTimeZone|IntlTimeZone|null|string', + ), + 'intlcalendar::todatetime' => + array ( + 0 => 'DateTime|false', + ), + 'intlchar::charage' => + array ( + 0 => 'array|null', + 'codepoint' => 'int|string', + ), + 'intlchar::chardigitvalue' => + array ( + 0 => 'int|null', + 'codepoint' => 'int|string', + ), + 'intlchar::chardirection' => + array ( + 0 => 'int|null', + 'codepoint' => 'int|string', + ), + 'intlchar::charfromname' => + array ( + 0 => 'int|null', + 'name' => 'string', + 'type=' => 'int', + ), + 'intlchar::charmirror' => + array ( + 0 => 'int|null|string', + 'codepoint' => 'int|string', + ), + 'intlchar::charname' => + array ( + 0 => 'null|string', + 'codepoint' => 'int|string', + 'type=' => 'int', + ), + 'intlchar::chartype' => + array ( + 0 => 'int|null', + 'codepoint' => 'int|string', + ), + 'intlchar::chr' => + array ( + 0 => 'null|string', + 'codepoint' => 'int|string', + ), + 'intlchar::digit' => + array ( + 0 => 'false|int|null', + 'codepoint' => 'int|string', + 'base=' => 'int', + ), + 'intlchar::enumcharnames' => + array ( + 0 => 'bool', + 'start' => 'int|string', + 'end' => 'int|string', + 'callback' => 'callable(int, int, int):void', + 'type=' => 'int', + ), + 'intlchar::enumchartypes' => + array ( + 0 => 'void', + 'callback' => 'callable(int, int, int):void', + ), + 'intlchar::foldcase' => + array ( + 0 => 'int|null|string', + 'codepoint' => 'int|string', + 'options=' => 'int', + ), + 'intlchar::fordigit' => + array ( + 0 => 'int', + 'digit' => 'int', + 'base=' => 'int', + ), + 'intlchar::getbidipairedbracket' => + array ( + 0 => 'int|null|string', + 'codepoint' => 'int|string', + ), + 'intlchar::getblockcode' => + array ( + 0 => 'int|null', + 'codepoint' => 'int|string', + ), + 'intlchar::getcombiningclass' => + array ( + 0 => 'int|null', + 'codepoint' => 'int|string', + ), + 'intlchar::getfc_nfkc_closure' => + array ( + 0 => 'null|string', + 'codepoint' => 'int|string', + ), + 'intlchar::getintpropertymaxvalue' => + array ( + 0 => 'int', + 'property' => 'int', + ), + 'intlchar::getintpropertyminvalue' => + array ( + 0 => 'int', + 'property' => 'int', + ), + 'intlchar::getintpropertyvalue' => + array ( + 0 => 'int|null', + 'codepoint' => 'int|string', + 'property' => 'int', + ), + 'intlchar::getnumericvalue' => + array ( + 0 => 'float|null', + 'codepoint' => 'int|string', + ), + 'intlchar::getpropertyenum' => + array ( + 0 => 'int', + 'alias' => 'string', + ), + 'intlchar::getpropertyname' => + array ( + 0 => 'false|string', + 'property' => 'int', + 'type=' => 'int', + ), + 'intlchar::getpropertyvalueenum' => + array ( + 0 => 'int', + 'property' => 'int', + 'name' => 'string', + ), + 'intlchar::getpropertyvaluename' => + array ( + 0 => 'false|string', + 'property' => 'int', + 'value' => 'int', + 'type=' => 'int', + ), + 'intlchar::getunicodeversion' => + array ( + 0 => 'array', + ), + 'intlchar::hasbinaryproperty' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + 'property' => 'int', + ), + 'intlchar::isalnum' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isalpha' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isbase' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isblank' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::iscntrl' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isdefined' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isdigit' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isgraph' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isidignorable' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isidpart' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isidstart' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isisocontrol' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isjavaidpart' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isjavaidstart' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isjavaspacechar' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::islower' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::ismirrored' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isprint' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::ispunct' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isspace' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::istitle' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isualphabetic' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isulowercase' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isupper' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isuuppercase' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isuwhitespace' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::iswhitespace' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::isxdigit' => + array ( + 0 => 'bool|null', + 'codepoint' => 'int|string', + ), + 'intlchar::ord' => + array ( + 0 => 'int|null', + 'character' => 'int|string', + ), + 'intlchar::tolower' => + array ( + 0 => 'int|null|string', + 'codepoint' => 'int|string', + ), + 'intlchar::totitle' => + array ( + 0 => 'int|null|string', + 'codepoint' => 'int|string', + ), + 'intlchar::toupper' => + array ( + 0 => 'int|null|string', + 'codepoint' => 'int|string', + ), + 'intlcodepointbreakiterator::createcharacterinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlcodepointbreakiterator::createcodepointinstance' => + array ( + 0 => 'IntlCodePointBreakIterator', + ), + 'intlcodepointbreakiterator::createlineinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlcodepointbreakiterator::createsentenceinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlcodepointbreakiterator::createtitleinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlcodepointbreakiterator::createwordinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlcodepointbreakiterator::current' => + array ( + 0 => 'int', + ), + 'intlcodepointbreakiterator::first' => + array ( + 0 => 'int', + ), + 'intlcodepointbreakiterator::following' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'intlcodepointbreakiterator::geterrorcode' => + array ( + 0 => 'int', + ), + 'intlcodepointbreakiterator::geterrormessage' => + array ( + 0 => 'string', + ), + 'intlcodepointbreakiterator::getiterator' => + array ( + 0 => 'Iterator', + ), + 'intlcodepointbreakiterator::getlastcodepoint' => + array ( + 0 => 'int', + ), + 'intlcodepointbreakiterator::getlocale' => + array ( + 0 => 'false|string', + 'type' => 'int', + ), + 'intlcodepointbreakiterator::getpartsiterator' => + array ( + 0 => 'IntlPartsIterator', + 'type=' => 'string', + ), + 'intlcodepointbreakiterator::gettext' => + array ( + 0 => 'null|string', + ), + 'intlcodepointbreakiterator::isboundary' => + array ( + 0 => 'bool', + 'offset' => 'int', + ), + 'intlcodepointbreakiterator::last' => + array ( + 0 => 'int', + ), + 'intlcodepointbreakiterator::next' => + array ( + 0 => 'int', + 'offset=' => 'int|null', + ), + 'intlcodepointbreakiterator::preceding' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'intlcodepointbreakiterator::previous' => + array ( + 0 => 'int', + ), + 'intlcodepointbreakiterator::settext' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'intldateformatter::__construct' => + array ( + 0 => 'void', + 'locale' => 'null|string', + 'dateType=' => 'int', + 'timeType=' => 'int', + 'timezone=' => 'DateTimeZone|IntlTimeZone|null|string', + 'calendar=' => 'IntlCalendar|int|null', + 'pattern=' => 'null|string', + ), + 'intldateformatter::create' => + array ( + 0 => 'IntlDateFormatter|null', + 'locale' => 'null|string', + 'dateType=' => 'int', + 'timeType=' => 'int', + 'timezone=' => 'DateTimeZone|IntlTimeZone|null|string', + 'calendar=' => 'IntlCalendar|int|null', + 'pattern=' => 'null|string', + ), + 'intldateformatter::format' => + array ( + 0 => 'false|string', + 'datetime' => 'DateTimeInterface|IntlCalendar|array{0?: int, 1?: int, 2?: int, 3?: int, 4?: int, 5?: int, 6?: int, 7?: int, 8?: int, tm_hour?: int, tm_isdst?: int, tm_mday?: int, tm_min?: int, tm_mon?: int, tm_sec?: int, tm_wday?: int, tm_yday?: int, tm_year?: int}|float|int|string', + ), + 'intldateformatter::formatobject' => + array ( + 0 => 'false|string', + 'datetime' => 'DateTimeInterface|IntlCalendar', + 'format=' => 'array{0: int, 1: int}|int|null|string', + 'locale=' => 'null|string', + ), + 'intldateformatter::getcalendar' => + array ( + 0 => 'false|int', + ), + 'intldateformatter::getcalendarobject' => + array ( + 0 => 'IntlCalendar|false|null', + ), + 'intldateformatter::getdatetype' => + array ( + 0 => 'false|int', + ), + 'intldateformatter::geterrorcode' => + array ( + 0 => 'int', + ), + 'intldateformatter::geterrormessage' => + array ( + 0 => 'string', + ), + 'intldateformatter::getlocale' => + array ( + 0 => 'false|string', + 'type=' => 'int', + ), + 'intldateformatter::getpattern' => + array ( + 0 => 'false|string', + ), + 'intldateformatter::gettimetype' => + array ( + 0 => 'false|int', + ), + 'intldateformatter::gettimezone' => + array ( + 0 => 'IntlTimeZone|false', + ), + 'intldateformatter::gettimezoneid' => + array ( + 0 => 'false|string', + ), + 'intldateformatter::islenient' => + array ( + 0 => 'bool', + ), + 'intldateformatter::localtime' => + array ( + 0 => 'array|false', + 'string' => 'string', + '&rw_offset=' => 'int', + ), + 'intldateformatter::parse' => + array ( + 0 => 'false|float|int', + 'string' => 'string', + '&rw_offset=' => 'int', + ), + 'intldateformatter::parsetocalendar' => + array ( + 0 => 'false|float|int', + 'string' => 'string', + '&offset=' => 'string', + ), + 'intldateformatter::setcalendar' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar|int|null', + ), + 'intldateformatter::setlenient' => + array ( + 0 => 'void', + 'lenient' => 'bool', + ), + 'intldateformatter::setpattern' => + array ( + 0 => 'bool', + 'pattern' => 'string', + ), + 'intldateformatter::settimezone' => + array ( + 0 => 'bool', + 'timezone' => 'DateTimeZone|IntlTimeZone|null|string', + ), + 'intldatepatterngenerator::__construct' => + array ( + 0 => 'string', + 'locale=' => 'null|string', + ), + 'intldatepatterngenerator::create' => + array ( + 0 => 'IntlDatePatternGenerator|null', + 'locale=' => 'null|string', + ), + 'intldatepatterngenerator::getbestpattern' => + array ( + 0 => 'false|string', + 'skeleton' => 'string', + ), + 'intlexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'intlexception::__tostring' => + array ( + 0 => 'string', + ), + 'intlexception::__wakeup' => + array ( + 0 => 'void', + ), + 'intlexception::getcode' => + array ( + 0 => 'int', + ), + 'intlexception::getfile' => + array ( + 0 => 'string', + ), + 'intlexception::getline' => + array ( + 0 => 'int', + ), + 'intlexception::getmessage' => + array ( + 0 => 'string', + ), + 'intlexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'intlexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'intlexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'intlgregcal_create_instance' => + array ( + 0 => 'IntlGregorianCalendar|null', + 'timezoneOrYear=' => 'DateTimeZone|IntlTimeZone|null|string', + 'localeOrMonth=' => 'int|null|string', + 'day=' => 'int', + 'hour=' => 'int', + 'minute=' => 'int', + 'second=' => 'int', + ), + 'intlgregcal_get_gregorian_change' => + array ( + 0 => 'float', + 'calendar' => 'IntlGregorianCalendar', + ), + 'intlgregcal_is_leap_year' => + array ( + 0 => 'bool', + 'calendar' => 'IntlGregorianCalendar', + 'year' => 'int', + ), + 'intlgregcal_set_gregorian_change' => + array ( + 0 => 'bool', + 'calendar' => 'IntlGregorianCalendar', + 'timestamp' => 'float', + ), + 'intlgregoriancalendar::__construct' => + array ( + 0 => 'void', + ), + 'intlgregoriancalendar::add' => + array ( + 0 => 'bool', + 'field' => 'int', + 'value' => 'int', + ), + 'intlgregoriancalendar::after' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlgregoriancalendar::before' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlgregoriancalendar::clear' => + array ( + 0 => 'true', + 'field=' => 'int|null', + ), + 'intlgregoriancalendar::createfromdate' => + array ( + 0 => 'static', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth' => 'int', + ), + 'intlgregoriancalendar::createfromdatetime' => + array ( + 0 => 'static', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth' => 'int', + 'hour' => 'int', + 'minute' => 'int', + 'second=' => 'int|null', + ), + 'intlgregoriancalendar::createinstance' => + array ( + 0 => 'IntlGregorianCalendar|null', + 'timezone=' => 'DateTimeZone|IntlTimeZone|null|string', + 'locale=' => 'null|string', + ), + 'intlgregoriancalendar::equals' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlgregoriancalendar::fielddifference' => + array ( + 0 => 'false|int', + 'timestamp' => 'float', + 'field' => 'int', + ), + 'intlgregoriancalendar::fromdatetime' => + array ( + 0 => 'IntlCalendar|null', + 'datetime' => 'DateTime|string', + 'locale=' => 'null|string', + ), + 'intlgregoriancalendar::get' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getactualmaximum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getactualminimum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getavailablelocales' => + array ( + 0 => 'array', + ), + 'intlgregoriancalendar::getdayofweektype' => + array ( + 0 => 'int', + 'dayOfWeek' => 'int', + ), + 'intlgregoriancalendar::geterrorcode' => + array ( + 0 => 'int', + ), + 'intlgregoriancalendar::geterrormessage' => + array ( + 0 => 'string', + ), + 'intlgregoriancalendar::getfirstdayofweek' => + array ( + 0 => 'int', + ), + 'intlgregoriancalendar::getgreatestminimum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getgregorianchange' => + array ( + 0 => 'float', + ), + 'intlgregoriancalendar::getkeywordvaluesforlocale' => + array ( + 0 => 'IntlIterator|false', + 'keyword' => 'string', + 'locale' => 'string', + 'onlyCommon' => 'bool', + ), + 'intlgregoriancalendar::getleastmaximum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getlocale' => + array ( + 0 => 'false|string', + 'type' => 'int', + ), + 'intlgregoriancalendar::getmaximum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getminimaldaysinfirstweek' => + array ( + 0 => 'int', + ), + 'intlgregoriancalendar::getminimum' => + array ( + 0 => 'int', + 'field' => 'int', + ), + 'intlgregoriancalendar::getnow' => + array ( + 0 => 'float', + ), + 'intlgregoriancalendar::getrepeatedwalltimeoption' => + array ( + 0 => 'int', + ), + 'intlgregoriancalendar::getskippedwalltimeoption' => + array ( + 0 => 'int', + ), + 'intlgregoriancalendar::gettime' => + array ( + 0 => 'float', + ), + 'intlgregoriancalendar::gettimezone' => + array ( + 0 => 'IntlTimeZone', + ), + 'intlgregoriancalendar::gettype' => + array ( + 0 => 'string', + ), + 'intlgregoriancalendar::getweekendtransition' => + array ( + 0 => 'false|int', + 'dayOfWeek' => 'int', + ), + 'intlgregoriancalendar::indaylighttime' => + array ( + 0 => 'bool', + ), + 'intlgregoriancalendar::isequivalentto' => + array ( + 0 => 'bool', + 'other' => 'IntlCalendar', + ), + 'intlgregoriancalendar::isleapyear' => + array ( + 0 => 'bool', + 'year' => 'int', + ), + 'intlgregoriancalendar::islenient' => + array ( + 0 => 'bool', + ), + 'intlgregoriancalendar::isset' => + array ( + 0 => 'bool', + 'field' => 'int', + ), + 'intlgregoriancalendar::isweekend' => + array ( + 0 => 'bool', + 'timestamp=' => 'float|null', + ), + 'intlgregoriancalendar::roll' => + array ( + 0 => 'bool', + 'field' => 'int', + 'value' => 'bool|int', + ), + 'intlgregoriancalendar::set' => + array ( + 0 => 'true', + 'field' => 'int', + 'value' => 'int', + ), + 'intlgregoriancalendar::setdate' => + array ( + 0 => 'void', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth' => 'int', + ), + 'intlgregoriancalendar::setdatetime' => + array ( + 0 => 'void', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth' => 'int', + 'hour' => 'int', + 'minute' => 'int', + 'second=' => 'int|null', + ), + 'intlgregoriancalendar::setfirstdayofweek' => + array ( + 0 => 'true', + 'dayOfWeek' => 'int', + ), + 'intlgregoriancalendar::setgregorianchange' => + array ( + 0 => 'bool', + 'timestamp' => 'float', + ), + 'intlgregoriancalendar::setlenient' => + array ( + 0 => 'true', + 'lenient' => 'bool', + ), + 'intlgregoriancalendar::setminimaldaysinfirstweek' => + array ( + 0 => 'true', + 'days' => 'int', + ), + 'intlgregoriancalendar::setrepeatedwalltimeoption' => + array ( + 0 => 'true', + 'option' => 'int', + ), + 'intlgregoriancalendar::setskippedwalltimeoption' => + array ( + 0 => 'true', + 'option' => 'int', + ), + 'intlgregoriancalendar::settime' => + array ( + 0 => 'bool', + 'timestamp' => 'float', + ), + 'intlgregoriancalendar::settimezone' => + array ( + 0 => 'bool', + 'timezone' => 'DateTimeZone|IntlTimeZone|null|string', + ), + 'intlgregoriancalendar::todatetime' => + array ( + 0 => 'DateTime', + ), + 'intliterator::current' => + array ( + 0 => 'mixed', + ), + 'intliterator::key' => + array ( + 0 => 'string', + ), + 'intliterator::next' => + array ( + 0 => 'void', + ), + 'intliterator::rewind' => + array ( + 0 => 'void', + ), + 'intliterator::valid' => + array ( + 0 => 'bool', + ), + 'intlpartsiterator::current' => + array ( + 0 => 'string', + ), + 'intlpartsiterator::getbreakiterator' => + array ( + 0 => 'IntlBreakIterator', + ), + 'intlpartsiterator::getrulestatus' => + array ( + 0 => 'string', + ), + 'intlpartsiterator::key' => + array ( + 0 => 'string', + ), + 'intlpartsiterator::next' => + array ( + 0 => 'string', + ), + 'intlpartsiterator::rewind' => + array ( + 0 => 'string', + ), + 'intlpartsiterator::valid' => + array ( + 0 => 'string', + ), + 'intlrulebasedbreakiterator::__construct' => + array ( + 0 => 'void', + 'rules' => 'string', + 'compiled=' => 'bool', + ), + 'intlrulebasedbreakiterator::createcharacterinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlrulebasedbreakiterator::createcodepointinstance' => + array ( + 0 => 'IntlCodePointBreakIterator', + ), + 'intlrulebasedbreakiterator::createlineinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlrulebasedbreakiterator::createsentenceinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlrulebasedbreakiterator::createtitleinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlrulebasedbreakiterator::createwordinstance' => + array ( + 0 => 'IntlRuleBasedBreakIterator|null', + 'locale=' => 'null|string', + ), + 'intlrulebasedbreakiterator::current' => + array ( + 0 => 'int', + ), + 'intlrulebasedbreakiterator::first' => + array ( + 0 => 'int', + ), + 'intlrulebasedbreakiterator::following' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'intlrulebasedbreakiterator::getbinaryrules' => + array ( + 0 => 'string', + ), + 'intlrulebasedbreakiterator::geterrorcode' => + array ( + 0 => 'int', + ), + 'intlrulebasedbreakiterator::geterrormessage' => + array ( + 0 => 'string', + ), + 'intlrulebasedbreakiterator::getiterator' => + array ( + 0 => 'Iterator', + ), + 'intlrulebasedbreakiterator::getlocale' => + array ( + 0 => 'false|string', + 'type' => 'int', + ), + 'intlrulebasedbreakiterator::getpartsiterator' => + array ( + 0 => 'IntlPartsIterator', + 'type=' => 'string', + ), + 'intlrulebasedbreakiterator::getrules' => + array ( + 0 => 'string', + ), + 'intlrulebasedbreakiterator::getrulestatus' => + array ( + 0 => 'int', + ), + 'intlrulebasedbreakiterator::getrulestatusvec' => + array ( + 0 => 'array', + ), + 'intlrulebasedbreakiterator::gettext' => + array ( + 0 => 'null|string', + ), + 'intlrulebasedbreakiterator::isboundary' => + array ( + 0 => 'bool', + 'offset' => 'int', + ), + 'intlrulebasedbreakiterator::last' => + array ( + 0 => 'int', + ), + 'intlrulebasedbreakiterator::next' => + array ( + 0 => 'int', + 'offset=' => 'int|null', + ), + 'intlrulebasedbreakiterator::preceding' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'intlrulebasedbreakiterator::previous' => + array ( + 0 => 'int', + ), + 'intlrulebasedbreakiterator::settext' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'intltimezone::__construct' => + array ( + 0 => 'string', + ), + 'intltimezone::countequivalentids' => + array ( + 0 => 'false|int', + 'timezoneId' => 'string', + ), + 'intltimezone::createdefault' => + array ( + 0 => 'IntlTimeZone', + ), + 'intltimezone::createenumeration' => + array ( + 0 => 'IntlIterator|false', + 'countryOrRawOffset=' => 'IntlTimeZone|float|int|null|string', + ), + 'intltimezone::createtimezone' => + array ( + 0 => 'IntlTimeZone|null', + 'timezoneId' => 'string', + ), + 'intltimezone::createtimezoneidenumeration' => + array ( + 0 => 'IntlIterator|false', + 'type' => 'int', + 'region=' => 'null|string', + 'rawOffset=' => 'int|null', + ), + 'intltimezone::fromdatetimezone' => + array ( + 0 => 'IntlTimeZone|null', + 'timezone' => 'DateTimeZone', + ), + 'intltimezone::getcanonicalid' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + '&w_isSystemId=' => 'bool', + ), + 'intltimezone::getdisplayname' => + array ( + 0 => 'false|string', + 'dst=' => 'bool', + 'style=' => 'int', + 'locale=' => 'null|string', + ), + 'intltimezone::getdstsavings' => + array ( + 0 => 'int', + ), + 'intltimezone::getequivalentid' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + 'offset' => 'int', + ), + 'intltimezone::geterrorcode' => + array ( + 0 => 'int', + ), + 'intltimezone::geterrormessage' => + array ( + 0 => 'string', + ), + 'intltimezone::getgmt' => + array ( + 0 => 'IntlTimeZone', + ), + 'intltimezone::getianaid' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + ), + 'intltimezone::getid' => + array ( + 0 => 'string', + ), + 'intltimezone::getidforwindowsid' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + 'region=' => 'null|string', + ), + 'intltimezone::getoffset' => + array ( + 0 => 'bool', + 'timestamp' => 'float', + 'local' => 'bool', + '&w_rawOffset' => 'int', + '&w_dstOffset' => 'int', + ), + 'intltimezone::getrawoffset' => + array ( + 0 => 'int', + ), + 'intltimezone::getregion' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + ), + 'intltimezone::gettzdataversion' => + array ( + 0 => 'string', + ), + 'intltimezone::getunknown' => + array ( + 0 => 'IntlTimeZone', + ), + 'intltimezone::getwindowsid' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + ), + 'intltimezone::hassamerules' => + array ( + 0 => 'bool', + 'other' => 'IntlTimeZone', + ), + 'intltimezone::todatetimezone' => + array ( + 0 => 'DateTimeZone|false', + ), + 'intltimezone::usedaylighttime' => + array ( + 0 => 'bool', + ), + 'intltz_count_equivalent_ids' => + array ( + 0 => 'int', + 'timezoneId' => 'string', + ), + 'intltz_create_default' => + array ( + 0 => 'IntlTimeZone', + ), + 'intltz_create_enumeration' => + array ( + 0 => 'IntlIterator|false', + 'countryOrRawOffset=' => 'IntlTimeZone|float|int|null|string', + ), + 'intltz_create_time_zone' => + array ( + 0 => 'IntlTimeZone|null', + 'timezoneId' => 'string', + ), + 'intltz_create_time_zone_id_enumeration' => + array ( + 0 => 'IntlIterator|false', + 'type' => 'int', + 'region=' => 'null|string', + 'rawOffset=' => 'int|null', + ), + 'intltz_from_date_time_zone' => + array ( + 0 => 'IntlTimeZone|null', + 'timezone' => 'DateTimeZone', + ), + 'intltz_get_canonical_id' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + '&isSystemId=' => 'bool', + ), + 'intltz_get_display_name' => + array ( + 0 => 'false|string', + 'timezone' => 'IntlTimeZone', + 'dst=' => 'bool', + 'style=' => 'int', + 'locale=' => 'null|string', + ), + 'intltz_get_dst_savings' => + array ( + 0 => 'int', + 'timezone' => 'IntlTimeZone', + ), + 'intltz_get_equivalent_id' => + array ( + 0 => 'string', + 'timezoneId' => 'string', + 'offset' => 'int', + ), + 'intltz_get_error_code' => + array ( + 0 => 'int', + 'timezone' => 'IntlTimeZone', + ), + 'intltz_get_error_message' => + array ( + 0 => 'string', + 'timezone' => 'IntlTimeZone', + ), + 'intltz_get_gmt' => + array ( + 0 => 'IntlTimeZone', + ), + 'intltz_get_iana_id' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + ), + 'intltz_get_id' => + array ( + 0 => 'string', + 'timezone' => 'IntlTimeZone', + ), + 'intltz_get_id_for_windows_id' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + 'region=' => 'null|string', + ), + 'intltz_get_offset' => + array ( + 0 => 'bool', + 'timezone' => 'IntlTimeZone', + 'timestamp' => 'float', + 'local' => 'bool', + '&rawOffset' => 'int', + '&dstOffset' => 'int', + ), + 'intltz_get_raw_offset' => + array ( + 0 => 'int', + 'timezone' => 'IntlTimeZone', + ), + 'intltz_get_region' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + ), + 'intltz_get_tz_data_version' => + array ( + 0 => 'string', + 'object' => 'IntlTimeZone', + ), + 'intltz_get_unknown' => + array ( + 0 => 'IntlTimeZone', + ), + 'intltz_get_windows_id' => + array ( + 0 => 'false|string', + 'timezoneId' => 'string', + ), + 'intltz_has_same_rules' => + array ( + 0 => 'bool', + 'timezone' => 'IntlTimeZone', + 'other' => 'IntlTimeZone', + ), + 'intltz_to_date_time_zone' => + array ( + 0 => 'DateTimeZone', + 'timezone' => 'IntlTimeZone', + ), + 'intltz_use_daylight_time' => + array ( + 0 => 'bool', + 'timezone' => 'IntlTimeZone', + ), + 'intval' => + array ( + 0 => 'int', + 'value' => 'mixed', + 'base=' => 'int', + ), + 'invalidargumentexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'invalidargumentexception::__tostring' => + array ( + 0 => 'string', + ), + 'invalidargumentexception::__wakeup' => + array ( + 0 => 'string', + ), + 'invalidargumentexception::getcode' => + array ( + 0 => 'int', + ), + 'invalidargumentexception::getfile' => + array ( + 0 => 'string', + ), + 'invalidargumentexception::getline' => + array ( + 0 => 'int', + ), + 'invalidargumentexception::getmessage' => + array ( + 0 => 'string', + ), + 'invalidargumentexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'invalidargumentexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'invalidargumentexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'ip2long' => + array ( + 0 => 'false|int', + 'ip' => 'string', + ), + 'iptcembed' => + array ( + 0 => 'bool|string', + 'iptc_data' => 'string', + 'filename' => 'string', + 'spool=' => 'int', + ), + 'iptcparse' => + array ( + 0 => 'array|false', + 'iptc_block' => 'string', + ), + 'is_a' => + array ( + 0 => 'bool', + 'object_or_class' => 'mixed', + 'class' => 'string', + 'allow_string=' => 'bool', + ), + 'is_array' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_bool' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_callable' => + array ( + 0 => 'bool', + 'value' => 'callable|mixed', + 'syntax_only=' => 'bool', + '&w_callable_name=' => 'string', + ), + 'is_countable' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_dir' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_double' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_executable' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_finite' => + array ( + 0 => 'bool', + 'num' => 'float', + ), + 'is_float' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_infinite' => + array ( + 0 => 'bool', + 'num' => 'float', + ), + 'is_int' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_integer' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_iterable' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_link' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_long' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_nan' => + array ( + 0 => 'bool', + 'num' => 'float', + ), + 'is_null' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_numeric' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_object' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_readable' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_resource' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_scalar' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_string' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_subclass_of' => + array ( + 0 => 'bool', + 'object_or_class' => 'object|string', + 'class' => 'class-string', + 'allow_string=' => 'bool', + ), + 'is_uploaded_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_writable' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'is_writeable' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'iterator_apply' => + array ( + 0 => 'int<0, max>', + 'iterator' => 'Traversable', + 'callback' => 'callable(mixed):bool', + 'args=' => 'array|null', + ), + 'iterator_count' => + array ( + 0 => 'int<0, max>', + 'iterator' => 'Traversable|array', + ), + 'iterator_to_array' => + array ( + 0 => 'array', + 'iterator' => 'Traversable|array', + 'preserve_keys=' => 'bool', + ), + 'iteratoriterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Traversable', + 'class=' => 'null|string', + ), + 'iteratoriterator::current' => + array ( + 0 => 'mixed', + ), + 'iteratoriterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'iteratoriterator::key' => + array ( + 0 => 'mixed', + ), + 'iteratoriterator::next' => + array ( + 0 => 'void', + ), + 'iteratoriterator::rewind' => + array ( + 0 => 'void', + ), + 'iteratoriterator::valid' => + array ( + 0 => 'bool', + ), + 'join' => + array ( + 0 => 'string', + 'separator' => 'string', + 'array' => 'array|null', + ), + 'json_decode' => + array ( + 0 => 'mixed', + 'json' => 'string', + 'associative=' => 'bool|null', + 'depth=' => 'int', + 'flags=' => 'int', + ), + 'json_encode' => + array ( + 0 => 'false|non-empty-string', + 'value' => 'mixed', + 'flags=' => 'int', + 'depth=' => 'int', + ), + 'json_last_error' => + array ( + 0 => 'int', + ), + 'json_last_error_msg' => + array ( + 0 => 'string', + ), + 'json_validate' => + array ( + 0 => 'bool', + 'json' => 'string', + 'depth=' => 'int<1, max>', + 'flags=' => 'int', + ), + 'jsonexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'jsonexception::__tostring' => + array ( + 0 => 'string', + ), + 'jsonexception::__wakeup' => + array ( + 0 => 'void', + ), + 'jsonexception::getcode' => + array ( + 0 => 'int', + ), + 'jsonexception::getfile' => + array ( + 0 => 'string', + ), + 'jsonexception::getline' => + array ( + 0 => 'int', + ), + 'jsonexception::getmessage' => + array ( + 0 => 'string', + ), + 'jsonexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'jsonexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'jsonexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'key' => + array ( + 0 => 'int|null|string', + 'array' => 'array', + ), + 'key_exists' => + array ( + 0 => 'bool', + 'key' => 'int|string', + 'array' => 'array', + ), + 'krsort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'ksort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'lcfirst' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'lcg_value' => + array ( + 0 => 'float', + ), + 'lchgrp' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'group' => 'int|string', + ), + 'lchown' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'user' => 'int|string', + ), + 'lengthexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'lengthexception::__tostring' => + array ( + 0 => 'string', + ), + 'lengthexception::__wakeup' => + array ( + 0 => 'string', + ), + 'lengthexception::getcode' => + array ( + 0 => 'int', + ), + 'lengthexception::getfile' => + array ( + 0 => 'string', + ), + 'lengthexception::getline' => + array ( + 0 => 'int', + ), + 'lengthexception::getmessage' => + array ( + 0 => 'string', + ), + 'lengthexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'lengthexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'lengthexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'levenshtein' => + array ( + 0 => 'int', + 'string1' => 'string', + 'string2' => 'string', + ), + 'libxml_clear_errors' => + array ( + 0 => 'void', + ), + 'libxml_disable_entity_loader' => + array ( + 0 => 'bool', + 'disable=' => 'bool', + ), + 'libxml_get_errors' => + array ( + 0 => 'list', + ), + 'libxml_get_external_entity_loader' => + array ( + 0 => 'callable(string, string, array{directory: null|string, extSubSystem: null|string, extSubURI: null|string, intSubName: null|string}):(null|resource|string)|null', + ), + 'libxml_get_last_error' => + array ( + 0 => 'LibXMLError|false', + ), + 'libxml_set_external_entity_loader' => + array ( + 0 => 'bool', + 'resolver_function' => 'callable(string, string, array{directory: null|string, extSubSystem: null|string, extSubURI: null|string, intSubName: null|string}):(null|resource|string)|null', + ), + 'libxml_set_streams_context' => + array ( + 0 => 'void', + 'context' => 'resource', + ), + 'libxml_use_internal_errors' => + array ( + 0 => 'bool', + 'use_errors=' => 'bool|null', + ), + 'limititerator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + 'offset=' => 'int', + 'limit=' => 'int', + ), + 'limititerator::current' => + array ( + 0 => 'mixed', + ), + 'limititerator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'limititerator::getposition' => + array ( + 0 => 'int', + ), + 'limititerator::key' => + array ( + 0 => 'mixed', + ), + 'limititerator::next' => + array ( + 0 => 'void', + ), + 'limititerator::rewind' => + array ( + 0 => 'void', + ), + 'limititerator::seek' => + array ( + 0 => 'int', + 'offset' => 'int', + ), + 'limititerator::valid' => + array ( + 0 => 'bool', + ), + 'link' => + array ( + 0 => 'bool', + 'target' => 'string', + 'link' => 'string', + ), + 'linkinfo' => + array ( + 0 => 'false|int', + 'path' => 'string', + ), + 'locale::acceptfromhttp' => + array ( + 0 => 'false|string', + 'header' => 'string', + ), + 'locale::canonicalize' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale::composelocale' => + array ( + 0 => 'string', + 'subtags' => 'array', + ), + 'locale::filtermatches' => + array ( + 0 => 'bool|null', + 'languageTag' => 'string', + 'locale' => 'string', + 'canonicalize=' => 'bool', + ), + 'locale::getallvariants' => + array ( + 0 => 'array|null', + 'locale' => 'string', + ), + 'locale::getdefault' => + array ( + 0 => 'string', + ), + 'locale::getdisplaylanguage' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale::getdisplayname' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale::getdisplayregion' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale::getdisplayscript' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale::getdisplayvariant' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale::getkeywords' => + array ( + 0 => 'array|false|null', + 'locale' => 'string', + ), + 'locale::getprimarylanguage' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale::getregion' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale::getscript' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale::lookup' => + array ( + 0 => 'null|string', + 'languageTag' => 'array', + 'locale' => 'string', + 'canonicalize=' => 'bool', + 'defaultLocale=' => 'null|string', + ), + 'locale::parselocale' => + array ( + 0 => 'array|null', + 'locale' => 'string', + ), + 'locale::setdefault' => + array ( + 0 => 'true', + 'locale' => 'string', + ), + 'locale_accept_from_http' => + array ( + 0 => 'false|string', + 'header' => 'string', + ), + 'locale_canonicalize' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale_compose' => + array ( + 0 => 'false|string', + 'subtags' => 'array', + ), + 'locale_filter_matches' => + array ( + 0 => 'bool|null', + 'languageTag' => 'string', + 'locale' => 'string', + 'canonicalize=' => 'bool', + ), + 'locale_get_all_variants' => + array ( + 0 => 'array|null', + 'locale' => 'string', + ), + 'locale_get_default' => + array ( + 0 => 'string', + ), + 'locale_get_display_language' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale_get_display_name' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale_get_display_region' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale_get_display_script' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale_get_display_variant' => + array ( + 0 => 'string', + 'locale' => 'string', + 'displayLocale=' => 'null|string', + ), + 'locale_get_keywords' => + array ( + 0 => 'array|false|null', + 'locale' => 'string', + ), + 'locale_get_primary_language' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale_get_region' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale_get_script' => + array ( + 0 => 'null|string', + 'locale' => 'string', + ), + 'locale_lookup' => + array ( + 0 => 'null|string', + 'languageTag' => 'array', + 'locale' => 'string', + 'canonicalize=' => 'bool', + 'defaultLocale=' => 'null|string', + ), + 'locale_parse' => + array ( + 0 => 'array|null', + 'locale' => 'string', + ), + 'locale_set_default' => + array ( + 0 => 'true', + 'locale' => 'string', + ), + 'localeconv' => + array ( + 0 => 'array', + ), + 'localtime' => + array ( + 0 => 'array', + 'timestamp=' => 'int|null', + 'associative=' => 'bool', + ), + 'log' => + array ( + 0 => 'float', + 'num' => 'float', + 'base=' => 'float', + ), + 'log10' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'log1p' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'logicexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'logicexception::__tostring' => + array ( + 0 => 'string', + ), + 'logicexception::__wakeup' => + array ( + 0 => 'string', + ), + 'logicexception::getcode' => + array ( + 0 => 'int', + ), + 'logicexception::getfile' => + array ( + 0 => 'string', + ), + 'logicexception::getline' => + array ( + 0 => 'int', + ), + 'logicexception::getmessage' => + array ( + 0 => 'string', + ), + 'logicexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'logicexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'logicexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'long2ip' => + array ( + 0 => 'string', + 'ip' => 'int', + ), + 'lstat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}|false', + 'filename' => 'string', + ), + 'ltrim' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'string', + ), + 'mail' => + array ( + 0 => 'bool', + 'to' => 'string', + 'subject' => 'string', + 'message' => 'string', + 'additional_headers=' => 'array|string', + 'additional_params=' => 'string', + ), + 'max' => + array ( + 0 => 'mixed', + 'value' => 'non-empty-array', + ), + 'mb_check_encoding' => + array ( + 0 => 'bool', + 'value' => 'array|null|string', + 'encoding=' => 'null|string', + ), + 'mb_chr' => + array ( + 0 => 'false|non-empty-string', + 'codepoint' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_convert_case' => + array ( + 0 => 'string', + 'string' => 'string', + 'mode' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_convert_encoding' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'to_encoding' => 'string', + 'from_encoding=' => 'array|null|string', + ), + 'mb_convert_kana' => + array ( + 0 => 'string', + 'string' => 'string', + 'mode=' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_convert_variables' => + array ( + 0 => 'false|string', + 'to_encoding' => 'string', + 'from_encoding' => 'array|string', + '&rw_var' => 'array|object|string', + '&...rw_vars=' => 'array|object|string', + ), + 'mb_decode_mimeheader' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'mb_decode_numericentity' => + array ( + 0 => 'string', + 'string' => 'string', + 'map' => 'array', + 'encoding=' => 'null|string', + ), + 'mb_detect_encoding' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'encodings=' => 'array|null|string', + 'strict=' => 'bool', + ), + 'mb_detect_order' => + array ( + 0 => 'bool|list', + 'encoding=' => 'array|null|string', + ), + 'mb_encode_mimeheader' => + array ( + 0 => 'string', + 'string' => 'string', + 'charset=' => 'null|string', + 'transfer_encoding=' => 'null|string', + 'newline=' => 'string', + 'indent=' => 'int', + ), + 'mb_encode_numericentity' => + array ( + 0 => 'string', + 'string' => 'string', + 'map' => 'array', + 'encoding=' => 'null|string', + 'hex=' => 'bool', + ), + 'mb_encoding_aliases' => + array ( + 0 => 'list', + 'encoding' => 'string', + ), + 'mb_ereg' => + array ( + 0 => 'bool', + 'pattern' => 'string', + 'string' => 'string', + '&w_matches=' => 'array|null', + ), + 'mb_ereg_match' => + array ( + 0 => 'bool', + 'pattern' => 'string', + 'string' => 'string', + 'options=' => 'null|string', + ), + 'mb_ereg_replace' => + array ( + 0 => 'false|null|string', + 'pattern' => 'string', + 'replacement' => 'string', + 'string' => 'string', + 'options=' => 'null|string', + ), + 'mb_ereg_replace_callback' => + array ( + 0 => 'false|null|string', + 'pattern' => 'string', + 'callback' => 'callable', + 'string' => 'string', + 'options=' => 'null|string', + ), + 'mb_ereg_search' => + array ( + 0 => 'bool', + 'pattern=' => 'null|string', + 'options=' => 'null|string', + ), + 'mb_ereg_search_getpos' => + array ( + 0 => 'int', + ), + 'mb_ereg_search_getregs' => + array ( + 0 => 'array|false', + ), + 'mb_ereg_search_init' => + array ( + 0 => 'bool', + 'string' => 'string', + 'pattern=' => 'null|string', + 'options=' => 'null|string', + ), + 'mb_ereg_search_pos' => + array ( + 0 => 'array|false', + 'pattern=' => 'null|string', + 'options=' => 'null|string', + ), + 'mb_ereg_search_regs' => + array ( + 0 => 'array|false', + 'pattern=' => 'null|string', + 'options=' => 'null|string', + ), + 'mb_ereg_search_setpos' => + array ( + 0 => 'bool', + 'offset' => 'int', + ), + 'mb_eregi' => + array ( + 0 => 'bool', + 'pattern' => 'string', + 'string' => 'string', + '&w_matches=' => 'array|null', + ), + 'mb_eregi_replace' => + array ( + 0 => 'false|null|string', + 'pattern' => 'string', + 'replacement' => 'string', + 'string' => 'string', + 'options=' => 'null|string', + ), + 'mb_get_info' => + array ( + 0 => 'array|false|int|null|string', + 'type=' => 'string', + ), + 'mb_http_input' => + array ( + 0 => 'array|false|string', + 'type=' => 'null|string', + ), + 'mb_http_output' => + array ( + 0 => 'bool|string', + 'encoding=' => 'null|string', + ), + 'mb_internal_encoding' => + array ( + 0 => 'bool|string', + 'encoding=' => 'null|string', + ), + 'mb_language' => + array ( + 0 => 'bool|string', + 'language=' => 'null|string', + ), + 'mb_lcfirst' => + array ( + 0 => 'string', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_list_encodings' => + array ( + 0 => 'list', + ), + 'mb_ltrim' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'null|string', + 'encoding=' => 'null|string', + ), + 'mb_ord' => + array ( + 0 => 'false|int', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_output_handler' => + array ( + 0 => 'string', + 'string' => 'string', + 'status' => 'int', + ), + 'mb_parse_str' => + array ( + 0 => 'bool', + 'string' => 'string', + '&w_result' => 'array', + ), + 'mb_preferred_mime_name' => + array ( + 0 => 'false|string', + 'encoding' => 'string', + ), + 'mb_regex_encoding' => + array ( + 0 => 'bool|string', + 'encoding=' => 'null|string', + ), + 'mb_regex_set_options' => + array ( + 0 => 'string', + 'options=' => 'null|string', + ), + 'mb_rtrim' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'null|string', + 'encoding=' => 'null|string', + ), + 'mb_scrub' => + array ( + 0 => 'string', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_send_mail' => + array ( + 0 => 'bool', + 'to' => 'string', + 'subject' => 'string', + 'message' => 'string', + 'additional_headers=' => 'array|string', + 'additional_params=' => 'null|string', + ), + 'mb_split' => + array ( + 0 => 'false|list', + 'pattern' => 'string', + 'string' => 'string', + 'limit=' => 'int', + ), + 'mb_str_pad' => + array ( + 0 => 'string', + 'string' => 'string', + 'length' => 'int', + 'pad_string=' => 'string', + 'pad_type=' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_str_split' => + array ( + 0 => 'list', + 'string' => 'string', + 'length=' => 'int<1, max>', + 'encoding=' => 'null|string', + ), + 'mb_strcut' => + array ( + 0 => 'string', + 'string' => 'string', + 'start' => 'int', + 'length=' => 'int|null', + 'encoding=' => 'null|string', + ), + 'mb_strimwidth' => + array ( + 0 => 'string', + 'string' => 'string', + 'start' => 'int', + 'width' => 'int', + 'trim_marker=' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_stripos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_stristr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + 'encoding=' => 'null|string', + ), + 'mb_strlen' => + array ( + 0 => 'int<0, max>', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_strpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_strrchr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + 'encoding=' => 'null|string', + ), + 'mb_strrichr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + 'encoding=' => 'null|string', + ), + 'mb_strripos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_strrpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + 'encoding=' => 'null|string', + ), + 'mb_strstr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + 'encoding=' => 'null|string', + ), + 'mb_strtolower' => + array ( + 0 => 'lowercase-string', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_strtoupper' => + array ( + 0 => 'string', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_strwidth' => + array ( + 0 => 'int', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_substitute_character' => + array ( + 0 => 'bool|int|string', + 'substitute_character=' => 'int|null|string', + ), + 'mb_substr' => + array ( + 0 => 'string', + 'string' => 'string', + 'start' => 'int', + 'length=' => 'int|null', + 'encoding=' => 'null|string', + ), + 'mb_substr_count' => + array ( + 0 => 'int', + 'haystack' => 'string', + 'needle' => 'string', + 'encoding=' => 'null|string', + ), + 'mb_trim' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'null|string', + 'encoding=' => 'null|string', + ), + 'mb_ucfirst' => + array ( + 0 => 'string', + 'string' => 'string', + 'encoding=' => 'null|string', + ), + 'md5' => + array ( + 0 => 'non-falsy-string', + 'string' => 'string', + 'binary=' => 'bool', + ), + 'md5_file' => + array ( + 0 => 'false|non-falsy-string', + 'filename' => 'string', + 'binary=' => 'bool', + ), + 'memory_get_peak_usage' => + array ( + 0 => 'int', + 'real_usage=' => 'bool', + ), + 'memory_get_usage' => + array ( + 0 => 'int', + 'real_usage=' => 'bool', + ), + 'memory_reset_peak_usage' => + array ( + 0 => 'void', + ), + 'messageformatter::__construct' => + array ( + 0 => 'void', + 'locale' => 'string', + 'pattern' => 'string', + ), + 'messageformatter::create' => + array ( + 0 => 'MessageFormatter|null', + 'locale' => 'string', + 'pattern' => 'string', + ), + 'messageformatter::format' => + array ( + 0 => 'false|string', + 'values' => 'array', + ), + 'messageformatter::formatmessage' => + array ( + 0 => 'false|string', + 'locale' => 'string', + 'pattern' => 'string', + 'values' => 'array', + ), + 'messageformatter::geterrorcode' => + array ( + 0 => 'int', + ), + 'messageformatter::geterrormessage' => + array ( + 0 => 'string', + ), + 'messageformatter::getlocale' => + array ( + 0 => 'string', + ), + 'messageformatter::getpattern' => + array ( + 0 => 'string', + ), + 'messageformatter::parse' => + array ( + 0 => 'array|false', + 'string' => 'string', + ), + 'messageformatter::parsemessage' => + array ( + 0 => 'array|false', + 'locale' => 'string', + 'pattern' => 'string', + 'message' => 'string', + ), + 'messageformatter::setpattern' => + array ( + 0 => 'bool', + 'pattern' => 'string', + ), + 'metaphone' => + array ( + 0 => 'string', + 'string' => 'string', + 'max_phonemes=' => 'int', + ), + 'method_exists' => + array ( + 0 => 'bool', + 'object_or_class' => 'class-string|object', + 'method' => 'string', + ), + 'mhash' => + array ( + 0 => 'string', + 'algo' => 'int', + 'data' => 'string', + 'key=' => 'null|string', + ), + 'mhash_count' => + array ( + 0 => 'int', + ), + 'mhash_get_block_size' => + array ( + 0 => 'false|int', + 'algo' => 'int', + ), + 'mhash_get_hash_name' => + array ( + 0 => 'false|string', + 'algo' => 'int', + ), + 'mhash_keygen_s2k' => + array ( + 0 => 'false|string', + 'algo' => 'int', + 'password' => 'string', + 'salt' => 'string', + 'length' => 'int', + ), + 'microtime' => + array ( + 0 => 'string', + 'as_float=' => 'false', + ), + 'mime_content_type' => + array ( + 0 => 'false|string', + 'filename' => 'resource|string', + ), + 'min' => + array ( + 0 => 'mixed', + 'value' => 'non-empty-array', + ), + 'mkdir' => + array ( + 0 => 'bool', + 'directory' => 'string', + 'permissions=' => 'int', + 'recursive=' => 'bool', + 'context=' => 'null|resource', + ), + 'mktime' => + array ( + 0 => 'false|int', + 'hour' => 'int', + 'minute=' => 'int|null', + 'second=' => 'int|null', + 'month=' => 'int|null', + 'day=' => 'int|null', + 'year=' => 'int|null', + ), + 'mongodb\\bson\\binary::__construct' => + array ( + 0 => 'void', + 'data' => 'string', + 'type=' => 'int', + ), + 'mongodb\\bson\\binary::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\binary::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Binary', + 'properties' => 'array', + ), + 'mongodb\\bson\\binary::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\binary::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\binary::getdata' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\binary::gettype' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\binary::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\binary::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\binary::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\dbpointer::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\dbpointer::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\dbpointer::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\DBPointer', + 'properties' => 'array', + ), + 'mongodb\\bson\\dbpointer::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\dbpointer::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\dbpointer::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\dbpointer::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\dbpointer::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\decimal128::__construct' => + array ( + 0 => 'void', + 'value' => 'string', + ), + 'mongodb\\bson\\decimal128::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\decimal128::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Decimal128', + 'properties' => 'array', + ), + 'mongodb\\bson\\decimal128::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\decimal128::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\decimal128::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\decimal128::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\decimal128::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\document::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\document::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\document::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Document', + 'properties' => 'array', + ), + 'mongodb\\bson\\document::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\document::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\document::frombson' => + array ( + 0 => 'MongoDB\\BSON\\Document', + 'bson' => 'string', + ), + 'mongodb\\bson\\document::fromjson' => + array ( + 0 => 'MongoDB\\BSON\\Document', + 'json' => 'string', + ), + 'mongodb\\bson\\document::fromphp' => + array ( + 0 => 'MongoDB\\BSON\\Document', + 'value' => 'array|object', + ), + 'mongodb\\bson\\document::get' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'mongodb\\bson\\document::getiterator' => + array ( + 0 => 'MongoDB\\BSON\\Iterator', + ), + 'mongodb\\bson\\document::has' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'mongodb\\bson\\document::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'mixed', + ), + 'mongodb\\bson\\document::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'mixed', + ), + 'mongodb\\bson\\document::offsetset' => + array ( + 0 => 'void', + 'offset' => 'mixed', + 'value' => 'mixed', + ), + 'mongodb\\bson\\document::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'mixed', + ), + 'mongodb\\bson\\document::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\document::tocanonicalextendedjson' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\document::tophp' => + array ( + 0 => 'array|object', + 'typeMap=' => 'array|null', + ), + 'mongodb\\bson\\document::torelaxedextendedjson' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\document::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\fromjson' => + array ( + 0 => 'string', + 'json' => 'string', + ), + 'mongodb\\bson\\fromphp' => + array ( + 0 => 'string', + 'value' => 'array|object', + ), + 'mongodb\\bson\\int64::__construct' => + array ( + 0 => 'void', + 'value' => 'int|string', + ), + 'mongodb\\bson\\int64::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\int64::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Int64', + 'properties' => 'array', + ), + 'mongodb\\bson\\int64::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\int64::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\int64::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\int64::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\int64::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\iterator::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\iterator::current' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\iterator::key' => + array ( + 0 => 'int|string', + ), + 'mongodb\\bson\\iterator::next' => + array ( + 0 => 'void', + ), + 'mongodb\\bson\\iterator::rewind' => + array ( + 0 => 'void', + ), + 'mongodb\\bson\\iterator::valid' => + array ( + 0 => 'bool', + ), + 'mongodb\\bson\\javascript::__construct' => + array ( + 0 => 'void', + 'code' => 'string', + 'scope=' => 'array|null|object', + ), + 'mongodb\\bson\\javascript::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\javascript::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Javascript', + 'properties' => 'array', + ), + 'mongodb\\bson\\javascript::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\javascript::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\javascript::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\javascript::getscope' => + array ( + 0 => 'null|object', + ), + 'mongodb\\bson\\javascript::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\javascript::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\javascript::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\maxkey::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\maxkey::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\MaxKey', + 'properties' => 'array', + ), + 'mongodb\\bson\\maxkey::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\maxkey::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\maxkey::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\maxkey::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\minkey::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\minkey::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\MinKey', + 'properties' => 'array', + ), + 'mongodb\\bson\\minkey::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\minkey::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\minkey::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\minkey::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\objectid::__construct' => + array ( + 0 => 'void', + 'id=' => 'null|string', + ), + 'mongodb\\bson\\objectid::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\objectid::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + 'properties' => 'array', + ), + 'mongodb\\bson\\objectid::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\objectid::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\objectid::gettimestamp' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\objectid::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\objectid::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\objectid::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\packedarray::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\packedarray::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\packedarray::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\PackedArray', + 'properties' => 'array', + ), + 'mongodb\\bson\\packedarray::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\packedarray::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\packedarray::fromjson' => + array ( + 0 => 'MongoDB\\BSON\\PackedArray', + 'json' => 'string', + ), + 'mongodb\\bson\\packedarray::fromphp' => + array ( + 0 => 'MongoDB\\BSON\\PackedArray', + 'value' => 'array', + ), + 'mongodb\\bson\\packedarray::get' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'mongodb\\bson\\packedarray::getiterator' => + array ( + 0 => 'MongoDB\\BSON\\Iterator', + ), + 'mongodb\\bson\\packedarray::has' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'mongodb\\bson\\packedarray::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'mixed', + ), + 'mongodb\\bson\\packedarray::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'mixed', + ), + 'mongodb\\bson\\packedarray::offsetset' => + array ( + 0 => 'void', + 'offset' => 'mixed', + 'value' => 'mixed', + ), + 'mongodb\\bson\\packedarray::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'mixed', + ), + 'mongodb\\bson\\packedarray::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\packedarray::tocanonicalextendedjson' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\packedarray::tophp' => + array ( + 0 => 'array|object', + 'typeMap=' => 'array|null', + ), + 'mongodb\\bson\\packedarray::torelaxedextendedjson' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\packedarray::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\regex::__construct' => + array ( + 0 => 'void', + 'pattern' => 'string', + 'flags=' => 'string', + ), + 'mongodb\\bson\\regex::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\regex::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Regex', + 'properties' => 'array', + ), + 'mongodb\\bson\\regex::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\regex::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\regex::getflags' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\regex::getpattern' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\regex::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\regex::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\regex::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\symbol::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\symbol::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\symbol::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Symbol', + 'properties' => 'array', + ), + 'mongodb\\bson\\symbol::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\symbol::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\symbol::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\symbol::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\symbol::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\timestamp::__construct' => + array ( + 0 => 'void', + 'increment' => 'int|string', + 'timestamp' => 'int|string', + ), + 'mongodb\\bson\\timestamp::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\timestamp::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Timestamp', + 'properties' => 'array', + ), + 'mongodb\\bson\\timestamp::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\timestamp::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\timestamp::getincrement' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\timestamp::gettimestamp' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\timestamp::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\timestamp::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\timestamp::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\tocanonicalextendedjson' => + array ( + 0 => 'string', + 'bson' => 'string', + ), + 'mongodb\\bson\\tojson' => + array ( + 0 => 'string', + 'bson' => 'string', + ), + 'mongodb\\bson\\tophp' => + array ( + 0 => 'array|object', + 'bson' => 'string', + 'typemap=' => 'array|null', + ), + 'mongodb\\bson\\torelaxedextendedjson' => + array ( + 0 => 'string', + 'bson' => 'string', + ), + 'mongodb\\bson\\undefined::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\undefined::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\undefined::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\Undefined', + 'properties' => 'array', + ), + 'mongodb\\bson\\undefined::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\undefined::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\undefined::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\undefined::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\undefined::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\bson\\utcdatetime::__construct' => + array ( + 0 => 'void', + 'milliseconds=' => 'DateTimeInterface|float|int|null|string', + ), + 'mongodb\\bson\\utcdatetime::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\bson\\utcdatetime::__set_state' => + array ( + 0 => 'MongoDB\\BSON\\UTCDateTime', + 'properties' => 'array', + ), + 'mongodb\\bson\\utcdatetime::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\utcdatetime::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\utcdatetime::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'mongodb\\bson\\utcdatetime::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\utcdatetime::todatetime' => + array ( + 0 => 'DateTime', + ), + 'mongodb\\bson\\utcdatetime::todatetimeimmutable' => + array ( + 0 => 'DateTimeImmutable', + ), + 'mongodb\\bson\\utcdatetime::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\driver\\bulkwrite::__construct' => + array ( + 0 => 'void', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\bulkwrite::count' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\bulkwrite::delete' => + array ( + 0 => 'void', + 'filter' => 'array|object', + 'deleteOptions=' => 'array|null', + ), + 'mongodb\\driver\\bulkwrite::insert' => + array ( + 0 => 'mixed', + 'document' => 'array|object', + ), + 'mongodb\\driver\\bulkwrite::update' => + array ( + 0 => 'void', + 'filter' => 'array|object', + 'newObj' => 'array|object', + 'updateOptions=' => 'array|null', + ), + 'mongodb\\driver\\clientencryption::__construct' => + array ( + 0 => 'void', + 'options' => 'array', + ), + 'mongodb\\driver\\clientencryption::addkeyaltname' => + array ( + 0 => 'null|object', + 'keyId' => 'MongoDB\\BSON\\Binary', + 'keyAltName' => 'string', + ), + 'mongodb\\driver\\clientencryption::createdatakey' => + array ( + 0 => 'MongoDB\\BSON\\Binary', + 'kmsProvider' => 'string', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\clientencryption::decrypt' => + array ( + 0 => 'mixed', + 'value' => 'MongoDB\\BSON\\Binary', + ), + 'mongodb\\driver\\clientencryption::deletekey' => + array ( + 0 => 'object', + 'keyId' => 'MongoDB\\BSON\\Binary', + ), + 'mongodb\\driver\\clientencryption::encrypt' => + array ( + 0 => 'MongoDB\\BSON\\Binary', + 'value' => 'mixed', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\clientencryption::encryptexpression' => + array ( + 0 => 'object', + 'expr' => 'array|object', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\clientencryption::getkey' => + array ( + 0 => 'null|object', + 'keyId' => 'MongoDB\\BSON\\Binary', + ), + 'mongodb\\driver\\clientencryption::getkeybyaltname' => + array ( + 0 => 'null|object', + 'keyAltName' => 'string', + ), + 'mongodb\\driver\\clientencryption::getkeys' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + ), + 'mongodb\\driver\\clientencryption::removekeyaltname' => + array ( + 0 => 'null|object', + 'keyId' => 'MongoDB\\BSON\\Binary', + 'keyAltName' => 'string', + ), + 'mongodb\\driver\\clientencryption::rewrapmanydatakey' => + array ( + 0 => 'object', + 'filter' => 'array|object', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\command::__construct' => + array ( + 0 => 'void', + 'document' => 'array|object', + 'commandOptions=' => 'array|null', + ), + 'mongodb\\driver\\cursor::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\cursor::current' => + array ( + 0 => 'array|null|object', + ), + 'mongodb\\driver\\cursor::getid' => + array ( + 0 => 'MongoDB\\Driver\\CursorId', + ), + 'mongodb\\driver\\cursor::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + ), + 'mongodb\\driver\\cursor::isdead' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\cursor::key' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\cursor::next' => + array ( + 0 => 'void', + ), + 'mongodb\\driver\\cursor::rewind' => + array ( + 0 => 'void', + ), + 'mongodb\\driver\\cursor::settypemap' => + array ( + 0 => 'void', + 'typemap' => 'array', + ), + 'mongodb\\driver\\cursor::toarray' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\cursor::valid' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\cursorid::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\cursorid::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\cursorid::__set_state' => + array ( + 0 => 'MongoDB\\Driver\\CursorId', + 'properties' => 'array', + ), + 'mongodb\\driver\\cursorid::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\cursorid::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\driver\\cursorid::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\cursorid::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\authenticationexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\authenticationexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\authenticationexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\authenticationexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\authenticationexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::getwriteresult' => + array ( + 0 => 'MongoDB\\Driver\\WriteResult', + ), + 'mongodb\\driver\\exception\\bulkwriteexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\commandexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\commandexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\commandexception::getresultdocument' => + array ( + 0 => 'object', + ), + 'mongodb\\driver\\exception\\commandexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\commandexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\commandexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\connectionexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\connectionexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\connectionexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\connectionexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectionexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\connectiontimeoutexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\encryptionexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\encryptionexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\encryptionexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\encryptionexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\encryptionexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\executiontimeoutexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\invalidargumentexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\logicexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\logicexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\logicexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\logicexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\logicexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\logicexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\logicexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\logicexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\logicexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\logicexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\runtimeexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\runtimeexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\runtimeexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\runtimeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\runtimeexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\serverexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\serverexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\serverexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\serverexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\serverexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\sslconnectionexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\unexpectedvalueexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\writeexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::getfile' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::getline' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\exception\\writeexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'mongodb\\driver\\exception\\writeexception::gettrace' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\writeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\exception\\writeexception::getwriteresult' => + array ( + 0 => 'MongoDB\\Driver\\WriteResult', + ), + 'mongodb\\driver\\exception\\writeexception::haserrorlabel' => + array ( + 0 => 'bool', + 'errorLabel' => 'string', + ), + 'mongodb\\driver\\manager::__construct' => + array ( + 0 => 'void', + 'uri=' => 'null|string', + 'uriOptions=' => 'array|null', + 'driverOptions=' => 'array|null', + ), + 'mongodb\\driver\\manager::addsubscriber' => + array ( + 0 => 'void', + 'subscriber' => 'MongoDB\\Driver\\Monitoring\\Subscriber', + ), + 'mongodb\\driver\\manager::createclientencryption' => + array ( + 0 => 'MongoDB\\Driver\\ClientEncryption', + 'options' => 'array', + ), + 'mongodb\\driver\\manager::executebulkwrite' => + array ( + 0 => 'MongoDB\\Driver\\WriteResult', + 'namespace' => 'string', + 'bulk' => 'MongoDB\\Driver\\BulkWrite', + 'options=' => 'MongoDB\\Driver\\WriteConcern|array|null', + ), + 'mongodb\\driver\\manager::executecommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'MongoDB\\Driver\\ReadPreference|array|null', + ), + 'mongodb\\driver\\manager::executequery' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'namespace' => 'string', + 'query' => 'MongoDB\\Driver\\Query', + 'options=' => 'MongoDB\\Driver\\ReadPreference|array|null', + ), + 'mongodb\\driver\\manager::executereadcommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\manager::executereadwritecommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\manager::executewritecommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\manager::getencryptedfieldsmap' => + array ( + 0 => 'array|null|object', + ), + 'mongodb\\driver\\manager::getreadconcern' => + array ( + 0 => 'MongoDB\\Driver\\ReadConcern', + ), + 'mongodb\\driver\\manager::getreadpreference' => + array ( + 0 => 'MongoDB\\Driver\\ReadPreference', + ), + 'mongodb\\driver\\manager::getservers' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\manager::getwriteconcern' => + array ( + 0 => 'MongoDB\\Driver\\WriteConcern', + ), + 'mongodb\\driver\\manager::removesubscriber' => + array ( + 0 => 'void', + 'subscriber' => 'MongoDB\\Driver\\Monitoring\\Subscriber', + ), + 'mongodb\\driver\\manager::selectserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + 'readPreference=' => 'MongoDB\\Driver\\ReadPreference|null', + ), + 'mongodb\\driver\\manager::startsession' => + array ( + 0 => 'MongoDB\\Driver\\Session', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\monitoring\\addsubscriber' => + array ( + 0 => 'void', + 'subscriber' => 'MongoDB\\Driver\\Monitoring\\Subscriber', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getcommandname' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getdatabasename' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getdurationmicros' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::geterror' => + array ( + 0 => 'Exception', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getoperationid' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getreply' => + array ( + 0 => 'object', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getrequestid' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getserverconnectionid' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\monitoring\\commandfailedevent::getserviceid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId|null', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getcommand' => + array ( + 0 => 'object', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getcommandname' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getdatabasename' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getoperationid' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getrequestid' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getserverconnectionid' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\monitoring\\commandstartedevent::getserviceid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId|null', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getcommandname' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getdatabasename' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getdurationmicros' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getoperationid' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getreply' => + array ( + 0 => 'object', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getrequestid' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getserverconnectionid' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\monitoring\\commandsucceededevent::getserviceid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId|null', + ), + 'mongodb\\driver\\monitoring\\mongoc_log' => + array ( + 0 => 'void', + 'level' => 'int', + 'domain' => 'string', + 'message' => 'string', + ), + 'mongodb\\driver\\monitoring\\removesubscriber' => + array ( + 0 => 'void', + 'subscriber' => 'MongoDB\\Driver\\Monitoring\\Subscriber', + ), + 'mongodb\\driver\\monitoring\\serverchangedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverchangedevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverchangedevent::getnewdescription' => + array ( + 0 => 'MongoDB\\Driver\\ServerDescription', + ), + 'mongodb\\driver\\monitoring\\serverchangedevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverchangedevent::getpreviousdescription' => + array ( + 0 => 'MongoDB\\Driver\\ServerDescription', + ), + 'mongodb\\driver\\monitoring\\serverchangedevent::gettopologyid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + ), + 'mongodb\\driver\\monitoring\\serverclosedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverclosedevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverclosedevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverclosedevent::gettopologyid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatfailedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatfailedevent::getdurationmicros' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatfailedevent::geterror' => + array ( + 0 => 'Exception', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatfailedevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatfailedevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatfailedevent::isawaited' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatstartedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatstartedevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatstartedevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatstartedevent::isawaited' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatsucceededevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatsucceededevent::getdurationmicros' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatsucceededevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatsucceededevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatsucceededevent::getreply' => + array ( + 0 => 'object', + ), + 'mongodb\\driver\\monitoring\\serverheartbeatsucceededevent::isawaited' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\monitoring\\serveropeningevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serveropeningevent::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\serveropeningevent::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\monitoring\\serveropeningevent::gettopologyid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + ), + 'mongodb\\driver\\monitoring\\topologychangedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\topologychangedevent::getnewdescription' => + array ( + 0 => 'MongoDB\\Driver\\TopologyDescription', + ), + 'mongodb\\driver\\monitoring\\topologychangedevent::getpreviousdescription' => + array ( + 0 => 'MongoDB\\Driver\\TopologyDescription', + ), + 'mongodb\\driver\\monitoring\\topologychangedevent::gettopologyid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + ), + 'mongodb\\driver\\monitoring\\topologyclosedevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\topologyclosedevent::gettopologyid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + ), + 'mongodb\\driver\\monitoring\\topologyopeningevent::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\topologyopeningevent::gettopologyid' => + array ( + 0 => 'MongoDB\\BSON\\ObjectId', + ), + 'mongodb\\driver\\query::__construct' => + array ( + 0 => 'void', + 'filter' => 'array|object', + 'queryOptions=' => 'array|null', + ), + 'mongodb\\driver\\readconcern::__construct' => + array ( + 0 => 'void', + 'level=' => 'null|string', + ), + 'mongodb\\driver\\readconcern::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\readconcern::__set_state' => + array ( + 0 => 'MongoDB\\Driver\\ReadConcern', + 'properties' => 'array', + ), + 'mongodb\\driver\\readconcern::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\driver\\readconcern::bsonserialize' => + array ( + 0 => 'stdClass', + ), + 'mongodb\\driver\\readconcern::getlevel' => + array ( + 0 => 'null|string', + ), + 'mongodb\\driver\\readconcern::isdefault' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\readconcern::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\readconcern::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\driver\\readpreference::__construct' => + array ( + 0 => 'void', + 'mode' => 'int|string', + 'tagSets=' => 'array|null', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\readpreference::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\readpreference::__set_state' => + array ( + 0 => 'MongoDB\\Driver\\ReadPreference', + 'properties' => 'array', + ), + 'mongodb\\driver\\readpreference::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\driver\\readpreference::bsonserialize' => + array ( + 0 => 'stdClass', + ), + 'mongodb\\driver\\readpreference::gethedge' => + array ( + 0 => 'null|object', + ), + 'mongodb\\driver\\readpreference::getmaxstalenessseconds' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\readpreference::getmode' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\readpreference::getmodestring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\readpreference::gettagsets' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\readpreference::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\readpreference::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\driver\\server::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\server::executebulkwrite' => + array ( + 0 => 'MongoDB\\Driver\\WriteResult', + 'namespace' => 'string', + 'bulkWrite' => 'MongoDB\\Driver\\BulkWrite', + 'options=' => 'MongoDB\\Driver\\WriteConcern|array|null', + ), + 'mongodb\\driver\\server::executecommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'MongoDB\\Driver\\ReadPreference|array|null', + ), + 'mongodb\\driver\\server::executequery' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'namespace' => 'string', + 'query' => 'MongoDB\\Driver\\Query', + 'options=' => 'MongoDB\\Driver\\ReadPreference|array|null', + ), + 'mongodb\\driver\\server::executereadcommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\server::executereadwritecommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\server::executewritecommand' => + array ( + 0 => 'MongoDB\\Driver\\Cursor', + 'db' => 'string', + 'command' => 'MongoDB\\Driver\\Command', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\server::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\server::getinfo' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\server::getlatency' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\server::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\server::getserverdescription' => + array ( + 0 => 'MongoDB\\Driver\\ServerDescription', + ), + 'mongodb\\driver\\server::gettags' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\server::gettype' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\server::isarbiter' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\server::ishidden' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\server::ispassive' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\server::isprimary' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\server::issecondary' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\serverapi::__construct' => + array ( + 0 => 'void', + 'version' => 'string', + 'strict=' => 'bool|null', + 'deprecationErrors=' => 'bool|null', + ), + 'mongodb\\driver\\serverapi::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\serverapi::__set_state' => + array ( + 0 => 'MongoDB\\Driver\\ServerApi', + 'properties' => 'array', + ), + 'mongodb\\driver\\serverapi::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\driver\\serverapi::bsonserialize' => + array ( + 0 => 'stdClass', + ), + 'mongodb\\driver\\serverapi::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\serverapi::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\driver\\serverdescription::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\serverdescription::gethelloresponse' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\serverdescription::gethost' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\serverdescription::getlastupdatetime' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\serverdescription::getport' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\serverdescription::getroundtriptime' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\serverdescription::gettype' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\session::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\session::aborttransaction' => + array ( + 0 => 'void', + ), + 'mongodb\\driver\\session::advanceclustertime' => + array ( + 0 => 'void', + 'clusterTime' => 'array|object', + ), + 'mongodb\\driver\\session::advanceoperationtime' => + array ( + 0 => 'void', + 'operationTime' => 'MongoDB\\BSON\\TimestampInterface', + ), + 'mongodb\\driver\\session::committransaction' => + array ( + 0 => 'void', + ), + 'mongodb\\driver\\session::endsession' => + array ( + 0 => 'void', + ), + 'mongodb\\driver\\session::getclustertime' => + array ( + 0 => 'null|object', + ), + 'mongodb\\driver\\session::getlogicalsessionid' => + array ( + 0 => 'object', + ), + 'mongodb\\driver\\session::getoperationtime' => + array ( + 0 => 'MongoDB\\BSON\\Timestamp|null', + ), + 'mongodb\\driver\\session::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server|null', + ), + 'mongodb\\driver\\session::gettransactionoptions' => + array ( + 0 => 'array|null', + ), + 'mongodb\\driver\\session::gettransactionstate' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\session::isdirty' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\session::isintransaction' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\session::starttransaction' => + array ( + 0 => 'void', + 'options=' => 'array|null', + ), + 'mongodb\\driver\\topologydescription::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\topologydescription::getservers' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\topologydescription::gettype' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\topologydescription::hasreadableserver' => + array ( + 0 => 'bool', + 'readPreference=' => 'MongoDB\\Driver\\ReadPreference|null', + ), + 'mongodb\\driver\\topologydescription::haswritableserver' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\writeconcern::__construct' => + array ( + 0 => 'void', + 'w' => 'int|string', + 'wtimeout=' => 'int|null', + 'journal=' => 'bool|null', + ), + 'mongodb\\driver\\writeconcern::__serialize' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\writeconcern::__set_state' => + array ( + 0 => 'MongoDB\\Driver\\WriteConcern', + 'properties' => 'array', + ), + 'mongodb\\driver\\writeconcern::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\driver\\writeconcern::bsonserialize' => + array ( + 0 => 'stdClass', + ), + 'mongodb\\driver\\writeconcern::getjournal' => + array ( + 0 => 'bool|null', + ), + 'mongodb\\driver\\writeconcern::getw' => + array ( + 0 => 'int|null|string', + ), + 'mongodb\\driver\\writeconcern::getwtimeout' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\writeconcern::isdefault' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\writeconcern::serialize' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\writeconcern::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'mongodb\\driver\\writeconcernerror::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\writeconcernerror::getcode' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\writeconcernerror::getinfo' => + array ( + 0 => 'null|object', + ), + 'mongodb\\driver\\writeconcernerror::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\writeerror::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\writeerror::getcode' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\writeerror::getindex' => + array ( + 0 => 'int', + ), + 'mongodb\\driver\\writeerror::getinfo' => + array ( + 0 => 'null|object', + ), + 'mongodb\\driver\\writeerror::getmessage' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\writeresult::__construct' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\writeresult::getdeletedcount' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\writeresult::geterrorreplies' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\writeresult::getinsertedcount' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\writeresult::getmatchedcount' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\writeresult::getmodifiedcount' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\writeresult::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + ), + 'mongodb\\driver\\writeresult::getupsertedcount' => + array ( + 0 => 'int|null', + ), + 'mongodb\\driver\\writeresult::getupsertedids' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\writeresult::getwriteconcernerror' => + array ( + 0 => 'MongoDB\\Driver\\WriteConcernError|null', + ), + 'mongodb\\driver\\writeresult::getwriteerrors' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\writeresult::isacknowledged' => + array ( + 0 => 'bool', + ), + 'move_uploaded_file' => + array ( + 0 => 'bool', + 'from' => 'string', + 'to' => 'string', + ), + 'msgfmt_create' => + array ( + 0 => 'MessageFormatter|null', + 'locale' => 'string', + 'pattern' => 'string', + ), + 'msgfmt_format' => + array ( + 0 => 'false|string', + 'formatter' => 'MessageFormatter', + 'values' => 'array', + ), + 'msgfmt_format_message' => + array ( + 0 => 'false|string', + 'locale' => 'string', + 'pattern' => 'string', + 'values' => 'array', + ), + 'msgfmt_get_error_code' => + array ( + 0 => 'int', + 'formatter' => 'MessageFormatter', + ), + 'msgfmt_get_error_message' => + array ( + 0 => 'string', + 'formatter' => 'MessageFormatter', + ), + 'msgfmt_get_locale' => + array ( + 0 => 'string', + 'formatter' => 'MessageFormatter', + ), + 'msgfmt_get_pattern' => + array ( + 0 => 'string', + 'formatter' => 'MessageFormatter', + ), + 'msgfmt_parse' => + array ( + 0 => 'array|false', + 'formatter' => 'MessageFormatter', + 'string' => 'string', + ), + 'msgfmt_parse_message' => + array ( + 0 => 'array|false', + 'locale' => 'string', + 'pattern' => 'string', + 'message' => 'string', + ), + 'msgfmt_set_pattern' => + array ( + 0 => 'bool', + 'formatter' => 'MessageFormatter', + 'pattern' => 'string', + ), + 'mt_getrandmax' => + array ( + 0 => 'int<1, max>', + ), + 'mt_rand' => + array ( + 0 => 'int', + 'min' => 'int', + 'max' => 'int', + ), + 'mt_srand' => + array ( + 0 => 'void', + 'seed=' => 'int|null', + 'mode=' => 'int', + ), + 'multipleiterator::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'multipleiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'multipleiterator::attachiterator' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + 'info=' => 'int|null|string', + ), + 'multipleiterator::containsiterator' => + array ( + 0 => 'bool', + 'iterator' => 'Iterator', + ), + 'multipleiterator::countiterators' => + array ( + 0 => 'int', + ), + 'multipleiterator::current' => + array ( + 0 => 'array', + ), + 'multipleiterator::detachiterator' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + ), + 'multipleiterator::getflags' => + array ( + 0 => 'int', + ), + 'multipleiterator::key' => + array ( + 0 => 'array', + ), + 'multipleiterator::next' => + array ( + 0 => 'void', + ), + 'multipleiterator::rewind' => + array ( + 0 => 'void', + ), + 'multipleiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'multipleiterator::valid' => + array ( + 0 => 'bool', + ), + 'natcasesort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + ), + 'natsort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + ), + 'net_get_interfaces' => + array ( + 0 => 'array>|false', + ), + 'next' => + array ( + 0 => 'mixed', + '&r_array' => 'array', + ), + 'nl2br' => + array ( + 0 => 'string', + 'string' => 'string', + 'use_xhtml=' => 'bool', + ), + 'nl_langinfo' => + array ( + 0 => 'false|string', + 'item' => 'int', + ), + 'norewinditerator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + ), + 'norewinditerator::current' => + array ( + 0 => 'mixed', + ), + 'norewinditerator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'norewinditerator::key' => + array ( + 0 => 'mixed', + ), + 'norewinditerator::next' => + array ( + 0 => 'void', + ), + 'norewinditerator::rewind' => + array ( + 0 => 'void', + ), + 'norewinditerator::valid' => + array ( + 0 => 'bool', + ), + 'normalizer::getrawdecomposition' => + array ( + 0 => 'null|string', + 'string' => 'string', + 'form=' => 'int', + ), + 'normalizer::isnormalized' => + array ( + 0 => 'bool', + 'string' => 'string', + 'form=' => 'int', + ), + 'normalizer::normalize' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'form=' => 'int', + ), + 'normalizer_get_raw_decomposition' => + array ( + 0 => 'null|string', + 'string' => 'string', + 'form=' => 'int', + ), + 'normalizer_is_normalized' => + array ( + 0 => 'bool', + 'string' => 'string', + 'form=' => 'int', + ), + 'normalizer_normalize' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'form=' => 'int', + ), + 'number_format' => + array ( + 0 => 'string', + 'num' => 'float', + 'decimals=' => 'int', + 'decimal_separator=' => 'null|string', + 'thousands_separator=' => 'null|string', + ), + 'numberformatter::__construct' => + array ( + 0 => 'void', + 'locale' => 'string', + 'style' => 'int', + 'pattern=' => 'null|string', + ), + 'numberformatter::create' => + array ( + 0 => 'NumberFormatter|null', + 'locale' => 'string', + 'style' => 'int', + 'pattern=' => 'null|string', + ), + 'numberformatter::format' => + array ( + 0 => 'false|string', + 'num' => 'float|int', + 'type=' => 'int', + ), + 'numberformatter::formatcurrency' => + array ( + 0 => 'false|string', + 'amount' => 'float', + 'currency' => 'string', + ), + 'numberformatter::getattribute' => + array ( + 0 => 'false|float|int', + 'attribute' => 'int', + ), + 'numberformatter::geterrorcode' => + array ( + 0 => 'int', + ), + 'numberformatter::geterrormessage' => + array ( + 0 => 'string', + ), + 'numberformatter::getlocale' => + array ( + 0 => 'string', + 'type=' => 'int', + ), + 'numberformatter::getpattern' => + array ( + 0 => 'false|string', + ), + 'numberformatter::getsymbol' => + array ( + 0 => 'false|string', + 'symbol' => 'int', + ), + 'numberformatter::gettextattribute' => + array ( + 0 => 'false|string', + 'attribute' => 'int', + ), + 'numberformatter::parse' => + array ( + 0 => 'false|float|int', + 'string' => 'string', + 'type=' => 'int', + '&rw_offset=' => 'int', + ), + 'numberformatter::parsecurrency' => + array ( + 0 => 'false|float', + 'string' => 'string', + '&w_currency' => 'string', + '&rw_offset=' => 'int', + ), + 'numberformatter::setattribute' => + array ( + 0 => 'bool', + 'attribute' => 'int', + 'value' => 'float|int', + ), + 'numberformatter::setpattern' => + array ( + 0 => 'bool', + 'pattern' => 'string', + ), + 'numberformatter::setsymbol' => + array ( + 0 => 'bool', + 'symbol' => 'int', + 'value' => 'string', + ), + 'numberformatter::settextattribute' => + array ( + 0 => 'bool', + 'attribute' => 'int', + 'value' => 'string', + ), + 'numfmt_create' => + array ( + 0 => 'NumberFormatter|null', + 'locale' => 'string', + 'style' => 'int', + 'pattern=' => 'null|string', + ), + 'numfmt_format' => + array ( + 0 => 'false|string', + 'formatter' => 'NumberFormatter', + 'num' => 'float|int', + 'type=' => 'int', + ), + 'numfmt_format_currency' => + array ( + 0 => 'false|string', + 'formatter' => 'NumberFormatter', + 'amount' => 'float', + 'currency' => 'string', + ), + 'numfmt_get_attribute' => + array ( + 0 => 'false|float|int', + 'formatter' => 'NumberFormatter', + 'attribute' => 'int', + ), + 'numfmt_get_error_code' => + array ( + 0 => 'int', + 'formatter' => 'NumberFormatter', + ), + 'numfmt_get_error_message' => + array ( + 0 => 'string', + 'formatter' => 'NumberFormatter', + ), + 'numfmt_get_locale' => + array ( + 0 => 'string', + 'formatter' => 'NumberFormatter', + 'type=' => 'int', + ), + 'numfmt_get_pattern' => + array ( + 0 => 'false|string', + 'formatter' => 'NumberFormatter', + ), + 'numfmt_get_symbol' => + array ( + 0 => 'false|string', + 'formatter' => 'NumberFormatter', + 'symbol' => 'int', + ), + 'numfmt_get_text_attribute' => + array ( + 0 => 'false|string', + 'formatter' => 'NumberFormatter', + 'attribute' => 'int', + ), + 'numfmt_parse' => + array ( + 0 => 'false|float|int', + 'formatter' => 'NumberFormatter', + 'string' => 'string', + 'type=' => 'int', + '&rw_offset=' => 'int', + ), + 'numfmt_parse_currency' => + array ( + 0 => 'false|float', + 'formatter' => 'NumberFormatter', + 'string' => 'string', + '&w_currency' => 'string', + '&rw_offset=' => 'int', + ), + 'numfmt_set_attribute' => + array ( + 0 => 'bool', + 'formatter' => 'NumberFormatter', + 'attribute' => 'int', + 'value' => 'float|int', + ), + 'numfmt_set_pattern' => + array ( + 0 => 'bool', + 'formatter' => 'NumberFormatter', + 'pattern' => 'string', + ), + 'numfmt_set_symbol' => + array ( + 0 => 'bool', + 'formatter' => 'NumberFormatter', + 'symbol' => 'int', + 'value' => 'string', + ), + 'numfmt_set_text_attribute' => + array ( + 0 => 'bool', + 'formatter' => 'NumberFormatter', + 'attribute' => 'int', + 'value' => 'string', + ), + 'ob_clean' => + array ( + 0 => 'bool', + ), + 'ob_end_clean' => + array ( + 0 => 'bool', + ), + 'ob_end_flush' => + array ( + 0 => 'bool', + ), + 'ob_flush' => + array ( + 0 => 'bool', + ), + 'ob_get_clean' => + array ( + 0 => 'false|string', + ), + 'ob_get_contents' => + array ( + 0 => 'false|string', + ), + 'ob_get_flush' => + array ( + 0 => 'false|string', + ), + 'ob_get_length' => + array ( + 0 => 'false|int', + ), + 'ob_get_level' => + array ( + 0 => 'int', + ), + 'ob_get_status' => + array ( + 0 => 'array', + 'full_status=' => 'bool', + ), + 'ob_gzhandler' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'flags' => 'int', + ), + 'ob_implicit_flush' => + array ( + 0 => 'void', + 'enable=' => 'bool', + ), + 'ob_list_handlers' => + array ( + 0 => 'list', + ), + 'ob_start' => + array ( + 0 => 'bool', + 'callback=' => 'array|callable|null|string', + 'chunk_size=' => 'int', + 'flags=' => 'int', + ), + 'octdec' => + array ( + 0 => 'float|int', + 'octal_string' => 'string', + ), + 'opcache_compile_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'opcache_get_configuration' => + array ( + 0 => 'array', + ), + 'opcache_get_status' => + array ( + 0 => 'array|false', + 'include_scripts=' => 'bool', + ), + 'opcache_invalidate' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'force=' => 'bool', + ), + 'opcache_is_script_cached' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'opcache_jit_blacklist' => + array ( + 0 => 'void', + 'closure' => 'Closure', + ), + 'opcache_reset' => + array ( + 0 => 'bool', + ), + 'opendir' => + array ( + 0 => 'false|resource', + 'directory' => 'string', + 'context=' => 'resource', + ), + 'openlog' => + array ( + 0 => 'true', + 'prefix' => 'string', + 'flags' => 'int', + 'facility' => 'int', + ), + 'openssl_cipher_iv_length' => + array ( + 0 => 'false|int', + 'cipher_algo' => 'string', + ), + 'openssl_cipher_key_length' => + array ( + 0 => 'false|int<1, max>', + 'cipher_algo' => 'non-empty-string', + ), + 'openssl_cms_decrypt' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'output_filename' => 'string', + 'certificate' => 'string', + 'private_key=' => 'string', + 'encoding=' => 'int', + ), + 'openssl_cms_encrypt' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'output_filename' => 'string', + 'certificate' => 'string', + 'headers' => 'array|null', + 'flags=' => 'int', + 'encoding=' => 'int', + 'cipher_algo=' => 'int', + ), + 'openssl_cms_read' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + '&certificates' => 'string', + ), + 'openssl_cms_sign' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'output_filename' => 'string', + 'certificate' => 'OpenSSLCertificate|string', + 'private_key' => 'string', + 'headers' => 'array|null', + 'flags=' => 'int', + 'encoding=' => 'int', + 'untrusted_certificates_filename=' => 'null|string', + ), + 'openssl_cms_verify' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'flags=' => 'int', + 'certificates=' => 'null|string', + 'ca_info=' => 'array', + 'untrusted_certificates_filename=' => 'null|string', + 'content=' => 'null|string', + 'pk7=' => 'null|string', + 'sigfile=' => 'null|string', + 'encoding=' => 'int', + ), + 'openssl_csr_export' => + array ( + 0 => 'bool', + 'csr' => 'OpenSSLCertificateSigningRequest|string', + '&w_output' => 'string', + 'no_text=' => 'bool', + ), + 'openssl_csr_export_to_file' => + array ( + 0 => 'bool', + 'csr' => 'OpenSSLCertificateSigningRequest|string', + 'output_filename' => 'string', + 'no_text=' => 'bool', + ), + 'openssl_csr_get_public_key' => + array ( + 0 => 'OpenSSLAsymmetricKey|false', + 'csr' => 'OpenSSLCertificateSigningRequest|string', + 'short_names=' => 'bool', + ), + 'openssl_csr_get_subject' => + array ( + 0 => 'array|false', + 'csr' => 'OpenSSLCertificateSigningRequest|string', + 'short_names=' => 'bool', + ), + 'openssl_csr_new' => + array ( + 0 => 'OpenSSLCertificateSigningRequest|false', + 'distinguished_names' => 'array', + '&w_private_key' => 'OpenSSLAsymmetricKey', + 'options=' => 'array|null', + 'extra_attributes=' => 'array|null', + ), + 'openssl_csr_sign' => + array ( + 0 => 'OpenSSLCertificate|false', + 'csr' => 'OpenSSLCertificateSigningRequest|string', + 'ca_certificate' => 'OpenSSLCertificate|null|string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'days' => 'int', + 'options=' => 'array|null', + 'serial=' => 'int', + 'serial_hex=' => 'null|string', + ), + 'openssl_decrypt' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'cipher_algo' => 'string', + 'passphrase' => 'string', + 'options=' => 'int', + 'iv=' => 'string', + 'tag=' => 'null|string', + 'aad=' => 'string', + ), + 'openssl_dh_compute_key' => + array ( + 0 => 'false|string', + 'public_key' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey', + ), + 'openssl_digest' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'digest_algo' => 'string', + 'binary=' => 'bool', + ), + 'openssl_encrypt' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'cipher_algo' => 'string', + 'passphrase' => 'string', + 'options=' => 'int', + 'iv=' => 'string', + '&w_tag=' => 'string', + 'aad=' => 'string', + 'tag_length=' => 'int', + ), + 'openssl_error_string' => + array ( + 0 => 'false|string', + ), + 'openssl_free_key' => + array ( + 0 => 'void', + 'key' => 'OpenSSLAsymmetricKey', + ), + 'openssl_get_cert_locations' => + array ( + 0 => 'array', + ), + 'openssl_get_cipher_methods' => + array ( + 0 => 'array', + 'aliases=' => 'bool', + ), + 'openssl_get_curve_names' => + array ( + 0 => 'list', + ), + 'openssl_get_md_methods' => + array ( + 0 => 'array', + 'aliases=' => 'bool', + ), + 'openssl_get_privatekey' => + array ( + 0 => 'OpenSSLAsymmetricKey|false', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'passphrase=' => 'null|string', + ), + 'openssl_get_publickey' => + array ( + 0 => 'OpenSSLAsymmetricKey|false', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + ), + 'openssl_open' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_output' => 'string', + 'encrypted_key' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'cipher_algo' => 'string', + 'iv=' => 'null|string', + ), + 'openssl_pbkdf2' => + array ( + 0 => 'false|string', + 'password' => 'string', + 'salt' => 'string', + 'key_length' => 'int', + 'iterations' => 'int', + 'digest_algo=' => 'string', + ), + 'openssl_pkcs12_export' => + array ( + 0 => 'bool', + 'certificate' => 'OpenSSLCertificate|string', + '&w_output' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'passphrase' => 'string', + 'options=' => 'array', + ), + 'openssl_pkcs12_export_to_file' => + array ( + 0 => 'bool', + 'certificate' => 'OpenSSLCertificate|string', + 'output_filename' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'passphrase' => 'string', + 'options=' => 'array', + ), + 'openssl_pkcs12_read' => + array ( + 0 => 'bool', + 'pkcs12' => 'string', + '&w_certificates' => 'array', + 'passphrase' => 'string', + ), + 'openssl_pkcs7_decrypt' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'output_filename' => 'string', + 'certificate' => 'OpenSSLCertificate|string', + 'private_key=' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|null|string', + ), + 'openssl_pkcs7_encrypt' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'output_filename' => 'string', + 'certificate' => 'OpenSSLCertificate|list|string', + 'headers' => 'array|null', + 'flags=' => 'int', + 'cipher_algo=' => 'int', + ), + 'openssl_pkcs7_read' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_certificates' => 'array', + ), + 'openssl_pkcs7_sign' => + array ( + 0 => 'bool', + 'input_filename' => 'string', + 'output_filename' => 'string', + 'certificate' => 'OpenSSLCertificate|string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'headers' => 'array|null', + 'flags=' => 'int', + 'untrusted_certificates_filename=' => 'null|string', + ), + 'openssl_pkcs7_verify' => + array ( + 0 => 'bool|int', + 'input_filename' => 'string', + 'flags' => 'int', + 'signers_certificates_filename=' => 'null|string', + 'ca_info=' => 'array', + 'untrusted_certificates_filename=' => 'null|string', + 'content=' => 'null|string', + 'output_filename=' => 'null|string', + ), + 'openssl_pkey_derive' => + array ( + 0 => 'false|string', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'key_length=' => 'int', + ), + 'openssl_pkey_export' => + array ( + 0 => 'bool', + 'key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + '&w_output' => 'string', + 'passphrase=' => 'null|string', + 'options=' => 'array|null', + ), + 'openssl_pkey_export_to_file' => + array ( + 0 => 'bool', + 'key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'output_filename' => 'string', + 'passphrase=' => 'null|string', + 'options=' => 'array|null', + ), + 'openssl_pkey_free' => + array ( + 0 => 'void', + 'key' => 'OpenSSLAsymmetricKey', + ), + 'openssl_pkey_get_details' => + array ( + 0 => 'array|false', + 'key' => 'OpenSSLAsymmetricKey', + ), + 'openssl_pkey_get_private' => + array ( + 0 => 'OpenSSLAsymmetricKey|false', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|array|string', + 'passphrase=' => 'null|string', + ), + 'openssl_pkey_get_public' => + array ( + 0 => 'OpenSSLAsymmetricKey|false', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + ), + 'openssl_pkey_new' => + array ( + 0 => 'OpenSSLAsymmetricKey|false', + 'options=' => 'array|null', + ), + 'openssl_private_decrypt' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_decrypted_data' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'padding=' => 'int', + ), + 'openssl_private_encrypt' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_encrypted_data' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'padding=' => 'int', + ), + 'openssl_public_decrypt' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_decrypted_data' => 'string', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'padding=' => 'int', + ), + 'openssl_public_encrypt' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_encrypted_data' => 'string', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'padding=' => 'int', + ), + 'openssl_random_pseudo_bytes' => + array ( + 0 => 'string', + 'length' => 'int', + '&w_strong_result=' => 'bool', + ), + 'openssl_seal' => + array ( + 0 => 'false|int', + 'data' => 'string', + '&w_sealed_data' => 'string', + '&w_encrypted_keys' => 'array', + 'public_key' => 'list', + 'cipher_algo' => 'string', + '&rw_iv=' => 'string', + ), + 'openssl_sign' => + array ( + 0 => 'bool', + 'data' => 'string', + '&w_signature' => 'string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'algorithm=' => 'int|string', + ), + 'openssl_spki_export' => + array ( + 0 => 'false|string', + 'spki' => 'string', + ), + 'openssl_spki_export_challenge' => + array ( + 0 => 'false|string', + 'spki' => 'string', + ), + 'openssl_spki_new' => + array ( + 0 => 'false|string', + 'private_key' => 'OpenSSLAsymmetricKey', + 'challenge' => 'string', + 'digest_algo=' => 'int', + ), + 'openssl_spki_verify' => + array ( + 0 => 'bool', + 'spki' => 'string', + ), + 'openssl_verify' => + array ( + 0 => '-1|0|1|false', + 'data' => 'string', + 'signature' => 'string', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + 'algorithm=' => 'int|string', + ), + 'openssl_x509_check_private_key' => + array ( + 0 => 'bool', + 'certificate' => 'OpenSSLCertificate|string', + 'private_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|list{OpenSSLAsymmetricKey|OpenSSLCertificate|string, string}|string', + ), + 'openssl_x509_checkpurpose' => + array ( + 0 => 'bool|int', + 'certificate' => 'OpenSSLCertificate|string', + 'purpose' => 'int', + 'ca_info=' => 'array', + 'untrusted_certificates_file=' => 'null|string', + ), + 'openssl_x509_export' => + array ( + 0 => 'bool', + 'certificate' => 'OpenSSLCertificate|string', + '&w_output' => 'string', + 'no_text=' => 'bool', + ), + 'openssl_x509_export_to_file' => + array ( + 0 => 'bool', + 'certificate' => 'OpenSSLCertificate|string', + 'output_filename' => 'string', + 'no_text=' => 'bool', + ), + 'openssl_x509_fingerprint' => + array ( + 0 => 'false|string', + 'certificate' => 'OpenSSLCertificate|string', + 'digest_algo=' => 'string', + 'binary=' => 'bool', + ), + 'openssl_x509_free' => + array ( + 0 => 'void', + 'certificate' => 'OpenSSLCertificate', + ), + 'openssl_x509_parse' => + array ( + 0 => 'array|false', + 'certificate' => 'OpenSSLCertificate|string', + 'short_names=' => 'bool', + ), + 'openssl_x509_read' => + array ( + 0 => 'OpenSSLCertificate|false', + 'certificate' => 'OpenSSLCertificate|string', + ), + 'openssl_x509_verify' => + array ( + 0 => 'int', + 'certificate' => 'OpenSSLCertificate|string', + 'public_key' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|array|string', + ), + 'ord' => + array ( + 0 => 'int<0, 255>', + 'character' => 'string', + ), + 'outofboundsexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'outofboundsexception::__tostring' => + array ( + 0 => 'string', + ), + 'outofboundsexception::__wakeup' => + array ( + 0 => 'string', + ), + 'outofboundsexception::getcode' => + array ( + 0 => 'int', + ), + 'outofboundsexception::getfile' => + array ( + 0 => 'string', + ), + 'outofboundsexception::getline' => + array ( + 0 => 'int', + ), + 'outofboundsexception::getmessage' => + array ( + 0 => 'string', + ), + 'outofboundsexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'outofboundsexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'outofboundsexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'outofrangeexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'outofrangeexception::__tostring' => + array ( + 0 => 'string', + ), + 'outofrangeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'outofrangeexception::getcode' => + array ( + 0 => 'int', + ), + 'outofrangeexception::getfile' => + array ( + 0 => 'string', + ), + 'outofrangeexception::getline' => + array ( + 0 => 'int', + ), + 'outofrangeexception::getmessage' => + array ( + 0 => 'string', + ), + 'outofrangeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'outofrangeexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'outofrangeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'output_add_rewrite_var' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'string', + ), + 'output_reset_rewrite_vars' => + array ( + 0 => 'bool', + ), + 'overflowexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'overflowexception::__tostring' => + array ( + 0 => 'string', + ), + 'overflowexception::__wakeup' => + array ( + 0 => 'string', + ), + 'overflowexception::getcode' => + array ( + 0 => 'int', + ), + 'overflowexception::getfile' => + array ( + 0 => 'string', + ), + 'overflowexception::getline' => + array ( + 0 => 'int', + ), + 'overflowexception::getmessage' => + array ( + 0 => 'string', + ), + 'overflowexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'overflowexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'overflowexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'override::__construct' => + array ( + 0 => 'string', + ), + 'pack' => + array ( + 0 => 'string', + 'format' => 'string', + '...values=' => 'mixed', + ), + 'parentiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'RecursiveIterator', + ), + 'parentiterator::accept' => + array ( + 0 => 'bool', + ), + 'parentiterator::current' => + array ( + 0 => 'string', + ), + 'parentiterator::getchildren' => + array ( + 0 => 'ParentIterator|null', + ), + 'parentiterator::getinneriterator' => + array ( + 0 => 'string', + ), + 'parentiterator::haschildren' => + array ( + 0 => 'bool', + ), + 'parentiterator::key' => + array ( + 0 => 'string', + ), + 'parentiterator::next' => + array ( + 0 => 'void', + ), + 'parentiterator::rewind' => + array ( + 0 => 'void', + ), + 'parentiterator::valid' => + array ( + 0 => 'bool', + ), + 'parse_ini_file' => + array ( + 0 => 'array|false', + 'filename' => 'string', + 'process_sections=' => 'bool', + 'scanner_mode=' => 'int', + ), + 'parse_ini_string' => + array ( + 0 => 'array|false', + 'ini_string' => 'string', + 'process_sections=' => 'bool', + 'scanner_mode=' => 'int', + ), + 'parse_str' => + array ( + 0 => 'void', + 'string' => 'string', + '&w_result' => 'array', + ), + 'parse_url' => + array ( + 0 => 'array|false|int|null|string', + 'url' => 'string', + 'component=' => 'int', + ), + 'parseerror::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'parseerror::__tostring' => + array ( + 0 => 'string', + ), + 'parseerror::__wakeup' => + array ( + 0 => 'string', + ), + 'parseerror::getcode' => + array ( + 0 => 'int', + ), + 'parseerror::getfile' => + array ( + 0 => 'string', + ), + 'parseerror::getline' => + array ( + 0 => 'int', + ), + 'parseerror::getmessage' => + array ( + 0 => 'string', + ), + 'parseerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'parseerror::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'parseerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'passthru' => + array ( + 0 => 'false|null', + 'command' => 'string', + '&w_result_code=' => 'int', + ), + 'password_algos' => + array ( + 0 => 'array', + ), + 'password_get_info' => + array ( + 0 => 'array', + 'hash' => 'string', + ), + 'password_hash' => + array ( + 0 => 'string', + 'password' => 'string', + 'algo' => 'int|null|string', + 'options=' => 'array', + ), + 'password_needs_rehash' => + array ( + 0 => 'bool', + 'hash' => 'string', + 'algo' => 'int|null|string', + 'options=' => 'array', + ), + 'password_verify' => + array ( + 0 => 'bool', + 'password' => 'string', + 'hash' => 'string', + ), + 'pathinfo' => + array ( + 0 => 'array|string', + 'path' => 'string', + 'flags=' => 'int', + ), + 'pclose' => + array ( + 0 => 'int', + 'handle' => 'resource', + ), + 'pcntl\\qosclass::cases' => + array ( + 0 => 'array', + ), + 'pcntl_alarm' => + array ( + 0 => 'int', + 'seconds' => 'int', + ), + 'pcntl_async_signals' => + array ( + 0 => 'bool', + 'enable=' => 'bool|null', + ), + 'pcntl_errno' => + array ( + 0 => 'int', + ), + 'pcntl_exec' => + array ( + 0 => 'false', + 'path' => 'string', + 'args=' => 'array', + 'env_vars=' => 'array', + ), + 'pcntl_fork' => + array ( + 0 => 'int', + ), + 'pcntl_get_last_error' => + array ( + 0 => 'int', + ), + 'pcntl_getcpu' => + array ( + 0 => 'int', + ), + 'pcntl_getcpuaffinity' => + array ( + 0 => 'array|false', + 'process_id=' => 'int|null', + ), + 'pcntl_getpriority' => + array ( + 0 => 'int', + 'process_id=' => 'int|null', + 'mode=' => 'int', + ), + 'pcntl_setcpuaffinity' => + array ( + 0 => 'bool', + 'process_id=' => 'int|null', + 'cpu_ids=' => 'array', + ), + 'pcntl_setpriority' => + array ( + 0 => 'bool', + 'priority' => 'int', + 'process_id=' => 'int|null', + 'mode=' => 'int', + ), + 'pcntl_signal' => + array ( + 0 => 'bool', + 'signal' => 'int', + 'handler' => 'callable():void|callable(int):void|callable(int, array):void|int', + 'restart_syscalls=' => 'bool', + ), + 'pcntl_signal_dispatch' => + array ( + 0 => 'bool', + ), + 'pcntl_signal_get_handler' => + array ( + 0 => 'int|string', + 'signal' => 'int', + ), + 'pcntl_sigprocmask' => + array ( + 0 => 'bool', + 'mode' => 'int', + 'signals' => 'array', + '&w_old_signals=' => 'array', + ), + 'pcntl_sigtimedwait' => + array ( + 0 => 'int', + 'signals' => 'array', + '&w_info=' => 'array', + 'seconds=' => 'int', + 'nanoseconds=' => 'int', + ), + 'pcntl_sigwaitinfo' => + array ( + 0 => 'int', + 'signals' => 'array', + '&w_info=' => 'array', + ), + 'pcntl_strerror' => + array ( + 0 => 'string', + 'error_code' => 'int', + ), + 'pcntl_unshare' => + array ( + 0 => 'bool', + 'flags' => 'int', + ), + 'pcntl_wait' => + array ( + 0 => 'int', + '&w_status' => 'int', + 'flags=' => 'int', + '&w_resource_usage=' => 'array', + ), + 'pcntl_waitid' => + array ( + 0 => 'bool', + 'idtype=' => 'int', + 'id=' => 'int|null', + '&info=' => 'string', + 'flags=' => 'int', + ), + 'pcntl_waitpid' => + array ( + 0 => 'int', + 'process_id' => 'int', + '&w_status' => 'int', + 'flags=' => 'int', + '&w_resource_usage=' => 'array', + ), + 'pcntl_wexitstatus' => + array ( + 0 => 'int', + 'status' => 'int', + ), + 'pcntl_wifcontinued' => + array ( + 0 => 'bool', + 'status' => 'int', + ), + 'pcntl_wifexited' => + array ( + 0 => 'bool', + 'status' => 'int', + ), + 'pcntl_wifsignaled' => + array ( + 0 => 'bool', + 'status' => 'int', + ), + 'pcntl_wifstopped' => + array ( + 0 => 'bool', + 'status' => 'int', + ), + 'pcntl_wstopsig' => + array ( + 0 => 'int', + 'status' => 'int', + ), + 'pcntl_wtermsig' => + array ( + 0 => 'int', + 'status' => 'int', + ), + 'pdo::__construct' => + array ( + 0 => 'void', + 'dsn' => 'string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'options=' => 'array|null', + ), + 'pdo::begintransaction' => + array ( + 0 => 'bool', + ), + 'pdo::commit' => + array ( + 0 => 'bool', + ), + 'pdo::connect' => + array ( + 0 => 'static', + 'dsn' => 'string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'options=' => 'array|null', + ), + 'pdo::errorcode' => + array ( + 0 => 'null|string', + ), + 'pdo::errorinfo' => + array ( + 0 => 'array{0: null|string, 1: int|null, 2: null|string, 3?: mixed, 4?: mixed}', + ), + 'pdo::exec' => + array ( + 0 => 'false|int', + 'statement' => 'string', + ), + 'pdo::getattribute' => + array ( + 0 => 'mixed', + 'attribute' => 'int', + ), + 'pdo::getavailabledrivers' => + array ( + 0 => 'array', + ), + 'pdo::intransaction' => + array ( + 0 => 'bool', + ), + 'pdo::lastinsertid' => + array ( + 0 => 'string', + 'name=' => 'null|string', + ), + 'pdo::prepare' => + array ( + 0 => 'PDOStatement|false', + 'query' => 'string', + 'options=' => 'array', + ), + 'pdo::query' => + array ( + 0 => 'PDOStatement|false', + 'query' => 'string', + ), + 'pdo::quote' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'type=' => 'int', + ), + 'pdo::rollback' => + array ( + 0 => 'bool', + ), + 'pdo::setattribute' => + array ( + 0 => 'bool', + 'attribute' => 'int', + 'value' => 'mixed', + ), + 'pdo\\mysql::__construct' => + array ( + 0 => 'string', + 'dsn' => 'string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'options=' => 'array|null', + ), + 'pdo\\mysql::begintransaction' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::commit' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::connect' => + array ( + 0 => 'static', + 'dsn' => 'string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'options=' => 'array|null', + ), + 'pdo\\mysql::errorcode' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::errorinfo' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::exec' => + array ( + 0 => 'string', + 'statement' => 'string', + ), + 'pdo\\mysql::getattribute' => + array ( + 0 => 'string', + 'attribute' => 'int', + ), + 'pdo\\mysql::getavailabledrivers' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::getwarningcount' => + array ( + 0 => 'int', + ), + 'pdo\\mysql::intransaction' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::lastinsertid' => + array ( + 0 => 'string', + 'name=' => 'null|string', + ), + 'pdo\\mysql::prepare' => + array ( + 0 => 'string', + 'query' => 'string', + 'options=' => 'array', + ), + 'pdo\\mysql::query' => + array ( + 0 => 'string', + 'query' => 'string', + 'fetchMode=' => 'int|null', + '...fetchModeArgs=' => 'mixed|null', + ), + 'pdo\\mysql::quote' => + array ( + 0 => 'string', + 'string' => 'string', + 'type=' => 'int', + ), + 'pdo\\mysql::rollback' => + array ( + 0 => 'string', + ), + 'pdo\\mysql::setattribute' => + array ( + 0 => 'string', + 'attribute' => 'int', + 'value' => 'mixed|null', + ), + 'pdo\\sqlite::__construct' => + array ( + 0 => 'string', + 'dsn' => 'string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'options=' => 'array|null', + ), + 'pdo\\sqlite::begintransaction' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::commit' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::connect' => + array ( + 0 => 'static', + 'dsn' => 'string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'options=' => 'array|null', + ), + 'pdo\\sqlite::createaggregate' => + array ( + 0 => 'bool', + 'name' => 'string', + 'step' => 'callable', + 'finalize' => 'callable', + 'numArgs=' => 'int', + ), + 'pdo\\sqlite::createcollation' => + array ( + 0 => 'bool', + 'name' => 'string', + 'callback' => 'callable', + ), + 'pdo\\sqlite::createfunction' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'callback' => 'callable', + 'num_args=' => 'int', + 'flags=' => 'int', + ), + 'pdo\\sqlite::errorcode' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::errorinfo' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::exec' => + array ( + 0 => 'string', + 'statement' => 'string', + ), + 'pdo\\sqlite::getattribute' => + array ( + 0 => 'string', + 'attribute' => 'int', + ), + 'pdo\\sqlite::getavailabledrivers' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::intransaction' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::lastinsertid' => + array ( + 0 => 'string', + 'name=' => 'null|string', + ), + 'pdo\\sqlite::loadextension' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'pdo\\sqlite::openblob' => + array ( + 0 => 'string', + 'table' => 'string', + 'column' => 'string', + 'rowid' => 'int', + 'dbname=' => 'null|string', + 'flags=' => 'int', + ), + 'pdo\\sqlite::prepare' => + array ( + 0 => 'string', + 'query' => 'string', + 'options=' => 'array', + ), + 'pdo\\sqlite::query' => + array ( + 0 => 'string', + 'query' => 'string', + 'fetchMode=' => 'int|null', + '...fetchModeArgs=' => 'mixed|null', + ), + 'pdo\\sqlite::quote' => + array ( + 0 => 'string', + 'string' => 'string', + 'type=' => 'int', + ), + 'pdo\\sqlite::rollback' => + array ( + 0 => 'string', + ), + 'pdo\\sqlite::setattribute' => + array ( + 0 => 'string', + 'attribute' => 'int', + 'value' => 'mixed|null', + ), + 'pdo_drivers' => + array ( + 0 => 'array', + ), + 'pdoexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'pdoexception::__tostring' => + array ( + 0 => 'string', + ), + 'pdoexception::__wakeup' => + array ( + 0 => 'string', + ), + 'pdoexception::getcode' => + array ( + 0 => 'int|string', + ), + 'pdoexception::getfile' => + array ( + 0 => 'string', + ), + 'pdoexception::getline' => + array ( + 0 => 'int', + ), + 'pdoexception::getmessage' => + array ( + 0 => 'string', + ), + 'pdoexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'pdoexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'pdoexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'pdostatement::bindcolumn' => + array ( + 0 => 'bool', + 'column' => 'int|string', + '&rw_var' => 'mixed', + 'type=' => 'int', + 'maxLength=' => 'int', + 'driverOptions=' => 'mixed', + ), + 'pdostatement::bindparam' => + array ( + 0 => 'bool', + 'param' => 'int|string', + '&rw_var' => 'mixed', + 'type=' => 'int', + 'maxLength=' => 'int', + 'driverOptions=' => 'mixed', + ), + 'pdostatement::bindvalue' => + array ( + 0 => 'bool', + 'param' => 'int|string', + 'value' => 'mixed', + 'type=' => 'int', + ), + 'pdostatement::closecursor' => + array ( + 0 => 'bool', + ), + 'pdostatement::columncount' => + array ( + 0 => 'int', + ), + 'pdostatement::debugdumpparams' => + array ( + 0 => 'bool|null', + ), + 'pdostatement::errorcode' => + array ( + 0 => 'null|string', + ), + 'pdostatement::errorinfo' => + array ( + 0 => 'array{0: null|string, 1: int|null, 2: null|string, 3?: mixed, 4?: mixed}', + ), + 'pdostatement::execute' => + array ( + 0 => 'bool', + 'params=' => 'array|null', + ), + 'pdostatement::fetch' => + array ( + 0 => 'mixed', + 'mode=' => 'int', + 'cursorOrientation=' => 'int', + 'cursorOffset=' => 'int', + ), + 'pdostatement::fetchall' => + array ( + 0 => 'array', + 'mode=' => 'int', + '...args=' => 'mixed', + ), + 'pdostatement::fetchcolumn' => + array ( + 0 => 'mixed', + 'column=' => 'int', + ), + 'pdostatement::fetchobject' => + array ( + 0 => 'false|object', + 'class=' => 'class-string|null', + 'constructorArgs=' => 'array', + ), + 'pdostatement::getattribute' => + array ( + 0 => 'mixed', + 'name' => 'int', + ), + 'pdostatement::getcolumnmeta' => + array ( + 0 => 'array|false', + 'column' => 'int', + ), + 'pdostatement::getiterator' => + array ( + 0 => 'Iterator', + ), + 'pdostatement::nextrowset' => + array ( + 0 => 'bool', + ), + 'pdostatement::rowcount' => + array ( + 0 => 'int', + ), + 'pdostatement::setattribute' => + array ( + 0 => 'bool', + 'attribute' => 'int', + 'value' => 'mixed', + ), + 'pdostatement::setfetchmode' => + array ( + 0 => 'true', + 'mode' => 'int', + '...args=' => 'mixed', + ), + 'pfsockopen' => + array ( + 0 => 'false|resource', + 'hostname' => 'string', + 'port=' => 'int', + '&w_error_code=' => 'int', + '&w_error_message=' => 'string', + 'timeout=' => 'float|null', + ), + 'pg_affected_rows' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_cancel_query' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + ), + 'pg_change_password' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + 'user' => 'string', + 'password' => 'string', + ), + 'pg_client_encoding' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_clientencoding' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_close' => + array ( + 0 => 'true', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_cmdtuples' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_connect' => + array ( + 0 => 'PgSql\\Connection|false', + 'connection_string' => 'string', + 'flags=' => 'int', + ), + 'pg_connect_poll' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + ), + 'pg_connection_busy' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + ), + 'pg_connection_reset' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + ), + 'pg_connection_status' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + ), + 'pg_consume_input' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + ), + 'pg_convert' => + array ( + 0 => 'array|false', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'values' => 'array', + 'flags=' => 'int', + ), + 'pg_copy_from' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'rows' => 'array', + 'separator=' => 'string', + 'null_as=' => 'string', + ), + 'pg_copy_to' => + array ( + 0 => 'array|false', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'separator=' => 'string', + 'null_as=' => 'string', + ), + 'pg_dbname' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_delete' => + array ( + 0 => 'bool|string', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'conditions' => 'array', + 'flags=' => 'int', + ), + 'pg_end_copy' => + array ( + 0 => 'bool', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_errormessage' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_escape_bytea' => + array ( + 0 => 'string', + 'connection' => 'PgSql\\Connection', + 'string' => 'string', + ), + 'pg_escape_identifier' => + array ( + 0 => 'false|string', + 'connection' => 'PgSql\\Connection', + 'string' => 'string', + ), + 'pg_escape_literal' => + array ( + 0 => 'false|string', + 'connection' => 'PgSql\\Connection', + 'string' => 'string', + ), + 'pg_escape_string' => + array ( + 0 => 'string', + 'connection' => 'PgSql\\Connection', + 'string' => 'string', + ), + 'pg_exec' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'PgSql\\Connection', + 'query' => 'string', + ), + 'pg_execute' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'PgSql\\Connection', + 'statement_name' => 'string', + 'params' => 'array', + ), + 'pg_fetch_all' => + array ( + 0 => 'array>', + 'result' => 'PgSql\\Result', + 'mode=' => 'int', + ), + 'pg_fetch_all_columns' => + array ( + 0 => 'array', + 'result' => 'PgSql\\Result', + 'field=' => 'int', + ), + 'pg_fetch_array' => + array ( + 0 => 'array|false', + 'result' => 'PgSql\\Result', + 'row=' => 'int|null', + 'mode=' => 'int', + ), + 'pg_fetch_assoc' => + array ( + 0 => 'array|false', + 'result' => 'PgSql\\Result', + 'row=' => 'int|null', + ), + 'pg_fetch_object' => + array ( + 0 => 'false|object', + 'result' => 'PgSql\\Result', + 'row=' => 'int|null', + 'class=' => 'string', + 'constructor_args=' => 'array', + ), + 'pg_fetch_result' => + array ( + 0 => 'false|null|string', + 'result' => 'PgSql\\Result', + 'row' => 'int|string', + ), + 'pg_fetch_row' => + array ( + 0 => 'array|false', + 'result' => 'PgSql\\Result', + 'row=' => 'int|null', + 'mode=' => 'int', + ), + 'pg_field_is_null' => + array ( + 0 => 'false|int', + 'result' => 'PgSql\\Result', + 'row' => 'int|string', + ), + 'pg_field_name' => + array ( + 0 => 'string', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_field_num' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + 'field' => 'string', + ), + 'pg_field_prtlen' => + array ( + 0 => 'false|int', + 'result' => 'PgSql\\Result', + 'row' => 'int|string', + ), + 'pg_field_size' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_field_table' => + array ( + 0 => 'false|int|string', + 'result' => 'PgSql\\Result', + 'field' => 'int', + 'oid_only=' => 'bool', + ), + 'pg_field_type' => + array ( + 0 => 'string', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_field_type_oid' => + array ( + 0 => 'int|string', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_fieldisnull' => + array ( + 0 => 'false|int', + 'result' => 'PgSql\\Result', + 'row' => 'string', + 'field=' => 'int|string', + ), + 'pg_fieldname' => + array ( + 0 => 'string', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_fieldnum' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + 'field' => 'string', + ), + 'pg_fieldprtlen' => + array ( + 0 => 'false|int', + 'result' => 'PgSql\\Result', + 'row' => 'string', + 'field=' => 'int|string', + ), + 'pg_fieldsize' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_fieldtype' => + array ( + 0 => 'string', + 'result' => 'PgSql\\Result', + 'field' => 'int', + ), + 'pg_flush' => + array ( + 0 => 'bool|int', + 'connection' => 'PgSql\\Connection', + ), + 'pg_free_result' => + array ( + 0 => 'bool', + 'result' => 'PgSql\\Result', + ), + 'pg_freeresult' => + array ( + 0 => 'bool', + 'result' => 'PgSql\\Result', + ), + 'pg_get_notify' => + array ( + 0 => 'array|false', + 'connection' => 'PgSql\\Connection', + 'mode=' => 'int', + ), + 'pg_get_pid' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + ), + 'pg_get_result' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'PgSql\\Connection', + ), + 'pg_getlastoid' => + array ( + 0 => 'false|int|string', + 'result' => 'PgSql\\Result', + ), + 'pg_host' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_insert' => + array ( + 0 => 'PgSql\\Result|false|string', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'values' => 'array', + 'flags=' => 'int', + ), + 'pg_jit' => + array ( + 0 => 'array', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_last_error' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_last_notice' => + array ( + 0 => 'array|bool|string', + 'connection' => 'PgSql\\Connection', + 'mode=' => 'int', + ), + 'pg_last_oid' => + array ( + 0 => 'false|int|string', + 'result' => 'PgSql\\Result', + ), + 'pg_lo_close' => + array ( + 0 => 'bool', + 'lob' => 'PgSql\\Lob', + ), + 'pg_lo_create' => + array ( + 0 => 'false|int|string', + 'connection=' => 'PgSql\\Connection', + 'oid=' => 'int|string', + ), + 'pg_lo_export' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + 'oid' => 'int|string', + 'filename' => 'string', + ), + 'pg_lo_import' => + array ( + 0 => 'false|int|string', + 'connection' => 'PgSql\\Connection', + 'filename' => 'string', + 'oid' => 'int|string', + ), + 'pg_lo_open' => + array ( + 0 => 'PgSql\\Lob|false', + 'connection' => 'PgSql\\Connection', + 'oid' => 'int|string', + 'mode' => 'string', + ), + 'pg_lo_read' => + array ( + 0 => 'false|string', + 'lob' => 'PgSql\\Lob', + 'length=' => 'int', + ), + 'pg_lo_read_all' => + array ( + 0 => 'int', + 'lob' => 'PgSql\\Lob', + ), + 'pg_lo_seek' => + array ( + 0 => 'bool', + 'lob' => 'PgSql\\Lob', + 'offset' => 'int', + 'whence=' => 'int', + ), + 'pg_lo_tell' => + array ( + 0 => 'int', + 'lob' => 'PgSql\\Lob', + ), + 'pg_lo_truncate' => + array ( + 0 => 'bool', + 'lob' => 'PgSql\\Lob', + 'size' => 'int', + ), + 'pg_lo_unlink' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + 'oid' => 'int|string', + ), + 'pg_lo_write' => + array ( + 0 => 'false|int', + 'lob' => 'PgSql\\Lob', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'pg_loclose' => + array ( + 0 => 'bool', + 'lob' => 'PgSql\\Lob', + ), + 'pg_locreate' => + array ( + 0 => 'false|int|string', + 'connection=' => 'string', + 'oid=' => 'string', + ), + 'pg_loexport' => + array ( + 0 => 'bool', + 'connection' => 'string', + 'oid=' => 'string', + 'filename=' => 'string', + ), + 'pg_loimport' => + array ( + 0 => 'false|int|string', + 'connection' => 'string', + 'filename=' => 'string', + 'oid=' => 'string', + ), + 'pg_loopen' => + array ( + 0 => 'PgSql\\Lob|false', + 'connection' => 'string', + 'oid=' => 'string', + 'mode=' => 'string', + ), + 'pg_loread' => + array ( + 0 => 'false|string', + 'lob' => 'PgSql\\Lob', + 'length=' => 'int', + ), + 'pg_loreadall' => + array ( + 0 => 'int', + 'lob' => 'PgSql\\Lob', + ), + 'pg_lounlink' => + array ( + 0 => 'bool', + 'connection' => 'string', + 'oid=' => 'string', + ), + 'pg_lowrite' => + array ( + 0 => 'false|int', + 'lob' => 'PgSql\\Lob', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'pg_meta_data' => + array ( + 0 => 'array|false', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'extended=' => 'bool', + ), + 'pg_num_fields' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_num_rows' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_numfields' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_numrows' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_options' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_parameter_status' => + array ( + 0 => 'false|string', + 'connection' => 'PgSql\\Connection', + 'name' => 'string', + ), + 'pg_pconnect' => + array ( + 0 => 'PgSql\\Connection|false', + 'connection_string' => 'string', + 'flags=' => 'int', + ), + 'pg_ping' => + array ( + 0 => 'bool', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_port' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_prepare' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'PgSql\\Connection', + 'statement_name' => 'string', + 'query' => 'string', + ), + 'pg_put_copy_data' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + 'cmd' => 'string', + ), + 'pg_put_copy_end' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + 'error=' => 'null|string', + ), + 'pg_put_line' => + array ( + 0 => 'bool', + 'connection' => 'PgSql\\Connection', + 'data' => 'string', + ), + 'pg_query' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'PgSql\\Connection', + 'query' => 'string', + ), + 'pg_query_params' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'PgSql\\Connection', + 'query' => 'string', + 'params' => 'array', + ), + 'pg_result' => + array ( + 0 => 'false|null|string', + 'result' => 'PgSql\\Result', + 'row' => 'string', + 'field=' => 'int|string', + ), + 'pg_result_error' => + array ( + 0 => 'false|string', + 'result' => 'PgSql\\Result', + ), + 'pg_result_error_field' => + array ( + 0 => 'false|null|string', + 'result' => 'PgSql\\Result', + 'field_code' => 'int', + ), + 'pg_result_memory_size' => + array ( + 0 => 'int', + 'result' => 'PgSql\\Result', + ), + 'pg_result_seek' => + array ( + 0 => 'bool', + 'result' => 'PgSql\\Result', + 'row' => 'int', + ), + 'pg_result_status' => + array ( + 0 => 'int|string', + 'result' => 'PgSql\\Result', + 'mode=' => 'int', + ), + 'pg_select' => + array ( + 0 => 'array|false|string', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'conditions' => 'array', + 'flags=' => 'int', + 'mode=' => 'int', + ), + 'pg_send_execute' => + array ( + 0 => 'bool|int', + 'connection' => 'PgSql\\Connection', + 'statement_name' => 'string', + 'params' => 'array', + ), + 'pg_send_prepare' => + array ( + 0 => 'bool|int', + 'connection' => 'PgSql\\Connection', + 'statement_name' => 'string', + 'query' => 'string', + ), + 'pg_send_query' => + array ( + 0 => 'bool|int', + 'connection' => 'PgSql\\Connection', + 'query' => 'string', + ), + 'pg_send_query_params' => + array ( + 0 => 'bool|int', + 'connection' => 'PgSql\\Connection', + 'query' => 'string', + 'params' => 'array', + ), + 'pg_set_client_encoding' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + 'encoding' => 'string', + ), + 'pg_set_error_context_visibility' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + 'visibility' => 'int', + ), + 'pg_set_error_verbosity' => + array ( + 0 => 'false|int', + 'connection' => 'PgSql\\Connection', + 'verbosity' => 'int', + ), + 'pg_setclientencoding' => + array ( + 0 => 'int', + 'connection' => 'string', + 'encoding=' => 'string', + ), + 'pg_socket' => + array ( + 0 => 'false|resource', + 'connection' => 'PgSql\\Connection', + ), + 'pg_socket_poll' => + array ( + 0 => 'int', + 'socket' => 'string', + 'read' => 'int', + 'write' => 'int', + 'timeout=' => 'int', + ), + 'pg_trace' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'mode=' => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_transaction_status' => + array ( + 0 => 'int', + 'connection' => 'PgSql\\Connection', + ), + 'pg_tty' => + array ( + 0 => 'string', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_unescape_bytea' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'pg_untrace' => + array ( + 0 => 'true', + 'connection=' => 'PgSql\\Connection|null', + ), + 'pg_update' => + array ( + 0 => 'bool|string', + 'connection' => 'PgSql\\Connection', + 'table_name' => 'string', + 'values' => 'array', + 'conditions' => 'array', + 'flags=' => 'int', + ), + 'pg_version' => + array ( + 0 => 'array', + 'connection=' => 'PgSql\\Connection|null', + ), + 'phar::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'flags=' => 'int', + 'alias=' => 'null|string', + ), + 'phar::__debuginfo' => + array ( + 0 => 'string', + ), + 'phar::__destruct' => + array ( + 0 => 'string', + ), + 'phar::__tostring' => + array ( + 0 => 'string', + ), + 'phar::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'phar::addemptydir' => + array ( + 0 => 'void', + 'directory' => 'string', + ), + 'phar::addfile' => + array ( + 0 => 'void', + 'filename' => 'string', + 'localName=' => 'null|string', + ), + 'phar::addfromstring' => + array ( + 0 => 'void', + 'localName' => 'string', + 'contents' => 'string', + ), + 'phar::apiversion' => + array ( + 0 => 'string', + ), + 'phar::buildfromdirectory' => + array ( + 0 => 'array', + 'directory' => 'string', + 'pattern=' => 'string', + ), + 'phar::buildfromiterator' => + array ( + 0 => 'array', + 'iterator' => 'Traversable', + 'baseDirectory=' => 'null|string', + ), + 'phar::cancompress' => + array ( + 0 => 'bool', + 'compression=' => 'int', + ), + 'phar::canwrite' => + array ( + 0 => 'bool', + ), + 'phar::compress' => + array ( + 0 => 'Phar|null', + 'compression' => 'int', + 'extension=' => 'null|string', + ), + 'phar::compressfiles' => + array ( + 0 => 'void', + 'compression' => 'int', + ), + 'phar::converttodata' => + array ( + 0 => 'PharData|null', + 'format=' => 'int|null', + 'compression=' => 'int|null', + 'extension=' => 'null|string', + ), + 'phar::converttoexecutable' => + array ( + 0 => 'Phar|null', + 'format=' => 'int|null', + 'compression=' => 'int|null', + 'extension=' => 'null|string', + ), + 'phar::copy' => + array ( + 0 => 'true', + 'from' => 'string', + 'to' => 'string', + ), + 'phar::count' => + array ( + 0 => 'int', + 'mode=' => 'int', + ), + 'phar::createdefaultstub' => + array ( + 0 => 'string', + 'index=' => 'null|string', + 'webIndex=' => 'null|string', + ), + 'phar::current' => + array ( + 0 => 'string', + ), + 'phar::decompress' => + array ( + 0 => 'Phar|null', + 'extension=' => 'null|string', + ), + 'phar::decompressfiles' => + array ( + 0 => 'true', + ), + 'phar::delete' => + array ( + 0 => 'true', + 'localName' => 'string', + ), + 'phar::delmetadata' => + array ( + 0 => 'true', + ), + 'phar::extractto' => + array ( + 0 => 'bool', + 'directory' => 'string', + 'files=' => 'array|null|string', + 'overwrite=' => 'bool', + ), + 'phar::getalias' => + array ( + 0 => 'null|string', + ), + 'phar::getatime' => + array ( + 0 => 'string', + ), + 'phar::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'phar::getchildren' => + array ( + 0 => 'string', + ), + 'phar::getctime' => + array ( + 0 => 'string', + ), + 'phar::getextension' => + array ( + 0 => 'string', + ), + 'phar::getfileinfo' => + array ( + 0 => 'string', + 'class=' => 'null|string', + ), + 'phar::getfilename' => + array ( + 0 => 'string', + ), + 'phar::getflags' => + array ( + 0 => 'string', + ), + 'phar::getgroup' => + array ( + 0 => 'string', + ), + 'phar::getinode' => + array ( + 0 => 'string', + ), + 'phar::getlinktarget' => + array ( + 0 => 'string', + ), + 'phar::getmetadata' => + array ( + 0 => 'mixed', + 'unserializeOptions=' => 'array', + ), + 'phar::getmodified' => + array ( + 0 => 'bool', + ), + 'phar::getmtime' => + array ( + 0 => 'string', + ), + 'phar::getowner' => + array ( + 0 => 'string', + ), + 'phar::getpath' => + array ( + 0 => 'string', + ), + 'phar::getpathinfo' => + array ( + 0 => 'string', + 'class=' => 'null|string', + ), + 'phar::getpathname' => + array ( + 0 => 'string', + ), + 'phar::getperms' => + array ( + 0 => 'string', + ), + 'phar::getrealpath' => + array ( + 0 => 'string', + ), + 'phar::getsignature' => + array ( + 0 => 'array{hash: string, hash_type: string}', + ), + 'phar::getsize' => + array ( + 0 => 'string', + ), + 'phar::getstub' => + array ( + 0 => 'string', + ), + 'phar::getsubpath' => + array ( + 0 => 'string', + ), + 'phar::getsubpathname' => + array ( + 0 => 'string', + ), + 'phar::getsupportedcompression' => + array ( + 0 => 'array', + ), + 'phar::getsupportedsignatures' => + array ( + 0 => 'array', + ), + 'phar::gettype' => + array ( + 0 => 'string', + ), + 'phar::getversion' => + array ( + 0 => 'string', + ), + 'phar::haschildren' => + array ( + 0 => 'string', + 'allowLinks=' => 'bool', + ), + 'phar::hasmetadata' => + array ( + 0 => 'bool', + ), + 'phar::interceptfilefuncs' => + array ( + 0 => 'void', + ), + 'phar::isbuffering' => + array ( + 0 => 'bool', + ), + 'phar::iscompressed' => + array ( + 0 => 'false|int', + ), + 'phar::isdir' => + array ( + 0 => 'string', + ), + 'phar::isdot' => + array ( + 0 => 'string', + ), + 'phar::isexecutable' => + array ( + 0 => 'string', + ), + 'phar::isfile' => + array ( + 0 => 'string', + ), + 'phar::isfileformat' => + array ( + 0 => 'bool', + 'format' => 'int', + ), + 'phar::islink' => + array ( + 0 => 'string', + ), + 'phar::isreadable' => + array ( + 0 => 'string', + ), + 'phar::isvalidpharfilename' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'executable=' => 'bool', + ), + 'phar::iswritable' => + array ( + 0 => 'bool', + ), + 'phar::key' => + array ( + 0 => 'string', + ), + 'phar::loadphar' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'alias=' => 'null|string', + ), + 'phar::mapphar' => + array ( + 0 => 'bool', + 'alias=' => 'null|string', + 'offset=' => 'int', + ), + 'phar::mount' => + array ( + 0 => 'void', + 'pharPath' => 'string', + 'externalPath' => 'string', + ), + 'phar::mungserver' => + array ( + 0 => 'void', + 'variables' => 'list', + ), + 'phar::next' => + array ( + 0 => 'string', + ), + 'phar::offsetexists' => + array ( + 0 => 'bool', + 'localName' => 'string', + ), + 'phar::offsetget' => + array ( + 0 => 'PharFileInfo', + 'localName' => 'string', + ), + 'phar::offsetset' => + array ( + 0 => 'void', + 'localName' => 'string', + 'value' => 'resource|string', + ), + 'phar::offsetunset' => + array ( + 0 => 'void', + 'localName' => 'string', + ), + 'phar::openfile' => + array ( + 0 => 'string', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'string', + ), + 'phar::rewind' => + array ( + 0 => 'string', + ), + 'phar::running' => + array ( + 0 => 'string', + 'returnPhar=' => 'bool', + ), + 'phar::seek' => + array ( + 0 => 'string', + 'offset' => 'int', + ), + 'phar::setalias' => + array ( + 0 => 'true', + 'alias' => 'string', + ), + 'phar::setdefaultstub' => + array ( + 0 => 'true', + 'index=' => 'null|string', + 'webIndex=' => 'null|string', + ), + 'phar::setfileclass' => + array ( + 0 => 'string', + 'class=' => 'string', + ), + 'phar::setflags' => + array ( + 0 => 'string', + 'flags' => 'int', + ), + 'phar::setinfoclass' => + array ( + 0 => 'string', + 'class=' => 'string', + ), + 'phar::setmetadata' => + array ( + 0 => 'void', + 'metadata' => 'mixed', + ), + 'phar::setsignaturealgorithm' => + array ( + 0 => 'void', + 'algo' => 'int', + 'privateKey=' => 'null|string', + ), + 'phar::setstub' => + array ( + 0 => 'true', + 'stub' => 'string', + 'length=' => 'int', + ), + 'phar::startbuffering' => + array ( + 0 => 'void', + ), + 'phar::stopbuffering' => + array ( + 0 => 'void', + ), + 'phar::unlinkarchive' => + array ( + 0 => 'true', + 'filename' => 'string', + ), + 'phar::valid' => + array ( + 0 => 'string', + ), + 'phar::webphar' => + array ( + 0 => 'void', + 'alias=' => 'null|string', + 'index=' => 'null|string', + 'fileNotFoundScript=' => 'null|string', + 'mimeTypes=' => 'array', + 'rewrite=' => 'callable|null', + ), + 'phardata::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'flags=' => 'int', + 'alias=' => 'null|string', + 'format=' => 'int', + ), + 'phardata::__debuginfo' => + array ( + 0 => 'string', + ), + 'phardata::__destruct' => + array ( + 0 => 'string', + ), + 'phardata::__tostring' => + array ( + 0 => 'string', + ), + 'phardata::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'phardata::addemptydir' => + array ( + 0 => 'void', + 'directory' => 'string', + ), + 'phardata::addfile' => + array ( + 0 => 'void', + 'filename' => 'string', + 'localName=' => 'null|string', + ), + 'phardata::addfromstring' => + array ( + 0 => 'void', + 'localName' => 'string', + 'contents' => 'string', + ), + 'phardata::apiversion' => + array ( + 0 => 'string', + ), + 'phardata::buildfromdirectory' => + array ( + 0 => 'array', + 'directory' => 'string', + 'pattern=' => 'string', + ), + 'phardata::buildfromiterator' => + array ( + 0 => 'array', + 'iterator' => 'Traversable', + 'baseDirectory=' => 'null|string', + ), + 'phardata::cancompress' => + array ( + 0 => 'bool', + 'compression=' => 'int', + ), + 'phardata::canwrite' => + array ( + 0 => 'bool', + ), + 'phardata::compress' => + array ( + 0 => 'PharData|null', + 'compression' => 'int', + 'extension=' => 'null|string', + ), + 'phardata::compressfiles' => + array ( + 0 => 'void', + 'compression' => 'int', + ), + 'phardata::converttodata' => + array ( + 0 => 'PharData|null', + 'format=' => 'int|null', + 'compression=' => 'int|null', + 'extension=' => 'null|string', + ), + 'phardata::converttoexecutable' => + array ( + 0 => 'Phar|null', + 'format=' => 'int|null', + 'compression=' => 'int|null', + 'extension=' => 'null|string', + ), + 'phardata::copy' => + array ( + 0 => 'true', + 'from' => 'string', + 'to' => 'string', + ), + 'phardata::count' => + array ( + 0 => 'string', + 'mode=' => 'int', + ), + 'phardata::createdefaultstub' => + array ( + 0 => 'string', + 'index=' => 'null|string', + 'webIndex=' => 'null|string', + ), + 'phardata::current' => + array ( + 0 => 'string', + ), + 'phardata::decompress' => + array ( + 0 => 'PharData|null', + 'extension=' => 'null|string', + ), + 'phardata::decompressfiles' => + array ( + 0 => 'true', + ), + 'phardata::delete' => + array ( + 0 => 'true', + 'localName' => 'string', + ), + 'phardata::delmetadata' => + array ( + 0 => 'true', + ), + 'phardata::extractto' => + array ( + 0 => 'bool', + 'directory' => 'string', + 'files=' => 'array|null|string', + 'overwrite=' => 'bool', + ), + 'phardata::getalias' => + array ( + 0 => 'string', + ), + 'phardata::getatime' => + array ( + 0 => 'string', + ), + 'phardata::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'phardata::getchildren' => + array ( + 0 => 'string', + ), + 'phardata::getctime' => + array ( + 0 => 'string', + ), + 'phardata::getextension' => + array ( + 0 => 'string', + ), + 'phardata::getfileinfo' => + array ( + 0 => 'string', + 'class=' => 'null|string', + ), + 'phardata::getfilename' => + array ( + 0 => 'string', + ), + 'phardata::getflags' => + array ( + 0 => 'string', + ), + 'phardata::getgroup' => + array ( + 0 => 'string', + ), + 'phardata::getinode' => + array ( + 0 => 'string', + ), + 'phardata::getlinktarget' => + array ( + 0 => 'string', + ), + 'phardata::getmetadata' => + array ( + 0 => 'string', + 'unserializeOptions=' => 'array', + ), + 'phardata::getmodified' => + array ( + 0 => 'string', + ), + 'phardata::getmtime' => + array ( + 0 => 'string', + ), + 'phardata::getowner' => + array ( + 0 => 'string', + ), + 'phardata::getpath' => + array ( + 0 => 'string', + ), + 'phardata::getpathinfo' => + array ( + 0 => 'string', + 'class=' => 'null|string', + ), + 'phardata::getpathname' => + array ( + 0 => 'string', + ), + 'phardata::getperms' => + array ( + 0 => 'string', + ), + 'phardata::getrealpath' => + array ( + 0 => 'string', + ), + 'phardata::getsignature' => + array ( + 0 => 'string', + ), + 'phardata::getsize' => + array ( + 0 => 'string', + ), + 'phardata::getstub' => + array ( + 0 => 'string', + ), + 'phardata::getsubpath' => + array ( + 0 => 'string', + ), + 'phardata::getsubpathname' => + array ( + 0 => 'string', + ), + 'phardata::getsupportedcompression' => + array ( + 0 => 'array', + ), + 'phardata::getsupportedsignatures' => + array ( + 0 => 'array', + ), + 'phardata::gettype' => + array ( + 0 => 'string', + ), + 'phardata::getversion' => + array ( + 0 => 'string', + ), + 'phardata::haschildren' => + array ( + 0 => 'string', + 'allowLinks=' => 'bool', + ), + 'phardata::hasmetadata' => + array ( + 0 => 'string', + ), + 'phardata::interceptfilefuncs' => + array ( + 0 => 'void', + ), + 'phardata::isbuffering' => + array ( + 0 => 'string', + ), + 'phardata::iscompressed' => + array ( + 0 => 'string', + ), + 'phardata::isdir' => + array ( + 0 => 'string', + ), + 'phardata::isdot' => + array ( + 0 => 'string', + ), + 'phardata::isexecutable' => + array ( + 0 => 'string', + ), + 'phardata::isfile' => + array ( + 0 => 'string', + ), + 'phardata::isfileformat' => + array ( + 0 => 'string', + 'format' => 'int', + ), + 'phardata::islink' => + array ( + 0 => 'string', + ), + 'phardata::isreadable' => + array ( + 0 => 'string', + ), + 'phardata::isvalidpharfilename' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'executable=' => 'bool', + ), + 'phardata::iswritable' => + array ( + 0 => 'bool', + ), + 'phardata::key' => + array ( + 0 => 'string', + ), + 'phardata::loadphar' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'alias=' => 'null|string', + ), + 'phardata::mapphar' => + array ( + 0 => 'bool', + 'alias=' => 'null|string', + 'offset=' => 'int', + ), + 'phardata::mount' => + array ( + 0 => 'void', + 'pharPath' => 'string', + 'externalPath' => 'string', + ), + 'phardata::mungserver' => + array ( + 0 => 'void', + 'variables' => 'array', + ), + 'phardata::next' => + array ( + 0 => 'string', + ), + 'phardata::offsetexists' => + array ( + 0 => 'bool', + 'localName' => 'string', + ), + 'phardata::offsetget' => + array ( + 0 => 'PharFileInfo', + 'localName' => 'string', + ), + 'phardata::offsetset' => + array ( + 0 => 'void', + 'localName' => 'string', + 'value' => 'string', + ), + 'phardata::offsetunset' => + array ( + 0 => 'void', + 'localName' => 'string', + ), + 'phardata::openfile' => + array ( + 0 => 'string', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'string', + ), + 'phardata::rewind' => + array ( + 0 => 'string', + ), + 'phardata::running' => + array ( + 0 => 'string', + 'returnPhar=' => 'bool', + ), + 'phardata::seek' => + array ( + 0 => 'string', + 'offset' => 'int', + ), + 'phardata::setalias' => + array ( + 0 => 'bool', + 'alias' => 'string', + ), + 'phardata::setdefaultstub' => + array ( + 0 => 'bool', + 'index=' => 'null|string', + 'webIndex=' => 'null|string', + ), + 'phardata::setfileclass' => + array ( + 0 => 'string', + 'class=' => 'string', + ), + 'phardata::setflags' => + array ( + 0 => 'string', + 'flags' => 'int', + ), + 'phardata::setinfoclass' => + array ( + 0 => 'string', + 'class=' => 'string', + ), + 'phardata::setmetadata' => + array ( + 0 => 'void', + 'metadata' => 'mixed', + ), + 'phardata::setsignaturealgorithm' => + array ( + 0 => 'void', + 'algo' => 'int', + 'privateKey=' => 'null|string', + ), + 'phardata::setstub' => + array ( + 0 => 'true', + 'stub' => 'string', + 'length=' => 'int', + ), + 'phardata::startbuffering' => + array ( + 0 => 'string', + ), + 'phardata::stopbuffering' => + array ( + 0 => 'string', + ), + 'phardata::unlinkarchive' => + array ( + 0 => 'true', + 'filename' => 'string', + ), + 'phardata::valid' => + array ( + 0 => 'string', + ), + 'phardata::webphar' => + array ( + 0 => 'void', + 'alias=' => 'null|string', + 'index=' => 'null|string', + 'fileNotFoundScript=' => 'null|string', + 'mimeTypes=' => 'array', + 'rewrite=' => 'callable|null', + ), + 'pharexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'pharexception::__tostring' => + array ( + 0 => 'string', + ), + 'pharexception::__wakeup' => + array ( + 0 => 'string', + ), + 'pharexception::getcode' => + array ( + 0 => 'string', + ), + 'pharexception::getfile' => + array ( + 0 => 'string', + ), + 'pharexception::getline' => + array ( + 0 => 'int', + ), + 'pharexception::getmessage' => + array ( + 0 => 'string', + ), + 'pharexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'pharexception::gettrace' => + array ( + 0 => 'array', + ), + 'pharexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'pharfileinfo::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'pharfileinfo::__debuginfo' => + array ( + 0 => 'string', + ), + 'pharfileinfo::__destruct' => + array ( + 0 => 'string', + ), + 'pharfileinfo::__tostring' => + array ( + 0 => 'string', + ), + 'pharfileinfo::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'pharfileinfo::chmod' => + array ( + 0 => 'void', + 'perms' => 'int', + ), + 'pharfileinfo::compress' => + array ( + 0 => 'true', + 'compression' => 'int', + ), + 'pharfileinfo::decompress' => + array ( + 0 => 'true', + ), + 'pharfileinfo::delmetadata' => + array ( + 0 => 'true', + ), + 'pharfileinfo::getatime' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'pharfileinfo::getcompressedsize' => + array ( + 0 => 'int', + ), + 'pharfileinfo::getcontent' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getcrc32' => + array ( + 0 => 'int', + ), + 'pharfileinfo::getctime' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getextension' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getfileinfo' => + array ( + 0 => 'string', + 'class=' => 'null|string', + ), + 'pharfileinfo::getfilename' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getgroup' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getinode' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getlinktarget' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getmetadata' => + array ( + 0 => 'mixed', + 'unserializeOptions=' => 'array', + ), + 'pharfileinfo::getmtime' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getowner' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getpath' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getpathinfo' => + array ( + 0 => 'string', + 'class=' => 'null|string', + ), + 'pharfileinfo::getpathname' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getperms' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getpharflags' => + array ( + 0 => 'int', + ), + 'pharfileinfo::getrealpath' => + array ( + 0 => 'string', + ), + 'pharfileinfo::getsize' => + array ( + 0 => 'string', + ), + 'pharfileinfo::gettype' => + array ( + 0 => 'string', + ), + 'pharfileinfo::hasmetadata' => + array ( + 0 => 'bool', + ), + 'pharfileinfo::iscompressed' => + array ( + 0 => 'bool', + 'compression=' => 'int|null', + ), + 'pharfileinfo::iscrcchecked' => + array ( + 0 => 'bool', + ), + 'pharfileinfo::isdir' => + array ( + 0 => 'string', + ), + 'pharfileinfo::isexecutable' => + array ( + 0 => 'string', + ), + 'pharfileinfo::isfile' => + array ( + 0 => 'string', + ), + 'pharfileinfo::islink' => + array ( + 0 => 'string', + ), + 'pharfileinfo::isreadable' => + array ( + 0 => 'string', + ), + 'pharfileinfo::iswritable' => + array ( + 0 => 'string', + ), + 'pharfileinfo::openfile' => + array ( + 0 => 'string', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'string', + ), + 'pharfileinfo::setfileclass' => + array ( + 0 => 'string', + 'class=' => 'string', + ), + 'pharfileinfo::setinfoclass' => + array ( + 0 => 'string', + 'class=' => 'string', + ), + 'pharfileinfo::setmetadata' => + array ( + 0 => 'void', + 'metadata' => 'mixed', + ), + 'php_ini_loaded_file' => + array ( + 0 => 'false|string', + ), + 'php_ini_scanned_files' => + array ( + 0 => 'false|string', + ), + 'php_sapi_name' => + array ( + 0 => 'string', + ), + 'php_strip_whitespace' => + array ( + 0 => 'string', + 'filename' => 'string', + ), + 'php_uname' => + array ( + 0 => 'string', + 'mode=' => 'string', + ), + 'php_user_filter::filter' => + array ( + 0 => 'int', + 'in' => 'resource', + 'out' => 'resource', + '&rw_consumed' => 'int', + 'closing' => 'bool', + ), + 'php_user_filter::onclose' => + array ( + 0 => 'void', + ), + 'php_user_filter::oncreate' => + array ( + 0 => 'bool', + ), + 'phpcredits' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'phpinfo' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'phptoken::__construct' => + array ( + 0 => 'string', + 'id' => 'int', + 'text' => 'string', + 'line=' => 'int', + 'pos=' => 'int', + ), + 'phptoken::__tostring' => + array ( + 0 => 'string', + ), + 'phptoken::gettokenname' => + array ( + 0 => 'null|string', + ), + 'phptoken::is' => + array ( + 0 => 'bool', + 'kind' => 'array|int|string', + ), + 'phptoken::isignorable' => + array ( + 0 => 'bool', + ), + 'phptoken::tokenize' => + array ( + 0 => 'list', + 'code' => 'string', + 'flags=' => 'int', + ), + 'phpversion' => + array ( + 0 => 'false|string', + 'extension=' => 'null|string', + ), + 'pi' => + array ( + 0 => 'float', + ), + 'popen' => + array ( + 0 => 'false|resource', + 'command' => 'string', + 'mode' => 'string', + ), + 'pos' => + array ( + 0 => 'mixed', + 'array' => 'array', + ), + 'posix_access' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'posix_ctermid' => + array ( + 0 => 'false|string', + ), + 'posix_eaccess' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'posix_errno' => + array ( + 0 => 'int', + ), + 'posix_get_last_error' => + array ( + 0 => 'int', + ), + 'posix_getcwd' => + array ( + 0 => 'false|string', + ), + 'posix_getegid' => + array ( + 0 => 'int', + ), + 'posix_geteuid' => + array ( + 0 => 'int', + ), + 'posix_getgid' => + array ( + 0 => 'int', + ), + 'posix_getgrgid' => + array ( + 0 => 'array{gid: int, members: list, name: string, passwd: string}|false', + 'group_id' => 'int', + ), + 'posix_getgrnam' => + array ( + 0 => 'array{gid: int, members: list, name: string, passwd: string}|false', + 'name' => 'string', + ), + 'posix_getgroups' => + array ( + 0 => 'false|list', + ), + 'posix_getlogin' => + array ( + 0 => 'false|string', + ), + 'posix_getpgid' => + array ( + 0 => 'false|int', + 'process_id' => 'int', + ), + 'posix_getpgrp' => + array ( + 0 => 'int', + ), + 'posix_getpid' => + array ( + 0 => 'int', + ), + 'posix_getppid' => + array ( + 0 => 'int', + ), + 'posix_getpwnam' => + array ( + 0 => 'array{dir: string, gecos: string, gid: int, name: string, passwd: string, shell: string, uid: int}|false', + 'username' => 'string', + ), + 'posix_getpwuid' => + array ( + 0 => 'array{dir: string, gecos: string, gid: int, name: string, passwd: string, shell: string, uid: int}|false', + 'user_id' => 'int', + ), + 'posix_getrlimit' => + array ( + 0 => 'array{\'hard core\': string, \'hard cpu\': string, \'hard data\': string, \'hard filesize\': string, \'hard maxproc\': int, \'hard memlock\': int, \'hard openfiles\': int, \'hard rss\': string, \'hard stack\': string, \'hard totalmem\': string, \'soft core\': string, \'soft cpu\': string, \'soft data\': string, \'soft filesize\': string, \'soft maxproc\': int, \'soft memlock\': int, \'soft openfiles\': int, \'soft rss\': string, \'soft stack\': int, \'soft totalmem\': string}|false', + 'resource=' => 'int|null', + ), + 'posix_getsid' => + array ( + 0 => 'false|int', + 'process_id' => 'int', + ), + 'posix_getuid' => + array ( + 0 => 'int', + ), + 'posix_initgroups' => + array ( + 0 => 'bool', + 'username' => 'string', + 'group_id' => 'int', + ), + 'posix_isatty' => + array ( + 0 => 'bool', + 'file_descriptor' => 'int|resource', + ), + 'posix_kill' => + array ( + 0 => 'bool', + 'process_id' => 'int', + 'signal' => 'int', + ), + 'posix_mkfifo' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'permissions' => 'int', + ), + 'posix_mknod' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags' => 'int', + 'major=' => 'int', + 'minor=' => 'int', + ), + 'posix_setegid' => + array ( + 0 => 'bool', + 'group_id' => 'int', + ), + 'posix_seteuid' => + array ( + 0 => 'bool', + 'user_id' => 'int', + ), + 'posix_setgid' => + array ( + 0 => 'bool', + 'group_id' => 'int', + ), + 'posix_setpgid' => + array ( + 0 => 'bool', + 'process_id' => 'int', + 'process_group_id' => 'int', + ), + 'posix_setrlimit' => + array ( + 0 => 'bool', + 'resource' => 'int', + 'soft_limit' => 'int', + 'hard_limit' => 'int', + ), + 'posix_setsid' => + array ( + 0 => 'int', + ), + 'posix_setuid' => + array ( + 0 => 'bool', + 'user_id' => 'int', + ), + 'posix_strerror' => + array ( + 0 => 'string', + 'error_code' => 'int', + ), + 'posix_sysconf' => + array ( + 0 => 'int', + 'conf_id' => 'int', + ), + 'posix_times' => + array ( + 0 => 'array{cstime: int, cutime: int, stime: int, ticks: int, utime: int}|false', + ), + 'posix_ttyname' => + array ( + 0 => 'false|string', + 'file_descriptor' => 'int|resource', + ), + 'posix_uname' => + array ( + 0 => 'array{domainname: string, machine: string, nodename: string, release: string, sysname: string, version: string}|false', + ), + 'pow' => + array ( + 0 => 'float|int', + 'num' => 'float|int', + 'exponent' => 'float|int', + ), + 'preg_filter' => + array ( + 0 => 'array|null|string', + 'pattern' => 'array|string', + 'replacement' => 'array|string', + 'subject' => 'array|string', + 'limit=' => 'int', + '&w_count=' => 'int', + ), + 'preg_grep' => + array ( + 0 => 'array|false', + 'pattern' => 'string', + 'array' => 'array', + 'flags=' => 'int', + ), + 'preg_last_error' => + array ( + 0 => 'int', + ), + 'preg_last_error_msg' => + array ( + 0 => 'string', + ), + 'preg_match' => + array ( + 0 => '0|1|false', + 'pattern' => 'string', + 'subject' => 'string', + '&w_matches=' => 'array', + 'flags=' => '0', + 'offset=' => 'int', + ), + 'preg_match_all' => + array ( + 0 => 'false|int<0, max>', + 'pattern' => 'string', + 'subject' => 'string', + '&w_matches=' => 'array', + 'flags=' => 'int', + 'offset=' => 'int', + ), + 'preg_quote' => + array ( + 0 => 'string', + 'str' => 'string', + 'delimiter=' => 'null|string', + ), + 'preg_replace' => + array ( + 0 => 'array|null|string', + 'pattern' => 'array|string', + 'replacement' => 'array|string', + 'subject' => 'array|string', + 'limit=' => 'int', + '&w_count=' => 'int', + ), + 'preg_replace_callback' => + array ( + 0 => 'null|string', + 'pattern' => 'array|string', + 'callback' => 'callable(array):string', + 'subject' => 'string', + 'limit=' => 'int', + '&w_count=' => 'int', + 'flags=' => 'int', + ), + 'preg_replace_callback_array' => + array ( + 0 => 'null|string', + 'pattern' => 'array):string>', + 'subject' => 'string', + 'limit=' => 'int', + '&w_count=' => 'int', + 'flags=' => 'int', + ), + 'preg_split' => + array ( + 0 => 'false|list', + 'pattern' => 'string', + 'subject' => 'string', + 'limit' => 'int', + 'flags=' => 'int', + ), + 'prev' => + array ( + 0 => 'mixed', + '&r_array' => 'array', + ), + 'print_r' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'printf' => + array ( + 0 => 'int<0, max>', + 'format' => 'string', + '...values=' => 'float|int|string', + ), + 'proc_close' => + array ( + 0 => 'int', + 'process' => 'resource', + ), + 'proc_get_status' => + array ( + 0 => 'array{command: string, exitcode: int, pid: int, running: bool, signaled: bool, stopped: bool, stopsig: int, termsig: int}', + 'process' => 'resource', + ), + 'proc_nice' => + array ( + 0 => 'bool', + 'priority' => 'int', + ), + 'proc_open' => + array ( + 0 => 'false|resource', + 'command' => 'array|string', + 'descriptor_spec' => 'array', + '&pipes' => 'array', + 'cwd=' => 'null|string', + 'env_vars=' => 'array|null', + 'options=' => 'array|null', + ), + 'proc_terminate' => + array ( + 0 => 'bool', + 'process' => 'resource', + 'signal=' => 'int', + ), + 'property_exists' => + array ( + 0 => 'bool', + 'object_or_class' => 'object|string', + 'property' => 'string', + ), + 'propertyhooktype::cases' => + array ( + 0 => 'array', + ), + 'propertyhooktype::from' => + array ( + 0 => 'static', + 'value' => 'int|string', + ), + 'propertyhooktype::tryfrom' => + array ( + 0 => 'null|static', + 'value' => 'int|string', + ), + 'putenv' => + array ( + 0 => 'bool', + 'assignment' => 'string', + ), + 'quoted_printable_decode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'quoted_printable_encode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'quotemeta' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'rad2deg' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'rand' => + array ( + 0 => 'int', + 'min' => 'int', + 'max' => 'int', + ), + 'random\\brokenrandomengineerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'random\\brokenrandomengineerror::__tostring' => + array ( + 0 => 'string', + ), + 'random\\brokenrandomengineerror::__wakeup' => + array ( + 0 => 'string', + ), + 'random\\brokenrandomengineerror::getcode' => + array ( + 0 => 'string', + ), + 'random\\brokenrandomengineerror::getfile' => + array ( + 0 => 'string', + ), + 'random\\brokenrandomengineerror::getline' => + array ( + 0 => 'int', + ), + 'random\\brokenrandomengineerror::getmessage' => + array ( + 0 => 'string', + ), + 'random\\brokenrandomengineerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'random\\brokenrandomengineerror::gettrace' => + array ( + 0 => 'array', + ), + 'random\\brokenrandomengineerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'random\\engine\\mt19937::__construct' => + array ( + 0 => 'string', + 'seed=' => 'int|null', + 'mode=' => 'int', + ), + 'random\\engine\\mt19937::__debuginfo' => + array ( + 0 => 'array', + ), + 'random\\engine\\mt19937::__serialize' => + array ( + 0 => 'array', + ), + 'random\\engine\\mt19937::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'random\\engine\\mt19937::generate' => + array ( + 0 => 'string', + ), + 'random\\engine\\pcgoneseq128xslrr64::__construct' => + array ( + 0 => 'string', + 'seed=' => 'int|null|string', + ), + 'random\\engine\\pcgoneseq128xslrr64::__debuginfo' => + array ( + 0 => 'array', + ), + 'random\\engine\\pcgoneseq128xslrr64::__serialize' => + array ( + 0 => 'array', + ), + 'random\\engine\\pcgoneseq128xslrr64::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'random\\engine\\pcgoneseq128xslrr64::generate' => + array ( + 0 => 'string', + ), + 'random\\engine\\pcgoneseq128xslrr64::jump' => + array ( + 0 => 'void', + 'advance' => 'int', + ), + 'random\\engine\\secure::generate' => + array ( + 0 => 'string', + ), + 'random\\engine\\xoshiro256starstar::__construct' => + array ( + 0 => 'string', + 'seed=' => 'int|null|string', + ), + 'random\\engine\\xoshiro256starstar::__debuginfo' => + array ( + 0 => 'array', + ), + 'random\\engine\\xoshiro256starstar::__serialize' => + array ( + 0 => 'array', + ), + 'random\\engine\\xoshiro256starstar::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'random\\engine\\xoshiro256starstar::generate' => + array ( + 0 => 'string', + ), + 'random\\engine\\xoshiro256starstar::jump' => + array ( + 0 => 'void', + ), + 'random\\engine\\xoshiro256starstar::jumplong' => + array ( + 0 => 'void', + ), + 'random\\intervalboundary::cases' => + array ( + 0 => 'array', + ), + 'random\\randomerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'random\\randomerror::__tostring' => + array ( + 0 => 'string', + ), + 'random\\randomerror::__wakeup' => + array ( + 0 => 'string', + ), + 'random\\randomerror::getcode' => + array ( + 0 => 'string', + ), + 'random\\randomerror::getfile' => + array ( + 0 => 'string', + ), + 'random\\randomerror::getline' => + array ( + 0 => 'int', + ), + 'random\\randomerror::getmessage' => + array ( + 0 => 'string', + ), + 'random\\randomerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'random\\randomerror::gettrace' => + array ( + 0 => 'array', + ), + 'random\\randomerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'random\\randomexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'random\\randomexception::__tostring' => + array ( + 0 => 'string', + ), + 'random\\randomexception::__wakeup' => + array ( + 0 => 'string', + ), + 'random\\randomexception::getcode' => + array ( + 0 => 'string', + ), + 'random\\randomexception::getfile' => + array ( + 0 => 'string', + ), + 'random\\randomexception::getline' => + array ( + 0 => 'int', + ), + 'random\\randomexception::getmessage' => + array ( + 0 => 'string', + ), + 'random\\randomexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'random\\randomexception::gettrace' => + array ( + 0 => 'array', + ), + 'random\\randomexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'random\\randomizer::__construct' => + array ( + 0 => 'string', + 'engine=' => 'Random\\Engine|null', + ), + 'random\\randomizer::__serialize' => + array ( + 0 => 'array', + ), + 'random\\randomizer::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'random\\randomizer::getbytes' => + array ( + 0 => 'string', + 'length' => 'int', + ), + 'random\\randomizer::getbytesfromstring' => + array ( + 0 => 'string', + 'string' => 'string', + 'length' => 'int', + ), + 'random\\randomizer::getfloat' => + array ( + 0 => 'float', + 'min' => 'float', + 'max' => 'float', + 'boundary=' => 'Random\\IntervalBoundary', + ), + 'random\\randomizer::getint' => + array ( + 0 => 'int', + 'min' => 'int', + 'max' => 'int', + ), + 'random\\randomizer::nextfloat' => + array ( + 0 => 'float', + ), + 'random\\randomizer::nextint' => + array ( + 0 => 'int', + ), + 'random\\randomizer::pickarraykeys' => + array ( + 0 => 'array', + 'array' => 'array', + 'num' => 'int', + ), + 'random\\randomizer::shufflearray' => + array ( + 0 => 'array', + 'array' => 'array', + ), + 'random\\randomizer::shufflebytes' => + array ( + 0 => 'string', + 'bytes' => 'string', + ), + 'random_bytes' => + array ( + 0 => 'non-empty-string', + 'length' => 'int<1, max>', + ), + 'random_int' => + array ( + 0 => 'int', + 'min' => 'int', + 'max' => 'int', + ), + 'range' => + array ( + 0 => 'non-empty-array', + 'start' => 'float|int|string', + 'end' => 'float|int|string', + 'step=' => 'float|int<1, max>', + ), + 'rangeexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'rangeexception::__tostring' => + array ( + 0 => 'string', + ), + 'rangeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'rangeexception::getcode' => + array ( + 0 => 'int', + ), + 'rangeexception::getfile' => + array ( + 0 => 'string', + ), + 'rangeexception::getline' => + array ( + 0 => 'int', + ), + 'rangeexception::getmessage' => + array ( + 0 => 'string', + ), + 'rangeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'rangeexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'rangeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'rawurldecode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'rawurlencode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'readdir' => + array ( + 0 => 'false|string', + 'dir_handle=' => 'resource', + ), + 'readfile' => + array ( + 0 => 'false|int', + 'filename' => 'string', + 'use_include_path=' => 'bool', + 'context=' => 'resource', + ), + 'readgzfile' => + array ( + 0 => 'false|int', + 'filename' => 'string', + 'use_include_path=' => 'int', + ), + 'readline' => + array ( + 0 => 'false|string', + 'prompt=' => 'null|string', + ), + 'readline_add_history' => + array ( + 0 => 'bool', + 'prompt' => 'string', + ), + 'readline_callback_handler_install' => + array ( + 0 => 'bool', + 'prompt' => 'string', + 'callback' => 'callable', + ), + 'readline_callback_handler_remove' => + array ( + 0 => 'bool', + ), + 'readline_callback_read_char' => + array ( + 0 => 'void', + ), + 'readline_clear_history' => + array ( + 0 => 'bool', + ), + 'readline_completion_function' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'readline_info' => + array ( + 0 => 'mixed', + 'var_name=' => 'null|string', + 'value=' => 'bool|int|null|string', + ), + 'readline_list_history' => + array ( + 0 => 'array', + ), + 'readline_on_new_line' => + array ( + 0 => 'void', + ), + 'readline_read_history' => + array ( + 0 => 'bool', + 'filename=' => 'null|string', + ), + 'readline_redisplay' => + array ( + 0 => 'void', + ), + 'readline_write_history' => + array ( + 0 => 'bool', + 'filename=' => 'null|string', + ), + 'readlink' => + array ( + 0 => 'false|non-falsy-string', + 'path' => 'string', + ), + 'realpath' => + array ( + 0 => 'false|non-falsy-string', + 'path' => 'string', + ), + 'realpath_cache_get' => + array ( + 0 => 'array', + ), + 'realpath_cache_size' => + array ( + 0 => 'int', + ), + 'recursivearrayiterator::__construct' => + array ( + 0 => 'void', + 'array=' => 'array|object', + 'flags=' => 'int', + ), + 'recursivearrayiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'recursivearrayiterator::__serialize' => + array ( + 0 => 'string', + ), + 'recursivearrayiterator::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'recursivearrayiterator::append' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'recursivearrayiterator::asort' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'recursivearrayiterator::count' => + array ( + 0 => 'int', + ), + 'recursivearrayiterator::current' => + array ( + 0 => 'mixed', + ), + 'recursivearrayiterator::getarraycopy' => + array ( + 0 => 'array', + ), + 'recursivearrayiterator::getchildren' => + array ( + 0 => 'RecursiveArrayIterator|null', + ), + 'recursivearrayiterator::getflags' => + array ( + 0 => 'int', + ), + 'recursivearrayiterator::haschildren' => + array ( + 0 => 'bool', + ), + 'recursivearrayiterator::key' => + array ( + 0 => 'int|null|string', + ), + 'recursivearrayiterator::ksort' => + array ( + 0 => 'true', + 'flags=' => 'int', + ), + 'recursivearrayiterator::natcasesort' => + array ( + 0 => 'true', + ), + 'recursivearrayiterator::natsort' => + array ( + 0 => 'true', + ), + 'recursivearrayiterator::next' => + array ( + 0 => 'void', + ), + 'recursivearrayiterator::offsetexists' => + array ( + 0 => 'bool', + 'key' => 'int|string', + ), + 'recursivearrayiterator::offsetget' => + array ( + 0 => 'mixed', + 'key' => 'int|string', + ), + 'recursivearrayiterator::offsetset' => + array ( + 0 => 'void', + 'key' => 'int|null|string', + 'value' => 'string', + ), + 'recursivearrayiterator::offsetunset' => + array ( + 0 => 'void', + 'key' => 'int|string', + ), + 'recursivearrayiterator::rewind' => + array ( + 0 => 'void', + ), + 'recursivearrayiterator::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'recursivearrayiterator::serialize' => + array ( + 0 => 'string', + ), + 'recursivearrayiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'recursivearrayiterator::uasort' => + array ( + 0 => 'true', + 'callback' => 'callable(mixed, mixed):int', + ), + 'recursivearrayiterator::uksort' => + array ( + 0 => 'true', + 'callback' => 'callable(mixed, mixed):int', + ), + 'recursivearrayiterator::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'recursivearrayiterator::valid' => + array ( + 0 => 'bool', + ), + 'recursivecachingiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + 'flags=' => 'int', + ), + 'recursivecachingiterator::__tostring' => + array ( + 0 => 'string', + ), + 'recursivecachingiterator::count' => + array ( + 0 => 'int', + ), + 'recursivecachingiterator::current' => + array ( + 0 => 'void', + ), + 'recursivecachingiterator::getcache' => + array ( + 0 => 'array', + ), + 'recursivecachingiterator::getchildren' => + array ( + 0 => 'RecursiveCachingIterator|null', + ), + 'recursivecachingiterator::getflags' => + array ( + 0 => 'int', + ), + 'recursivecachingiterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'recursivecachingiterator::haschildren' => + array ( + 0 => 'bool', + ), + 'recursivecachingiterator::hasnext' => + array ( + 0 => 'bool', + ), + 'recursivecachingiterator::key' => + array ( + 0 => 'scalar', + ), + 'recursivecachingiterator::next' => + array ( + 0 => 'void', + ), + 'recursivecachingiterator::offsetexists' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'recursivecachingiterator::offsetget' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'recursivecachingiterator::offsetset' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'string', + ), + 'recursivecachingiterator::offsetunset' => + array ( + 0 => 'void', + 'key' => 'string', + ), + 'recursivecachingiterator::rewind' => + array ( + 0 => 'void', + ), + 'recursivecachingiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'recursivecachingiterator::valid' => + array ( + 0 => 'bool', + ), + 'recursivecallbackfilteriterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'RecursiveIterator', + 'callback' => 'callable(mixed, mixed=, mixed=):bool', + ), + 'recursivecallbackfilteriterator::accept' => + array ( + 0 => 'bool', + ), + 'recursivecallbackfilteriterator::current' => + array ( + 0 => 'mixed', + ), + 'recursivecallbackfilteriterator::getchildren' => + array ( + 0 => 'RecursiveCallbackFilterIterator', + ), + 'recursivecallbackfilteriterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'recursivecallbackfilteriterator::haschildren' => + array ( + 0 => 'bool', + ), + 'recursivecallbackfilteriterator::key' => + array ( + 0 => 'scalar', + ), + 'recursivecallbackfilteriterator::next' => + array ( + 0 => 'void', + ), + 'recursivecallbackfilteriterator::rewind' => + array ( + 0 => 'void', + ), + 'recursivecallbackfilteriterator::valid' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::__construct' => + array ( + 0 => 'void', + 'directory' => 'string', + 'flags=' => 'int', + ), + 'recursivedirectoryiterator::__debuginfo' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::__tostring' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::current' => + array ( + 0 => 'FilesystemIterator|SplFileInfo|string', + ), + 'recursivedirectoryiterator::getatime' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'recursivedirectoryiterator::getchildren' => + array ( + 0 => 'RecursiveDirectoryIterator', + ), + 'recursivedirectoryiterator::getctime' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getextension' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'recursivedirectoryiterator::getfilename' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::getflags' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getgroup' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getinode' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getlinktarget' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::getmtime' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getowner' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getpath' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'recursivedirectoryiterator::getpathname' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::getperms' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getrealpath' => + array ( + 0 => 'non-falsy-string', + ), + 'recursivedirectoryiterator::getsize' => + array ( + 0 => 'int', + ), + 'recursivedirectoryiterator::getsubpath' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::getsubpathname' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::gettype' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::haschildren' => + array ( + 0 => 'bool', + 'allowLinks=' => 'bool', + ), + 'recursivedirectoryiterator::isdir' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::isdot' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::isexecutable' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::isfile' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::islink' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::isreadable' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::iswritable' => + array ( + 0 => 'bool', + ), + 'recursivedirectoryiterator::key' => + array ( + 0 => 'string', + ), + 'recursivedirectoryiterator::next' => + array ( + 0 => 'void', + ), + 'recursivedirectoryiterator::openfile' => + array ( + 0 => 'SplFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'recursivedirectoryiterator::rewind' => + array ( + 0 => 'void', + ), + 'recursivedirectoryiterator::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'recursivedirectoryiterator::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'recursivedirectoryiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'recursivedirectoryiterator::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'recursivedirectoryiterator::valid' => + array ( + 0 => 'bool', + ), + 'recursivefilteriterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'RecursiveIterator', + ), + 'recursivefilteriterator::accept' => + array ( + 0 => 'bool', + ), + 'recursivefilteriterator::current' => + array ( + 0 => 'mixed', + ), + 'recursivefilteriterator::getchildren' => + array ( + 0 => 'RecursiveFilterIterator|null', + ), + 'recursivefilteriterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'recursivefilteriterator::haschildren' => + array ( + 0 => 'bool', + ), + 'recursivefilteriterator::key' => + array ( + 0 => 'mixed', + ), + 'recursivefilteriterator::next' => + array ( + 0 => 'void', + ), + 'recursivefilteriterator::rewind' => + array ( + 0 => 'void', + ), + 'recursivefilteriterator::valid' => + array ( + 0 => 'bool', + ), + 'recursiveiteratoriterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'IteratorAggregate|RecursiveIterator', + 'mode=' => 'int', + 'flags=' => 'int', + ), + 'recursiveiteratoriterator::beginchildren' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::beginiteration' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::callgetchildren' => + array ( + 0 => 'RecursiveIterator|null', + ), + 'recursiveiteratoriterator::callhaschildren' => + array ( + 0 => 'bool', + ), + 'recursiveiteratoriterator::current' => + array ( + 0 => 'mixed', + ), + 'recursiveiteratoriterator::endchildren' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::enditeration' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::getdepth' => + array ( + 0 => 'int', + ), + 'recursiveiteratoriterator::getinneriterator' => + array ( + 0 => 'RecursiveIterator', + ), + 'recursiveiteratoriterator::getmaxdepth' => + array ( + 0 => 'false|int', + ), + 'recursiveiteratoriterator::getsubiterator' => + array ( + 0 => 'RecursiveIterator|null', + 'level=' => 'int|null', + ), + 'recursiveiteratoriterator::key' => + array ( + 0 => 'mixed', + ), + 'recursiveiteratoriterator::next' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::nextelement' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::rewind' => + array ( + 0 => 'void', + ), + 'recursiveiteratoriterator::setmaxdepth' => + array ( + 0 => 'void', + 'maxDepth=' => 'int', + ), + 'recursiveiteratoriterator::valid' => + array ( + 0 => 'bool', + ), + 'recursiveregexiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'RecursiveIterator', + 'pattern' => 'string', + 'mode=' => 'int', + 'flags=' => 'int', + 'pregFlags=' => 'int', + ), + 'recursiveregexiterator::accept' => + array ( + 0 => 'bool', + ), + 'recursiveregexiterator::current' => + array ( + 0 => 'mixed', + ), + 'recursiveregexiterator::getchildren' => + array ( + 0 => 'RecursiveRegexIterator', + ), + 'recursiveregexiterator::getflags' => + array ( + 0 => 'int', + ), + 'recursiveregexiterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'recursiveregexiterator::getmode' => + array ( + 0 => 'int', + ), + 'recursiveregexiterator::getpregflags' => + array ( + 0 => 'int', + ), + 'recursiveregexiterator::getregex' => + array ( + 0 => 'string', + ), + 'recursiveregexiterator::haschildren' => + array ( + 0 => 'bool', + ), + 'recursiveregexiterator::key' => + array ( + 0 => 'mixed', + ), + 'recursiveregexiterator::next' => + array ( + 0 => 'void', + ), + 'recursiveregexiterator::rewind' => + array ( + 0 => 'void', + ), + 'recursiveregexiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'recursiveregexiterator::setmode' => + array ( + 0 => 'void', + 'mode' => 'int', + ), + 'recursiveregexiterator::setpregflags' => + array ( + 0 => 'void', + 'pregFlags' => 'int', + ), + 'recursiveregexiterator::valid' => + array ( + 0 => 'bool', + ), + 'recursivetreeiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'IteratorAggregate|RecursiveIterator', + 'flags=' => 'int', + 'cachingIteratorFlags=' => 'int', + 'mode=' => 'int', + ), + 'recursivetreeiterator::beginchildren' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::beginiteration' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::callgetchildren' => + array ( + 0 => 'RecursiveIterator|null', + ), + 'recursivetreeiterator::callhaschildren' => + array ( + 0 => 'bool', + ), + 'recursivetreeiterator::current' => + array ( + 0 => 'string', + ), + 'recursivetreeiterator::endchildren' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::enditeration' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::getdepth' => + array ( + 0 => 'int', + ), + 'recursivetreeiterator::getentry' => + array ( + 0 => 'string', + ), + 'recursivetreeiterator::getinneriterator' => + array ( + 0 => 'RecursiveIterator', + ), + 'recursivetreeiterator::getmaxdepth' => + array ( + 0 => 'false|int', + ), + 'recursivetreeiterator::getpostfix' => + array ( + 0 => 'string', + ), + 'recursivetreeiterator::getprefix' => + array ( + 0 => 'string', + ), + 'recursivetreeiterator::getsubiterator' => + array ( + 0 => 'RecursiveIterator|null', + 'level=' => 'int|null', + ), + 'recursivetreeiterator::key' => + array ( + 0 => 'string', + ), + 'recursivetreeiterator::next' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::nextelement' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::rewind' => + array ( + 0 => 'void', + ), + 'recursivetreeiterator::setmaxdepth' => + array ( + 0 => 'void', + 'maxDepth=' => 'int', + ), + 'recursivetreeiterator::setpostfix' => + array ( + 0 => 'void', + 'postfix' => 'string', + ), + 'recursivetreeiterator::setprefixpart' => + array ( + 0 => 'void', + 'part' => 'int', + 'value' => 'string', + ), + 'recursivetreeiterator::valid' => + array ( + 0 => 'bool', + ), + 'redis::__construct' => + array ( + 0 => 'void', + ), + 'redis::__destruct' => + array ( + 0 => 'void', + ), + 'redis::_compress' => + array ( + 0 => 'string', + 'value' => 'string', + ), + 'redis::_pack' => + array ( + 0 => 'string', + 'value' => 'mixed|null', + ), + 'redis::_prefix' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'redis::_serialize' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'redis::_uncompress' => + array ( + 0 => 'string', + 'value' => 'string', + ), + 'redis::_unpack' => + array ( + 0 => 'mixed|null', + 'value' => 'string', + ), + 'redis::_unserialize' => + array ( + 0 => 'mixed', + 'value' => 'string', + ), + 'redis::acl' => + array ( + 0 => 'mixed|null', + 'subcmd' => 'string', + '...args=' => 'string', + ), + 'redis::append' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'string', + ), + 'redis::auth' => + array ( + 0 => 'bool', + 'password' => 'string', + ), + 'redis::bgrewriteaof' => + array ( + 0 => 'bool', + ), + 'redis::bgsave' => + array ( + 0 => 'bool', + ), + 'redis::bitcount' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::bitop' => + array ( + 0 => 'int', + 'operation' => 'string', + 'ret_key' => 'string', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::bitpos' => + array ( + 0 => 'int', + 'key' => 'string', + 'bit' => 'int', + 'start=' => 'int', + 'end=' => 'int', + ), + 'redis::blmove' => + array ( + 0 => 'Redis|false|string', + 'src' => 'string', + 'dst' => 'string', + 'wherefrom' => 'string', + 'whereto' => 'string', + 'timeout' => 'float', + ), + 'redis::blmpop' => + array ( + 0 => 'Redis|array|false|null', + 'timeout' => 'float', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'redis::blpop' => + array ( + 0 => 'array', + 'keys' => 'array', + 'timeout' => 'int', + ), + 'redis::brpop' => + array ( + 0 => 'array', + 'keys' => 'array', + 'timeout' => 'int', + ), + 'redis::brpoplpush' => + array ( + 0 => 'false|string', + 'srcKey' => 'string', + 'dstKey' => 'string', + 'timeout' => 'int', + ), + 'redis::bzmpop' => + array ( + 0 => 'Redis|array|false|null', + 'timeout' => 'float', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'redis::bzpopmax' => + array ( + 0 => 'Redis|array|false', + 'key' => 'array|string', + 'timeout_or_key' => 'int|string', + '...extra_args=' => 'mixed|null', + ), + 'redis::bzpopmin' => + array ( + 0 => 'Redis|array|false', + 'key' => 'array|string', + 'timeout_or_key' => 'int|string', + '...extra_args=' => 'mixed|null', + ), + 'redis::clearlasterror' => + array ( + 0 => 'bool', + ), + 'redis::cleartransferredbytes' => + array ( + 0 => 'void', + ), + 'redis::client' => + array ( + 0 => 'mixed', + 'command' => 'string', + 'arg=' => 'string', + ), + 'redis::close' => + array ( + 0 => 'bool', + ), + 'redis::command' => + array ( + 0 => 'mixed', + '...args' => 'mixed', + ), + 'redis::config' => + array ( + 0 => 'string', + 'operation' => 'string', + 'key' => 'string', + 'value=' => 'string', + ), + 'redis::connect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'float', + 'reserved=' => 'null', + 'retry_interval=' => 'int|null', + 'read_timeout=' => 'float', + ), + 'redis::copy' => + array ( + 0 => 'Redis|bool', + 'src' => 'string', + 'dst' => 'string', + 'options=' => 'array|null', + ), + 'redis::dbsize' => + array ( + 0 => 'int', + ), + 'redis::debug' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + ), + 'redis::decr' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::decrby' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'int', + ), + 'redis::del' => + array ( + 0 => 'int', + 'key' => 'string', + '...args' => 'string', + ), + 'redis::delete' => + array ( + 0 => 'int', + 'key' => 'string', + '...args' => 'string', + ), + 'redis::discard' => + array ( + 0 => 'mixed', + ), + 'redis::dump' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'redis::echo' => + array ( + 0 => 'string', + 'message' => 'string', + ), + 'redis::eval' => + array ( + 0 => 'mixed', + 'script' => 'mixed', + 'args=' => 'mixed', + 'numKeys=' => 'mixed', + ), + 'redis::eval_ro' => + array ( + 0 => 'mixed|null', + 'script_sha' => 'string', + 'args=' => 'array', + 'num_keys=' => 'int', + ), + 'redis::evalsha' => + array ( + 0 => 'mixed', + 'scriptSha' => 'string', + 'args=' => 'array', + 'numKeys=' => 'int', + ), + 'redis::evalsha_ro' => + array ( + 0 => 'mixed|null', + 'sha1' => 'string', + 'args=' => 'array', + 'num_keys=' => 'int', + ), + 'redis::exec' => + array ( + 0 => 'array', + ), + 'redis::exists' => + array ( + 0 => 'int', + 'keys' => 'array|string', + ), + 'redis::expire' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + ), + 'redis::expireat' => + array ( + 0 => 'bool', + 'key' => 'string', + 'expiry' => 'int', + ), + 'redis::expiretime' => + array ( + 0 => 'Redis|false|int', + 'key' => 'string', + ), + 'redis::failover' => + array ( + 0 => 'Redis|bool', + 'to=' => 'array|null', + 'abort=' => 'bool', + 'timeout=' => 'int', + ), + 'redis::fcall' => + array ( + 0 => 'mixed|null', + 'fn' => 'string', + 'keys=' => 'array', + 'args=' => 'array', + ), + 'redis::fcall_ro' => + array ( + 0 => 'mixed|null', + 'fn' => 'string', + 'keys=' => 'array', + 'args=' => 'array', + ), + 'redis::flushall' => + array ( + 0 => 'bool', + 'async=' => 'bool', + ), + 'redis::flushdb' => + array ( + 0 => 'bool', + 'async=' => 'bool', + ), + 'redis::function' => + array ( + 0 => 'Redis|array|bool|string', + 'operation' => 'string', + '...args=' => 'mixed|null', + ), + 'redis::geoadd' => + array ( + 0 => 'int', + 'key' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + 'member' => 'string', + '...other_triples=' => 'float|int|string', + ), + 'redis::geodist' => + array ( + 0 => 'float', + 'key' => 'string', + 'member1' => 'string', + 'member2' => 'string', + 'unit=' => 'string', + ), + 'redis::geohash' => + array ( + 0 => 'array', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'redis::geopos' => + array ( + 0 => 'array', + 'key' => 'string', + 'member' => 'string', + '...members=' => 'string', + ), + 'redis::georadius' => + array ( + 0 => 'array|int', + 'key' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + 'radius' => 'float', + 'unit' => 'float', + 'options=' => 'array', + ), + 'redis::georadius_ro' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + 'lng' => 'float', + 'lat' => 'float', + 'radius' => 'float', + 'unit' => 'string', + 'options=' => 'array', + ), + 'redis::georadiusbymember' => + array ( + 0 => 'array|int', + 'key' => 'string', + 'member' => 'string', + 'radius' => 'float', + 'units' => 'string', + 'options=' => 'array', + ), + 'redis::georadiusbymember_ro' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + 'member' => 'string', + 'radius' => 'float', + 'unit' => 'string', + 'options=' => 'array', + ), + 'redis::geosearch' => + array ( + 0 => 'array', + 'key' => 'string', + 'position' => 'array|string', + 'shape' => 'array|float|int', + 'unit' => 'string', + 'options=' => 'array', + ), + 'redis::geosearchstore' => + array ( + 0 => 'Redis|array|false|int', + 'dst' => 'string', + 'src' => 'string', + 'position' => 'array|string', + 'shape' => 'array|float|int', + 'unit' => 'string', + 'options=' => 'array', + ), + 'redis::get' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'redis::getauth' => + array ( + 0 => 'false|null|string', + ), + 'redis::getbit' => + array ( + 0 => 'int', + 'key' => 'string', + 'offset' => 'int', + ), + 'redis::getdbnum' => + array ( + 0 => 'false|int', + ), + 'redis::getdel' => + array ( + 0 => 'Redis|bool|string', + 'key' => 'string', + ), + 'redis::getex' => + array ( + 0 => 'Redis|bool|string', + 'key' => 'string', + 'options=' => 'array', + ), + 'redis::gethost' => + array ( + 0 => 'false|string', + ), + 'redis::getlasterror' => + array ( + 0 => 'null|string', + ), + 'redis::getmode' => + array ( + 0 => 'int', + ), + 'redis::getoption' => + array ( + 0 => 'int', + 'name' => 'int', + ), + 'redis::getpersistentid' => + array ( + 0 => 'false|null|string', + ), + 'redis::getport' => + array ( + 0 => 'false|int', + ), + 'redis::getrange' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::getreadtimeout' => + array ( + 0 => 'false|float', + ), + 'redis::getset' => + array ( + 0 => 'string', + 'key' => 'string', + 'string' => 'string', + ), + 'redis::gettimeout' => + array ( + 0 => 'false|float', + ), + 'redis::gettransferredbytes' => + array ( + 0 => 'array', + ), + 'redis::hdel' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'hashKey1' => 'string', + '...otherHashKeys=' => 'string', + ), + 'redis::hexists' => + array ( + 0 => 'bool', + 'key' => 'string', + 'hashKey' => 'string', + ), + 'redis::hget' => + array ( + 0 => 'false|string', + 'key' => 'string', + 'hashKey' => 'string', + ), + 'redis::hgetall' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'redis::hincrby' => + array ( + 0 => 'int', + 'key' => 'string', + 'hashKey' => 'string', + 'value' => 'int', + ), + 'redis::hincrbyfloat' => + array ( + 0 => 'float', + 'key' => 'string', + 'field' => 'string', + 'increment' => 'float', + ), + 'redis::hkeys' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'redis::hlen' => + array ( + 0 => 'false|int', + 'key' => 'string', + ), + 'redis::hmget' => + array ( + 0 => 'array', + 'key' => 'string', + 'hashKeys' => 'array', + ), + 'redis::hmset' => + array ( + 0 => 'bool', + 'key' => 'string', + 'hashKeys' => 'array', + ), + 'redis::hrandfield' => + array ( + 0 => 'Redis|array|false|string', + 'key' => 'string', + 'options=' => 'array|null', + ), + 'redis::hscan' => + array ( + 0 => 'array', + 'key' => 'string', + '&iterator' => 'int', + 'pattern=' => 'string', + 'count=' => 'int', + ), + 'redis::hset' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'hashKey' => 'string', + 'value' => 'string', + ), + 'redis::hsetnx' => + array ( + 0 => 'bool', + 'key' => 'string', + 'hashKey' => 'string', + 'value' => 'string', + ), + 'redis::hstrlen' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + 'member' => 'mixed', + ), + 'redis::hvals' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'redis::incr' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::incrby' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'int', + ), + 'redis::incrbyfloat' => + array ( + 0 => 'float', + 'key' => 'string', + 'value' => 'float', + ), + 'redis::info' => + array ( + 0 => 'array', + 'option=' => 'string', + ), + 'redis::isconnected' => + array ( + 0 => 'bool', + ), + 'redis::keys' => + array ( + 0 => 'array', + 'pattern' => 'string', + ), + 'redis::lastsave' => + array ( + 0 => 'int', + ), + 'redis::lcs' => + array ( + 0 => 'Redis|array|false|int|string', + 'key1' => 'string', + 'key2' => 'string', + 'options=' => 'array|null', + ), + 'redis::lindex' => + array ( + 0 => 'false|string', + 'key' => 'string', + 'index' => 'int', + ), + 'redis::linsert' => + array ( + 0 => 'int', + 'key' => 'string', + 'position' => 'int', + 'pivot' => 'string', + 'value' => 'string', + ), + 'redis::llen' => + array ( + 0 => 'false|int', + 'key' => 'string', + ), + 'redis::lmove' => + array ( + 0 => 'Redis|false|string', + 'src' => 'string', + 'dst' => 'string', + 'wherefrom' => 'string', + 'whereto' => 'string', + ), + 'redis::lmpop' => + array ( + 0 => 'Redis|array|false|null', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'redis::lpop' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'redis::lpos' => + array ( + 0 => 'Redis|array|bool|int|null', + 'key' => 'string', + 'value' => 'mixed|null', + 'options=' => 'array|null', + ), + 'redis::lpush' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value1' => 'string', + 'value2=' => 'string', + 'valueN=' => 'string', + ), + 'redis::lpushx' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value' => 'string', + ), + 'redis::lrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::lrem' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value' => 'string', + 'count' => 'int', + ), + 'redis::lset' => + array ( + 0 => 'bool', + 'key' => 'string', + 'index' => 'int', + 'value' => 'string', + ), + 'redis::ltrim' => + array ( + 0 => 'array|false', + 'key' => 'string', + 'start' => 'int', + 'stop' => 'int', + ), + 'redis::mget' => + array ( + 0 => 'array', + 'keys' => 'array', + ), + 'redis::migrate' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'int', + 'key' => 'array|string', + 'db' => 'int', + 'timeout' => 'int', + 'copy=' => 'bool', + 'replace=' => 'bool', + ), + 'redis::move' => + array ( + 0 => 'bool', + 'key' => 'string', + 'dbindex' => 'int', + ), + 'redis::mset' => + array ( + 0 => 'bool', + 'pairs' => 'array', + ), + 'redis::msetnx' => + array ( + 0 => 'bool', + 'pairs' => 'array', + ), + 'redis::multi' => + array ( + 0 => 'Redis', + 'mode=' => 'int', + ), + 'redis::object' => + array ( + 0 => 'false|long|string', + 'info' => 'string', + 'key' => 'string', + ), + 'redis::open' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'float', + 'reserved=' => 'null', + 'retry_interval=' => 'int|null', + 'read_timeout=' => 'float', + ), + 'redis::pconnect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'float', + 'persistent_id=' => 'string', + 'retry_interval=' => 'int|null', + ), + 'redis::persist' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'redis::pexpire' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + ), + 'redis::pexpireat' => + array ( + 0 => 'bool', + 'key' => 'string', + 'expiry' => 'int', + ), + 'redis::pexpiretime' => + array ( + 0 => 'Redis|false|int', + 'key' => 'string', + ), + 'redis::pfadd' => + array ( + 0 => 'bool', + 'key' => 'string', + 'elements' => 'array', + ), + 'redis::pfcount' => + array ( + 0 => 'int', + 'key' => 'array|string', + ), + 'redis::pfmerge' => + array ( + 0 => 'bool', + 'destkey' => 'string', + 'sourcekeys' => 'array', + ), + 'redis::ping' => + array ( + 0 => 'string', + ), + 'redis::pipeline' => + array ( + 0 => 'Redis', + ), + 'redis::popen' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'float', + 'persistent_id=' => 'string', + 'retry_interval=' => 'int|null', + ), + 'redis::psetex' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + 'value' => 'string', + ), + 'redis::psubscribe' => + array ( + 0 => 'mixed', + 'patterns' => 'array', + 'callback' => 'array|string', + ), + 'redis::pttl' => + array ( + 0 => 'false|int', + 'key' => 'string', + ), + 'redis::publish' => + array ( + 0 => 'int', + 'channel' => 'string', + 'message' => 'string', + ), + 'redis::pubsub' => + array ( + 0 => 'array|int', + 'keyword' => 'string', + 'argument=' => 'array|string', + ), + 'redis::punsubscribe' => + array ( + 0 => 'mixed', + 'pattern' => 'string', + '...other_patterns=' => 'string', + ), + 'redis::randomkey' => + array ( + 0 => 'string', + ), + 'redis::rawcommand' => + array ( + 0 => 'mixed', + 'command' => 'string', + '...arguments=' => 'mixed', + ), + 'redis::rename' => + array ( + 0 => 'bool', + 'srckey' => 'string', + 'dstkey' => 'string', + ), + 'redis::renamenx' => + array ( + 0 => 'bool', + 'srckey' => 'string', + 'dstkey' => 'string', + ), + 'redis::replicaof' => + array ( + 0 => 'Redis|bool', + 'host=' => 'null|string', + 'port=' => 'int', + ), + 'redis::reset' => + array ( + 0 => 'Redis|bool', + ), + 'redis::restore' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + 'value' => 'string', + ), + 'redis::role' => + array ( + 0 => 'array', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'redis::rpop' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'redis::rpoplpush' => + array ( + 0 => 'string', + 'srcKey' => 'string', + 'dstKey' => 'string', + ), + 'redis::rpush' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value1' => 'string', + 'value2=' => 'string', + 'valueN=' => 'string', + ), + 'redis::rpushx' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value' => 'string', + ), + 'redis::sadd' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value1' => 'string', + 'value2=' => 'string', + 'valueN=' => 'string', + ), + 'redis::saddarray' => + array ( + 0 => 'bool', + 'key' => 'string', + 'values' => 'array', + ), + 'redis::save' => + array ( + 0 => 'bool', + ), + 'redis::scan' => + array ( + 0 => 'array|false', + '&rw_iterator' => 'int|null', + 'pattern=' => 'null|string', + 'count=' => 'int|null', + ), + 'redis::scard' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::script' => + array ( + 0 => 'mixed', + 'command' => 'string', + '...args=' => 'mixed', + ), + 'redis::sdiff' => + array ( + 0 => 'array', + 'key1' => 'string', + '...other_keys=' => 'string', + ), + 'redis::sdiffstore' => + array ( + 0 => 'false|int', + 'dstKey' => 'string', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::select' => + array ( + 0 => 'bool', + 'dbindex' => 'int', + ), + 'redis::set' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'redis::setbit' => + array ( + 0 => 'int', + 'key' => 'string', + 'offset' => 'int', + 'value' => 'int', + ), + 'redis::setex' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + 'value' => 'string', + ), + 'redis::setnx' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'redis::setoption' => + array ( + 0 => 'bool', + 'name' => 'int', + 'value' => 'mixed', + ), + 'redis::setrange' => + array ( + 0 => 'int', + 'key' => 'string', + 'offset' => 'int', + 'end' => 'int', + ), + 'redis::sinter' => + array ( + 0 => 'array|false', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::sintercard' => + array ( + 0 => 'Redis|false|int', + 'keys' => 'array', + 'limit=' => 'int', + ), + 'redis::sinterstore' => + array ( + 0 => 'false|int', + 'dstKey' => 'string', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::sismember' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'redis::slaveof' => + array ( + 0 => 'bool', + 'host=' => 'string', + 'port=' => 'int', + ), + 'redis::slowlog' => + array ( + 0 => 'mixed', + 'operation' => 'string', + 'length=' => 'int', + ), + 'redis::smembers' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'redis::smismember' => + array ( + 0 => 'Redis|array|false', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'redis::smove' => + array ( + 0 => 'bool', + 'srcKey' => 'string', + 'dstKey' => 'string', + 'member' => 'string', + ), + 'redis::sort' => + array ( + 0 => 'array|int', + 'key' => 'string', + 'options=' => 'array', + ), + 'redis::sort_ro' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + 'options=' => 'array|null', + ), + 'redis::sortasc' => + array ( + 0 => 'array', + 'key' => 'string', + 'pattern=' => 'string', + 'get=' => 'string', + 'start=' => 'int', + 'end=' => 'int', + 'getList=' => 'bool', + ), + 'redis::sortascalpha' => + array ( + 0 => 'array', + 'key' => 'string', + 'pattern=' => 'mixed', + 'get=' => 'string', + 'start=' => 'int', + 'end=' => 'int', + 'getList=' => 'bool', + ), + 'redis::sortdesc' => + array ( + 0 => 'array', + 'key' => 'string', + 'pattern=' => 'mixed', + 'get=' => 'string', + 'start=' => 'int', + 'end=' => 'int', + 'getList=' => 'bool', + ), + 'redis::sortdescalpha' => + array ( + 0 => 'array', + 'key' => 'string', + 'pattern=' => 'mixed', + 'get=' => 'string', + 'start=' => 'int', + 'end=' => 'int', + 'getList=' => 'bool', + ), + 'redis::spop' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'redis::srandmember' => + array ( + 0 => 'array|false|string', + 'key' => 'string', + 'count=' => 'int', + ), + 'redis::srem' => + array ( + 0 => 'int', + 'key' => 'string', + 'member1' => 'string', + '...other_members=' => 'string', + ), + 'redis::sscan' => + array ( + 0 => 'array|bool', + 'key' => 'string', + '&iterator' => 'int', + 'pattern=' => 'string', + 'count=' => 'int', + ), + 'redis::ssubscribe' => + array ( + 0 => 'bool', + 'channels' => 'array', + 'cb' => 'callable', + ), + 'redis::strlen' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::subscribe' => + array ( + 0 => 'mixed|null', + 'channels' => 'array', + 'callback' => 'array|string', + ), + 'redis::sunion' => + array ( + 0 => 'array', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::sunionstore' => + array ( + 0 => 'int', + 'dstKey' => 'string', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::sunsubscribe' => + array ( + 0 => 'Redis|array|bool', + 'channels' => 'array', + ), + 'redis::swapdb' => + array ( + 0 => 'bool', + 'srcdb' => 'int', + 'dstdb' => 'int', + ), + 'redis::time' => + array ( + 0 => 'array', + ), + 'redis::touch' => + array ( + 0 => 'Redis|false|int', + 'key_or_array' => 'array|string', + '...more_keys=' => 'string', + ), + 'redis::ttl' => + array ( + 0 => 'false|int', + 'key' => 'string', + ), + 'redis::type' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::unlink' => + array ( + 0 => 'int', + 'key' => 'string', + '...args' => 'string', + ), + 'redis::unsubscribe' => + array ( + 0 => 'mixed', + 'channel' => 'string', + '...other_channels=' => 'string', + ), + 'redis::unwatch' => + array ( + 0 => 'mixed', + ), + 'redis::wait' => + array ( + 0 => 'int', + 'numSlaves' => 'int', + 'timeout' => 'int', + ), + 'redis::waitaof' => + array ( + 0 => 'Redis|array|false', + 'numlocal' => 'int', + 'numreplicas' => 'int', + 'timeout' => 'int', + ), + 'redis::watch' => + array ( + 0 => 'void', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redis::xack' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_group' => 'string', + 'arr_ids' => 'array', + ), + 'redis::xadd' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_id' => 'string', + 'arr_fields' => 'array', + 'i_maxlen=' => 'mixed', + 'boo_approximate=' => 'mixed', + ), + 'redis::xautoclaim' => + array ( + 0 => 'Redis|array|bool', + 'key' => 'string', + 'group' => 'string', + 'consumer' => 'string', + 'min_idle' => 'int', + 'start' => 'string', + 'count=' => 'int', + 'justid=' => 'bool', + ), + 'redis::xclaim' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_group' => 'string', + 'str_consumer' => 'string', + 'i_min_idle' => 'mixed', + 'arr_ids' => 'array', + 'arr_opts=' => 'array', + ), + 'redis::xdel' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'arr_ids' => 'array', + ), + 'redis::xgroup' => + array ( + 0 => 'mixed', + 'str_operation' => 'string', + 'str_key=' => 'string', + 'str_arg1=' => 'mixed', + 'str_arg2=' => 'mixed', + 'str_arg3=' => 'mixed', + ), + 'redis::xinfo' => + array ( + 0 => 'mixed', + 'str_cmd' => 'string', + 'str_key=' => 'string', + 'str_group=' => 'string', + ), + 'redis::xlen' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + ), + 'redis::xpending' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_group' => 'string', + 'str_start=' => 'mixed', + 'str_end=' => 'mixed', + 'i_count=' => 'mixed', + 'str_consumer=' => 'string', + ), + 'redis::xrange' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_start' => 'mixed', + 'str_end' => 'mixed', + 'i_count=' => 'mixed', + ), + 'redis::xread' => + array ( + 0 => 'mixed', + 'arr_streams' => 'array', + 'i_count=' => 'mixed', + 'i_block=' => 'mixed', + ), + 'redis::xreadgroup' => + array ( + 0 => 'mixed', + 'str_group' => 'string', + 'str_consumer' => 'string', + 'arr_streams' => 'array', + 'i_count=' => 'mixed', + 'i_block=' => 'mixed', + ), + 'redis::xrevrange' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_start' => 'mixed', + 'str_end' => 'mixed', + 'i_count=' => 'mixed', + ), + 'redis::xtrim' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'i_maxlen' => 'mixed', + 'boo_approximate=' => 'mixed', + ), + 'redis::zadd' => + array ( + 0 => 'int', + 'key' => 'string', + 'score1' => 'float', + 'value1' => 'string', + 'score2=' => 'float', + 'value2=' => 'string', + 'scoreN=' => 'float', + 'valueN=' => 'string', + ), + 'redis::zcard' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::zcount' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'string', + 'end' => 'string', + ), + 'redis::zdiff' => + array ( + 0 => 'Redis|array|false', + 'keys' => 'array', + 'options=' => 'array|null', + ), + 'redis::zdiffstore' => + array ( + 0 => 'Redis|false|int', + 'dst' => 'string', + 'keys' => 'array', + ), + 'redis::zincrby' => + array ( + 0 => 'float', + 'key' => 'string', + 'value' => 'float', + 'member' => 'string', + ), + 'redis::zinter' => + array ( + 0 => 'int', + 'Output' => 'string', + 'ZSetKeys' => 'array', + 'Weights=' => 'array|null', + 'aggregateFunction=' => 'string', + ), + 'redis::zintercard' => + array ( + 0 => 'Redis|false|int', + 'keys' => 'array', + 'limit=' => 'int', + ), + 'redis::zinterstore' => + array ( + 0 => 'int', + 'Output' => 'string', + 'ZSetKeys' => 'array', + 'Weights=' => 'array|null', + 'aggregateFunction=' => 'string', + ), + 'redis::zlexcount' => + array ( + 0 => 'int', + 'key' => 'string', + 'min' => 'string', + 'max' => 'string', + ), + 'redis::zmpop' => + array ( + 0 => 'Redis|array|false|null', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'redis::zmscore' => + array ( + 0 => 'Redis|array|false', + 'key' => 'string', + 'member' => 'mixed|null', + '...other_members=' => 'mixed|null', + ), + 'redis::zpopmax' => + array ( + 0 => 'Redis|array|false', + 'key' => 'string', + 'count=' => 'int|null', + ), + 'redis::zpopmin' => + array ( + 0 => 'Redis|array|false', + 'key' => 'string', + 'count=' => 'int|null', + ), + 'redis::zrandmember' => + array ( + 0 => 'Redis|array|string', + 'key' => 'string', + 'options=' => 'array|null', + ), + 'redis::zrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'withscores=' => 'bool', + ), + 'redis::zrangebylex' => + array ( + 0 => 'array|false', + 'key' => 'string', + 'min' => 'int', + 'max' => 'int', + 'offset=' => 'int', + 'limit=' => 'int', + ), + 'redis::zrangebyscore' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int|string', + 'end' => 'int|string', + 'options=' => 'array', + ), + 'redis::zrangestore' => + array ( + 0 => 'Redis|false|int', + 'dstkey' => 'string', + 'srckey' => 'string', + 'start' => 'string', + 'end' => 'string', + 'options=' => 'array|bool|null', + ), + 'redis::zrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + ), + 'redis::zrem' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'redis::zremrangebylex' => + array ( + 0 => 'int', + 'key' => 'string', + 'min' => 'string', + 'max' => 'string', + ), + 'redis::zremrangebyrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::zremrangebyscore' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'float|string', + 'end' => 'float|string', + ), + 'redis::zrevrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'withscore=' => 'bool', + ), + 'redis::zrevrangebylex' => + array ( + 0 => 'array', + 'key' => 'string', + 'min' => 'string', + 'max' => 'string', + 'offset=' => 'int', + 'limit=' => 'int', + ), + 'redis::zrevrangebyscore' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'string', + 'end' => 'string', + 'options=' => 'array', + ), + 'redis::zrevrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + ), + 'redis::zscan' => + array ( + 0 => 'array|bool', + 'key' => 'string', + '&iterator' => 'int', + 'pattern=' => 'string', + 'count=' => 'int', + ), + 'redis::zscore' => + array ( + 0 => 'false|float', + 'key' => 'string', + 'member' => 'string', + ), + 'redis::zunion' => + array ( + 0 => 'int', + 'Output' => 'string', + 'ZSetKeys' => 'array', + 'Weights=' => 'array|null', + 'aggregateFunction=' => 'string', + ), + 'redis::zunionstore' => + array ( + 0 => 'int', + 'Output' => 'string', + 'ZSetKeys' => 'array', + 'Weights=' => 'array|null', + 'aggregateFunction=' => 'string', + ), + 'redisarray::__call' => + array ( + 0 => 'mixed', + 'function_name' => 'string', + 'arguments' => 'array', + ), + 'redisarray::__construct' => + array ( + 0 => 'void', + 'name=' => 'string', + 'hosts=' => 'array|null', + 'opts=' => 'array|null', + ), + 'redisarray::_continuum' => + array ( + 0 => 'mixed', + ), + 'redisarray::_distributor' => + array ( + 0 => 'mixed', + ), + 'redisarray::_function' => + array ( + 0 => 'string', + ), + 'redisarray::_hosts' => + array ( + 0 => 'array', + ), + 'redisarray::_instance' => + array ( + 0 => 'mixed', + 'host' => 'mixed', + ), + 'redisarray::_rehash' => + array ( + 0 => 'mixed', + 'callable=' => 'callable', + ), + 'redisarray::_target' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'redisarray::bgsave' => + array ( + 0 => 'mixed', + ), + 'redisarray::del' => + array ( + 0 => 'bool', + 'key' => 'string', + '...args' => 'string', + ), + 'redisarray::discard' => + array ( + 0 => 'mixed', + ), + 'redisarray::exec' => + array ( + 0 => 'array', + ), + 'redisarray::flushall' => + array ( + 0 => 'bool', + 'async=' => 'bool', + ), + 'redisarray::flushdb' => + array ( + 0 => 'bool', + 'async=' => 'bool', + ), + 'redisarray::getoption' => + array ( + 0 => 'mixed', + 'opt' => 'mixed', + ), + 'redisarray::hscan' => + array ( + 0 => 'array|bool', + 'key' => 'string', + '&iterator' => 'int|null|string', + 'pattern=' => 'null|string', + 'count=' => 'int', + ), + 'redisarray::info' => + array ( + 0 => 'array', + ), + 'redisarray::keys' => + array ( + 0 => 'array', + 'pattern' => 'mixed', + ), + 'redisarray::mget' => + array ( + 0 => 'array', + 'keys' => 'array', + ), + 'redisarray::mset' => + array ( + 0 => 'bool', + 'pairs' => 'array', + ), + 'redisarray::multi' => + array ( + 0 => 'RedisArray', + 'host' => 'string', + 'mode=' => 'int', + ), + 'redisarray::ping' => + array ( + 0 => 'string', + ), + 'redisarray::save' => + array ( + 0 => 'bool', + ), + 'redisarray::scan' => + array ( + 0 => 'array|bool', + '&iterator' => 'int|null|string', + 'node' => 'string', + 'pattern=' => 'null|string', + 'count=' => 'int', + ), + 'redisarray::select' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'redisarray::setoption' => + array ( + 0 => 'mixed', + 'opt' => 'mixed', + 'value' => 'mixed', + ), + 'redisarray::sscan' => + array ( + 0 => 'array|bool', + 'key' => 'string', + '&iterator' => 'int|null|string', + 'pattern=' => 'null|string', + 'count=' => 'int', + ), + 'redisarray::unlink' => + array ( + 0 => 'int', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'redisarray::unwatch' => + array ( + 0 => 'mixed', + ), + 'redisarray::zscan' => + array ( + 0 => 'array|bool', + 'key' => 'string', + '&iterator' => 'int|null|string', + 'pattern=' => 'null|string', + 'count=' => 'int', + ), + 'rediscluster::__construct' => + array ( + 0 => 'void', + 'name' => 'null|string', + 'seeds=' => 'array', + 'timeout=' => 'float', + 'readTimeout=' => 'float', + 'persistent=' => 'bool', + 'auth=' => 'null|string', + ), + 'rediscluster::_compress' => + array ( + 0 => 'string', + 'value' => 'string', + ), + 'rediscluster::_masters' => + array ( + 0 => 'array', + ), + 'rediscluster::_pack' => + array ( + 0 => 'string', + 'value' => 'mixed|null', + ), + 'rediscluster::_prefix' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'rediscluster::_redir' => + array ( + 0 => 'mixed', + ), + 'rediscluster::_serialize' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'rediscluster::_uncompress' => + array ( + 0 => 'string', + 'value' => 'string', + ), + 'rediscluster::_unpack' => + array ( + 0 => 'mixed|null', + 'value' => 'string', + ), + 'rediscluster::_unserialize' => + array ( + 0 => 'mixed', + 'value' => 'string', + ), + 'rediscluster::acl' => + array ( + 0 => 'mixed|null', + 'key_or_address' => 'array|string', + 'subcmd' => 'string', + '...args=' => 'string', + ), + 'rediscluster::append' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'string', + ), + 'rediscluster::bgrewriteaof' => + array ( + 0 => 'bool', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::bgsave' => + array ( + 0 => 'bool', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::bitcount' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::bitop' => + array ( + 0 => 'int', + 'operation' => 'string', + 'retKey' => 'string', + 'key1' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::bitpos' => + array ( + 0 => 'int', + 'key' => 'string', + 'bit' => 'int', + 'start=' => 'int', + 'end=' => 'int', + ), + 'rediscluster::blmove' => + array ( + 0 => 'Redis|false|string', + 'src' => 'string', + 'dst' => 'string', + 'wherefrom' => 'string', + 'whereto' => 'string', + 'timeout' => 'float', + ), + 'rediscluster::blmpop' => + array ( + 0 => 'RedisCluster|array|false|null', + 'timeout' => 'float', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'rediscluster::blpop' => + array ( + 0 => 'array', + 'keys' => 'array', + 'timeout' => 'int', + ), + 'rediscluster::brpop' => + array ( + 0 => 'array', + 'keys' => 'array', + 'timeout' => 'int', + ), + 'rediscluster::brpoplpush' => + array ( + 0 => 'false|string', + 'srcKey' => 'string', + 'dstKey' => 'string', + 'timeout' => 'int', + ), + 'rediscluster::bzmpop' => + array ( + 0 => 'RedisCluster|array|false|null', + 'timeout' => 'float', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'rediscluster::bzpopmax' => + array ( + 0 => 'array', + 'key' => 'array|string', + 'timeout_or_key' => 'int|string', + '...extra_args=' => 'mixed|null', + ), + 'rediscluster::bzpopmin' => + array ( + 0 => 'array', + 'key' => 'array|string', + 'timeout_or_key' => 'int|string', + '...extra_args=' => 'mixed|null', + ), + 'rediscluster::clearlasterror' => + array ( + 0 => 'bool', + ), + 'rediscluster::cleartransferredbytes' => + array ( + 0 => 'void', + ), + 'rediscluster::client' => + array ( + 0 => 'mixed', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'subCmd=' => 'string', + '...args=' => 'mixed', + ), + 'rediscluster::close' => + array ( + 0 => 'mixed', + ), + 'rediscluster::cluster' => + array ( + 0 => 'mixed', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'command' => 'string', + 'arguments=' => 'mixed', + ), + 'rediscluster::command' => + array ( + 0 => 'array|bool', + ), + 'rediscluster::config' => + array ( + 0 => 'array|bool', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'operation' => 'string', + 'key' => 'string', + 'value=' => 'string', + ), + 'rediscluster::copy' => + array ( + 0 => 'RedisCluster|bool', + 'src' => 'string', + 'dst' => 'string', + 'options=' => 'array|null', + ), + 'rediscluster::dbsize' => + array ( + 0 => 'int', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::decr' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::decrby' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'int', + ), + 'rediscluster::decrbyfloat' => + array ( + 0 => 'float', + 'key' => 'string', + 'value' => 'float', + ), + 'rediscluster::del' => + array ( + 0 => 'int', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::discard' => + array ( + 0 => 'mixed', + ), + 'rediscluster::dump' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'rediscluster::echo' => + array ( + 0 => 'string', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'msg' => 'string', + ), + 'rediscluster::eval' => + array ( + 0 => 'mixed', + 'script' => 'mixed', + 'args=' => 'mixed', + 'numKeys=' => 'mixed', + ), + 'rediscluster::eval_ro' => + array ( + 0 => 'mixed|null', + 'script' => 'string', + 'args=' => 'array', + 'num_keys=' => 'int', + ), + 'rediscluster::evalsha' => + array ( + 0 => 'mixed', + 'scriptSha' => 'string', + 'args=' => 'array', + 'numKeys=' => 'int', + ), + 'rediscluster::evalsha_ro' => + array ( + 0 => 'mixed|null', + 'script_sha' => 'string', + 'args=' => 'array', + 'num_keys=' => 'int', + ), + 'rediscluster::exec' => + array ( + 0 => 'array|null', + ), + 'rediscluster::exists' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'rediscluster::expire' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + ), + 'rediscluster::expireat' => + array ( + 0 => 'bool', + 'key' => 'string', + 'timestamp' => 'int', + ), + 'rediscluster::expiretime' => + array ( + 0 => 'RedisCluster|false|int', + 'key' => 'string', + ), + 'rediscluster::flushall' => + array ( + 0 => 'bool', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'async=' => 'bool', + ), + 'rediscluster::flushdb' => + array ( + 0 => 'bool', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'async=' => 'bool', + ), + 'rediscluster::geoadd' => + array ( + 0 => 'int', + 'key' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + 'member' => 'string', + '...other_members=' => 'float|string', + ), + 'rediscluster::geodist' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'member1' => 'string', + 'member2' => 'string', + 'unit=' => 'string', + ), + 'rediscluster::geohash' => + array ( + 0 => 'array', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'rediscluster::geopos' => + array ( + 0 => 'array', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'rediscluster::georadius' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + 'radius' => 'float', + 'radiusUnit' => 'string', + 'options=' => 'array', + ), + 'rediscluster::georadius_ro' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + 'lng' => 'float', + 'lat' => 'float', + 'radius' => 'float', + 'unit' => 'string', + 'options=' => 'array', + ), + 'rediscluster::georadiusbymember' => + array ( + 0 => 'array', + 'key' => 'string', + 'member' => 'string', + 'radius' => 'float', + 'radiusUnit' => 'string', + 'options=' => 'array', + ), + 'rediscluster::georadiusbymember_ro' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + 'member' => 'string', + 'radius' => 'float', + 'unit' => 'string', + 'options=' => 'array', + ), + 'rediscluster::geosearch' => + array ( + 0 => 'RedisCluster|array', + 'key' => 'string', + 'position' => 'array|string', + 'shape' => 'array|float|int', + 'unit' => 'string', + 'options=' => 'array', + ), + 'rediscluster::geosearchstore' => + array ( + 0 => 'RedisCluster|array|false|int', + 'dst' => 'string', + 'src' => 'string', + 'position' => 'array|string', + 'shape' => 'array|float|int', + 'unit' => 'string', + 'options=' => 'array', + ), + 'rediscluster::get' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'rediscluster::getbit' => + array ( + 0 => 'int', + 'key' => 'string', + 'offset' => 'int', + ), + 'rediscluster::getex' => + array ( + 0 => 'RedisCluster|false|string', + 'key' => 'string', + 'options=' => 'array', + ), + 'rediscluster::getlasterror' => + array ( + 0 => 'null|string', + ), + 'rediscluster::getmode' => + array ( + 0 => 'int', + ), + 'rediscluster::getoption' => + array ( + 0 => 'int', + 'option' => 'int', + ), + 'rediscluster::getrange' => + array ( + 0 => 'string', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'rediscluster::getset' => + array ( + 0 => 'string', + 'key' => 'string', + 'value' => 'string', + ), + 'rediscluster::gettransferredbytes' => + array ( + 0 => 'array|false', + ), + 'rediscluster::hdel' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'hashKey' => 'string', + '...other_hashKeys=' => 'array', + ), + 'rediscluster::hexists' => + array ( + 0 => 'bool', + 'key' => 'string', + 'hashKey' => 'string', + ), + 'rediscluster::hget' => + array ( + 0 => 'false|string', + 'key' => 'string', + 'hashKey' => 'string', + ), + 'rediscluster::hgetall' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'rediscluster::hincrby' => + array ( + 0 => 'int', + 'key' => 'string', + 'hashKey' => 'string', + 'value' => 'int', + ), + 'rediscluster::hincrbyfloat' => + array ( + 0 => 'float', + 'key' => 'string', + 'field' => 'string', + 'increment' => 'float', + ), + 'rediscluster::hkeys' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'rediscluster::hlen' => + array ( + 0 => 'false|int', + 'key' => 'string', + ), + 'rediscluster::hmget' => + array ( + 0 => 'array', + 'key' => 'string', + 'hashKeys' => 'array', + ), + 'rediscluster::hmset' => + array ( + 0 => 'bool', + 'key' => 'string', + 'hashKeys' => 'array', + ), + 'rediscluster::hrandfield' => + array ( + 0 => 'RedisCluster|array|string', + 'key' => 'string', + 'options=' => 'array|null', + ), + 'rediscluster::hscan' => + array ( + 0 => 'array', + 'key' => 'string', + '&iterator' => 'int', + 'pattern=' => 'string', + 'count=' => 'int', + ), + 'rediscluster::hset' => + array ( + 0 => 'int', + 'key' => 'string', + 'hashKey' => 'string', + 'value' => 'string', + ), + 'rediscluster::hsetnx' => + array ( + 0 => 'bool', + 'key' => 'string', + 'hashKey' => 'string', + 'value' => 'string', + ), + 'rediscluster::hstrlen' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + ), + 'rediscluster::hvals' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'rediscluster::incr' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::incrby' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'int', + ), + 'rediscluster::incrbyfloat' => + array ( + 0 => 'float', + 'key' => 'string', + 'increment' => 'float', + ), + 'rediscluster::info' => + array ( + 0 => 'array', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'option=' => 'string', + ), + 'rediscluster::keys' => + array ( + 0 => 'array', + 'pattern' => 'string', + ), + 'rediscluster::lastsave' => + array ( + 0 => 'int', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::lcs' => + array ( + 0 => 'RedisCluster|array|false|int|string', + 'key1' => 'string', + 'key2' => 'string', + 'options=' => 'array|null', + ), + 'rediscluster::lget' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'index' => 'int', + ), + 'rediscluster::lindex' => + array ( + 0 => 'false|string', + 'key' => 'string', + 'index' => 'int', + ), + 'rediscluster::linsert' => + array ( + 0 => 'int', + 'key' => 'string', + 'position' => 'int', + 'pivot' => 'string', + 'value' => 'string', + ), + 'rediscluster::llen' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::lmove' => + array ( + 0 => 'Redis|false|string', + 'src' => 'string', + 'dst' => 'string', + 'wherefrom' => 'string', + 'whereto' => 'string', + ), + 'rediscluster::lmpop' => + array ( + 0 => 'RedisCluster|array|false|null', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'rediscluster::lpop' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'rediscluster::lpos' => + array ( + 0 => 'Redis|array|bool|int|null', + 'key' => 'string', + 'value' => 'mixed|null', + 'options=' => 'array|null', + ), + 'rediscluster::lpush' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value1' => 'string', + 'value2=' => 'string', + 'valueN=' => 'string', + ), + 'rediscluster::lpushx' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value' => 'string', + ), + 'rediscluster::lrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'rediscluster::lrem' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value' => 'string', + 'count' => 'int', + ), + 'rediscluster::lset' => + array ( + 0 => 'bool', + 'key' => 'string', + 'index' => 'int', + 'value' => 'string', + ), + 'rediscluster::ltrim' => + array ( + 0 => 'array|false', + 'key' => 'string', + 'start' => 'int', + 'stop' => 'int', + ), + 'rediscluster::mget' => + array ( + 0 => 'array', + 'array' => 'array', + ), + 'rediscluster::mset' => + array ( + 0 => 'bool', + 'array' => 'array', + ), + 'rediscluster::msetnx' => + array ( + 0 => 'int', + 'array' => 'array', + ), + 'rediscluster::multi' => + array ( + 0 => 'Redis', + 'mode=' => 'int', + ), + 'rediscluster::object' => + array ( + 0 => 'false|int|string', + 'string' => 'string', + 'key' => 'string', + ), + 'rediscluster::persist' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'rediscluster::pexpire' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + ), + 'rediscluster::pexpireat' => + array ( + 0 => 'bool', + 'key' => 'string', + 'timestamp' => 'int', + ), + 'rediscluster::pexpiretime' => + array ( + 0 => 'RedisCluster|false|int', + 'key' => 'string', + ), + 'rediscluster::pfadd' => + array ( + 0 => 'bool', + 'key' => 'string', + 'elements' => 'array', + ), + 'rediscluster::pfcount' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::pfmerge' => + array ( + 0 => 'bool', + 'destKey' => 'string', + 'sourceKeys' => 'array', + ), + 'rediscluster::ping' => + array ( + 0 => 'string', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::psetex' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + 'value' => 'string', + ), + 'rediscluster::psubscribe' => + array ( + 0 => 'mixed', + 'patterns' => 'array', + 'callback' => 'string', + ), + 'rediscluster::pttl' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::publish' => + array ( + 0 => 'int', + 'channel' => 'string', + 'message' => 'string', + ), + 'rediscluster::pubsub' => + array ( + 0 => 'array', + 'nodeParams' => 'string', + 'keyword' => 'string', + '...argument=' => 'string', + ), + 'rediscluster::punsubscribe' => + array ( + 0 => 'mixed', + 'channels' => 'mixed', + 'callback' => 'mixed', + ), + 'rediscluster::randomkey' => + array ( + 0 => 'string', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::rawcommand' => + array ( + 0 => 'mixed', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'command' => 'string', + 'arguments=' => 'mixed', + ), + 'rediscluster::rename' => + array ( + 0 => 'bool', + 'srcKey' => 'string', + 'dstKey' => 'string', + ), + 'rediscluster::renamenx' => + array ( + 0 => 'bool', + 'srcKey' => 'string', + 'dstKey' => 'string', + ), + 'rediscluster::restore' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + 'value' => 'string', + ), + 'rediscluster::role' => + array ( + 0 => 'array', + ), + 'rediscluster::rpop' => + array ( + 0 => 'false|string', + 'key' => 'string', + ), + 'rediscluster::rpoplpush' => + array ( + 0 => 'false|string', + 'srcKey' => 'string', + 'dstKey' => 'string', + ), + 'rediscluster::rpush' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value1' => 'string', + 'value2=' => 'string', + 'valueN=' => 'string', + ), + 'rediscluster::rpushx' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value' => 'string', + ), + 'rediscluster::sadd' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'value1' => 'string', + 'value2=' => 'string', + 'valueN=' => 'string', + ), + 'rediscluster::saddarray' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'valueArray' => 'array', + ), + 'rediscluster::save' => + array ( + 0 => 'bool', + 'nodeParams' => 'array{0: string, 1: int}|string', + ), + 'rediscluster::scan' => + array ( + 0 => 'array|false', + '&iterator' => 'int', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'pattern=' => 'string', + 'count=' => 'int', + ), + 'rediscluster::scard' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::script' => + array ( + 0 => 'array|bool|string', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'command' => 'string', + 'script=' => 'string', + '...other_scripts=' => 'array', + ), + 'rediscluster::sdiff' => + array ( + 0 => 'list', + 'key1' => 'string', + 'key2' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::sdiffstore' => + array ( + 0 => 'int', + 'dstKey' => 'string', + 'key1' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::set' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + 'timeout=' => 'array|int', + ), + 'rediscluster::setbit' => + array ( + 0 => 'int', + 'key' => 'string', + 'offset' => 'int', + 'value' => 'bool|int', + ), + 'rediscluster::setex' => + array ( + 0 => 'bool', + 'key' => 'string', + 'ttl' => 'int', + 'value' => 'string', + ), + 'rediscluster::setnx' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'rediscluster::setoption' => + array ( + 0 => 'bool', + 'option' => 'int', + 'value' => 'int|string', + ), + 'rediscluster::setrange' => + array ( + 0 => 'string', + 'key' => 'string', + 'offset' => 'int', + 'value' => 'string', + ), + 'rediscluster::sinter' => + array ( + 0 => 'list', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::sintercard' => + array ( + 0 => 'RedisCluster|false|int', + 'keys' => 'array', + 'limit=' => 'int', + ), + 'rediscluster::sinterstore' => + array ( + 0 => 'int', + 'dstKey' => 'string', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::sismember' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'rediscluster::slowlog' => + array ( + 0 => 'array|bool|int', + 'nodeParams' => 'array{0: string, 1: int}|string', + 'command' => 'string', + 'length=' => 'int', + ), + 'rediscluster::smembers' => + array ( + 0 => 'list', + 'key' => 'string', + ), + 'rediscluster::smismember' => + array ( + 0 => 'RedisCluster|array|false', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'rediscluster::smove' => + array ( + 0 => 'bool', + 'srcKey' => 'string', + 'dstKey' => 'string', + 'member' => 'string', + ), + 'rediscluster::sort' => + array ( + 0 => 'array', + 'key' => 'string', + 'option=' => 'array', + ), + 'rediscluster::sort_ro' => + array ( + 0 => 'RedisCluster|array|bool|int|string', + 'key' => 'string', + 'options=' => 'array|null', + ), + 'rediscluster::spop' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'rediscluster::srandmember' => + array ( + 0 => 'array|string', + 'key' => 'string', + 'count=' => 'int', + ), + 'rediscluster::srem' => + array ( + 0 => 'int', + 'key' => 'string', + 'member1' => 'string', + '...other_members=' => 'string', + ), + 'rediscluster::sscan' => + array ( + 0 => 'array|false', + 'key' => 'string', + '&iterator' => 'int', + 'pattern=' => 'null', + 'count=' => 'int', + ), + 'rediscluster::strlen' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::subscribe' => + array ( + 0 => 'mixed', + 'channels' => 'array', + 'callback' => 'string', + ), + 'rediscluster::sunion' => + array ( + 0 => 'list', + 'key1' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::sunionstore' => + array ( + 0 => 'int', + 'dstKey' => 'string', + 'key1' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::time' => + array ( + 0 => 'array', + ), + 'rediscluster::touch' => + array ( + 0 => 'RedisCluster|bool|int', + 'key' => 'mixed|null', + '...other_keys=' => 'mixed|null', + ), + 'rediscluster::ttl' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::type' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::unlink' => + array ( + 0 => 'int', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::unsubscribe' => + array ( + 0 => 'mixed', + 'channels' => 'mixed', + '...other_channels=' => 'mixed', + ), + 'rediscluster::unwatch' => + array ( + 0 => 'mixed', + ), + 'rediscluster::waitaof' => + array ( + 0 => 'RedisCluster|array|false', + 'key_or_address' => 'array|string', + 'numlocal' => 'int', + 'numreplicas' => 'int', + 'timeout' => 'int', + ), + 'rediscluster::watch' => + array ( + 0 => 'void', + 'key' => 'string', + '...other_keys=' => 'string', + ), + 'rediscluster::xack' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_group' => 'string', + 'arr_ids' => 'array', + ), + 'rediscluster::xadd' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_id' => 'string', + 'arr_fields' => 'array', + 'i_maxlen=' => 'mixed', + 'boo_approximate=' => 'mixed', + ), + 'rediscluster::xautoclaim' => + array ( + 0 => 'RedisCluster|array|bool', + 'key' => 'string', + 'group' => 'string', + 'consumer' => 'string', + 'min_idle' => 'int', + 'start' => 'string', + 'count=' => 'int', + 'justid=' => 'bool', + ), + 'rediscluster::xclaim' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_group' => 'string', + 'str_consumer' => 'string', + 'i_min_idle' => 'mixed', + 'arr_ids' => 'array', + 'arr_opts=' => 'array', + ), + 'rediscluster::xdel' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'arr_ids' => 'array', + ), + 'rediscluster::xgroup' => + array ( + 0 => 'mixed', + 'str_operation' => 'string', + 'str_key=' => 'string', + 'str_arg1=' => 'mixed', + 'str_arg2=' => 'mixed', + 'str_arg3=' => 'mixed', + ), + 'rediscluster::xinfo' => + array ( + 0 => 'mixed', + 'str_cmd' => 'string', + 'str_key=' => 'string', + 'str_group=' => 'string', + ), + 'rediscluster::xlen' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + ), + 'rediscluster::xpending' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_group' => 'string', + 'str_start=' => 'mixed', + 'str_end=' => 'mixed', + 'i_count=' => 'mixed', + 'str_consumer=' => 'string', + ), + 'rediscluster::xrange' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_start' => 'mixed', + 'str_end' => 'mixed', + 'i_count=' => 'mixed', + ), + 'rediscluster::xread' => + array ( + 0 => 'mixed', + 'arr_streams' => 'array', + 'i_count=' => 'mixed', + 'i_block=' => 'mixed', + ), + 'rediscluster::xreadgroup' => + array ( + 0 => 'mixed', + 'str_group' => 'string', + 'str_consumer' => 'string', + 'arr_streams' => 'array', + 'i_count=' => 'mixed', + 'i_block=' => 'mixed', + ), + 'rediscluster::xrevrange' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'str_start' => 'mixed', + 'str_end' => 'mixed', + 'i_count=' => 'mixed', + ), + 'rediscluster::xtrim' => + array ( + 0 => 'mixed', + 'str_key' => 'string', + 'i_maxlen' => 'mixed', + 'boo_approximate=' => 'mixed', + ), + 'rediscluster::zadd' => + array ( + 0 => 'int', + 'key' => 'string', + 'score1' => 'float', + 'value1' => 'string', + 'score2=' => 'float', + 'value2=' => 'string', + 'scoreN=' => 'float', + 'valueN=' => 'string', + ), + 'rediscluster::zcard' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'rediscluster::zcount' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'string', + 'end' => 'string', + ), + 'rediscluster::zdiff' => + array ( + 0 => 'RedisCluster|array|false', + 'keys' => 'array', + 'options=' => 'array|null', + ), + 'rediscluster::zdiffstore' => + array ( + 0 => 'RedisCluster|false|int', + 'dst' => 'string', + 'keys' => 'array', + ), + 'rediscluster::zincrby' => + array ( + 0 => 'float', + 'key' => 'string', + 'value' => 'float', + 'member' => 'string', + ), + 'rediscluster::zinter' => + array ( + 0 => 'RedisCluster|array|false', + 'keys' => 'array', + 'weights=' => 'array|null', + 'options=' => 'array|null', + ), + 'rediscluster::zintercard' => + array ( + 0 => 'RedisCluster|false|int', + 'keys' => 'array', + 'limit=' => 'int', + ), + 'rediscluster::zinterstore' => + array ( + 0 => 'int', + 'Output' => 'string', + 'ZSetKeys' => 'array', + 'Weights=' => 'array|null', + 'aggregateFunction=' => 'string', + ), + 'rediscluster::zlexcount' => + array ( + 0 => 'int', + 'key' => 'string', + 'min' => 'int', + 'max' => 'int', + ), + 'rediscluster::zmpop' => + array ( + 0 => 'RedisCluster|array|false|null', + 'keys' => 'array', + 'from' => 'string', + 'count=' => 'int', + ), + 'rediscluster::zmscore' => + array ( + 0 => 'Redis|array|false', + 'key' => 'string', + 'member' => 'mixed|null', + '...other_members=' => 'mixed|null', + ), + 'rediscluster::zpopmax' => + array ( + 0 => 'RedisCluster|array|bool', + 'key' => 'string', + 'value=' => 'int|null', + ), + 'rediscluster::zpopmin' => + array ( + 0 => 'RedisCluster|array|bool', + 'key' => 'string', + 'value=' => 'int|null', + ), + 'rediscluster::zrandmember' => + array ( + 0 => 'RedisCluster|array|string', + 'key' => 'string', + 'options=' => 'array|null', + ), + 'rediscluster::zrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'withscores=' => 'bool', + ), + 'rediscluster::zrangebylex' => + array ( + 0 => 'array', + 'key' => 'string', + 'min' => 'int', + 'max' => 'int', + 'offset=' => 'int', + 'limit=' => 'int', + ), + 'rediscluster::zrangebyscore' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'options=' => 'array', + ), + 'rediscluster::zrangestore' => + array ( + 0 => 'RedisCluster|false|int', + 'dstkey' => 'string', + 'srckey' => 'string', + 'start' => 'int', + 'end' => 'int', + 'options=' => 'array|bool|null', + ), + 'rediscluster::zrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + ), + 'rediscluster::zrem' => + array ( + 0 => 'int', + 'key' => 'string', + 'member1' => 'string', + '...other_members=' => 'string', + ), + 'rediscluster::zremrangebylex' => + array ( + 0 => 'array', + 'key' => 'string', + 'min' => 'int', + 'max' => 'int', + ), + 'rediscluster::zremrangebyrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'rediscluster::zremrangebyscore' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'float|string', + 'end' => 'float|string', + ), + 'rediscluster::zrevrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'withscore=' => 'bool', + ), + 'rediscluster::zrevrangebylex' => + array ( + 0 => 'array', + 'key' => 'string', + 'min' => 'int', + 'max' => 'int', + 'offset=' => 'int', + 'limit=' => 'int', + ), + 'rediscluster::zrevrangebyscore' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'options=' => 'array', + ), + 'rediscluster::zrevrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + ), + 'rediscluster::zscan' => + array ( + 0 => 'array|false', + 'key' => 'string', + '&iterator' => 'int', + 'pattern=' => 'string', + 'count=' => 'int', + ), + 'rediscluster::zscore' => + array ( + 0 => 'float', + 'key' => 'string', + 'member' => 'string', + ), + 'rediscluster::zunion' => + array ( + 0 => 'RedisCluster|array|false', + 'keys' => 'array', + 'weights=' => 'array|null', + 'options=' => 'array|null', + ), + 'rediscluster::zunionstore' => + array ( + 0 => 'int', + 'Output' => 'string', + 'ZSetKeys' => 'array', + 'Weights=' => 'array|null', + 'aggregateFunction=' => 'string', + ), + 'redisclusterexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'redisclusterexception::__tostring' => + array ( + 0 => 'string', + ), + 'redisclusterexception::__wakeup' => + array ( + 0 => 'string', + ), + 'redisclusterexception::getcode' => + array ( + 0 => 'string', + ), + 'redisclusterexception::getfile' => + array ( + 0 => 'string', + ), + 'redisclusterexception::getline' => + array ( + 0 => 'int', + ), + 'redisclusterexception::getmessage' => + array ( + 0 => 'string', + ), + 'redisclusterexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'redisclusterexception::gettrace' => + array ( + 0 => 'array', + ), + 'redisclusterexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'redisexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'redisexception::__tostring' => + array ( + 0 => 'string', + ), + 'redisexception::__wakeup' => + array ( + 0 => 'string', + ), + 'redisexception::getcode' => + array ( + 0 => 'string', + ), + 'redisexception::getfile' => + array ( + 0 => 'string', + ), + 'redisexception::getline' => + array ( + 0 => 'int', + ), + 'redisexception::getmessage' => + array ( + 0 => 'string', + ), + 'redisexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'redisexception::gettrace' => + array ( + 0 => 'array', + ), + 'redisexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'redissentinel::__construct' => + array ( + 0 => 'string', + 'options=' => 'array|null', + ), + 'redissentinel::ckquorum' => + array ( + 0 => 'string', + 'master' => 'string', + ), + 'redissentinel::failover' => + array ( + 0 => 'string', + 'master' => 'string', + ), + 'redissentinel::flushconfig' => + array ( + 0 => 'string', + ), + 'redissentinel::getmasteraddrbyname' => + array ( + 0 => 'string', + 'master' => 'string', + ), + 'redissentinel::master' => + array ( + 0 => 'string', + 'master' => 'string', + ), + 'redissentinel::masters' => + array ( + 0 => 'string', + ), + 'redissentinel::myid' => + array ( + 0 => 'string', + ), + 'redissentinel::ping' => + array ( + 0 => 'string', + ), + 'redissentinel::reset' => + array ( + 0 => 'string', + 'pattern' => 'string', + ), + 'redissentinel::sentinels' => + array ( + 0 => 'string', + 'master' => 'string', + ), + 'redissentinel::slaves' => + array ( + 0 => 'string', + 'master' => 'string', + ), + 'reflection::getmodifiernames' => + array ( + 0 => 'list', + 'modifiers' => 'int', + ), + 'reflectionattribute::__clone' => + array ( + 0 => 'void', + ), + 'reflectionattribute::__construct' => + array ( + 0 => 'string', + ), + 'reflectionattribute::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionattribute::getarguments' => + array ( + 0 => 'array', + ), + 'reflectionattribute::getname' => + array ( + 0 => 'string', + ), + 'reflectionattribute::gettarget' => + array ( + 0 => 'int', + ), + 'reflectionattribute::isrepeated' => + array ( + 0 => 'bool', + ), + 'reflectionattribute::newinstance' => + array ( + 0 => 'object', + ), + 'reflectionclass::__clone' => + array ( + 0 => 'void', + ), + 'reflectionclass::__construct' => + array ( + 0 => 'void', + 'objectOrClass' => 'class-string|object', + ), + 'reflectionclass::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionclass::getattributes' => + array ( + 0 => 'list', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionclass::getconstant' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'reflectionclass::getconstants' => + array ( + 0 => 'array', + 'filter=' => 'int|null', + ), + 'reflectionclass::getconstructor' => + array ( + 0 => 'ReflectionMethod|null', + ), + 'reflectionclass::getdefaultproperties' => + array ( + 0 => 'array', + ), + 'reflectionclass::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionclass::getendline' => + array ( + 0 => 'false|int', + ), + 'reflectionclass::getextension' => + array ( + 0 => 'ReflectionExtension|null', + ), + 'reflectionclass::getextensionname' => + array ( + 0 => 'false|string', + ), + 'reflectionclass::getfilename' => + array ( + 0 => 'false|string', + ), + 'reflectionclass::getinterfacenames' => + array ( + 0 => 'list', + ), + 'reflectionclass::getinterfaces' => + array ( + 0 => 'array', + ), + 'reflectionclass::getlazyinitializer' => + array ( + 0 => 'callable|null', + 'object' => 'object', + ), + 'reflectionclass::getmethod' => + array ( + 0 => 'ReflectionMethod', + 'name' => 'string', + ), + 'reflectionclass::getmethods' => + array ( + 0 => 'list', + 'filter=' => 'int|null', + ), + 'reflectionclass::getmodifiers' => + array ( + 0 => 'int', + ), + 'reflectionclass::getname' => + array ( + 0 => 'class-string', + ), + 'reflectionclass::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionclass::getparentclass' => + array ( + 0 => 'ReflectionClass|false', + ), + 'reflectionclass::getproperties' => + array ( + 0 => 'list', + 'filter=' => 'int|null', + ), + 'reflectionclass::getproperty' => + array ( + 0 => 'ReflectionProperty', + 'name' => 'string', + ), + 'reflectionclass::getreflectionconstant' => + array ( + 0 => 'ReflectionClassConstant|false', + 'name' => 'string', + ), + 'reflectionclass::getreflectionconstants' => + array ( + 0 => 'list', + 'filter=' => 'int|null', + ), + 'reflectionclass::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionclass::getstartline' => + array ( + 0 => 'false|int', + ), + 'reflectionclass::getstaticproperties' => + array ( + 0 => 'array', + ), + 'reflectionclass::getstaticpropertyvalue' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'reflectionclass::gettraitaliases' => + array ( + 0 => 'array', + ), + 'reflectionclass::gettraitnames' => + array ( + 0 => 'list', + ), + 'reflectionclass::gettraits' => + array ( + 0 => 'array', + ), + 'reflectionclass::hasconstant' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionclass::hasmethod' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionclass::hasproperty' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionclass::implementsinterface' => + array ( + 0 => 'bool', + 'interface' => 'ReflectionClass|class-string', + ), + 'reflectionclass::initializelazyobject' => + array ( + 0 => 'object', + 'object' => 'object', + ), + 'reflectionclass::innamespace' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isabstract' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isanonymous' => + array ( + 0 => 'bool', + ), + 'reflectionclass::iscloneable' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isenum' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isinstance' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'reflectionclass::isinstantiable' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isinterface' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isinternal' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isiterable' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isiterateable' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isreadonly' => + array ( + 0 => 'bool', + ), + 'reflectionclass::issubclassof' => + array ( + 0 => 'bool', + 'class' => 'ReflectionClass|class-string', + ), + 'reflectionclass::istrait' => + array ( + 0 => 'bool', + ), + 'reflectionclass::isuninitializedlazyobject' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'reflectionclass::isuserdefined' => + array ( + 0 => 'bool', + ), + 'reflectionclass::marklazyobjectasinitialized' => + array ( + 0 => 'object', + 'object' => 'object', + ), + 'reflectionclass::newinstance' => + array ( + 0 => 'object', + '...args=' => 'mixed', + ), + 'reflectionclass::newinstanceargs' => + array ( + 0 => 'null|object', + 'args=' => 'array|string, mixed>', + ), + 'reflectionclass::newinstancewithoutconstructor' => + array ( + 0 => 'object', + ), + 'reflectionclass::newlazyghost' => + array ( + 0 => 'object', + 'initializer' => 'callable', + 'options=' => 'int', + ), + 'reflectionclass::newlazyproxy' => + array ( + 0 => 'object', + 'factory' => 'callable', + 'options=' => 'int', + ), + 'reflectionclass::resetaslazyghost' => + array ( + 0 => 'void', + 'object' => 'object', + 'initializer' => 'callable', + 'options=' => 'int', + ), + 'reflectionclass::resetaslazyproxy' => + array ( + 0 => 'void', + 'object' => 'object', + 'factory' => 'callable', + 'options=' => 'int', + ), + 'reflectionclass::setstaticpropertyvalue' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'mixed', + ), + 'reflectionclassconstant::__clone' => + array ( + 0 => 'void', + ), + 'reflectionclassconstant::__construct' => + array ( + 0 => 'void', + 'class' => 'class-string|object', + 'constant' => 'string', + ), + 'reflectionclassconstant::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionclassconstant::getattributes' => + array ( + 0 => 'list', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionclassconstant::getdeclaringclass' => + array ( + 0 => 'ReflectionClass', + ), + 'reflectionclassconstant::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionclassconstant::getmodifiers' => + array ( + 0 => 'int', + ), + 'reflectionclassconstant::getname' => + array ( + 0 => 'string', + ), + 'reflectionclassconstant::gettype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionclassconstant::getvalue' => + array ( + 0 => 'array|null|scalar', + ), + 'reflectionclassconstant::hastype' => + array ( + 0 => 'bool', + ), + 'reflectionclassconstant::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionclassconstant::isenumcase' => + array ( + 0 => 'bool', + ), + 'reflectionclassconstant::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionclassconstant::isprivate' => + array ( + 0 => 'bool', + ), + 'reflectionclassconstant::isprotected' => + array ( + 0 => 'bool', + ), + 'reflectionclassconstant::ispublic' => + array ( + 0 => 'bool', + ), + 'reflectionconstant::__construct' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionconstant::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionconstant::getname' => + array ( + 0 => 'string', + ), + 'reflectionconstant::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionconstant::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionconstant::getvalue' => + array ( + 0 => 'mixed|null', + ), + 'reflectionconstant::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionenum::__construct' => + array ( + 0 => 'string', + 'objectOrClass' => 'object|string', + ), + 'reflectionenum::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionenum::getattributes' => + array ( + 0 => 'array', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionenum::getbackingtype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionenum::getcase' => + array ( + 0 => 'ReflectionEnumUnitCase', + 'name' => 'string', + ), + 'reflectionenum::getcases' => + array ( + 0 => 'list', + ), + 'reflectionenum::getconstant' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::getconstants' => + array ( + 0 => 'string', + 'filter=' => 'int|null', + ), + 'reflectionenum::getconstructor' => + array ( + 0 => 'string', + ), + 'reflectionenum::getdefaultproperties' => + array ( + 0 => 'string', + ), + 'reflectionenum::getdoccomment' => + array ( + 0 => 'string', + ), + 'reflectionenum::getendline' => + array ( + 0 => 'string', + ), + 'reflectionenum::getextension' => + array ( + 0 => 'string', + ), + 'reflectionenum::getextensionname' => + array ( + 0 => 'string', + ), + 'reflectionenum::getfilename' => + array ( + 0 => 'string', + ), + 'reflectionenum::getinterfacenames' => + array ( + 0 => 'string', + ), + 'reflectionenum::getinterfaces' => + array ( + 0 => 'string', + ), + 'reflectionenum::getlazyinitializer' => + array ( + 0 => 'callable|null', + 'object' => 'object', + ), + 'reflectionenum::getmethod' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::getmethods' => + array ( + 0 => 'string', + 'filter=' => 'int|null', + ), + 'reflectionenum::getmodifiers' => + array ( + 0 => 'string', + ), + 'reflectionenum::getname' => + array ( + 0 => 'string', + ), + 'reflectionenum::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionenum::getparentclass' => + array ( + 0 => 'string', + ), + 'reflectionenum::getproperties' => + array ( + 0 => 'string', + 'filter=' => 'int|null', + ), + 'reflectionenum::getproperty' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::getreflectionconstant' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::getreflectionconstants' => + array ( + 0 => 'string', + 'filter=' => 'int|null', + ), + 'reflectionenum::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionenum::getstartline' => + array ( + 0 => 'string', + ), + 'reflectionenum::getstaticproperties' => + array ( + 0 => 'string', + ), + 'reflectionenum::getstaticpropertyvalue' => + array ( + 0 => 'string', + 'name' => 'string', + 'default=' => 'mixed|null', + ), + 'reflectionenum::gettraitaliases' => + array ( + 0 => 'string', + ), + 'reflectionenum::gettraitnames' => + array ( + 0 => 'string', + ), + 'reflectionenum::gettraits' => + array ( + 0 => 'string', + ), + 'reflectionenum::hascase' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionenum::hasconstant' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::hasmethod' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::hasproperty' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'reflectionenum::implementsinterface' => + array ( + 0 => 'string', + 'interface' => 'ReflectionClass|string', + ), + 'reflectionenum::initializelazyobject' => + array ( + 0 => 'object', + 'object' => 'object', + ), + 'reflectionenum::innamespace' => + array ( + 0 => 'string', + ), + 'reflectionenum::isabstract' => + array ( + 0 => 'string', + ), + 'reflectionenum::isanonymous' => + array ( + 0 => 'string', + ), + 'reflectionenum::isbacked' => + array ( + 0 => 'bool', + ), + 'reflectionenum::iscloneable' => + array ( + 0 => 'string', + ), + 'reflectionenum::isenum' => + array ( + 0 => 'bool', + ), + 'reflectionenum::isfinal' => + array ( + 0 => 'string', + ), + 'reflectionenum::isinstance' => + array ( + 0 => 'string', + 'object' => 'object', + ), + 'reflectionenum::isinstantiable' => + array ( + 0 => 'string', + ), + 'reflectionenum::isinterface' => + array ( + 0 => 'string', + ), + 'reflectionenum::isinternal' => + array ( + 0 => 'string', + ), + 'reflectionenum::isiterable' => + array ( + 0 => 'string', + ), + 'reflectionenum::isiterateable' => + array ( + 0 => 'string', + ), + 'reflectionenum::isreadonly' => + array ( + 0 => 'bool', + ), + 'reflectionenum::issubclassof' => + array ( + 0 => 'string', + 'class' => 'ReflectionClass|string', + ), + 'reflectionenum::istrait' => + array ( + 0 => 'string', + ), + 'reflectionenum::isuninitializedlazyobject' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'reflectionenum::isuserdefined' => + array ( + 0 => 'string', + ), + 'reflectionenum::marklazyobjectasinitialized' => + array ( + 0 => 'object', + 'object' => 'object', + ), + 'reflectionenum::newinstance' => + array ( + 0 => 'string', + '...args=' => 'mixed|null', + ), + 'reflectionenum::newinstanceargs' => + array ( + 0 => 'string', + 'args=' => 'array', + ), + 'reflectionenum::newinstancewithoutconstructor' => + array ( + 0 => 'string', + ), + 'reflectionenum::newlazyghost' => + array ( + 0 => 'object', + 'initializer' => 'callable', + 'options=' => 'int', + ), + 'reflectionenum::newlazyproxy' => + array ( + 0 => 'object', + 'factory' => 'callable', + 'options=' => 'int', + ), + 'reflectionenum::resetaslazyghost' => + array ( + 0 => 'void', + 'object' => 'object', + 'initializer' => 'callable', + 'options=' => 'int', + ), + 'reflectionenum::resetaslazyproxy' => + array ( + 0 => 'void', + 'object' => 'object', + 'factory' => 'callable', + 'options=' => 'int', + ), + 'reflectionenum::setstaticpropertyvalue' => + array ( + 0 => 'string', + 'name' => 'string', + 'value' => 'mixed|null', + ), + 'reflectionenumbackedcase::__construct' => + array ( + 0 => 'string', + 'class' => 'object|string', + 'constant' => 'string', + ), + 'reflectionenumbackedcase::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::getattributes' => + array ( + 0 => 'array', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionenumbackedcase::getbackingvalue' => + array ( + 0 => 'int|string', + ), + 'reflectionenumbackedcase::getdeclaringclass' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::getdoccomment' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::getenum' => + array ( + 0 => 'ReflectionEnum', + ), + 'reflectionenumbackedcase::getmodifiers' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::getname' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::gettype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionenumbackedcase::getvalue' => + array ( + 0 => 'UnitEnum', + ), + 'reflectionenumbackedcase::hastype' => + array ( + 0 => 'bool', + ), + 'reflectionenumbackedcase::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionenumbackedcase::isenumcase' => + array ( + 0 => 'bool', + ), + 'reflectionenumbackedcase::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionenumbackedcase::isprivate' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::isprotected' => + array ( + 0 => 'string', + ), + 'reflectionenumbackedcase::ispublic' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::__construct' => + array ( + 0 => 'string', + 'class' => 'object|string', + 'constant' => 'string', + ), + 'reflectionenumunitcase::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::getattributes' => + array ( + 0 => 'array', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionenumunitcase::getdeclaringclass' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::getdoccomment' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::getenum' => + array ( + 0 => 'ReflectionEnum', + ), + 'reflectionenumunitcase::getmodifiers' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::getname' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::gettype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionenumunitcase::getvalue' => + array ( + 0 => 'UnitEnum', + ), + 'reflectionenumunitcase::hastype' => + array ( + 0 => 'bool', + ), + 'reflectionenumunitcase::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionenumunitcase::isenumcase' => + array ( + 0 => 'bool', + ), + 'reflectionenumunitcase::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionenumunitcase::isprivate' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::isprotected' => + array ( + 0 => 'string', + ), + 'reflectionenumunitcase::ispublic' => + array ( + 0 => 'string', + ), + 'reflectionexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'reflectionexception::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionexception::__wakeup' => + array ( + 0 => 'string', + ), + 'reflectionexception::getcode' => + array ( + 0 => 'string', + ), + 'reflectionexception::getfile' => + array ( + 0 => 'string', + ), + 'reflectionexception::getline' => + array ( + 0 => 'int', + ), + 'reflectionexception::getmessage' => + array ( + 0 => 'string', + ), + 'reflectionexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'reflectionexception::gettrace' => + array ( + 0 => 'array', + ), + 'reflectionexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'reflectionextension::__clone' => + array ( + 0 => 'void', + ), + 'reflectionextension::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'reflectionextension::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionextension::getclasses' => + array ( + 0 => 'array', + ), + 'reflectionextension::getclassnames' => + array ( + 0 => 'list', + ), + 'reflectionextension::getconstants' => + array ( + 0 => 'array', + ), + 'reflectionextension::getdependencies' => + array ( + 0 => 'array', + ), + 'reflectionextension::getfunctions' => + array ( + 0 => 'array', + ), + 'reflectionextension::getinientries' => + array ( + 0 => 'array', + ), + 'reflectionextension::getname' => + array ( + 0 => 'string', + ), + 'reflectionextension::getversion' => + array ( + 0 => 'null|string', + ), + 'reflectionextension::info' => + array ( + 0 => 'void', + ), + 'reflectionextension::ispersistent' => + array ( + 0 => 'bool', + ), + 'reflectionextension::istemporary' => + array ( + 0 => 'bool', + ), + 'reflectionfiber::__construct' => + array ( + 0 => 'string', + 'fiber' => 'Fiber', + ), + 'reflectionfiber::getcallable' => + array ( + 0 => 'callable', + ), + 'reflectionfiber::getexecutingfile' => + array ( + 0 => 'null|string', + ), + 'reflectionfiber::getexecutingline' => + array ( + 0 => 'int|null', + ), + 'reflectionfiber::getfiber' => + array ( + 0 => 'Fiber', + ), + 'reflectionfiber::gettrace' => + array ( + 0 => 'array', + 'options=' => 'int', + ), + 'reflectionfunction::__construct' => + array ( + 0 => 'void', + 'function' => 'Closure|callable-string', + ), + 'reflectionfunction::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionfunction::getattributes' => + array ( + 0 => 'array', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionfunction::getclosure' => + array ( + 0 => 'Closure', + ), + 'reflectionfunction::getclosurecalledclass' => + array ( + 0 => 'string', + ), + 'reflectionfunction::getclosurescopeclass' => + array ( + 0 => 'ReflectionClass|null', + ), + 'reflectionfunction::getclosurethis' => + array ( + 0 => 'null|object', + ), + 'reflectionfunction::getclosureusedvariables' => + array ( + 0 => 'array', + ), + 'reflectionfunction::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionfunction::getendline' => + array ( + 0 => 'false|int', + ), + 'reflectionfunction::getextension' => + array ( + 0 => 'ReflectionExtension|null', + ), + 'reflectionfunction::getextensionname' => + array ( + 0 => 'false|string', + ), + 'reflectionfunction::getfilename' => + array ( + 0 => 'false|string', + ), + 'reflectionfunction::getname' => + array ( + 0 => 'callable-string', + ), + 'reflectionfunction::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionfunction::getnumberofparameters' => + array ( + 0 => 'int', + ), + 'reflectionfunction::getnumberofrequiredparameters' => + array ( + 0 => 'int', + ), + 'reflectionfunction::getparameters' => + array ( + 0 => 'list', + ), + 'reflectionfunction::getreturntype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionfunction::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionfunction::getstartline' => + array ( + 0 => 'false|int', + ), + 'reflectionfunction::getstaticvariables' => + array ( + 0 => 'array', + ), + 'reflectionfunction::gettentativereturntype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionfunction::hasreturntype' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::hastentativereturntype' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::innamespace' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::invoke' => + array ( + 0 => 'mixed', + '...args=' => 'mixed', + ), + 'reflectionfunction::invokeargs' => + array ( + 0 => 'mixed', + 'args' => 'array', + ), + 'reflectionfunction::isanonymous' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isclosure' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isdisabled' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isgenerator' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isinternal' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isstatic' => + array ( + 0 => 'string', + ), + 'reflectionfunction::isuserdefined' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::isvariadic' => + array ( + 0 => 'bool', + ), + 'reflectionfunction::returnsreference' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::__clone' => + array ( + 0 => 'void', + ), + 'reflectionfunctionabstract::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionfunctionabstract::getattributes' => + array ( + 0 => 'list', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionfunctionabstract::getclosurecalledclass' => + array ( + 0 => 'string', + ), + 'reflectionfunctionabstract::getclosurescopeclass' => + array ( + 0 => 'ReflectionClass|null', + ), + 'reflectionfunctionabstract::getclosurethis' => + array ( + 0 => 'null|object', + ), + 'reflectionfunctionabstract::getclosureusedvariables' => + array ( + 0 => 'array', + ), + 'reflectionfunctionabstract::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionfunctionabstract::getendline' => + array ( + 0 => 'false|int', + ), + 'reflectionfunctionabstract::getextension' => + array ( + 0 => 'ReflectionExtension|null', + ), + 'reflectionfunctionabstract::getextensionname' => + array ( + 0 => 'false|string', + ), + 'reflectionfunctionabstract::getfilename' => + array ( + 0 => 'false|string', + ), + 'reflectionfunctionabstract::getname' => + array ( + 0 => 'string', + ), + 'reflectionfunctionabstract::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionfunctionabstract::getnumberofparameters' => + array ( + 0 => 'int', + ), + 'reflectionfunctionabstract::getnumberofrequiredparameters' => + array ( + 0 => 'int', + ), + 'reflectionfunctionabstract::getparameters' => + array ( + 0 => 'list', + ), + 'reflectionfunctionabstract::getreturntype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionfunctionabstract::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionfunctionabstract::getstartline' => + array ( + 0 => 'false|int', + ), + 'reflectionfunctionabstract::getstaticvariables' => + array ( + 0 => 'array', + ), + 'reflectionfunctionabstract::gettentativereturntype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionfunctionabstract::hasreturntype' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::hastentativereturntype' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::innamespace' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isclosure' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isgenerator' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isinternal' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isstatic' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isuserdefined' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::isvariadic' => + array ( + 0 => 'bool', + ), + 'reflectionfunctionabstract::returnsreference' => + array ( + 0 => 'bool', + ), + 'reflectiongenerator::__construct' => + array ( + 0 => 'void', + 'generator' => 'Generator', + ), + 'reflectiongenerator::getexecutingfile' => + array ( + 0 => 'string', + ), + 'reflectiongenerator::getexecutinggenerator' => + array ( + 0 => 'Generator', + ), + 'reflectiongenerator::getexecutingline' => + array ( + 0 => 'int', + ), + 'reflectiongenerator::getfunction' => + array ( + 0 => 'ReflectionFunctionAbstract', + ), + 'reflectiongenerator::getthis' => + array ( + 0 => 'null|object', + ), + 'reflectiongenerator::gettrace' => + array ( + 0 => 'array', + 'options=' => 'int', + ), + 'reflectiongenerator::isclosed' => + array ( + 0 => 'bool', + ), + 'reflectionintersectiontype::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionintersectiontype::allowsnull' => + array ( + 0 => 'string', + ), + 'reflectionintersectiontype::gettypes' => + array ( + 0 => 'array', + ), + 'reflectionmethod::__construct' => + array ( + 0 => 'void', + 'class' => 'class-string|object', + 'name' => 'string', + ), + 'reflectionmethod::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionmethod::createfrommethodname' => + array ( + 0 => 'static', + 'method' => 'string', + ), + 'reflectionmethod::getattributes' => + array ( + 0 => 'array', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionmethod::getclosure' => + array ( + 0 => 'Closure', + 'object=' => 'null|object', + ), + 'reflectionmethod::getclosurecalledclass' => + array ( + 0 => 'string', + ), + 'reflectionmethod::getclosurescopeclass' => + array ( + 0 => 'ReflectionClass|null', + ), + 'reflectionmethod::getclosurethis' => + array ( + 0 => 'null|object', + ), + 'reflectionmethod::getclosureusedvariables' => + array ( + 0 => 'array', + ), + 'reflectionmethod::getdeclaringclass' => + array ( + 0 => 'ReflectionClass', + ), + 'reflectionmethod::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionmethod::getendline' => + array ( + 0 => 'false|int', + ), + 'reflectionmethod::getextension' => + array ( + 0 => 'ReflectionExtension|null', + ), + 'reflectionmethod::getextensionname' => + array ( + 0 => 'false|string', + ), + 'reflectionmethod::getfilename' => + array ( + 0 => 'false|string', + ), + 'reflectionmethod::getmodifiers' => + array ( + 0 => 'int', + ), + 'reflectionmethod::getname' => + array ( + 0 => 'string', + ), + 'reflectionmethod::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionmethod::getnumberofparameters' => + array ( + 0 => 'int', + ), + 'reflectionmethod::getnumberofrequiredparameters' => + array ( + 0 => 'int', + ), + 'reflectionmethod::getparameters' => + array ( + 0 => 'list', + ), + 'reflectionmethod::getprototype' => + array ( + 0 => 'ReflectionMethod', + ), + 'reflectionmethod::getreturntype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionmethod::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionmethod::getstartline' => + array ( + 0 => 'false|int', + ), + 'reflectionmethod::getstaticvariables' => + array ( + 0 => 'array', + ), + 'reflectionmethod::gettentativereturntype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionmethod::hasprototype' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::hasreturntype' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::hastentativereturntype' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::innamespace' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::invoke' => + array ( + 0 => 'mixed', + 'object' => 'null|object', + '...args=' => 'mixed', + ), + 'reflectionmethod::invokeargs' => + array ( + 0 => 'mixed', + 'object' => 'null|object', + 'args' => 'array', + ), + 'reflectionmethod::isabstract' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isclosure' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isconstructor' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isdeprecated' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isdestructor' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isgenerator' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isinternal' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isprivate' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isprotected' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::ispublic' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isstatic' => + array ( + 0 => 'string', + ), + 'reflectionmethod::isuserdefined' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::isvariadic' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::returnsreference' => + array ( + 0 => 'bool', + ), + 'reflectionmethod::setaccessible' => + array ( + 0 => 'void', + 'accessible' => 'bool', + ), + 'reflectionnamedtype::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionnamedtype::allowsnull' => + array ( + 0 => 'bool', + ), + 'reflectionnamedtype::getname' => + array ( + 0 => 'string', + ), + 'reflectionnamedtype::isbuiltin' => + array ( + 0 => 'bool', + ), + 'reflectionobject::__construct' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'reflectionobject::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionobject::getattributes' => + array ( + 0 => 'array', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionobject::getconstant' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'reflectionobject::getconstants' => + array ( + 0 => 'array', + 'filter=' => 'int|null', + ), + 'reflectionobject::getconstructor' => + array ( + 0 => 'ReflectionMethod|null', + ), + 'reflectionobject::getdefaultproperties' => + array ( + 0 => 'array', + ), + 'reflectionobject::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionobject::getendline' => + array ( + 0 => 'false|int', + ), + 'reflectionobject::getextension' => + array ( + 0 => 'ReflectionExtension|null', + ), + 'reflectionobject::getextensionname' => + array ( + 0 => 'false|string', + ), + 'reflectionobject::getfilename' => + array ( + 0 => 'false|string', + ), + 'reflectionobject::getinterfacenames' => + array ( + 0 => 'array', + ), + 'reflectionobject::getinterfaces' => + array ( + 0 => 'array', + ), + 'reflectionobject::getlazyinitializer' => + array ( + 0 => 'callable|null', + 'object' => 'object', + ), + 'reflectionobject::getmethod' => + array ( + 0 => 'ReflectionMethod', + 'name' => 'string', + ), + 'reflectionobject::getmethods' => + array ( + 0 => 'array', + 'filter=' => 'int|null', + ), + 'reflectionobject::getmodifiers' => + array ( + 0 => 'int', + ), + 'reflectionobject::getname' => + array ( + 0 => 'string', + ), + 'reflectionobject::getnamespacename' => + array ( + 0 => 'string', + ), + 'reflectionobject::getparentclass' => + array ( + 0 => 'ReflectionClass|false', + ), + 'reflectionobject::getproperties' => + array ( + 0 => 'array', + 'filter=' => 'int|null', + ), + 'reflectionobject::getproperty' => + array ( + 0 => 'ReflectionProperty', + 'name' => 'string', + ), + 'reflectionobject::getreflectionconstant' => + array ( + 0 => 'ReflectionClassConstant', + 'name' => 'string', + ), + 'reflectionobject::getreflectionconstants' => + array ( + 0 => 'list', + 'filter=' => 'int|null', + ), + 'reflectionobject::getshortname' => + array ( + 0 => 'string', + ), + 'reflectionobject::getstartline' => + array ( + 0 => 'false|int', + ), + 'reflectionobject::getstaticproperties' => + array ( + 0 => 'array', + ), + 'reflectionobject::getstaticpropertyvalue' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'reflectionobject::gettraitaliases' => + array ( + 0 => 'array', + ), + 'reflectionobject::gettraitnames' => + array ( + 0 => 'list', + ), + 'reflectionobject::gettraits' => + array ( + 0 => 'array', + ), + 'reflectionobject::hasconstant' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionobject::hasmethod' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionobject::hasproperty' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'reflectionobject::implementsinterface' => + array ( + 0 => 'bool', + 'interface' => 'ReflectionClass|class-string', + ), + 'reflectionobject::initializelazyobject' => + array ( + 0 => 'object', + 'object' => 'object', + ), + 'reflectionobject::innamespace' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isabstract' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isanonymous' => + array ( + 0 => 'bool', + ), + 'reflectionobject::iscloneable' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isenum' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isinstance' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'reflectionobject::isinstantiable' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isinterface' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isinternal' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isiterable' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isiterateable' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isreadonly' => + array ( + 0 => 'bool', + ), + 'reflectionobject::issubclassof' => + array ( + 0 => 'bool', + 'class' => 'ReflectionClass|string', + ), + 'reflectionobject::istrait' => + array ( + 0 => 'bool', + ), + 'reflectionobject::isuninitializedlazyobject' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'reflectionobject::isuserdefined' => + array ( + 0 => 'bool', + ), + 'reflectionobject::marklazyobjectasinitialized' => + array ( + 0 => 'object', + 'object' => 'object', + ), + 'reflectionobject::newinstance' => + array ( + 0 => 'object', + 'args=' => 'mixed', + '...args=' => 'array', + ), + 'reflectionobject::newinstanceargs' => + array ( + 0 => 'null|object', + 'args=' => 'array|string, mixed>', + ), + 'reflectionobject::newinstancewithoutconstructor' => + array ( + 0 => 'object', + ), + 'reflectionobject::newlazyghost' => + array ( + 0 => 'object', + 'initializer' => 'callable', + 'options=' => 'int', + ), + 'reflectionobject::newlazyproxy' => + array ( + 0 => 'object', + 'factory' => 'callable', + 'options=' => 'int', + ), + 'reflectionobject::resetaslazyghost' => + array ( + 0 => 'void', + 'object' => 'object', + 'initializer' => 'callable', + 'options=' => 'int', + ), + 'reflectionobject::resetaslazyproxy' => + array ( + 0 => 'void', + 'object' => 'object', + 'factory' => 'callable', + 'options=' => 'int', + ), + 'reflectionobject::setstaticpropertyvalue' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'reflectionparameter::__clone' => + array ( + 0 => 'void', + ), + 'reflectionparameter::__construct' => + array ( + 0 => 'void', + 'function' => 'array|object|string', + 'param' => 'int|string', + ), + 'reflectionparameter::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionparameter::allowsnull' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::canbepassedbyvalue' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::getattributes' => + array ( + 0 => 'list', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionparameter::getclass' => + array ( + 0 => 'ReflectionClass|null', + ), + 'reflectionparameter::getdeclaringclass' => + array ( + 0 => 'ReflectionClass|null', + ), + 'reflectionparameter::getdeclaringfunction' => + array ( + 0 => 'ReflectionFunctionAbstract', + ), + 'reflectionparameter::getdefaultvalue' => + array ( + 0 => 'mixed', + ), + 'reflectionparameter::getdefaultvalueconstantname' => + array ( + 0 => 'null|string', + ), + 'reflectionparameter::getname' => + array ( + 0 => 'non-empty-string', + ), + 'reflectionparameter::getposition' => + array ( + 0 => 'int<0, max>', + ), + 'reflectionparameter::gettype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionparameter::hastype' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::isarray' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::iscallable' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::isdefaultvalueavailable' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::isdefaultvalueconstant' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::isoptional' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::ispassedbyreference' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::ispromoted' => + array ( + 0 => 'bool', + ), + 'reflectionparameter::isvariadic' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::__clone' => + array ( + 0 => 'void', + ), + 'reflectionproperty::__construct' => + array ( + 0 => 'void', + 'class' => 'class-string|object', + 'property' => 'string', + ), + 'reflectionproperty::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionproperty::getattributes' => + array ( + 0 => 'list', + 'name=' => 'null|string', + 'flags=' => 'int', + ), + 'reflectionproperty::getdeclaringclass' => + array ( + 0 => 'ReflectionClass', + ), + 'reflectionproperty::getdefaultvalue' => + array ( + 0 => 'mixed', + ), + 'reflectionproperty::getdoccomment' => + array ( + 0 => 'false|string', + ), + 'reflectionproperty::gethook' => + array ( + 0 => 'ReflectionMethod|null', + 'type' => 'PropertyHookType', + ), + 'reflectionproperty::gethooks' => + array ( + 0 => 'array', + ), + 'reflectionproperty::getmodifiers' => + array ( + 0 => 'int', + ), + 'reflectionproperty::getname' => + array ( + 0 => 'string', + ), + 'reflectionproperty::getrawvalue' => + array ( + 0 => 'mixed|null', + 'object' => 'object', + ), + 'reflectionproperty::getsettabletype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionproperty::gettype' => + array ( + 0 => 'ReflectionType|null', + ), + 'reflectionproperty::getvalue' => + array ( + 0 => 'mixed', + 'object=' => 'null|object', + ), + 'reflectionproperty::hasdefaultvalue' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::hashook' => + array ( + 0 => 'bool', + 'type' => 'PropertyHookType', + ), + 'reflectionproperty::hashooks' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::hastype' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isabstract' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isdefault' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isdynamic' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isfinal' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isinitialized' => + array ( + 0 => 'bool', + 'object=' => 'null|object', + ), + 'reflectionproperty::islazy' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'reflectionproperty::isprivate' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isprivateset' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::ispromoted' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isprotected' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isprotectedset' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::ispublic' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isreadonly' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isstatic' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::isvirtual' => + array ( + 0 => 'bool', + ), + 'reflectionproperty::setaccessible' => + array ( + 0 => 'void', + 'accessible' => 'bool', + ), + 'reflectionproperty::setrawvalue' => + array ( + 0 => 'void', + 'object' => 'object', + 'value' => 'mixed|null', + ), + 'reflectionproperty::setrawvaluewithoutlazyinitialization' => + array ( + 0 => 'void', + 'object' => 'object', + 'value' => 'mixed|null', + ), + 'reflectionproperty::setvalue' => + array ( + 0 => 'void', + 'object' => 'null|object', + 'value' => 'mixed', + ), + 'reflectionproperty::skiplazyinitialization' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'reflectionreference::__clone' => + array ( + 0 => 'void', + ), + 'reflectionreference::__construct' => + array ( + 0 => 'string', + ), + 'reflectionreference::fromarrayelement' => + array ( + 0 => 'ReflectionReference|null', + 'array' => 'array', + 'key' => 'int|string', + ), + 'reflectionreference::getid' => + array ( + 0 => 'string', + ), + 'reflectiontype::__clone' => + array ( + 0 => 'void', + ), + 'reflectiontype::__tostring' => + array ( + 0 => 'string', + ), + 'reflectiontype::allowsnull' => + array ( + 0 => 'bool', + ), + 'reflectionuniontype::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionuniontype::allowsnull' => + array ( + 0 => 'string', + ), + 'reflectionuniontype::gettypes' => + array ( + 0 => 'list', + ), + 'reflectionzendextension::__clone' => + array ( + 0 => 'void', + ), + 'reflectionzendextension::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'reflectionzendextension::__tostring' => + array ( + 0 => 'string', + ), + 'reflectionzendextension::getauthor' => + array ( + 0 => 'string', + ), + 'reflectionzendextension::getcopyright' => + array ( + 0 => 'string', + ), + 'reflectionzendextension::getname' => + array ( + 0 => 'string', + ), + 'reflectionzendextension::geturl' => + array ( + 0 => 'string', + ), + 'reflectionzendextension::getversion' => + array ( + 0 => 'string', + ), + 'regexiterator::__construct' => + array ( + 0 => 'void', + 'iterator' => 'Iterator', + 'pattern' => 'string', + 'mode=' => 'int', + 'flags=' => 'int', + 'pregFlags=' => 'int', + ), + 'regexiterator::accept' => + array ( + 0 => 'bool', + ), + 'regexiterator::current' => + array ( + 0 => 'mixed', + ), + 'regexiterator::getflags' => + array ( + 0 => 'int', + ), + 'regexiterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'regexiterator::getmode' => + array ( + 0 => 'int', + ), + 'regexiterator::getpregflags' => + array ( + 0 => 'int', + ), + 'regexiterator::getregex' => + array ( + 0 => 'string', + ), + 'regexiterator::key' => + array ( + 0 => 'mixed', + ), + 'regexiterator::next' => + array ( + 0 => 'void', + ), + 'regexiterator::rewind' => + array ( + 0 => 'void', + ), + 'regexiterator::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'regexiterator::setmode' => + array ( + 0 => 'void', + 'mode' => 'int', + ), + 'regexiterator::setpregflags' => + array ( + 0 => 'void', + 'pregFlags' => 'int', + ), + 'regexiterator::valid' => + array ( + 0 => 'bool', + ), + 'register_shutdown_function' => + array ( + 0 => 'void', + 'callback' => 'callable', + '...args=' => 'mixed', + ), + 'register_tick_function' => + array ( + 0 => 'bool', + 'callback' => 'callable():void', + '...args=' => 'mixed', + ), + 'rename' => + array ( + 0 => 'bool', + 'from' => 'string', + 'to' => 'string', + 'context=' => 'resource', + ), + 'request_parse_body' => + array ( + 0 => 'array', + 'options=' => 'array|null', + ), + 'requestparsebodyexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'requestparsebodyexception::__tostring' => + array ( + 0 => 'string', + ), + 'requestparsebodyexception::__wakeup' => + array ( + 0 => 'string', + ), + 'requestparsebodyexception::getcode' => + array ( + 0 => 'string', + ), + 'requestparsebodyexception::getfile' => + array ( + 0 => 'string', + ), + 'requestparsebodyexception::getline' => + array ( + 0 => 'int', + ), + 'requestparsebodyexception::getmessage' => + array ( + 0 => 'string', + ), + 'requestparsebodyexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'requestparsebodyexception::gettrace' => + array ( + 0 => 'array', + ), + 'requestparsebodyexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'reset' => + array ( + 0 => 'false|mixed', + '&r_array' => 'array', + ), + 'resourcebundle::__construct' => + array ( + 0 => 'void', + 'locale' => 'null|string', + 'bundle' => 'null|string', + 'fallback=' => 'bool', + ), + 'resourcebundle::count' => + array ( + 0 => 'int', + ), + 'resourcebundle::create' => + array ( + 0 => 'ResourceBundle|null', + 'locale' => 'null|string', + 'bundle' => 'null|string', + 'fallback=' => 'bool', + ), + 'resourcebundle::get' => + array ( + 0 => 'ResourceBundle|array|int|null|string', + 'index' => 'int|string', + 'fallback=' => 'bool', + ), + 'resourcebundle::geterrorcode' => + array ( + 0 => 'int', + ), + 'resourcebundle::geterrormessage' => + array ( + 0 => 'string', + ), + 'resourcebundle::getiterator' => + array ( + 0 => 'Iterator', + ), + 'resourcebundle::getlocales' => + array ( + 0 => 'array|false', + 'bundle' => 'string', + ), + 'resourcebundle_count' => + array ( + 0 => 'int', + 'bundle' => 'ResourceBundle', + ), + 'resourcebundle_create' => + array ( + 0 => 'ResourceBundle|null', + 'locale' => 'null|string', + 'bundle' => 'null|string', + 'fallback=' => 'bool', + ), + 'resourcebundle_get' => + array ( + 0 => 'ResourceBundle|array|int|null|string', + 'bundle' => 'ResourceBundle', + 'index' => 'int|string', + 'fallback=' => 'bool', + ), + 'resourcebundle_get_error_code' => + array ( + 0 => 'int', + 'bundle' => 'ResourceBundle', + ), + 'resourcebundle_get_error_message' => + array ( + 0 => 'string', + 'bundle' => 'ResourceBundle', + ), + 'resourcebundle_locales' => + array ( + 0 => 'array', + 'bundle' => 'string', + ), + 'restore_error_handler' => + array ( + 0 => 'true', + ), + 'restore_exception_handler' => + array ( + 0 => 'true', + ), + 'returntypewillchange::__construct' => + array ( + 0 => 'string', + ), + 'rewind' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'rewinddir' => + array ( + 0 => 'void', + 'dir_handle=' => 'resource', + ), + 'rmdir' => + array ( + 0 => 'bool', + 'directory' => 'string', + 'context=' => 'resource', + ), + 'round' => + array ( + 0 => 'float', + 'num' => 'float|int', + 'precision=' => 'int', + 'mode=' => 'int<0, max>', + ), + 'roundingmode::cases' => + array ( + 0 => 'array', + ), + 'rsort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'rtrim' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'string', + ), + 'runtimeexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'runtimeexception::__tostring' => + array ( + 0 => 'string', + ), + 'runtimeexception::__wakeup' => + array ( + 0 => 'string', + ), + 'runtimeexception::getcode' => + array ( + 0 => 'int', + ), + 'runtimeexception::getfile' => + array ( + 0 => 'string', + ), + 'runtimeexception::getline' => + array ( + 0 => 'int', + ), + 'runtimeexception::getmessage' => + array ( + 0 => 'string', + ), + 'runtimeexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'runtimeexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'runtimeexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'scandir' => + array ( + 0 => 'false|list', + 'directory' => 'string', + 'sorting_order=' => 'int', + 'context=' => 'resource', + ), + 'sensitiveparameter::__construct' => + array ( + 0 => 'string', + ), + 'sensitiveparametervalue::__construct' => + array ( + 0 => 'string', + 'value' => 'mixed|null', + ), + 'sensitiveparametervalue::__debuginfo' => + array ( + 0 => 'array', + ), + 'sensitiveparametervalue::getvalue' => + array ( + 0 => 'mixed|null', + ), + 'serialize' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'session_abort' => + array ( + 0 => 'bool', + ), + 'session_cache_expire' => + array ( + 0 => 'false|int', + 'value=' => 'int|null', + ), + 'session_cache_limiter' => + array ( + 0 => 'false|string', + 'value=' => 'null|string', + ), + 'session_commit' => + array ( + 0 => 'bool', + ), + 'session_create_id' => + array ( + 0 => 'false|string', + 'prefix=' => 'string', + ), + 'session_decode' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'session_destroy' => + array ( + 0 => 'bool', + ), + 'session_encode' => + array ( + 0 => 'false|string', + ), + 'session_gc' => + array ( + 0 => 'false|int', + ), + 'session_get_cookie_params' => + array ( + 0 => 'array{domain: null|string, httponly: bool|null, lifetime: int|null, path: null|string, samesite: null|string, secure: bool|null}', + ), + 'session_id' => + array ( + 0 => 'false|string', + 'id=' => 'null|string', + ), + 'session_module_name' => + array ( + 0 => 'false|string', + 'module=' => 'null|string', + ), + 'session_name' => + array ( + 0 => 'false|string', + 'name=' => 'null|string', + ), + 'session_regenerate_id' => + array ( + 0 => 'bool', + 'delete_old_session=' => 'bool', + ), + 'session_register_shutdown' => + array ( + 0 => 'void', + ), + 'session_reset' => + array ( + 0 => 'bool', + ), + 'session_save_path' => + array ( + 0 => 'false|string', + 'path=' => 'null|string', + ), + 'session_set_cookie_params' => + array ( + 0 => 'bool', + 'lifetime' => 'int', + 'path=' => 'null|string', + 'domain=' => 'null|string', + 'secure=' => 'bool|null', + 'httponly=' => 'bool|null', + ), + 'session_set_save_handler' => + array ( + 0 => 'bool', + 'open' => 'callable(string, string):bool', + 'close' => 'callable():bool', + 'read' => 'callable(string):string', + 'write' => 'callable(string, string):bool', + 'destroy' => 'callable(string):bool', + 'gc' => 'callable(string):bool', + 'create_sid=' => 'callable():string|null', + 'validate_sid=' => 'callable(string):bool|null', + 'update_timestamp=' => 'callable(string):bool|null', + ), + 'session_start' => + array ( + 0 => 'bool', + 'options=' => 'array', + ), + 'session_status' => + array ( + 0 => 'int', + ), + 'session_unset' => + array ( + 0 => 'bool', + ), + 'session_write_close' => + array ( + 0 => 'bool', + ), + 'sessionhandler::close' => + array ( + 0 => 'bool', + ), + 'sessionhandler::create_sid' => + array ( + 0 => 'string', + ), + 'sessionhandler::destroy' => + array ( + 0 => 'bool', + 'id' => 'string', + ), + 'sessionhandler::gc' => + array ( + 0 => 'false|int', + 'max_lifetime' => 'int', + ), + 'sessionhandler::open' => + array ( + 0 => 'bool', + 'path' => 'string', + 'name' => 'string', + ), + 'sessionhandler::read' => + array ( + 0 => 'false|string', + 'id' => 'string', + ), + 'sessionhandler::write' => + array ( + 0 => 'bool', + 'id' => 'string', + 'data' => 'string', + ), + 'set_error_handler' => + array ( + 0 => 'callable(int, string, string=, int=, array=):bool|null', + 'callback' => 'callable(int, string, string=, int=, array=):bool|null', + 'error_levels=' => 'int', + ), + 'set_exception_handler' => + array ( + 0 => 'callable(Throwable):void|null', + 'callback' => 'callable(Throwable):void|null', + ), + 'set_file_buffer' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'size' => 'int', + ), + 'set_include_path' => + array ( + 0 => 'false|string', + 'include_path' => 'string', + ), + 'set_time_limit' => + array ( + 0 => 'bool', + 'seconds' => 'int', + ), + 'setcookie' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'string', + 'expires=' => 'int', + 'path=' => 'string', + 'domain=' => 'string', + 'secure=' => 'bool', + 'httponly=' => 'bool', + 'samesite=' => 'string', + 'url_encode=' => 'int', + ), + 'setlocale' => + array ( + 0 => 'false|string', + 'category' => 'int', + 'locales' => '0|null|string', + '...rest=' => 'string', + ), + 'setrawcookie' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'string', + 'expires=' => 'int', + 'path=' => 'string', + 'domain=' => 'string', + 'secure=' => 'bool', + 'httponly=' => 'bool', + ), + 'settype' => + array ( + 0 => 'bool', + '&rw_var' => 'mixed', + 'type' => 'string', + ), + 'sha1' => + array ( + 0 => 'string', + 'string' => 'string', + 'binary=' => 'bool', + ), + 'sha1_file' => + array ( + 0 => 'false|string', + 'filename' => 'string', + 'binary=' => 'bool', + ), + 'shell_exec' => + array ( + 0 => 'false|null|string', + 'command' => 'string', + ), + 'show_source' => + array ( + 0 => 'bool|string', + 'filename' => 'string', + 'return=' => 'bool', + ), + 'shuffle' => + array ( + 0 => 'true', + '&rw_array' => 'array', + ), + 'similar_text' => + array ( + 0 => 'int', + 'string1' => 'string', + 'string2' => 'string', + '&w_percent=' => 'float', + ), + 'simplexml_import_dom' => + array ( + 0 => 'SimpleXMLElement|null', + 'node' => 'DOMNode', + 'class_name=' => 'null|string', + ), + 'simplexml_load_file' => + array ( + 0 => 'SimpleXMLElement|false', + 'filename' => 'string', + 'class_name=' => 'null|string', + 'options=' => 'int', + 'namespace_or_prefix=' => 'string', + 'is_prefix=' => 'bool', + ), + 'simplexml_load_string' => + array ( + 0 => 'SimpleXMLElement|false', + 'data' => 'string', + 'class_name=' => 'null|string', + 'options=' => 'int', + 'namespace_or_prefix=' => 'string', + 'is_prefix=' => 'bool', + ), + 'simplexmlelement::__construct' => + array ( + 0 => 'void', + 'data' => 'string', + 'options=' => 'int', + 'dataIsURL=' => 'bool', + 'namespaceOrPrefix=' => 'string', + 'isPrefix=' => 'bool', + ), + 'simplexmlelement::__tostring' => + array ( + 0 => 'string', + ), + 'simplexmlelement::addattribute' => + array ( + 0 => 'void', + 'qualifiedName' => 'string', + 'value' => 'string', + 'namespace=' => 'null|string', + ), + 'simplexmlelement::addchild' => + array ( + 0 => 'SimpleXMLElement|null', + 'qualifiedName' => 'string', + 'value=' => 'null|string', + 'namespace=' => 'null|string', + ), + 'simplexmlelement::asxml' => + array ( + 0 => 'bool|string', + 'filename=' => 'null|string', + ), + 'simplexmlelement::attributes' => + array ( + 0 => 'SimpleXMLElement|null', + 'namespaceOrPrefix=' => 'null|string', + 'isPrefix=' => 'bool', + ), + 'simplexmlelement::children' => + array ( + 0 => 'SimpleXMLElement|null', + 'namespaceOrPrefix=' => 'null|string', + 'isPrefix=' => 'bool', + ), + 'simplexmlelement::count' => + array ( + 0 => 'int', + ), + 'simplexmlelement::current' => + array ( + 0 => 'string', + ), + 'simplexmlelement::getchildren' => + array ( + 0 => 'string', + ), + 'simplexmlelement::getdocnamespaces' => + array ( + 0 => 'array', + 'recursive=' => 'bool', + 'fromRoot=' => 'bool', + ), + 'simplexmlelement::getname' => + array ( + 0 => 'string', + ), + 'simplexmlelement::getnamespaces' => + array ( + 0 => 'array', + 'recursive=' => 'bool', + ), + 'simplexmlelement::haschildren' => + array ( + 0 => 'string', + ), + 'simplexmlelement::key' => + array ( + 0 => 'string', + ), + 'simplexmlelement::next' => + array ( + 0 => 'string', + ), + 'simplexmlelement::registerxpathnamespace' => + array ( + 0 => 'bool', + 'prefix' => 'string', + 'namespace' => 'string', + ), + 'simplexmlelement::rewind' => + array ( + 0 => 'string', + ), + 'simplexmlelement::savexml' => + array ( + 0 => 'bool|string', + 'filename=' => 'null|string', + ), + 'simplexmlelement::valid' => + array ( + 0 => 'string', + ), + 'simplexmlelement::xpath' => + array ( + 0 => 'array|false|null', + 'expression' => 'string', + ), + 'simplexmliterator::__construct' => + array ( + 0 => 'string', + 'data' => 'string', + 'options=' => 'int', + 'dataIsURL=' => 'bool', + 'namespaceOrPrefix=' => 'string', + 'isPrefix=' => 'bool', + ), + 'simplexmliterator::__tostring' => + array ( + 0 => 'string', + ), + 'simplexmliterator::addattribute' => + array ( + 0 => 'string', + 'qualifiedName' => 'string', + 'value' => 'string', + 'namespace=' => 'null|string', + ), + 'simplexmliterator::addchild' => + array ( + 0 => 'string', + 'qualifiedName' => 'string', + 'value=' => 'null|string', + 'namespace=' => 'null|string', + ), + 'simplexmliterator::asxml' => + array ( + 0 => 'string', + 'filename=' => 'null|string', + ), + 'simplexmliterator::attributes' => + array ( + 0 => 'string', + 'namespaceOrPrefix=' => 'null|string', + 'isPrefix=' => 'bool', + ), + 'simplexmliterator::children' => + array ( + 0 => 'string', + 'namespaceOrPrefix=' => 'null|string', + 'isPrefix=' => 'bool', + ), + 'simplexmliterator::count' => + array ( + 0 => 'string', + ), + 'simplexmliterator::current' => + array ( + 0 => 'string', + ), + 'simplexmliterator::getchildren' => + array ( + 0 => 'string', + ), + 'simplexmliterator::getdocnamespaces' => + array ( + 0 => 'string', + 'recursive=' => 'bool', + 'fromRoot=' => 'bool', + ), + 'simplexmliterator::getname' => + array ( + 0 => 'string', + ), + 'simplexmliterator::getnamespaces' => + array ( + 0 => 'string', + 'recursive=' => 'bool', + ), + 'simplexmliterator::haschildren' => + array ( + 0 => 'string', + ), + 'simplexmliterator::key' => + array ( + 0 => 'string', + ), + 'simplexmliterator::next' => + array ( + 0 => 'string', + ), + 'simplexmliterator::registerxpathnamespace' => + array ( + 0 => 'string', + 'prefix' => 'string', + 'namespace' => 'string', + ), + 'simplexmliterator::rewind' => + array ( + 0 => 'string', + ), + 'simplexmliterator::savexml' => + array ( + 0 => 'string', + 'filename=' => 'null|string', + ), + 'simplexmliterator::valid' => + array ( + 0 => 'string', + ), + 'simplexmliterator::xpath' => + array ( + 0 => 'string', + 'expression' => 'string', + ), + 'sin' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'sinh' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'sizeof' => + array ( + 0 => 'int<0, max>', + 'value' => 'Countable|array', + 'mode=' => 'int', + ), + 'sleep' => + array ( + 0 => 'int', + 'seconds' => 'int<0, max>', + ), + 'socket_get_status' => + array ( + 0 => 'array', + 'stream' => 'Socket', + ), + 'socket_set_blocking' => + array ( + 0 => 'bool', + 'stream' => 'Socket', + 'enable' => 'bool', + ), + 'socket_set_timeout' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'seconds' => 'int', + 'microseconds=' => 'int', + ), + 'sodium_add' => + array ( + 0 => 'void', + '&rw_string1' => 'string', + 'string2' => 'string', + ), + 'sodium_base642bin' => + array ( + 0 => 'string', + 'string' => 'string', + 'id' => 'int', + 'ignore=' => 'string', + ), + 'sodium_bin2base64' => + array ( + 0 => 'string', + 'string' => 'string', + 'id' => 'int', + ), + 'sodium_bin2hex' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'sodium_compare' => + array ( + 0 => 'int', + 'string1' => 'string', + 'string2' => 'string', + ), + 'sodium_crypto_aead_aegis128l_decrypt' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_aegis128l_encrypt' => + array ( + 0 => 'string', + 'message' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_aegis128l_keygen' => + array ( + 0 => 'string', + ), + 'sodium_crypto_aead_aegis256_decrypt' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_aegis256_encrypt' => + array ( + 0 => 'string', + 'message' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_aegis256_keygen' => + array ( + 0 => 'string', + ), + 'sodium_crypto_aead_aes256gcm_decrypt' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_aes256gcm_encrypt' => + array ( + 0 => 'string', + 'message' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_aes256gcm_is_available' => + array ( + 0 => 'bool', + ), + 'sodium_crypto_aead_aes256gcm_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_aead_chacha20poly1305_decrypt' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_chacha20poly1305_encrypt' => + array ( + 0 => 'string', + 'message' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_chacha20poly1305_ietf_decrypt' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_chacha20poly1305_ietf_encrypt' => + array ( + 0 => 'string', + 'message' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_chacha20poly1305_ietf_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_aead_chacha20poly1305_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_aead_xchacha20poly1305_ietf_decrypt' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_xchacha20poly1305_ietf_encrypt' => + array ( + 0 => 'string', + 'message' => 'string', + 'additional_data' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_aead_xchacha20poly1305_ietf_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_auth' => + array ( + 0 => 'string', + 'message' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_auth_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_auth_verify' => + array ( + 0 => 'bool', + 'mac' => 'string', + 'message' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_box' => + array ( + 0 => 'string', + 'message' => 'string', + 'nonce' => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_box_keypair' => + array ( + 0 => 'string', + ), + 'sodium_crypto_box_keypair_from_secretkey_and_publickey' => + array ( + 0 => 'string', + 'secret_key' => 'string', + 'public_key' => 'string', + ), + 'sodium_crypto_box_open' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'nonce' => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_box_publickey' => + array ( + 0 => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_box_publickey_from_secretkey' => + array ( + 0 => 'string', + 'secret_key' => 'string', + ), + 'sodium_crypto_box_seal' => + array ( + 0 => 'string', + 'message' => 'string', + 'public_key' => 'string', + ), + 'sodium_crypto_box_seal_open' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_box_secretkey' => + array ( + 0 => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_box_seed_keypair' => + array ( + 0 => 'string', + 'seed' => 'string', + ), + 'sodium_crypto_core_ristretto255_add' => + array ( + 0 => 'string', + 'p' => 'string', + 'q' => 'string', + ), + 'sodium_crypto_core_ristretto255_from_hash' => + array ( + 0 => 'string', + 's' => 'string', + ), + 'sodium_crypto_core_ristretto255_is_valid_point' => + array ( + 0 => 'bool', + 's' => 'string', + ), + 'sodium_crypto_core_ristretto255_random' => + array ( + 0 => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_add' => + array ( + 0 => 'string', + 'x' => 'string', + 'y' => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_complement' => + array ( + 0 => 'string', + 's' => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_invert' => + array ( + 0 => 'string', + 's' => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_mul' => + array ( + 0 => 'string', + 'x' => 'string', + 'y' => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_negate' => + array ( + 0 => 'string', + 's' => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_random' => + array ( + 0 => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_reduce' => + array ( + 0 => 'string', + 's' => 'string', + ), + 'sodium_crypto_core_ristretto255_scalar_sub' => + array ( + 0 => 'string', + 'x' => 'string', + 'y' => 'string', + ), + 'sodium_crypto_core_ristretto255_sub' => + array ( + 0 => 'string', + 'p' => 'string', + 'q' => 'string', + ), + 'sodium_crypto_generichash' => + array ( + 0 => 'string', + 'message' => 'string', + 'key=' => 'string', + 'length=' => 'int', + ), + 'sodium_crypto_generichash_final' => + array ( + 0 => 'string', + '&state' => 'string', + 'length=' => 'int', + ), + 'sodium_crypto_generichash_init' => + array ( + 0 => 'string', + 'key=' => 'string', + 'length=' => 'int', + ), + 'sodium_crypto_generichash_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_generichash_update' => + array ( + 0 => 'true', + '&rw_state' => 'string', + 'message' => 'string', + ), + 'sodium_crypto_kdf_derive_from_key' => + array ( + 0 => 'string', + 'subkey_length' => 'int', + 'subkey_id' => 'int', + 'context' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_kdf_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_kx_client_session_keys' => + array ( + 0 => 'array', + 'client_key_pair' => 'string', + 'server_key' => 'string', + ), + 'sodium_crypto_kx_keypair' => + array ( + 0 => 'string', + ), + 'sodium_crypto_kx_publickey' => + array ( + 0 => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_kx_secretkey' => + array ( + 0 => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_kx_seed_keypair' => + array ( + 0 => 'string', + 'seed' => 'string', + ), + 'sodium_crypto_kx_server_session_keys' => + array ( + 0 => 'array', + 'server_key_pair' => 'string', + 'client_key' => 'string', + ), + 'sodium_crypto_pwhash' => + array ( + 0 => 'string', + 'length' => 'int', + 'password' => 'string', + 'salt' => 'string', + 'opslimit' => 'int', + 'memlimit' => 'int', + 'algo=' => 'int', + ), + 'sodium_crypto_pwhash_scryptsalsa208sha256' => + array ( + 0 => 'string', + 'length' => 'int', + 'password' => 'string', + 'salt' => 'string', + 'opslimit' => 'int', + 'memlimit' => 'int', + ), + 'sodium_crypto_pwhash_scryptsalsa208sha256_str' => + array ( + 0 => 'string', + 'password' => 'string', + 'opslimit' => 'int', + 'memlimit' => 'int', + ), + 'sodium_crypto_pwhash_scryptsalsa208sha256_str_verify' => + array ( + 0 => 'bool', + 'hash' => 'string', + 'password' => 'string', + ), + 'sodium_crypto_pwhash_str' => + array ( + 0 => 'string', + 'password' => 'string', + 'opslimit' => 'int', + 'memlimit' => 'int', + ), + 'sodium_crypto_pwhash_str_needs_rehash' => + array ( + 0 => 'bool', + 'password' => 'string', + 'opslimit' => 'int', + 'memlimit' => 'int', + ), + 'sodium_crypto_pwhash_str_verify' => + array ( + 0 => 'bool', + 'hash' => 'string', + 'password' => 'string', + ), + 'sodium_crypto_scalarmult' => + array ( + 0 => 'string', + 'n' => 'string', + 'p' => 'string', + ), + 'sodium_crypto_scalarmult_base' => + array ( + 0 => 'string', + 'secret_key' => 'string', + ), + 'sodium_crypto_scalarmult_ristretto255' => + array ( + 0 => 'string', + 'n' => 'string', + 'p' => 'string', + ), + 'sodium_crypto_scalarmult_ristretto255_base' => + array ( + 0 => 'string', + 'n' => 'string', + ), + 'sodium_crypto_secretbox' => + array ( + 0 => 'string', + 'message' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_secretbox_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_secretbox_open' => + array ( + 0 => 'false|string', + 'ciphertext' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_secretstream_xchacha20poly1305_init_pull' => + array ( + 0 => 'string', + 'header' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_secretstream_xchacha20poly1305_init_push' => + array ( + 0 => 'array', + 'key' => 'string', + ), + 'sodium_crypto_secretstream_xchacha20poly1305_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_secretstream_xchacha20poly1305_pull' => + array ( + 0 => 'array|false', + '&r_state' => 'string', + 'ciphertext' => 'string', + 'additional_data=' => 'string', + ), + 'sodium_crypto_secretstream_xchacha20poly1305_push' => + array ( + 0 => 'string', + '&w_state' => 'string', + 'message' => 'string', + 'additional_data=' => 'string', + 'tag=' => 'int', + ), + 'sodium_crypto_secretstream_xchacha20poly1305_rekey' => + array ( + 0 => 'void', + '&w_state' => 'string', + ), + 'sodium_crypto_shorthash' => + array ( + 0 => 'string', + 'message' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_shorthash_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_sign' => + array ( + 0 => 'string', + 'message' => 'string', + 'secret_key' => 'string', + ), + 'sodium_crypto_sign_detached' => + array ( + 0 => 'string', + 'message' => 'string', + 'secret_key' => 'string', + ), + 'sodium_crypto_sign_ed25519_pk_to_curve25519' => + array ( + 0 => 'string', + 'public_key' => 'string', + ), + 'sodium_crypto_sign_ed25519_sk_to_curve25519' => + array ( + 0 => 'string', + 'secret_key' => 'string', + ), + 'sodium_crypto_sign_keypair' => + array ( + 0 => 'string', + ), + 'sodium_crypto_sign_keypair_from_secretkey_and_publickey' => + array ( + 0 => 'string', + 'secret_key' => 'string', + 'public_key' => 'string', + ), + 'sodium_crypto_sign_open' => + array ( + 0 => 'false|string', + 'signed_message' => 'string', + 'public_key' => 'string', + ), + 'sodium_crypto_sign_publickey' => + array ( + 0 => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_sign_publickey_from_secretkey' => + array ( + 0 => 'string', + 'secret_key' => 'string', + ), + 'sodium_crypto_sign_secretkey' => + array ( + 0 => 'string', + 'key_pair' => 'string', + ), + 'sodium_crypto_sign_seed_keypair' => + array ( + 0 => 'string', + 'seed' => 'string', + ), + 'sodium_crypto_sign_verify_detached' => + array ( + 0 => 'bool', + 'signature' => 'string', + 'message' => 'string', + 'public_key' => 'string', + ), + 'sodium_crypto_stream' => + array ( + 0 => 'string', + 'length' => 'int', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_crypto_stream_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_stream_xchacha20' => + array ( + 0 => 'non-empty-string', + 'length' => 'int<1, max>', + 'nonce' => 'non-empty-string', + 'key' => 'non-empty-string', + ), + 'sodium_crypto_stream_xchacha20_keygen' => + array ( + 0 => 'non-empty-string', + ), + 'sodium_crypto_stream_xchacha20_xor' => + array ( + 0 => 'string', + 'message' => 'string', + 'nonce' => 'non-empty-string', + 'key' => 'non-empty-string', + ), + 'sodium_crypto_stream_xchacha20_xor_ic' => + array ( + 0 => 'string', + 'message' => 'string', + 'nonce' => 'non-empty-string', + 'counter' => 'int', + 'key' => 'non-empty-string', + ), + 'sodium_crypto_stream_xor' => + array ( + 0 => 'string', + 'message' => 'string', + 'nonce' => 'string', + 'key' => 'string', + ), + 'sodium_hex2bin' => + array ( + 0 => 'string', + 'string' => 'string', + 'ignore=' => 'string', + ), + 'sodium_increment' => + array ( + 0 => 'void', + '&rw_string' => 'string', + ), + 'sodium_memcmp' => + array ( + 0 => 'int', + 'string1' => 'string', + 'string2' => 'string', + ), + 'sodium_memzero' => + array ( + 0 => 'void', + '&w_string' => 'string', + ), + 'sodium_pad' => + array ( + 0 => 'string', + 'string' => 'string', + 'block_size' => 'int', + ), + 'sodium_unpad' => + array ( + 0 => 'string', + 'string' => 'string', + 'block_size' => 'int', + ), + 'sodiumexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'sodiumexception::__tostring' => + array ( + 0 => 'string', + ), + 'sodiumexception::__wakeup' => + array ( + 0 => 'string', + ), + 'sodiumexception::getcode' => + array ( + 0 => 'string', + ), + 'sodiumexception::getfile' => + array ( + 0 => 'string', + ), + 'sodiumexception::getline' => + array ( + 0 => 'int', + ), + 'sodiumexception::getmessage' => + array ( + 0 => 'string', + ), + 'sodiumexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'sodiumexception::gettrace' => + array ( + 0 => 'array', + ), + 'sodiumexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'sort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'flags=' => 'int', + ), + 'soundex' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'spl_autoload' => + array ( + 0 => 'void', + 'class' => 'string', + 'file_extensions=' => 'null|string', + ), + 'spl_autoload_call' => + array ( + 0 => 'void', + 'class' => 'string', + ), + 'spl_autoload_extensions' => + array ( + 0 => 'string', + 'file_extensions=' => 'null|string', + ), + 'spl_autoload_functions' => + array ( + 0 => 'list', + ), + 'spl_autoload_register' => + array ( + 0 => 'bool', + 'callback=' => 'callable(string):void|null', + 'throw=' => 'bool', + 'prepend=' => 'bool', + ), + 'spl_autoload_unregister' => + array ( + 0 => 'bool', + 'callback' => 'callable(string):void', + ), + 'spl_classes' => + array ( + 0 => 'array', + ), + 'spl_object_hash' => + array ( + 0 => 'string', + 'object' => 'object', + ), + 'spl_object_id' => + array ( + 0 => 'int', + 'object' => 'object', + ), + 'spldoublylinkedlist::__debuginfo' => + array ( + 0 => 'string', + ), + 'spldoublylinkedlist::__serialize' => + array ( + 0 => 'string', + ), + 'spldoublylinkedlist::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'spldoublylinkedlist::add' => + array ( + 0 => 'void', + 'index' => 'int', + 'value' => 'mixed', + ), + 'spldoublylinkedlist::bottom' => + array ( + 0 => 'mixed', + ), + 'spldoublylinkedlist::count' => + array ( + 0 => 'int', + ), + 'spldoublylinkedlist::current' => + array ( + 0 => 'mixed', + ), + 'spldoublylinkedlist::getiteratormode' => + array ( + 0 => 'int', + ), + 'spldoublylinkedlist::isempty' => + array ( + 0 => 'bool', + ), + 'spldoublylinkedlist::key' => + array ( + 0 => 'int', + ), + 'spldoublylinkedlist::next' => + array ( + 0 => 'void', + ), + 'spldoublylinkedlist::offsetexists' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'spldoublylinkedlist::offsetget' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'spldoublylinkedlist::offsetset' => + array ( + 0 => 'void', + 'index' => 'int|null', + 'value' => 'mixed', + ), + 'spldoublylinkedlist::offsetunset' => + array ( + 0 => 'void', + 'index' => 'int', + ), + 'spldoublylinkedlist::pop' => + array ( + 0 => 'mixed', + ), + 'spldoublylinkedlist::prev' => + array ( + 0 => 'void', + ), + 'spldoublylinkedlist::push' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'spldoublylinkedlist::rewind' => + array ( + 0 => 'void', + ), + 'spldoublylinkedlist::serialize' => + array ( + 0 => 'string', + ), + 'spldoublylinkedlist::setiteratormode' => + array ( + 0 => 'int', + 'mode' => 'int', + ), + 'spldoublylinkedlist::shift' => + array ( + 0 => 'mixed', + ), + 'spldoublylinkedlist::top' => + array ( + 0 => 'mixed', + ), + 'spldoublylinkedlist::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'spldoublylinkedlist::unshift' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'spldoublylinkedlist::valid' => + array ( + 0 => 'bool', + ), + 'splfileinfo::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'splfileinfo::__debuginfo' => + array ( + 0 => 'string', + ), + 'splfileinfo::__tostring' => + array ( + 0 => 'string', + ), + 'splfileinfo::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'splfileinfo::getatime' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'splfileinfo::getctime' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getextension' => + array ( + 0 => 'string', + ), + 'splfileinfo::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'splfileinfo::getfilename' => + array ( + 0 => 'string', + ), + 'splfileinfo::getgroup' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getinode' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getlinktarget' => + array ( + 0 => 'false|string', + ), + 'splfileinfo::getmtime' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getowner' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getpath' => + array ( + 0 => 'string', + ), + 'splfileinfo::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'splfileinfo::getpathname' => + array ( + 0 => 'string', + ), + 'splfileinfo::getperms' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::getrealpath' => + array ( + 0 => 'false|non-falsy-string', + ), + 'splfileinfo::getsize' => + array ( + 0 => 'false|int', + ), + 'splfileinfo::gettype' => + array ( + 0 => 'false|string', + ), + 'splfileinfo::isdir' => + array ( + 0 => 'bool', + ), + 'splfileinfo::isexecutable' => + array ( + 0 => 'bool', + ), + 'splfileinfo::isfile' => + array ( + 0 => 'bool', + ), + 'splfileinfo::islink' => + array ( + 0 => 'bool', + ), + 'splfileinfo::isreadable' => + array ( + 0 => 'bool', + ), + 'splfileinfo::iswritable' => + array ( + 0 => 'bool', + ), + 'splfileinfo::openfile' => + array ( + 0 => 'SplFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'splfileinfo::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'splfileinfo::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'splfileobject::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'splfileobject::__debuginfo' => + array ( + 0 => 'string', + ), + 'splfileobject::__tostring' => + array ( + 0 => 'string', + ), + 'splfileobject::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'splfileobject::current' => + array ( + 0 => 'array|false|string', + ), + 'splfileobject::eof' => + array ( + 0 => 'bool', + ), + 'splfileobject::fflush' => + array ( + 0 => 'bool', + ), + 'splfileobject::fgetc' => + array ( + 0 => 'false|string', + ), + 'splfileobject::fgetcsv' => + array ( + 0 => 'array{0?: null|string, ..., string>}|false', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + ), + 'splfileobject::fgets' => + array ( + 0 => 'string', + ), + 'splfileobject::flock' => + array ( + 0 => 'bool', + 'operation' => 'int', + '&w_wouldBlock=' => 'int', + ), + 'splfileobject::fpassthru' => + array ( + 0 => 'int', + ), + 'splfileobject::fputcsv' => + array ( + 0 => 'false|int', + 'fields' => 'array', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + 'eol=' => 'string', + ), + 'splfileobject::fread' => + array ( + 0 => 'false|string', + 'length' => 'int', + ), + 'splfileobject::fscanf' => + array ( + 0 => 'array|int|null', + 'format' => 'string', + '&...w_vars=' => 'float|int|string', + ), + 'splfileobject::fseek' => + array ( + 0 => 'int', + 'offset' => 'int', + 'whence=' => 'int', + ), + 'splfileobject::fstat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}', + ), + 'splfileobject::ftell' => + array ( + 0 => 'false|int', + ), + 'splfileobject::ftruncate' => + array ( + 0 => 'bool', + 'size' => 'int', + ), + 'splfileobject::fwrite' => + array ( + 0 => 'false|int', + 'data' => 'string', + 'length=' => 'int', + ), + 'splfileobject::getatime' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'splfileobject::getchildren' => + array ( + 0 => 'null', + ), + 'splfileobject::getcsvcontrol' => + array ( + 0 => 'array', + ), + 'splfileobject::getctime' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getcurrentline' => + array ( + 0 => 'string', + ), + 'splfileobject::getextension' => + array ( + 0 => 'string', + ), + 'splfileobject::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'splfileobject::getfilename' => + array ( + 0 => 'string', + ), + 'splfileobject::getflags' => + array ( + 0 => 'int', + ), + 'splfileobject::getgroup' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getinode' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getlinktarget' => + array ( + 0 => 'false|string', + ), + 'splfileobject::getmaxlinelen' => + array ( + 0 => 'int', + ), + 'splfileobject::getmtime' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getowner' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getpath' => + array ( + 0 => 'string', + ), + 'splfileobject::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'splfileobject::getpathname' => + array ( + 0 => 'string', + ), + 'splfileobject::getperms' => + array ( + 0 => 'false|int', + ), + 'splfileobject::getrealpath' => + array ( + 0 => 'false|non-falsy-string', + ), + 'splfileobject::getsize' => + array ( + 0 => 'false|int', + ), + 'splfileobject::gettype' => + array ( + 0 => 'false|string', + ), + 'splfileobject::haschildren' => + array ( + 0 => 'false', + ), + 'splfileobject::isdir' => + array ( + 0 => 'bool', + ), + 'splfileobject::isexecutable' => + array ( + 0 => 'bool', + ), + 'splfileobject::isfile' => + array ( + 0 => 'bool', + ), + 'splfileobject::islink' => + array ( + 0 => 'bool', + ), + 'splfileobject::isreadable' => + array ( + 0 => 'bool', + ), + 'splfileobject::iswritable' => + array ( + 0 => 'bool', + ), + 'splfileobject::key' => + array ( + 0 => 'int', + ), + 'splfileobject::next' => + array ( + 0 => 'void', + ), + 'splfileobject::openfile' => + array ( + 0 => 'SplFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'splfileobject::rewind' => + array ( + 0 => 'void', + ), + 'splfileobject::seek' => + array ( + 0 => 'void', + 'line' => 'int', + ), + 'splfileobject::setcsvcontrol' => + array ( + 0 => 'void', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + ), + 'splfileobject::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'splfileobject::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'splfileobject::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'splfileobject::setmaxlinelen' => + array ( + 0 => 'void', + 'maxLength' => 'int', + ), + 'splfileobject::valid' => + array ( + 0 => 'bool', + ), + 'splfixedarray::__construct' => + array ( + 0 => 'void', + 'size=' => 'int', + ), + 'splfixedarray::__serialize' => + array ( + 0 => 'array', + ), + 'splfixedarray::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'splfixedarray::__wakeup' => + array ( + 0 => 'void', + ), + 'splfixedarray::count' => + array ( + 0 => 'int', + ), + 'splfixedarray::fromarray' => + array ( + 0 => 'SplFixedArray', + 'array' => 'array', + 'preserveKeys=' => 'bool', + ), + 'splfixedarray::getiterator' => + array ( + 0 => 'Iterator', + ), + 'splfixedarray::getsize' => + array ( + 0 => 'int', + ), + 'splfixedarray::jsonserialize' => + array ( + 0 => 'array', + ), + 'splfixedarray::offsetexists' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'splfixedarray::offsetget' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'splfixedarray::offsetset' => + array ( + 0 => 'void', + 'index' => 'int', + 'value' => 'mixed', + ), + 'splfixedarray::offsetunset' => + array ( + 0 => 'void', + 'index' => 'int', + ), + 'splfixedarray::setsize' => + array ( + 0 => 'true', + 'size' => 'int', + ), + 'splfixedarray::toarray' => + array ( + 0 => 'array', + ), + 'splheap::__debuginfo' => + array ( + 0 => 'string', + ), + 'splheap::compare' => + array ( + 0 => 'int', + 'value1' => 'mixed', + 'value2' => 'mixed', + ), + 'splheap::count' => + array ( + 0 => 'int', + ), + 'splheap::current' => + array ( + 0 => 'mixed', + ), + 'splheap::extract' => + array ( + 0 => 'mixed', + ), + 'splheap::insert' => + array ( + 0 => 'true', + 'value' => 'mixed', + ), + 'splheap::iscorrupted' => + array ( + 0 => 'bool', + ), + 'splheap::isempty' => + array ( + 0 => 'bool', + ), + 'splheap::key' => + array ( + 0 => 'int', + ), + 'splheap::next' => + array ( + 0 => 'void', + ), + 'splheap::recoverfromcorruption' => + array ( + 0 => 'true', + ), + 'splheap::rewind' => + array ( + 0 => 'void', + ), + 'splheap::top' => + array ( + 0 => 'mixed', + ), + 'splheap::valid' => + array ( + 0 => 'bool', + ), + 'splmaxheap::__debuginfo' => + array ( + 0 => 'string', + ), + 'splmaxheap::compare' => + array ( + 0 => 'int', + 'value1' => 'mixed', + 'value2' => 'mixed', + ), + 'splmaxheap::count' => + array ( + 0 => 'string', + ), + 'splmaxheap::current' => + array ( + 0 => 'string', + ), + 'splmaxheap::extract' => + array ( + 0 => 'string', + ), + 'splmaxheap::insert' => + array ( + 0 => 'string', + 'value' => 'mixed|null', + ), + 'splmaxheap::iscorrupted' => + array ( + 0 => 'string', + ), + 'splmaxheap::isempty' => + array ( + 0 => 'string', + ), + 'splmaxheap::key' => + array ( + 0 => 'string', + ), + 'splmaxheap::next' => + array ( + 0 => 'string', + ), + 'splmaxheap::recoverfromcorruption' => + array ( + 0 => 'string', + ), + 'splmaxheap::rewind' => + array ( + 0 => 'string', + ), + 'splmaxheap::top' => + array ( + 0 => 'string', + ), + 'splmaxheap::valid' => + array ( + 0 => 'string', + ), + 'splminheap::__debuginfo' => + array ( + 0 => 'string', + ), + 'splminheap::compare' => + array ( + 0 => 'int', + 'value1' => 'mixed', + 'value2' => 'mixed', + ), + 'splminheap::count' => + array ( + 0 => 'int', + ), + 'splminheap::current' => + array ( + 0 => 'mixed', + ), + 'splminheap::extract' => + array ( + 0 => 'mixed', + ), + 'splminheap::insert' => + array ( + 0 => 'true', + 'value' => 'mixed', + ), + 'splminheap::iscorrupted' => + array ( + 0 => 'bool', + ), + 'splminheap::isempty' => + array ( + 0 => 'bool', + ), + 'splminheap::key' => + array ( + 0 => 'int', + ), + 'splminheap::next' => + array ( + 0 => 'void', + ), + 'splminheap::recoverfromcorruption' => + array ( + 0 => 'true', + ), + 'splminheap::rewind' => + array ( + 0 => 'void', + ), + 'splminheap::top' => + array ( + 0 => 'mixed', + ), + 'splminheap::valid' => + array ( + 0 => 'bool', + ), + 'splobjectstorage::__debuginfo' => + array ( + 0 => 'string', + ), + 'splobjectstorage::__serialize' => + array ( + 0 => 'string', + ), + 'splobjectstorage::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'splobjectstorage::addall' => + array ( + 0 => 'int', + 'storage' => 'SplObjectStorage', + ), + 'splobjectstorage::attach' => + array ( + 0 => 'void', + 'object' => 'object', + 'info=' => 'mixed', + ), + 'splobjectstorage::contains' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'splobjectstorage::count' => + array ( + 0 => 'int', + 'mode=' => 'int', + ), + 'splobjectstorage::current' => + array ( + 0 => 'object', + ), + 'splobjectstorage::detach' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'splobjectstorage::gethash' => + array ( + 0 => 'string', + 'object' => 'object', + ), + 'splobjectstorage::getinfo' => + array ( + 0 => 'mixed', + ), + 'splobjectstorage::key' => + array ( + 0 => 'int', + ), + 'splobjectstorage::next' => + array ( + 0 => 'void', + ), + 'splobjectstorage::offsetexists' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'splobjectstorage::offsetget' => + array ( + 0 => 'mixed', + 'object' => 'object', + ), + 'splobjectstorage::offsetset' => + array ( + 0 => 'void', + 'object' => 'object', + 'info=' => 'mixed', + ), + 'splobjectstorage::offsetunset' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'splobjectstorage::removeall' => + array ( + 0 => 'int', + 'storage' => 'SplObjectStorage', + ), + 'splobjectstorage::removeallexcept' => + array ( + 0 => 'int', + 'storage' => 'SplObjectStorage', + ), + 'splobjectstorage::rewind' => + array ( + 0 => 'void', + ), + 'splobjectstorage::seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'splobjectstorage::serialize' => + array ( + 0 => 'string', + ), + 'splobjectstorage::setinfo' => + array ( + 0 => 'void', + 'info' => 'mixed', + ), + 'splobjectstorage::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'splobjectstorage::valid' => + array ( + 0 => 'bool', + ), + 'splpriorityqueue::__debuginfo' => + array ( + 0 => 'string', + ), + 'splpriorityqueue::compare' => + array ( + 0 => 'int', + 'priority1' => 'mixed', + 'priority2' => 'mixed', + ), + 'splpriorityqueue::count' => + array ( + 0 => 'int', + ), + 'splpriorityqueue::current' => + array ( + 0 => 'mixed', + ), + 'splpriorityqueue::extract' => + array ( + 0 => 'mixed', + ), + 'splpriorityqueue::getextractflags' => + array ( + 0 => 'int', + ), + 'splpriorityqueue::insert' => + array ( + 0 => 'true', + 'value' => 'mixed', + 'priority' => 'mixed', + ), + 'splpriorityqueue::iscorrupted' => + array ( + 0 => 'bool', + ), + 'splpriorityqueue::isempty' => + array ( + 0 => 'bool', + ), + 'splpriorityqueue::key' => + array ( + 0 => 'int', + ), + 'splpriorityqueue::next' => + array ( + 0 => 'void', + ), + 'splpriorityqueue::recoverfromcorruption' => + array ( + 0 => 'true', + ), + 'splpriorityqueue::rewind' => + array ( + 0 => 'void', + ), + 'splpriorityqueue::setextractflags' => + array ( + 0 => 'int', + 'flags' => 'int', + ), + 'splpriorityqueue::top' => + array ( + 0 => 'mixed', + ), + 'splpriorityqueue::valid' => + array ( + 0 => 'bool', + ), + 'splqueue::__debuginfo' => + array ( + 0 => 'string', + ), + 'splqueue::__serialize' => + array ( + 0 => 'string', + ), + 'splqueue::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'splqueue::add' => + array ( + 0 => 'string', + 'index' => 'int', + 'value' => 'mixed|null', + ), + 'splqueue::bottom' => + array ( + 0 => 'string', + ), + 'splqueue::count' => + array ( + 0 => 'string', + ), + 'splqueue::current' => + array ( + 0 => 'string', + ), + 'splqueue::dequeue' => + array ( + 0 => 'mixed', + ), + 'splqueue::enqueue' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'splqueue::getiteratormode' => + array ( + 0 => 'int', + ), + 'splqueue::isempty' => + array ( + 0 => 'bool', + ), + 'splqueue::key' => + array ( + 0 => 'int', + ), + 'splqueue::next' => + array ( + 0 => 'void', + ), + 'splqueue::offsetexists' => + array ( + 0 => 'bool', + 'index' => 'mixed', + ), + 'splqueue::offsetget' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'splqueue::offsetset' => + array ( + 0 => 'void', + 'index' => 'int|null', + 'value' => 'mixed', + ), + 'splqueue::offsetunset' => + array ( + 0 => 'void', + 'index' => 'mixed', + ), + 'splqueue::pop' => + array ( + 0 => 'mixed', + ), + 'splqueue::prev' => + array ( + 0 => 'void', + ), + 'splqueue::push' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'splqueue::rewind' => + array ( + 0 => 'void', + ), + 'splqueue::serialize' => + array ( + 0 => 'string', + ), + 'splqueue::setiteratormode' => + array ( + 0 => 'int', + 'mode' => 'int', + ), + 'splqueue::shift' => + array ( + 0 => 'mixed', + ), + 'splqueue::top' => + array ( + 0 => 'mixed', + ), + 'splqueue::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'splqueue::unshift' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'splqueue::valid' => + array ( + 0 => 'bool', + ), + 'splstack::__debuginfo' => + array ( + 0 => 'string', + ), + 'splstack::__serialize' => + array ( + 0 => 'string', + ), + 'splstack::__unserialize' => + array ( + 0 => 'string', + 'data' => 'array', + ), + 'splstack::add' => + array ( + 0 => 'void', + 'index' => 'int', + 'value' => 'mixed', + ), + 'splstack::bottom' => + array ( + 0 => 'mixed', + ), + 'splstack::count' => + array ( + 0 => 'int', + ), + 'splstack::current' => + array ( + 0 => 'mixed', + ), + 'splstack::getiteratormode' => + array ( + 0 => 'int', + ), + 'splstack::isempty' => + array ( + 0 => 'bool', + ), + 'splstack::key' => + array ( + 0 => 'int', + ), + 'splstack::next' => + array ( + 0 => 'void', + ), + 'splstack::offsetexists' => + array ( + 0 => 'bool', + 'index' => 'mixed', + ), + 'splstack::offsetget' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'splstack::offsetset' => + array ( + 0 => 'void', + 'index' => 'int|null', + 'value' => 'mixed', + ), + 'splstack::offsetunset' => + array ( + 0 => 'void', + 'index' => 'mixed', + ), + 'splstack::pop' => + array ( + 0 => 'mixed', + ), + 'splstack::prev' => + array ( + 0 => 'void', + ), + 'splstack::push' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'splstack::rewind' => + array ( + 0 => 'void', + ), + 'splstack::serialize' => + array ( + 0 => 'string', + ), + 'splstack::setiteratormode' => + array ( + 0 => 'int', + 'mode' => 'int', + ), + 'splstack::shift' => + array ( + 0 => 'mixed', + ), + 'splstack::top' => + array ( + 0 => 'mixed', + ), + 'splstack::unserialize' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'splstack::unshift' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'splstack::valid' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::__construct' => + array ( + 0 => 'void', + 'maxMemory=' => 'int', + ), + 'spltempfileobject::__debuginfo' => + array ( + 0 => 'string', + ), + 'spltempfileobject::__tostring' => + array ( + 0 => 'string', + ), + 'spltempfileobject::_bad_state_ex' => + array ( + 0 => 'string', + ), + 'spltempfileobject::current' => + array ( + 0 => 'array|false|string', + ), + 'spltempfileobject::eof' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::fflush' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::fgetc' => + array ( + 0 => 'false|string', + ), + 'spltempfileobject::fgetcsv' => + array ( + 0 => 'array{0?: null|string, ..., string>}|false', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + ), + 'spltempfileobject::fgets' => + array ( + 0 => 'string', + ), + 'spltempfileobject::flock' => + array ( + 0 => 'bool', + 'operation' => 'int', + '&w_wouldBlock=' => 'int', + ), + 'spltempfileobject::fpassthru' => + array ( + 0 => 'int', + ), + 'spltempfileobject::fputcsv' => + array ( + 0 => 'false|int', + 'fields' => 'array', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + 'eol=' => 'string', + ), + 'spltempfileobject::fread' => + array ( + 0 => 'false|string', + 'length' => 'int', + ), + 'spltempfileobject::fscanf' => + array ( + 0 => 'array|int|null', + 'format' => 'string', + '&...w_vars=' => 'float|int|string', + ), + 'spltempfileobject::fseek' => + array ( + 0 => 'int', + 'offset' => 'int', + 'whence=' => 'int', + ), + 'spltempfileobject::fstat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}', + ), + 'spltempfileobject::ftell' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::ftruncate' => + array ( + 0 => 'bool', + 'size' => 'int', + ), + 'spltempfileobject::fwrite' => + array ( + 0 => 'false|int', + 'data' => 'string', + 'length=' => 'int', + ), + 'spltempfileobject::getatime' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getbasename' => + array ( + 0 => 'string', + 'suffix=' => 'string', + ), + 'spltempfileobject::getchildren' => + array ( + 0 => 'null', + ), + 'spltempfileobject::getcsvcontrol' => + array ( + 0 => 'array', + ), + 'spltempfileobject::getctime' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getcurrentline' => + array ( + 0 => 'string', + ), + 'spltempfileobject::getextension' => + array ( + 0 => 'string', + ), + 'spltempfileobject::getfileinfo' => + array ( + 0 => 'SplFileInfo', + 'class=' => 'class-string|null', + ), + 'spltempfileobject::getfilename' => + array ( + 0 => 'string', + ), + 'spltempfileobject::getflags' => + array ( + 0 => 'int', + ), + 'spltempfileobject::getgroup' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getinode' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getlinktarget' => + array ( + 0 => 'false|string', + ), + 'spltempfileobject::getmaxlinelen' => + array ( + 0 => 'int', + ), + 'spltempfileobject::getmtime' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getowner' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getpath' => + array ( + 0 => 'string', + ), + 'spltempfileobject::getpathinfo' => + array ( + 0 => 'SplFileInfo|null', + 'class=' => 'class-string|null', + ), + 'spltempfileobject::getpathname' => + array ( + 0 => 'string', + ), + 'spltempfileobject::getperms' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::getrealpath' => + array ( + 0 => 'false|non-falsy-string', + ), + 'spltempfileobject::getsize' => + array ( + 0 => 'false|int', + ), + 'spltempfileobject::gettype' => + array ( + 0 => 'false|string', + ), + 'spltempfileobject::haschildren' => + array ( + 0 => 'false', + ), + 'spltempfileobject::isdir' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::isexecutable' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::isfile' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::islink' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::isreadable' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::iswritable' => + array ( + 0 => 'bool', + ), + 'spltempfileobject::key' => + array ( + 0 => 'int', + ), + 'spltempfileobject::next' => + array ( + 0 => 'void', + ), + 'spltempfileobject::openfile' => + array ( + 0 => 'SplTempFileObject', + 'mode=' => 'string', + 'useIncludePath=' => 'bool', + 'context=' => 'null|resource', + ), + 'spltempfileobject::rewind' => + array ( + 0 => 'void', + ), + 'spltempfileobject::seek' => + array ( + 0 => 'void', + 'line' => 'int', + ), + 'spltempfileobject::setcsvcontrol' => + array ( + 0 => 'void', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + ), + 'spltempfileobject::setfileclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'spltempfileobject::setflags' => + array ( + 0 => 'void', + 'flags' => 'int', + ), + 'spltempfileobject::setinfoclass' => + array ( + 0 => 'void', + 'class=' => 'class-string', + ), + 'spltempfileobject::setmaxlinelen' => + array ( + 0 => 'void', + 'maxLength' => 'int', + ), + 'spltempfileobject::valid' => + array ( + 0 => 'bool', + ), + 'spoofchecker::__construct' => + array ( + 0 => 'void', + ), + 'spoofchecker::areconfusable' => + array ( + 0 => 'bool', + 'string1' => 'string', + 'string2' => 'string', + '&w_errorCode=' => 'int', + ), + 'spoofchecker::issuspicious' => + array ( + 0 => 'bool', + 'string' => 'string', + '&w_errorCode=' => 'int', + ), + 'spoofchecker::setallowedchars' => + array ( + 0 => 'void', + 'pattern' => 'string', + 'patternOptions=' => 'int', + ), + 'spoofchecker::setallowedlocales' => + array ( + 0 => 'void', + 'locales' => 'string', + ), + 'spoofchecker::setchecks' => + array ( + 0 => 'void', + 'checks' => 'int', + ), + 'spoofchecker::setrestrictionlevel' => + array ( + 0 => 'void', + 'level' => 'int', + ), + 'sprintf' => + array ( + 0 => 'string', + 'format' => 'string', + '...values=' => 'float|int|string', + ), + 'sqlite3::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'flags=' => 'int', + 'encryptionKey=' => 'string', + ), + 'sqlite3::backup' => + array ( + 0 => 'string', + 'destination' => 'SQLite3', + 'sourceDatabase=' => 'string', + 'destinationDatabase=' => 'string', + ), + 'sqlite3::busytimeout' => + array ( + 0 => 'bool', + 'milliseconds' => 'int', + ), + 'sqlite3::changes' => + array ( + 0 => 'int', + ), + 'sqlite3::close' => + array ( + 0 => 'bool', + ), + 'sqlite3::createaggregate' => + array ( + 0 => 'bool', + 'name' => 'string', + 'stepCallback' => 'callable', + 'finalCallback' => 'callable', + 'argCount=' => 'int', + ), + 'sqlite3::createcollation' => + array ( + 0 => 'bool', + 'name' => 'string', + 'callback' => 'callable', + ), + 'sqlite3::createfunction' => + array ( + 0 => 'bool', + 'name' => 'string', + 'callback' => 'callable', + 'argCount=' => 'int', + 'flags=' => 'int', + ), + 'sqlite3::enableexceptions' => + array ( + 0 => 'bool', + 'enable=' => 'bool', + ), + 'sqlite3::enableextendedresultcodes' => + array ( + 0 => 'string', + 'enable=' => 'bool', + ), + 'sqlite3::escapestring' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'sqlite3::exec' => + array ( + 0 => 'bool', + 'query' => 'string', + ), + 'sqlite3::lasterrorcode' => + array ( + 0 => 'int', + ), + 'sqlite3::lasterrormsg' => + array ( + 0 => 'string', + ), + 'sqlite3::lastextendederrorcode' => + array ( + 0 => 'string', + ), + 'sqlite3::lastinsertrowid' => + array ( + 0 => 'int', + ), + 'sqlite3::loadextension' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'sqlite3::open' => + array ( + 0 => 'void', + 'filename' => 'string', + 'flags=' => 'int', + 'encryptionKey=' => 'string', + ), + 'sqlite3::openblob' => + array ( + 0 => 'false|resource', + 'table' => 'string', + 'column' => 'string', + 'rowid' => 'int', + 'database=' => 'string', + 'flags=' => 'int', + ), + 'sqlite3::prepare' => + array ( + 0 => 'SQLite3Stmt|false', + 'query' => 'string', + ), + 'sqlite3::query' => + array ( + 0 => 'SQLite3Result|false', + 'query' => 'string', + ), + 'sqlite3::querysingle' => + array ( + 0 => 'array|null|scalar', + 'query' => 'string', + 'entireRow=' => 'bool', + ), + 'sqlite3::setauthorizer' => + array ( + 0 => 'string', + 'callback' => 'callable|null', + ), + 'sqlite3::version' => + array ( + 0 => 'array', + ), + 'sqlite3exception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'sqlite3exception::__tostring' => + array ( + 0 => 'string', + ), + 'sqlite3exception::__wakeup' => + array ( + 0 => 'string', + ), + 'sqlite3exception::getcode' => + array ( + 0 => 'string', + ), + 'sqlite3exception::getfile' => + array ( + 0 => 'string', + ), + 'sqlite3exception::getline' => + array ( + 0 => 'int', + ), + 'sqlite3exception::getmessage' => + array ( + 0 => 'string', + ), + 'sqlite3exception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'sqlite3exception::gettrace' => + array ( + 0 => 'array', + ), + 'sqlite3exception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'sqlite3result::__construct' => + array ( + 0 => 'void', + ), + 'sqlite3result::columnname' => + array ( + 0 => 'string', + 'column' => 'int', + ), + 'sqlite3result::columntype' => + array ( + 0 => 'int', + 'column' => 'int', + ), + 'sqlite3result::fetcharray' => + array ( + 0 => 'array|false', + 'mode=' => 'int', + ), + 'sqlite3result::finalize' => + array ( + 0 => 'true', + ), + 'sqlite3result::numcolumns' => + array ( + 0 => 'int', + ), + 'sqlite3result::reset' => + array ( + 0 => 'bool', + ), + 'sqlite3stmt::__construct' => + array ( + 0 => 'void', + 'sqlite3' => 'sqlite3', + 'query' => 'string', + ), + 'sqlite3stmt::bindparam' => + array ( + 0 => 'bool', + 'param' => 'int|string', + '&rw_var' => 'mixed', + 'type=' => 'int', + ), + 'sqlite3stmt::bindvalue' => + array ( + 0 => 'bool', + 'param' => 'int|string', + 'value' => 'mixed', + 'type=' => 'int', + ), + 'sqlite3stmt::clear' => + array ( + 0 => 'bool', + ), + 'sqlite3stmt::close' => + array ( + 0 => 'true', + ), + 'sqlite3stmt::execute' => + array ( + 0 => 'SQLite3Result|false', + ), + 'sqlite3stmt::getsql' => + array ( + 0 => 'string', + 'expand=' => 'bool', + ), + 'sqlite3stmt::paramcount' => + array ( + 0 => 'int', + ), + 'sqlite3stmt::readonly' => + array ( + 0 => 'bool', + ), + 'sqlite3stmt::reset' => + array ( + 0 => 'bool', + ), + 'sqrt' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'srand' => + array ( + 0 => 'void', + 'seed=' => 'int|null', + 'mode=' => 'int', + ), + 'sscanf' => + array ( + 0 => 'int|list|null', + 'string' => 'string', + 'format' => 'string', + '&...w_vars=' => 'float|int|null|string', + ), + 'stat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}|false', + 'filename' => 'string', + ), + 'str_contains' => + array ( + 0 => 'bool', + 'haystack' => 'string', + 'needle' => 'string', + ), + 'str_decrement' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'str_ends_with' => + array ( + 0 => 'bool', + 'haystack' => 'string', + 'needle' => 'string', + ), + 'str_getcsv' => + array ( + 0 => 'non-empty-list', + 'string' => 'string', + 'separator=' => 'string', + 'enclosure=' => 'string', + 'escape=' => 'string', + ), + 'str_increment' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'str_ireplace' => + array ( + 0 => 'string', + 'search' => 'string', + 'replace' => 'string', + 'subject' => 'string', + '&w_count=' => 'int', + ), + 'str_pad' => + array ( + 0 => 'string', + 'string' => 'string', + 'length' => 'int', + 'pad_string=' => 'string', + 'pad_type=' => 'int', + ), + 'str_repeat' => + array ( + 0 => 'string', + 'string' => 'string', + 'times' => 'int', + ), + 'str_replace' => + array ( + 0 => 'string', + 'search' => 'string', + 'replace' => 'string', + 'subject' => 'string', + '&w_count=' => 'int', + ), + 'str_rot13' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'str_shuffle' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'str_split' => + array ( + 0 => 'list', + 'string' => 'string', + 'length=' => 'int<1, max>', + ), + 'str_starts_with' => + array ( + 0 => 'bool', + 'haystack' => 'string', + 'needle' => 'string', + ), + 'str_word_count' => + array ( + 0 => 'array|int', + 'string' => 'string', + 'format=' => 'int', + 'characters=' => 'null|string', + ), + 'strcasecmp' => + array ( + 0 => 'int<-1, 1>', + 'string1' => 'string', + 'string2' => 'string', + ), + 'strchr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + ), + 'strcmp' => + array ( + 0 => 'int<-1, 1>', + 'string1' => 'string', + 'string2' => 'string', + ), + 'strcoll' => + array ( + 0 => 'int', + 'string1' => 'string', + 'string2' => 'string', + ), + 'strcspn' => + array ( + 0 => 'int', + 'string' => 'string', + 'characters' => 'string', + 'offset=' => 'int', + 'length=' => 'int|null', + ), + 'stream_bucket_append' => + array ( + 0 => 'void', + 'brigade' => 'resource', + 'bucket' => 'StreamBucket', + ), + 'stream_bucket_make_writeable' => + array ( + 0 => 'StreamBucket|null', + 'brigade' => 'resource', + ), + 'stream_bucket_new' => + array ( + 0 => 'StreamBucket', + 'stream' => 'resource', + 'buffer' => 'string', + ), + 'stream_bucket_prepend' => + array ( + 0 => 'void', + 'brigade' => 'resource', + 'bucket' => 'StreamBucket', + ), + 'stream_context_create' => + array ( + 0 => 'resource', + 'options=' => 'array|null', + 'params=' => 'array|null', + ), + 'stream_context_get_default' => + array ( + 0 => 'resource', + 'options=' => 'array|null', + ), + 'stream_context_get_options' => + array ( + 0 => 'array', + 'stream_or_context' => 'resource', + ), + 'stream_context_get_params' => + array ( + 0 => 'array{notification: string, options: array}', + 'context' => 'resource', + ), + 'stream_context_set_default' => + array ( + 0 => 'resource', + 'options' => 'array', + ), + 'stream_context_set_option' => + array ( + 0 => 'true', + 'context' => 'mixed', + 'wrapper_or_options' => 'string', + 'option_name' => 'null|string', + 'value' => 'mixed', + ), + 'stream_context_set_options' => + array ( + 0 => 'true', + 'context' => 'string', + 'options' => 'array', + ), + 'stream_context_set_params' => + array ( + 0 => 'true', + 'context' => 'resource', + 'params' => 'array', + ), + 'stream_copy_to_stream' => + array ( + 0 => 'false|int', + 'from' => 'resource', + 'to' => 'resource', + 'length=' => 'int|null', + 'offset=' => 'int', + ), + 'stream_filter_append' => + array ( + 0 => 'false|resource', + 'stream' => 'resource', + 'filter_name' => 'string', + 'mode=' => 'int', + 'params=' => 'mixed', + ), + 'stream_filter_prepend' => + array ( + 0 => 'false|resource', + 'stream' => 'resource', + 'filter_name' => 'string', + 'mode=' => 'int', + 'params=' => 'mixed', + ), + 'stream_filter_register' => + array ( + 0 => 'bool', + 'filter_name' => 'string', + 'class' => 'string', + ), + 'stream_filter_remove' => + array ( + 0 => 'bool', + 'stream_filter' => 'resource', + ), + 'stream_get_contents' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + 'length=' => 'int|null', + 'offset=' => 'int', + ), + 'stream_get_filters' => + array ( + 0 => 'array', + ), + 'stream_get_line' => + array ( + 0 => 'false|string', + 'stream' => 'resource', + 'length' => 'int', + 'ending=' => 'string', + ), + 'stream_get_meta_data' => + array ( + 0 => 'array{blocked: bool, crypto?: array{cipher_bits: int, cipher_name: string, cipher_version: string, protocol: string}, eof: bool, mediatype: string, mode: string, seekable: bool, stream_type: string, timed_out: bool, unread_bytes: int, uri: string, wrapper_data: mixed, wrapper_type: string}', + 'stream' => 'resource', + ), + 'stream_get_transports' => + array ( + 0 => 'list', + ), + 'stream_get_wrappers' => + array ( + 0 => 'list', + ), + 'stream_is_local' => + array ( + 0 => 'bool', + 'stream' => 'resource|string', + ), + 'stream_isatty' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'stream_register_wrapper' => + array ( + 0 => 'bool', + 'protocol' => 'string', + 'class' => 'string', + 'flags=' => 'int', + ), + 'stream_resolve_include_path' => + array ( + 0 => 'false|string', + 'filename' => 'string', + ), + 'stream_select' => + array ( + 0 => 'false|int', + '&rw_read' => 'array|null', + '&rw_write' => 'array|null', + '&rw_except' => 'array|null', + 'seconds' => 'int|null', + 'microseconds=' => 'int|null', + ), + 'stream_set_blocking' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'enable' => 'bool', + ), + 'stream_set_chunk_size' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'size' => 'int', + ), + 'stream_set_read_buffer' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'size' => 'int', + ), + 'stream_set_timeout' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'seconds' => 'int', + 'microseconds=' => 'int', + ), + 'stream_set_write_buffer' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'size' => 'int', + ), + 'stream_socket_accept' => + array ( + 0 => 'false|resource', + 'socket' => 'resource', + 'timeout=' => 'float|null', + '&w_peer_name=' => 'string', + ), + 'stream_socket_client' => + array ( + 0 => 'false|resource', + 'address' => 'string', + '&w_error_code=' => 'int', + '&w_error_message=' => 'string', + 'timeout=' => 'float|null', + 'flags=' => 'int', + 'context=' => 'null|resource', + ), + 'stream_socket_enable_crypto' => + array ( + 0 => 'bool|int', + 'stream' => 'resource', + 'enable' => 'bool', + 'crypto_method=' => 'int|null', + 'session_stream=' => 'null|resource', + ), + 'stream_socket_get_name' => + array ( + 0 => 'false|string', + 'socket' => 'resource', + 'remote' => 'bool', + ), + 'stream_socket_pair' => + array ( + 0 => 'array|false', + 'domain' => 'int', + 'type' => 'int', + 'protocol' => 'int', + ), + 'stream_socket_recvfrom' => + array ( + 0 => 'false|string', + 'socket' => 'resource', + 'length' => 'int', + 'flags=' => 'int', + '&w_address=' => 'string', + ), + 'stream_socket_sendto' => + array ( + 0 => 'false|int', + 'socket' => 'resource', + 'data' => 'string', + 'flags=' => 'int', + 'address=' => 'string', + ), + 'stream_socket_server' => + array ( + 0 => 'false|resource', + 'address' => 'string', + '&w_error_code=' => 'int', + '&w_error_message=' => 'string', + 'flags=' => 'int', + 'context=' => 'resource', + ), + 'stream_socket_shutdown' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'mode' => 'int', + ), + 'stream_supports_lock' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'stream_wrapper_register' => + array ( + 0 => 'bool', + 'protocol' => 'string', + 'class' => 'string', + 'flags=' => 'int', + ), + 'stream_wrapper_restore' => + array ( + 0 => 'bool', + 'protocol' => 'string', + ), + 'stream_wrapper_unregister' => + array ( + 0 => 'bool', + 'protocol' => 'string', + ), + 'strftime' => + array ( + 0 => 'false|string', + 'format' => 'string', + 'timestamp=' => 'int|null', + ), + 'strip_tags' => + array ( + 0 => 'string', + 'string' => 'string', + 'allowed_tags=' => 'list|null|string', + ), + 'stripcslashes' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'stripos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'stripslashes' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'stristr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + ), + 'strlen' => + array ( + 0 => 'int<0, max>', + 'string' => 'string', + ), + 'strnatcasecmp' => + array ( + 0 => 'int<-1, 1>', + 'string1' => 'string', + 'string2' => 'string', + ), + 'strnatcmp' => + array ( + 0 => 'int<-1, 1>', + 'string1' => 'string', + 'string2' => 'string', + ), + 'strncasecmp' => + array ( + 0 => 'int<-1, 1>', + 'string1' => 'string', + 'string2' => 'string', + 'length' => 'int<0, max>', + ), + 'strncmp' => + array ( + 0 => 'int<-1, 1>', + 'string1' => 'string', + 'string2' => 'string', + 'length' => 'int<0, max>', + ), + 'strpbrk' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'characters' => 'string', + ), + 'strpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'strptime' => + array ( + 0 => 'array|false', + 'timestamp' => 'string', + 'format' => 'string', + ), + 'strrchr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + ), + 'strrev' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'strripos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'strrpos' => + array ( + 0 => 'false|int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + ), + 'strspn' => + array ( + 0 => 'int', + 'string' => 'string', + 'characters' => 'string', + 'offset=' => 'int', + 'length=' => 'int|null', + ), + 'strstr' => + array ( + 0 => 'false|string', + 'haystack' => 'string', + 'needle' => 'string', + 'before_needle=' => 'bool', + ), + 'strtok' => + array ( + 0 => 'false|non-empty-string', + 'string' => 'string', + 'token' => 'null|string', + ), + 'strtolower' => + array ( + 0 => 'lowercase-string', + 'string' => 'string', + ), + 'strtotime' => + array ( + 0 => 'false|int', + 'datetime' => 'string', + 'baseTimestamp=' => 'int|null', + ), + 'strtoupper' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'strtr' => + array ( + 0 => 'string', + 'string' => 'string', + 'from' => 'string', + 'to' => 'null|string', + ), + 'strval' => + array ( + 0 => 'string', + 'value' => 'mixed', + ), + 'substr' => + array ( + 0 => 'string', + 'string' => 'string', + 'offset' => 'int', + 'length=' => 'int|null', + ), + 'substr_compare' => + array ( + 0 => 'int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset' => 'int', + 'length=' => 'int|null', + 'case_insensitive=' => 'bool', + ), + 'substr_count' => + array ( + 0 => 'int', + 'haystack' => 'string', + 'needle' => 'string', + 'offset=' => 'int', + 'length=' => 'int|null', + ), + 'substr_replace' => + array ( + 0 => 'string', + 'string' => 'string', + 'replace' => 'array|string', + 'offset' => 'array|int', + 'length=' => 'array|int|null', + ), + 'symlink' => + array ( + 0 => 'bool', + 'target' => 'string', + 'link' => 'string', + ), + 'sys_get_temp_dir' => + array ( + 0 => 'string', + ), + 'sys_getloadavg' => + array ( + 0 => 'array|false', + ), + 'syslog' => + array ( + 0 => 'true', + 'priority' => 'int', + 'message' => 'string', + ), + 'system' => + array ( + 0 => 'false|string', + 'command' => 'string', + '&w_result_code=' => 'int', + ), + 'tan' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'tanh' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'tempnam' => + array ( + 0 => 'false|string', + 'directory' => 'string', + 'prefix' => 'string', + ), + 'time' => + array ( + 0 => 'int<1, max>', + ), + 'time_nanosleep' => + array ( + 0 => 'array{0: int<0, max>, 1: int<0, max>}|bool', + 'seconds' => 'int<1, max>', + 'nanoseconds' => 'int<1, max>', + ), + 'time_sleep_until' => + array ( + 0 => 'bool', + 'timestamp' => 'float', + ), + 'timezone_abbreviations_list' => + array ( + 0 => 'array>', + ), + 'timezone_identifiers_list' => + array ( + 0 => 'list', + 'timezoneGroup=' => 'int', + 'countryCode=' => 'null|string', + ), + 'timezone_location_get' => + array ( + 0 => 'array|false', + 'object' => 'DateTimeZone', + ), + 'timezone_name_from_abbr' => + array ( + 0 => 'false|string', + 'abbr' => 'string', + 'utcOffset=' => 'int', + 'isDST=' => 'int', + ), + 'timezone_name_get' => + array ( + 0 => 'string', + 'object' => 'DateTimeZone', + ), + 'timezone_offset_get' => + array ( + 0 => 'int', + 'object' => 'DateTimeZone', + 'datetime' => 'DateTimeInterface', + ), + 'timezone_open' => + array ( + 0 => 'DateTimeZone|false', + 'timezone' => 'string', + ), + 'timezone_transitions_get' => + array ( + 0 => 'false|list', + 'object' => 'DateTimeZone', + 'timestampBegin=' => 'int', + 'timestampEnd=' => 'int', + ), + 'timezone_version_get' => + array ( + 0 => 'string', + ), + 'tmpfile' => + array ( + 0 => 'false|resource', + ), + 'token_get_all' => + array ( + 0 => 'list', + 'code' => 'string', + 'flags=' => 'int', + ), + 'token_name' => + array ( + 0 => 'string', + 'id' => 'int', + ), + 'touch' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'mtime=' => 'int|null', + 'atime=' => 'int|null', + ), + 'trait_exists' => + array ( + 0 => 'bool', + 'trait' => 'string', + 'autoload=' => 'bool', + ), + 'transliterator::__construct' => + array ( + 0 => 'string', + ), + 'transliterator::create' => + array ( + 0 => 'Transliterator|null', + 'id' => 'string', + 'direction=' => 'int', + ), + 'transliterator::createfromrules' => + array ( + 0 => 'Transliterator|null', + 'rules' => 'string', + 'direction=' => 'int', + ), + 'transliterator::createinverse' => + array ( + 0 => 'Transliterator|null', + ), + 'transliterator::geterrorcode' => + array ( + 0 => 'int', + ), + 'transliterator::geterrormessage' => + array ( + 0 => 'string', + ), + 'transliterator::listids' => + array ( + 0 => 'array', + ), + 'transliterator::transliterate' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'start=' => 'int', + 'end=' => 'int', + ), + 'transliterator_create' => + array ( + 0 => 'Transliterator|null', + 'id' => 'string', + 'direction=' => 'int', + ), + 'transliterator_create_from_rules' => + array ( + 0 => 'Transliterator|null', + 'rules' => 'string', + 'direction=' => 'int', + ), + 'transliterator_create_inverse' => + array ( + 0 => 'Transliterator|null', + 'transliterator' => 'Transliterator', + ), + 'transliterator_get_error_code' => + array ( + 0 => 'int', + 'transliterator' => 'Transliterator', + ), + 'transliterator_get_error_message' => + array ( + 0 => 'string', + 'transliterator' => 'Transliterator', + ), + 'transliterator_list_ids' => + array ( + 0 => 'array', + ), + 'transliterator_transliterate' => + array ( + 0 => 'false|string', + 'transliterator' => 'Transliterator|string', + 'string' => 'string', + 'start=' => 'int', + 'end=' => 'int', + ), + 'trigger_error' => + array ( + 0 => 'true', + 'message' => 'string', + 'error_level=' => '256|512|1024|16384', + ), + 'trim' => + array ( + 0 => 'string', + 'string' => 'string', + 'characters=' => 'string', + ), + 'typeerror::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'typeerror::__tostring' => + array ( + 0 => 'string', + ), + 'typeerror::__wakeup' => + array ( + 0 => 'string', + ), + 'typeerror::getcode' => + array ( + 0 => 'int', + ), + 'typeerror::getfile' => + array ( + 0 => 'string', + ), + 'typeerror::getline' => + array ( + 0 => 'int', + ), + 'typeerror::getmessage' => + array ( + 0 => 'string', + ), + 'typeerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'typeerror::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'typeerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'uasort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'callback' => 'callable(mixed, mixed):int', + ), + 'ucfirst' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'uconverter::__construct' => + array ( + 0 => 'void', + 'destination_encoding=' => 'null|string', + 'source_encoding=' => 'null|string', + ), + 'uconverter::convert' => + array ( + 0 => 'string', + 'str' => 'string', + 'reverse=' => 'bool', + ), + 'uconverter::fromucallback' => + array ( + 0 => 'array|int|null|string', + 'reason' => 'int', + 'source' => 'array', + 'codePoint' => 'int', + '&w_error' => 'int', + ), + 'uconverter::getaliases' => + array ( + 0 => 'array|false|null', + 'name' => 'string', + ), + 'uconverter::getavailable' => + array ( + 0 => 'array', + ), + 'uconverter::getdestinationencoding' => + array ( + 0 => 'false|null|string', + ), + 'uconverter::getdestinationtype' => + array ( + 0 => 'false|int|null', + ), + 'uconverter::geterrorcode' => + array ( + 0 => 'int', + ), + 'uconverter::geterrormessage' => + array ( + 0 => 'null|string', + ), + 'uconverter::getsourceencoding' => + array ( + 0 => 'false|null|string', + ), + 'uconverter::getsourcetype' => + array ( + 0 => 'false|int|null', + ), + 'uconverter::getstandards' => + array ( + 0 => 'array|null', + ), + 'uconverter::getsubstchars' => + array ( + 0 => 'false|null|string', + ), + 'uconverter::reasontext' => + array ( + 0 => 'string', + 'reason' => 'int', + ), + 'uconverter::setdestinationencoding' => + array ( + 0 => 'bool', + 'encoding' => 'string', + ), + 'uconverter::setsourceencoding' => + array ( + 0 => 'bool', + 'encoding' => 'string', + ), + 'uconverter::setsubstchars' => + array ( + 0 => 'bool', + 'chars' => 'string', + ), + 'uconverter::toucallback' => + array ( + 0 => 'array|int|null|string', + 'reason' => 'int', + 'source' => 'string', + 'codeUnits' => 'string', + '&w_error' => 'int', + ), + 'uconverter::transcode' => + array ( + 0 => 'string', + 'str' => 'string', + 'toEncoding' => 'string', + 'fromEncoding' => 'string', + 'options=' => 'array|null', + ), + 'ucwords' => + array ( + 0 => 'string', + 'string' => 'string', + 'separators=' => 'string', + ), + 'uksort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'callback' => 'callable(mixed, mixed):int', + ), + 'umask' => + array ( + 0 => 'int', + 'mask=' => 'int|null', + ), + 'underflowexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'underflowexception::__tostring' => + array ( + 0 => 'string', + ), + 'underflowexception::__wakeup' => + array ( + 0 => 'string', + ), + 'underflowexception::getcode' => + array ( + 0 => 'int', + ), + 'underflowexception::getfile' => + array ( + 0 => 'string', + ), + 'underflowexception::getline' => + array ( + 0 => 'int', + ), + 'underflowexception::getmessage' => + array ( + 0 => 'string', + ), + 'underflowexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'underflowexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'underflowexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'unexpectedvalueexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'unexpectedvalueexception::__tostring' => + array ( + 0 => 'string', + ), + 'unexpectedvalueexception::__wakeup' => + array ( + 0 => 'string', + ), + 'unexpectedvalueexception::getcode' => + array ( + 0 => 'int', + ), + 'unexpectedvalueexception::getfile' => + array ( + 0 => 'string', + ), + 'unexpectedvalueexception::getline' => + array ( + 0 => 'int', + ), + 'unexpectedvalueexception::getmessage' => + array ( + 0 => 'string', + ), + 'unexpectedvalueexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'unexpectedvalueexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'unexpectedvalueexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'unhandledmatcherror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'unhandledmatcherror::__tostring' => + array ( + 0 => 'string', + ), + 'unhandledmatcherror::__wakeup' => + array ( + 0 => 'string', + ), + 'unhandledmatcherror::getcode' => + array ( + 0 => 'string', + ), + 'unhandledmatcherror::getfile' => + array ( + 0 => 'string', + ), + 'unhandledmatcherror::getline' => + array ( + 0 => 'int', + ), + 'unhandledmatcherror::getmessage' => + array ( + 0 => 'string', + ), + 'unhandledmatcherror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'unhandledmatcherror::gettrace' => + array ( + 0 => 'array', + ), + 'unhandledmatcherror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'uniqid' => + array ( + 0 => 'non-empty-string', + 'prefix=' => 'string', + 'more_entropy=' => 'bool', + ), + 'unlink' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'context=' => 'resource', + ), + 'unpack' => + array ( + 0 => 'array|false', + 'format' => 'string', + 'string' => 'string', + 'offset=' => 'int', + ), + 'unregister_tick_function' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'unserialize' => + array ( + 0 => 'mixed', + 'data' => 'string', + 'options=' => 'array{allowed_classes?: array|bool}', + ), + 'urldecode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'urlencode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'user_error' => + array ( + 0 => 'true', + 'message' => 'string', + 'error_level=' => 'int', + ), + 'usleep' => + array ( + 0 => 'void', + 'microseconds' => 'int<0, max>', + ), + 'usort' => + array ( + 0 => 'true', + '&rw_array' => 'array', + 'callback' => 'callable(mixed, mixed):int', + ), + 'utf8_decode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'utf8_encode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'uv_accept' => + array ( + 0 => 'string', + 'server' => 'string', + 'client' => 'string', + ), + 'uv_async_init' => + array ( + 0 => 'string', + 'loop' => 'string', + 'callback' => 'string', + ), + 'uv_async_send' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_chdir' => + array ( + 0 => 'string', + 'dir' => 'string', + ), + 'uv_check_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_check_start' => + array ( + 0 => 'string', + 'handle' => 'string', + 'callback' => 'string', + ), + 'uv_check_stop' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_close' => + array ( + 0 => 'string', + 'stream' => 'string', + 'callback=' => 'string', + ), + 'uv_cpu_info' => + array ( + 0 => 'string', + ), + 'uv_cwd' => + array ( + 0 => 'string', + ), + 'uv_default_loop' => + array ( + 0 => 'string', + ), + 'uv_err_name' => + array ( + 0 => 'string', + 'error' => 'string', + ), + 'uv_exepath' => + array ( + 0 => 'string', + ), + 'uv_fs_chmod' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'mode' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_chown' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'uid' => 'string', + 'gid' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_close' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_event_init' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'callback' => 'string', + 'flags=' => 'string', + ), + 'uv_fs_fchmod' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'mode' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_fchown' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'uid' => 'string', + 'gid' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_fdatasync' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_fstat' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_fsync' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_ftruncate' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'offset' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_futime' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'utime' => 'string', + 'atime' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_link' => + array ( + 0 => 'string', + 'loop' => 'string', + 'from' => 'string', + 'to' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_lstat' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_mkdir' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'mode' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_open' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'flag' => 'string', + 'mode' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_poll_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_fs_poll_start' => + array ( + 0 => 'string', + 'handle' => 'string', + 'callback' => 'string', + 'path' => 'string', + 'interval' => 'string', + ), + 'uv_fs_poll_stop' => + array ( + 0 => 'string', + 'loop' => 'string', + ), + 'uv_fs_read' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'offset=' => 'string', + 'size=' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_readdir' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'flags' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_readlink' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_rename' => + array ( + 0 => 'string', + 'loop' => 'string', + 'from' => 'string', + 'to' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_rmdir' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_scandir' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'flags' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_sendfile' => + array ( + 0 => 'string', + 'loop' => 'string', + 'in' => 'string', + 'out' => 'string', + 'offset' => 'string', + 'length' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_stat' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_symlink' => + array ( + 0 => 'string', + 'loop' => 'string', + 'from' => 'string', + 'to' => 'string', + 'callback' => 'string', + 'flags=' => 'string', + ), + 'uv_fs_unlink' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_utime' => + array ( + 0 => 'string', + 'loop' => 'string', + 'path' => 'string', + 'utime' => 'string', + 'atime' => 'string', + 'callback=' => 'string', + ), + 'uv_fs_write' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'buffer' => 'string', + 'offset' => 'string', + 'callback=' => 'string', + ), + 'uv_get_free_memory' => + array ( + 0 => 'string', + ), + 'uv_get_total_memory' => + array ( + 0 => 'string', + ), + 'uv_getaddrinfo' => + array ( + 0 => 'string', + 'loop' => 'string', + 'callback' => 'string', + 'node' => 'string', + 'service' => 'string', + 'hints=' => 'string', + ), + 'uv_guess_handle' => + array ( + 0 => 'string', + 'fd' => 'string', + ), + 'uv_hrtime' => + array ( + 0 => 'string', + ), + 'uv_idle_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_idle_start' => + array ( + 0 => 'string', + 'timer' => 'string', + 'callback' => 'string', + ), + 'uv_idle_stop' => + array ( + 0 => 'string', + 'idle' => 'string', + ), + 'uv_interface_addresses' => + array ( + 0 => 'string', + ), + 'uv_ip4_addr' => + array ( + 0 => 'string', + 'address' => 'string', + 'port' => 'string', + ), + 'uv_ip4_name' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_ip6_addr' => + array ( + 0 => 'string', + 'address' => 'string', + 'port' => 'string', + ), + 'uv_ip6_name' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_is_active' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_is_closing' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_is_readable' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_is_writable' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_kill' => + array ( + 0 => 'string', + 'pid' => 'string', + 'signal' => 'string', + ), + 'uv_listen' => + array ( + 0 => 'string', + 'resource' => 'string', + 'backlog' => 'string', + 'callback' => 'string', + ), + 'uv_loadavg' => + array ( + 0 => 'string', + ), + 'uv_loop_delete' => + array ( + 0 => 'string', + 'loop' => 'string', + ), + 'uv_loop_new' => + array ( + 0 => 'string', + ), + 'uv_mutex_init' => + array ( + 0 => 'string', + ), + 'uv_mutex_lock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_mutex_trylock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_mutex_unlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_now' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_pipe_bind' => + array ( + 0 => 'string', + 'handle' => 'string', + 'name' => 'string', + ), + 'uv_pipe_connect' => + array ( + 0 => 'string', + 'handle' => 'string', + 'name' => 'string', + 'callback' => 'string', + ), + 'uv_pipe_init' => + array ( + 0 => 'string', + 'file=' => 'string', + 'ipc=' => 'string', + ), + 'uv_pipe_open' => + array ( + 0 => 'string', + 'file' => 'string', + 'pipe' => 'string', + ), + 'uv_pipe_pending_count' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_pipe_pending_instances' => + array ( + 0 => 'string', + 'handle' => 'string', + 'count' => 'string', + ), + 'uv_pipe_pending_type' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_poll_init' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + ), + 'uv_poll_init_socket' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + ), + 'uv_poll_start' => + array ( + 0 => 'string', + 'handle' => 'string', + 'events' => 'string', + 'callback' => 'string', + ), + 'uv_poll_stop' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_prepare_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_prepare_start' => + array ( + 0 => 'string', + 'handle' => 'string', + 'callback' => 'string', + ), + 'uv_prepare_stop' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_process_get_pid' => + array ( + 0 => 'string', + 'process' => 'string', + ), + 'uv_process_kill' => + array ( + 0 => 'string', + 'process' => 'string', + 'signal' => 'string', + ), + 'uv_read_start' => + array ( + 0 => 'string', + 'server' => 'string', + 'callback' => 'string', + ), + 'uv_read_stop' => + array ( + 0 => 'string', + 'server' => 'string', + ), + 'uv_ref' => + array ( + 0 => 'string', + 'loop' => 'string', + ), + 'uv_resident_set_memory' => + array ( + 0 => 'string', + ), + 'uv_run' => + array ( + 0 => 'string', + 'loop=' => 'string', + 'run_mode=' => 'string', + ), + 'uv_rwlock_init' => + array ( + 0 => 'string', + ), + 'uv_rwlock_rdlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_rwlock_rdunlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_rwlock_tryrdlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_rwlock_trywrlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_rwlock_wrlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_rwlock_wrunlock' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_sem_init' => + array ( + 0 => 'string', + 'val' => 'string', + ), + 'uv_sem_post' => + array ( + 0 => 'string', + 'resource' => 'string', + ), + 'uv_sem_trywait' => + array ( + 0 => 'string', + 'resource' => 'string', + ), + 'uv_sem_wait' => + array ( + 0 => 'string', + 'resource' => 'string', + ), + 'uv_shutdown' => + array ( + 0 => 'string', + 'stream' => 'string', + 'callback' => 'string', + ), + 'uv_signal_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_signal_start' => + array ( + 0 => 'string', + 'sig_handle' => 'string', + 'sig_callback' => 'string', + 'sig_num' => 'string', + ), + 'uv_signal_stop' => + array ( + 0 => 'string', + 'sig_handle' => 'string', + ), + 'uv_spawn' => + array ( + 0 => 'string', + 'loop' => 'string', + 'command' => 'string', + 'args' => 'string', + 'stdio' => 'string', + 'cwd' => 'string', + 'env' => 'string', + 'callback' => 'string', + 'flags=' => 'string', + 'options=' => 'string', + ), + 'uv_stdio_new' => + array ( + 0 => 'string', + ), + 'uv_stop' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_strerror' => + array ( + 0 => 'string', + 'error' => 'string', + ), + 'uv_tcp_bind' => + array ( + 0 => 'string', + 'resource' => 'string', + 'address' => 'string', + ), + 'uv_tcp_bind6' => + array ( + 0 => 'string', + 'resource' => 'string', + 'address' => 'string', + ), + 'uv_tcp_connect' => + array ( + 0 => 'string', + 'resource' => 'string', + 'sock_addr' => 'string', + 'callback=' => 'string', + ), + 'uv_tcp_connect6' => + array ( + 0 => 'string', + 'resource' => 'string', + 'ipv6_addr' => 'string', + 'callback=' => 'string', + ), + 'uv_tcp_getpeername' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_tcp_getsockname' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_tcp_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_tcp_nodelay' => + array ( + 0 => 'string', + 'tcp' => 'string', + 'enabled' => 'string', + ), + 'uv_tcp_open' => + array ( + 0 => 'string', + 'resource' => 'string', + 'tcpfd' => 'string', + ), + 'uv_tcp_simultaneous_accepts' => + array ( + 0 => 'string', + 'handle' => 'string', + 'enable' => 'string', + ), + 'uv_timer_again' => + array ( + 0 => 'string', + 'timer' => 'string', + ), + 'uv_timer_get_repeat' => + array ( + 0 => 'string', + 'timer' => 'string', + ), + 'uv_timer_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_timer_set_repeat' => + array ( + 0 => 'string', + 'timer' => 'string', + 'timeout' => 'string', + ), + 'uv_timer_start' => + array ( + 0 => 'string', + 'timer' => 'string', + 'timeout' => 'string', + 'repeat' => 'string', + 'callback=' => 'string', + ), + 'uv_timer_stop' => + array ( + 0 => 'string', + 'timer' => 'string', + ), + 'uv_tty_get_winsize' => + array ( + 0 => 'string', + 'tty' => 'string', + '&width' => 'string', + '&height' => 'string', + ), + 'uv_tty_init' => + array ( + 0 => 'string', + 'loop' => 'string', + 'fd' => 'string', + 'readable' => 'string', + ), + 'uv_tty_reset_mode' => + array ( + 0 => 'string', + ), + 'uv_tty_set_mode' => + array ( + 0 => 'string', + ), + 'uv_udp_bind' => + array ( + 0 => 'string', + 'resource' => 'string', + 'address' => 'string', + 'flags=' => 'string', + ), + 'uv_udp_bind6' => + array ( + 0 => 'string', + 'resource' => 'string', + 'address' => 'string', + 'flags=' => 'string', + ), + 'uv_udp_getsockname' => + array ( + 0 => 'string', + 'handle' => 'string', + ), + 'uv_udp_init' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_udp_open' => + array ( + 0 => 'string', + 'resource' => 'string', + 'udpfd' => 'string', + ), + 'uv_udp_recv_start' => + array ( + 0 => 'string', + 'server' => 'string', + 'callback' => 'string', + ), + 'uv_udp_recv_stop' => + array ( + 0 => 'string', + 'server' => 'string', + ), + 'uv_udp_send' => + array ( + 0 => 'string', + 'server' => 'string', + 'buffer' => 'string', + 'address' => 'string', + 'callback=' => 'string', + ), + 'uv_udp_send6' => + array ( + 0 => 'string', + 'server' => 'string', + 'buffer' => 'string', + 'address' => 'string', + 'callback=' => 'string', + ), + 'uv_udp_set_broadcast' => + array ( + 0 => 'string', + 'server' => 'string', + 'enabled' => 'string', + ), + 'uv_udp_set_membership' => + array ( + 0 => 'string', + 'client' => 'string', + 'multicast_addr' => 'string', + 'interface_addr' => 'string', + 'membership' => 'string', + ), + 'uv_udp_set_multicast_loop' => + array ( + 0 => 'string', + 'server' => 'string', + 'enabled' => 'string', + ), + 'uv_udp_set_multicast_ttl' => + array ( + 0 => 'string', + 'server' => 'string', + 'ttl' => 'string', + ), + 'uv_unref' => + array ( + 0 => 'string', + 'loop' => 'string', + ), + 'uv_update_time' => + array ( + 0 => 'string', + 'loop=' => 'string', + ), + 'uv_uptime' => + array ( + 0 => 'string', + ), + 'uv_walk' => + array ( + 0 => 'string', + 'loop' => 'string', + 'callback' => 'string', + 'opaque=' => 'string', + ), + 'uv_write' => + array ( + 0 => 'string', + 'client' => 'string', + 'data' => 'string', + 'callback' => 'string', + ), + 'uv_write2' => + array ( + 0 => 'string', + 'client' => 'string', + 'data' => 'string', + 'send' => 'string', + 'callback' => 'string', + ), + 'valueerror::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'valueerror::__tostring' => + array ( + 0 => 'string', + ), + 'valueerror::__wakeup' => + array ( + 0 => 'string', + ), + 'valueerror::getcode' => + array ( + 0 => 'string', + ), + 'valueerror::getfile' => + array ( + 0 => 'string', + ), + 'valueerror::getline' => + array ( + 0 => 'int', + ), + 'valueerror::getmessage' => + array ( + 0 => 'string', + ), + 'valueerror::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'valueerror::gettrace' => + array ( + 0 => 'array', + ), + 'valueerror::gettraceasstring' => + array ( + 0 => 'string', + ), + 'var_dump' => + array ( + 0 => 'void', + 'value' => 'mixed', + '...values=' => 'mixed', + ), + 'var_export' => + array ( + 0 => 'null|string', + 'value' => 'mixed', + 'return=' => 'bool', + ), + 'version_compare' => + array ( + 0 => 'bool', + 'version1' => 'string', + 'version2' => 'string', + 'operator' => '\'!=\'|\'<\'|\'<=\'|\'<>\'|\'=\'|\'==\'|\'>\'|\'>=\'|\'eq\'|\'ge\'|\'gt\'|\'le\'|\'lt\'|\'ne\'|null', + ), + 'vfprintf' => + array ( + 0 => 'int<0, max>', + 'stream' => 'resource', + 'format' => 'string', + 'values' => 'array', + ), + 'vprintf' => + array ( + 0 => 'int<0, max>', + 'format' => 'string', + 'values' => 'array', + ), + 'vsprintf' => + array ( + 0 => 'string', + 'format' => 'string', + 'values' => 'array', + ), + 'weakmap::count' => + array ( + 0 => 'int', + ), + 'weakmap::getiterator' => + array ( + 0 => 'Iterator', + ), + 'weakmap::offsetexists' => + array ( + 0 => 'bool', + 'object' => 'object', + ), + 'weakmap::offsetget' => + array ( + 0 => 'mixed', + 'object' => 'object', + ), + 'weakmap::offsetset' => + array ( + 0 => 'void', + 'object' => 'object', + 'value' => 'mixed', + ), + 'weakmap::offsetunset' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'weakreference::__construct' => + array ( + 0 => 'string', + ), + 'weakreference::create' => + array ( + 0 => 'WeakReference', + 'object' => 'object', + ), + 'weakreference::get' => + array ( + 0 => 'null|object', + ), + 'wordwrap' => + array ( + 0 => 'string', + 'string' => 'string', + 'width=' => 'int', + 'break=' => 'string', + 'cut_long_words=' => 'bool', + ), + 'xml_error_string' => + array ( + 0 => 'null|string', + 'error_code' => 'int', + ), + 'xml_get_current_byte_index' => + array ( + 0 => 'int', + 'parser' => 'XMLParser', + ), + 'xml_get_current_column_number' => + array ( + 0 => 'int', + 'parser' => 'XMLParser', + ), + 'xml_get_current_line_number' => + array ( + 0 => 'int', + 'parser' => 'XMLParser', + ), + 'xml_get_error_code' => + array ( + 0 => 'int', + 'parser' => 'XMLParser', + ), + 'xml_parse' => + array ( + 0 => 'int', + 'parser' => 'XMLParser', + 'data' => 'string', + 'is_final=' => 'bool', + ), + 'xml_parse_into_struct' => + array ( + 0 => 'int', + 'parser' => 'XMLParser', + 'data' => 'string', + '&w_values' => 'array', + '&w_index=' => 'array', + ), + 'xml_parser_create' => + array ( + 0 => 'XMLParser', + 'encoding=' => 'null|string', + ), + 'xml_parser_create_ns' => + array ( + 0 => 'XMLParser', + 'encoding=' => 'null|string', + 'separator=' => 'string', + ), + 'xml_parser_free' => + array ( + 0 => 'bool', + 'parser' => 'XMLParser', + ), + 'xml_parser_get_option' => + array ( + 0 => 'int|string', + 'parser' => 'XMLParser', + 'option' => 'int', + ), + 'xml_parser_set_option' => + array ( + 0 => 'bool', + 'parser' => 'XMLParser', + 'option' => 'int', + 'value' => 'mixed', + ), + 'xml_set_character_data_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_default_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_element_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'start_handler' => 'callable|null', + 'end_handler' => 'callable|null', + ), + 'xml_set_end_namespace_decl_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_external_entity_ref_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_notation_decl_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_object' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'object' => 'object', + ), + 'xml_set_processing_instruction_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_start_namespace_decl_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xml_set_unparsed_entity_decl_handler' => + array ( + 0 => 'true', + 'parser' => 'XMLParser', + 'handler' => 'callable|null', + ), + 'xmlreader::close' => + array ( + 0 => 'true', + ), + 'xmlreader::expand' => + array ( + 0 => 'DOMNode|false', + 'baseNode=' => 'DOMNode|null', + ), + 'xmlreader::fromstream' => + array ( + 0 => 'static', + 'stream' => 'string', + 'encoding=' => 'null|string', + 'flags=' => 'int', + 'documentUri=' => 'null|string', + ), + 'xmlreader::fromstring' => + array ( + 0 => 'static', + 'source' => 'string', + 'encoding=' => 'null|string', + 'flags=' => 'int', + ), + 'xmlreader::fromuri' => + array ( + 0 => 'static', + 'uri' => 'string', + 'encoding=' => 'null|string', + 'flags=' => 'int', + ), + 'xmlreader::getattribute' => + array ( + 0 => 'null|string', + 'name' => 'string', + ), + 'xmlreader::getattributeno' => + array ( + 0 => 'null|string', + 'index' => 'int', + ), + 'xmlreader::getattributens' => + array ( + 0 => 'null|string', + 'name' => 'string', + 'namespace' => 'string', + ), + 'xmlreader::getparserproperty' => + array ( + 0 => 'bool', + 'property' => 'int', + ), + 'xmlreader::isvalid' => + array ( + 0 => 'bool', + ), + 'xmlreader::lookupnamespace' => + array ( + 0 => 'null|string', + 'prefix' => 'string', + ), + 'xmlreader::movetoattribute' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'xmlreader::movetoattributeno' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'xmlreader::movetoattributens' => + array ( + 0 => 'bool', + 'name' => 'string', + 'namespace' => 'string', + ), + 'xmlreader::movetoelement' => + array ( + 0 => 'bool', + ), + 'xmlreader::movetofirstattribute' => + array ( + 0 => 'bool', + ), + 'xmlreader::movetonextattribute' => + array ( + 0 => 'bool', + ), + 'xmlreader::next' => + array ( + 0 => 'bool', + 'name=' => 'null|string', + ), + 'xmlreader::open' => + array ( + 0 => 'XmlReader|bool', + 'uri' => 'string', + 'encoding=' => 'null|string', + 'flags=' => 'int', + ), + 'xmlreader::read' => + array ( + 0 => 'bool', + ), + 'xmlreader::readinnerxml' => + array ( + 0 => 'string', + ), + 'xmlreader::readouterxml' => + array ( + 0 => 'string', + ), + 'xmlreader::readstring' => + array ( + 0 => 'string', + ), + 'xmlreader::setparserproperty' => + array ( + 0 => 'bool', + 'property' => 'int', + 'value' => 'bool', + ), + 'xmlreader::setrelaxngschema' => + array ( + 0 => 'bool', + 'filename' => 'null|string', + ), + 'xmlreader::setrelaxngschemasource' => + array ( + 0 => 'bool', + 'source' => 'null|string', + ), + 'xmlreader::setschema' => + array ( + 0 => 'bool', + 'filename' => 'null|string', + ), + 'xmlreader::xml' => + array ( + 0 => 'XMLReader|bool', + 'source' => 'string', + 'encoding=' => 'null|string', + 'flags=' => 'int', + ), + 'xmlwriter::endattribute' => + array ( + 0 => 'bool', + ), + 'xmlwriter::endcdata' => + array ( + 0 => 'bool', + ), + 'xmlwriter::endcomment' => + array ( + 0 => 'bool', + ), + 'xmlwriter::enddocument' => + array ( + 0 => 'bool', + ), + 'xmlwriter::enddtd' => + array ( + 0 => 'bool', + ), + 'xmlwriter::enddtdattlist' => + array ( + 0 => 'bool', + ), + 'xmlwriter::enddtdelement' => + array ( + 0 => 'bool', + ), + 'xmlwriter::enddtdentity' => + array ( + 0 => 'bool', + ), + 'xmlwriter::endelement' => + array ( + 0 => 'bool', + ), + 'xmlwriter::endpi' => + array ( + 0 => 'bool', + ), + 'xmlwriter::flush' => + array ( + 0 => 'int|string', + 'empty=' => 'bool', + ), + 'xmlwriter::fullendelement' => + array ( + 0 => 'bool', + ), + 'xmlwriter::openmemory' => + array ( + 0 => 'bool', + ), + 'xmlwriter::openuri' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'xmlwriter::outputmemory' => + array ( + 0 => 'string', + 'flush=' => 'bool', + ), + 'xmlwriter::setindent' => + array ( + 0 => 'bool', + 'enable' => 'bool', + ), + 'xmlwriter::setindentstring' => + array ( + 0 => 'bool', + 'indentation' => 'string', + ), + 'xmlwriter::startattribute' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'xmlwriter::startattributens' => + array ( + 0 => 'bool', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + ), + 'xmlwriter::startcdata' => + array ( + 0 => 'bool', + ), + 'xmlwriter::startcomment' => + array ( + 0 => 'bool', + ), + 'xmlwriter::startdocument' => + array ( + 0 => 'bool', + 'version=' => 'null|string', + 'encoding=' => 'null|string', + 'standalone=' => 'null|string', + ), + 'xmlwriter::startdtd' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + 'publicId=' => 'null|string', + 'systemId=' => 'null|string', + ), + 'xmlwriter::startdtdattlist' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'xmlwriter::startdtdelement' => + array ( + 0 => 'bool', + 'qualifiedName' => 'string', + ), + 'xmlwriter::startdtdentity' => + array ( + 0 => 'bool', + 'name' => 'string', + 'isParam' => 'bool', + ), + 'xmlwriter::startelement' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'xmlwriter::startelementns' => + array ( + 0 => 'bool', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + ), + 'xmlwriter::startpi' => + array ( + 0 => 'bool', + 'target' => 'string', + ), + 'xmlwriter::text' => + array ( + 0 => 'bool', + 'content' => 'string', + ), + 'xmlwriter::tomemory' => + array ( + 0 => 'static', + ), + 'xmlwriter::tostream' => + array ( + 0 => 'static', + 'stream' => 'string', + ), + 'xmlwriter::touri' => + array ( + 0 => 'static', + 'uri' => 'string', + ), + 'xmlwriter::writeattribute' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'string', + ), + 'xmlwriter::writeattributens' => + array ( + 0 => 'bool', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + 'value' => 'string', + ), + 'xmlwriter::writecdata' => + array ( + 0 => 'bool', + 'content' => 'string', + ), + 'xmlwriter::writecomment' => + array ( + 0 => 'bool', + 'content' => 'string', + ), + 'xmlwriter::writedtd' => + array ( + 0 => 'bool', + 'name' => 'string', + 'publicId=' => 'null|string', + 'systemId=' => 'null|string', + 'content=' => 'null|string', + ), + 'xmlwriter::writedtdattlist' => + array ( + 0 => 'bool', + 'name' => 'string', + 'content' => 'string', + ), + 'xmlwriter::writedtdelement' => + array ( + 0 => 'bool', + 'name' => 'string', + 'content' => 'string', + ), + 'xmlwriter::writedtdentity' => + array ( + 0 => 'bool', + 'name' => 'string', + 'content' => 'string', + 'isParam=' => 'bool', + 'publicId=' => 'null|string', + 'systemId=' => 'null|string', + 'notationData=' => 'null|string', + ), + 'xmlwriter::writeelement' => + array ( + 0 => 'bool', + 'name' => 'string', + 'content=' => 'null|string', + ), + 'xmlwriter::writeelementns' => + array ( + 0 => 'bool', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + 'content=' => 'null|string', + ), + 'xmlwriter::writepi' => + array ( + 0 => 'bool', + 'target' => 'string', + 'content' => 'string', + ), + 'xmlwriter::writeraw' => + array ( + 0 => 'bool', + 'content' => 'string', + ), + 'xmlwriter_end_attribute' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_cdata' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_comment' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_document' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_dtd' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_dtd_attlist' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_dtd_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_dtd_entity' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_end_pi' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_flush' => + array ( + 0 => 'int|string', + 'writer' => 'XMLWriter', + 'empty=' => 'bool', + ), + 'xmlwriter_full_end_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_open_memory' => + array ( + 0 => 'XMLWriter|false', + ), + 'xmlwriter_open_uri' => + array ( + 0 => 'XMLWriter|false', + 'uri' => 'string', + ), + 'xmlwriter_output_memory' => + array ( + 0 => 'string', + 'writer' => 'XMLWriter', + 'flush=' => 'bool', + ), + 'xmlwriter_set_indent' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'enable' => 'bool', + ), + 'xmlwriter_set_indent_string' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'indentation' => 'string', + ), + 'xmlwriter_start_attribute' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + ), + 'xmlwriter_start_attribute_ns' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + ), + 'xmlwriter_start_cdata' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_start_comment' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + ), + 'xmlwriter_start_document' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'version=' => 'null|string', + 'encoding=' => 'null|string', + 'standalone=' => 'null|string', + ), + 'xmlwriter_start_dtd' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'qualifiedName' => 'string', + 'publicId=' => 'null|string', + 'systemId=' => 'null|string', + ), + 'xmlwriter_start_dtd_attlist' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + ), + 'xmlwriter_start_dtd_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'qualifiedName' => 'string', + ), + 'xmlwriter_start_dtd_entity' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'isParam' => 'bool', + ), + 'xmlwriter_start_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + ), + 'xmlwriter_start_element_ns' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + ), + 'xmlwriter_start_pi' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'target' => 'string', + ), + 'xmlwriter_text' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'content' => 'string', + ), + 'xmlwriter_write_attribute' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'value' => 'string', + ), + 'xmlwriter_write_attribute_ns' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + 'value' => 'string', + ), + 'xmlwriter_write_cdata' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'content' => 'string', + ), + 'xmlwriter_write_comment' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'content' => 'string', + ), + 'xmlwriter_write_dtd' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'publicId=' => 'null|string', + 'systemId=' => 'null|string', + 'content=' => 'null|string', + ), + 'xmlwriter_write_dtd_attlist' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'content' => 'string', + ), + 'xmlwriter_write_dtd_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'content' => 'string', + ), + 'xmlwriter_write_dtd_entity' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'content' => 'string', + 'isParam=' => 'bool', + 'publicId=' => 'null|string', + 'systemId=' => 'null|string', + 'notationData=' => 'null|string', + ), + 'xmlwriter_write_element' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'name' => 'string', + 'content=' => 'null|string', + ), + 'xmlwriter_write_element_ns' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'prefix' => 'null|string', + 'name' => 'string', + 'namespace' => 'null|string', + 'content=' => 'null|string', + ), + 'xmlwriter_write_pi' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'target' => 'string', + 'content' => 'string', + ), + 'xmlwriter_write_raw' => + array ( + 0 => 'bool', + 'writer' => 'XMLWriter', + 'content' => 'string', + ), + 'zend_version' => + array ( + 0 => 'string', + ), + 'zip_close' => + array ( + 0 => 'void', + 'zip' => 'resource', + ), + 'zip_entry_close' => + array ( + 0 => 'bool', + 'zip_entry' => 'resource', + ), + 'zip_entry_compressedsize' => + array ( + 0 => 'int', + 'zip_entry' => 'resource', + ), + 'zip_entry_compressionmethod' => + array ( + 0 => 'string', + 'zip_entry' => 'resource', + ), + 'zip_entry_filesize' => + array ( + 0 => 'int', + 'zip_entry' => 'resource', + ), + 'zip_entry_name' => + array ( + 0 => 'false|string', + 'zip_entry' => 'resource', + ), + 'zip_entry_open' => + array ( + 0 => 'bool', + 'zip_dp' => 'resource', + 'zip_entry' => 'resource', + 'mode=' => 'string', + ), + 'zip_entry_read' => + array ( + 0 => 'false|string', + 'zip_entry' => 'resource', + 'len=' => 'int', + ), + 'zip_open' => + array ( + 0 => 'false|int|resource', + 'filename' => 'string', + ), + 'zip_read' => + array ( + 0 => 'resource', + 'zip' => 'resource', + ), + 'ziparchive::addemptydir' => + array ( + 0 => 'bool', + 'dirname' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::addfile' => + array ( + 0 => 'bool', + 'filepath' => 'string', + 'entryname=' => 'string', + 'start=' => 'int', + 'length=' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::addfromstring' => + array ( + 0 => 'bool', + 'name' => 'string', + 'content' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::addglob' => + array ( + 0 => 'array|false', + 'pattern' => 'string', + 'flags=' => 'int', + 'options=' => 'array', + ), + 'ziparchive::addpattern' => + array ( + 0 => 'array|false', + 'pattern' => 'string', + 'path=' => 'string', + 'options=' => 'array', + ), + 'ziparchive::clearerror' => + array ( + 0 => 'void', + ), + 'ziparchive::close' => + array ( + 0 => 'bool', + ), + 'ziparchive::count' => + array ( + 0 => 'int', + ), + 'ziparchive::deleteindex' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'ziparchive::deletename' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'ziparchive::extractto' => + array ( + 0 => 'bool', + 'pathto' => 'string', + 'files=' => 'array|null|string', + ), + 'ziparchive::getarchivecomment' => + array ( + 0 => 'false|string', + 'flags=' => 'int', + ), + 'ziparchive::getarchiveflag' => + array ( + 0 => 'int', + 'flag' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getcommentindex' => + array ( + 0 => 'false|string', + 'index' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getcommentname' => + array ( + 0 => 'false|string', + 'name' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::getexternalattributesindex' => + array ( + 0 => 'bool', + 'index' => 'int', + '&w_opsys' => 'int', + '&w_attr' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getexternalattributesname' => + array ( + 0 => 'bool', + 'name' => 'string', + '&w_opsys' => 'int', + '&w_attr' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getfromindex' => + array ( + 0 => 'false|string', + 'index' => 'int', + 'len=' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getfromname' => + array ( + 0 => 'false|string', + 'name' => 'string', + 'len=' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getnameindex' => + array ( + 0 => 'false|string', + 'index' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getstatusstring' => + array ( + 0 => 'string', + ), + 'ziparchive::getstream' => + array ( + 0 => 'false|resource', + 'name' => 'string', + ), + 'ziparchive::getstreamindex' => + array ( + 0 => 'false|resource', + 'index' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::getstreamname' => + array ( + 0 => 'false|resource', + 'name' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::iscompressionmethodsupported' => + array ( + 0 => 'bool', + 'method' => 'int', + 'enc=' => 'bool', + ), + 'ziparchive::isencryptionmethodsupported' => + array ( + 0 => 'bool', + 'method' => 'int', + 'enc=' => 'bool', + ), + 'ziparchive::locatename' => + array ( + 0 => 'false|int', + 'name' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::open' => + array ( + 0 => 'bool|int', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::registercancelcallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'ziparchive::registerprogresscallback' => + array ( + 0 => 'bool', + 'rate' => 'float', + 'callback' => 'callable', + ), + 'ziparchive::renameindex' => + array ( + 0 => 'bool', + 'index' => 'int', + 'new_name' => 'string', + ), + 'ziparchive::renamename' => + array ( + 0 => 'bool', + 'name' => 'string', + 'new_name' => 'string', + ), + 'ziparchive::replacefile' => + array ( + 0 => 'bool', + 'filepath' => 'string', + 'index' => 'int', + 'start=' => 'int', + 'length=' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::setarchivecomment' => + array ( + 0 => 'bool', + 'comment' => 'string', + ), + 'ziparchive::setarchiveflag' => + array ( + 0 => 'bool', + 'flag' => 'int', + 'value' => 'int', + ), + 'ziparchive::setcommentindex' => + array ( + 0 => 'bool', + 'index' => 'int', + 'comment' => 'string', + ), + 'ziparchive::setcommentname' => + array ( + 0 => 'bool', + 'name' => 'string', + 'comment' => 'string', + ), + 'ziparchive::setcompressionindex' => + array ( + 0 => 'bool', + 'index' => 'int', + 'method' => 'int', + 'compflags=' => 'int', + ), + 'ziparchive::setcompressionname' => + array ( + 0 => 'bool', + 'name' => 'string', + 'method' => 'int', + 'compflags=' => 'int', + ), + 'ziparchive::setencryptionindex' => + array ( + 0 => 'bool', + 'index' => 'int', + 'method' => 'int', + 'password=' => 'null|string', + ), + 'ziparchive::setencryptionname' => + array ( + 0 => 'bool', + 'name' => 'string', + 'method' => 'int', + 'password=' => 'null|string', + ), + 'ziparchive::setexternalattributesindex' => + array ( + 0 => 'bool', + 'index' => 'int', + 'opsys' => 'int', + 'attr' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::setexternalattributesname' => + array ( + 0 => 'bool', + 'name' => 'string', + 'opsys' => 'int', + 'attr' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::setmtimeindex' => + array ( + 0 => 'bool', + 'index' => 'int', + 'timestamp' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::setmtimename' => + array ( + 0 => 'bool', + 'name' => 'string', + 'timestamp' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::setpassword' => + array ( + 0 => 'bool', + 'password' => 'string', + ), + 'ziparchive::statindex' => + array ( + 0 => 'array|false', + 'index' => 'int', + 'flags=' => 'int', + ), + 'ziparchive::statname' => + array ( + 0 => 'array|false', + 'name' => 'string', + 'flags=' => 'int', + ), + 'ziparchive::unchangeall' => + array ( + 0 => 'bool', + ), + 'ziparchive::unchangearchive' => + array ( + 0 => 'bool', + ), + 'ziparchive::unchangeindex' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'ziparchive::unchangename' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'zlib_decode' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'max_length=' => 'int', + ), + 'zlib_encode' => + array ( + 0 => 'false|string', + 'data' => 'string', + 'encoding' => 'int', + 'level=' => 'int', + ), + 'zlib_get_coding_type' => + array ( + 0 => 'false|string', + ), + 'zmq::__construct' => + array ( + 0 => 'void', + ), + 'zmq::clock' => + array ( + 0 => 'string', + ), + 'zmq::curvekeypair' => + array ( + 0 => 'string', + ), + 'zmq::z85decode' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'zmq::z85encode' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'zmqcontext::__clone' => + array ( + 0 => 'string', + ), + 'zmqcontext::__construct' => + array ( + 0 => 'void', + 'io_threads=' => 'int', + 'is_persistent=' => 'bool', + ), + 'zmqcontext::acquire' => + array ( + 0 => 'string', + ), + 'zmqcontext::getopt' => + array ( + 0 => 'int|string', + 'key' => 'string', + ), + 'zmqcontext::getsocket' => + array ( + 0 => 'ZMQSocket', + 'type' => 'int', + 'persistent_id=' => 'string', + 'on_new_socket=' => 'callable', + ), + 'zmqcontext::getsocketcount' => + array ( + 0 => 'string', + ), + 'zmqcontext::ispersistent' => + array ( + 0 => 'bool', + ), + 'zmqcontext::setopt' => + array ( + 0 => 'ZMQContext', + 'key' => 'int', + 'value' => 'mixed', + ), + 'zmqcontextexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'zmqcontextexception::__tostring' => + array ( + 0 => 'string', + ), + 'zmqcontextexception::__wakeup' => + array ( + 0 => 'string', + ), + 'zmqcontextexception::getcode' => + array ( + 0 => 'string', + ), + 'zmqcontextexception::getfile' => + array ( + 0 => 'string', + ), + 'zmqcontextexception::getline' => + array ( + 0 => 'int', + ), + 'zmqcontextexception::getmessage' => + array ( + 0 => 'string', + ), + 'zmqcontextexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'zmqcontextexception::gettrace' => + array ( + 0 => 'array', + ), + 'zmqcontextexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'zmqdevice::__clone' => + array ( + 0 => 'string', + ), + 'zmqdevice::__construct' => + array ( + 0 => 'void', + 'frontend' => 'ZMQSocket', + 'backend' => 'ZMQSocket', + 'listener=' => 'ZMQSocket', + ), + 'zmqdevice::getidletimeout' => + array ( + 0 => 'ZMQDevice', + ), + 'zmqdevice::gettimertimeout' => + array ( + 0 => 'ZMQDevice', + ), + 'zmqdevice::run' => + array ( + 0 => 'void', + ), + 'zmqdevice::setidlecallback' => + array ( + 0 => 'ZMQDevice', + 'cb_func' => 'callable', + 'timeout' => 'int', + 'user_data=' => 'mixed', + ), + 'zmqdevice::setidletimeout' => + array ( + 0 => 'ZMQDevice', + 'timeout' => 'int', + ), + 'zmqdevice::settimercallback' => + array ( + 0 => 'ZMQDevice', + 'cb_func' => 'callable', + 'timeout' => 'int', + 'user_data=' => 'mixed', + ), + 'zmqdevice::settimertimeout' => + array ( + 0 => 'ZMQDevice', + 'timeout' => 'int', + ), + 'zmqdeviceexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'zmqdeviceexception::__tostring' => + array ( + 0 => 'string', + ), + 'zmqdeviceexception::__wakeup' => + array ( + 0 => 'string', + ), + 'zmqdeviceexception::getcode' => + array ( + 0 => 'string', + ), + 'zmqdeviceexception::getfile' => + array ( + 0 => 'string', + ), + 'zmqdeviceexception::getline' => + array ( + 0 => 'int', + ), + 'zmqdeviceexception::getmessage' => + array ( + 0 => 'string', + ), + 'zmqdeviceexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'zmqdeviceexception::gettrace' => + array ( + 0 => 'array', + ), + 'zmqdeviceexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'zmqexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'zmqexception::__tostring' => + array ( + 0 => 'string', + ), + 'zmqexception::__wakeup' => + array ( + 0 => 'string', + ), + 'zmqexception::getcode' => + array ( + 0 => 'string', + ), + 'zmqexception::getfile' => + array ( + 0 => 'string', + ), + 'zmqexception::getline' => + array ( + 0 => 'int', + ), + 'zmqexception::getmessage' => + array ( + 0 => 'string', + ), + 'zmqexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'zmqexception::gettrace' => + array ( + 0 => 'array', + ), + 'zmqexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'zmqpoll::__clone' => + array ( + 0 => 'string', + ), + 'zmqpoll::add' => + array ( + 0 => 'string', + 'entry' => 'mixed', + 'type' => 'int', + ), + 'zmqpoll::clear' => + array ( + 0 => 'ZMQPoll', + ), + 'zmqpoll::count' => + array ( + 0 => 'int', + ), + 'zmqpoll::getlasterrors' => + array ( + 0 => 'array', + ), + 'zmqpoll::items' => + array ( + 0 => 'string', + ), + 'zmqpoll::poll' => + array ( + 0 => 'int', + '&w_readable' => 'array', + '&w_writable' => 'array', + 'timeout=' => 'int', + ), + 'zmqpoll::remove' => + array ( + 0 => 'bool', + 'item' => 'mixed', + ), + 'zmqpollexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'zmqpollexception::__tostring' => + array ( + 0 => 'string', + ), + 'zmqpollexception::__wakeup' => + array ( + 0 => 'string', + ), + 'zmqpollexception::getcode' => + array ( + 0 => 'string', + ), + 'zmqpollexception::getfile' => + array ( + 0 => 'string', + ), + 'zmqpollexception::getline' => + array ( + 0 => 'int', + ), + 'zmqpollexception::getmessage' => + array ( + 0 => 'string', + ), + 'zmqpollexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'zmqpollexception::gettrace' => + array ( + 0 => 'array', + ), + 'zmqpollexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'zmqsocket::__clone' => + array ( + 0 => 'string', + ), + 'zmqsocket::__construct' => + array ( + 0 => 'void', + 'context' => 'ZMQContext', + 'type' => 'int', + 'persistent_id=' => 'string', + 'on_new_socket=' => 'callable', + ), + 'zmqsocket::bind' => + array ( + 0 => 'ZMQSocket', + 'dsn' => 'string', + 'force=' => 'bool', + ), + 'zmqsocket::connect' => + array ( + 0 => 'ZMQSocket', + 'dsn' => 'string', + 'force=' => 'bool', + ), + 'zmqsocket::disconnect' => + array ( + 0 => 'ZMQSocket', + 'dsn' => 'string', + ), + 'zmqsocket::getendpoints' => + array ( + 0 => 'array', + ), + 'zmqsocket::getpersistentid' => + array ( + 0 => 'null|string', + ), + 'zmqsocket::getsockettype' => + array ( + 0 => 'int', + ), + 'zmqsocket::getsockopt' => + array ( + 0 => 'int|string', + 'key' => 'string', + ), + 'zmqsocket::ispersistent' => + array ( + 0 => 'bool', + ), + 'zmqsocket::monitor' => + array ( + 0 => 'string', + 'dsn' => 'string', + 'events=' => 'string', + ), + 'zmqsocket::recv' => + array ( + 0 => 'string', + 'mode=' => 'int', + ), + 'zmqsocket::recvevent' => + array ( + 0 => 'string', + 'flags=' => 'string', + ), + 'zmqsocket::recvmsg' => + array ( + 0 => 'string', + 'mode=' => 'string', + ), + 'zmqsocket::recvmulti' => + array ( + 0 => 'array', + 'mode=' => 'int', + ), + 'zmqsocket::send' => + array ( + 0 => 'ZMQSocket', + 'message' => 'array', + 'mode=' => 'int', + ), + 'zmqsocket::sendmsg' => + array ( + 0 => 'string', + 'message' => 'string', + 'mode=' => 'string', + ), + 'zmqsocket::sendmulti' => + array ( + 0 => 'ZMQSocket', + 'message' => 'array', + 'mode=' => 'int', + ), + 'zmqsocket::setsockopt' => + array ( + 0 => 'ZMQSocket', + 'key' => 'int', + 'value' => 'mixed', + ), + 'zmqsocket::unbind' => + array ( + 0 => 'ZMQSocket', + 'dsn' => 'string', + ), + 'zmqsocketexception::__construct' => + array ( + 0 => 'string', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Throwable|null', + ), + 'zmqsocketexception::__tostring' => + array ( + 0 => 'string', + ), + 'zmqsocketexception::__wakeup' => + array ( + 0 => 'string', + ), + 'zmqsocketexception::getcode' => + array ( + 0 => 'string', + ), + 'zmqsocketexception::getfile' => + array ( + 0 => 'string', + ), + 'zmqsocketexception::getline' => + array ( + 0 => 'int', + ), + 'zmqsocketexception::getmessage' => + array ( + 0 => 'string', + ), + 'zmqsocketexception::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'zmqsocketexception::gettrace' => + array ( + 0 => 'array', + ), + 'zmqsocketexception::gettraceasstring' => + array ( + 0 => 'string', + ), + '_' => + array ( + 0 => 'string', + 'message' => 'string', + ), + '__halt_compiler' => + array ( + 0 => 'void', + ), + 'abs\'1' => + array ( + 0 => 'float', + 'num' => 'float', + ), + 'abs\'2' => + array ( + 0 => 'numeric', + 'num' => 'numeric', + ), + 'accelerator_get_configuration' => + array ( + 0 => 'array', + ), + 'accelerator_get_scripts' => + array ( + 0 => 'array', + ), + 'accelerator_get_status' => + array ( + 0 => 'array', + 'fetch_scripts' => 'bool', + ), + 'accelerator_reset' => + array ( + 0 => 'mixed', + ), + 'accelerator_set_status' => + array ( + 0 => 'void', + 'status' => 'bool', + ), + 'apache_child_terminate' => + array ( + 0 => 'bool', + ), + 'apache_get_modules' => + array ( + 0 => 'array', + ), + 'apache_get_version' => + array ( + 0 => 'false|string', + ), + 'apache_getenv' => + array ( + 0 => 'false|string', + 'variable' => 'string', + 'walk_to_top=' => 'bool', + ), + 'apache_lookup_uri' => + array ( + 0 => 'object', + 'filename' => 'string', + ), + 'apache_note' => + array ( + 0 => 'false|string', + 'note_name' => 'string', + 'note_value=' => 'string', + ), + 'apache_request_headers' => + array ( + 0 => 'array|false', + ), + 'apache_reset_timeout' => + array ( + 0 => 'bool', + ), + 'apache_response_headers' => + array ( + 0 => 'array|false', + ), + 'apache_setenv' => + array ( + 0 => 'bool', + 'variable' => 'string', + 'value' => 'string', + 'walk_to_top=' => 'bool', + ), + 'apc_add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'ttl=' => 'int', + ), + 'apc_add\'1' => + array ( + 0 => 'array', + 'values' => 'array', + 'unused=' => 'mixed', + 'ttl=' => 'int', + ), + 'apc_bin_dump' => + array ( + 0 => 'false|null|string', + 'files=' => 'array', + 'user_vars=' => 'array', + ), + 'apc_bin_dumpfile' => + array ( + 0 => 'false|int', + 'files' => 'array', + 'user_vars' => 'array', + 'filename' => 'string', + 'flags=' => 'int', + 'context=' => 'resource', + ), + 'apc_bin_load' => + array ( + 0 => 'bool', + 'data' => 'string', + 'flags=' => 'int', + ), + 'apc_bin_loadfile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'context=' => 'resource', + 'flags=' => 'int', + ), + 'apc_cache_info' => + array ( + 0 => 'array|false', + 'cache_type=' => 'string', + 'limited=' => 'bool', + ), + 'apc_cas' => + array ( + 0 => 'bool', + 'key' => 'string', + 'old' => 'int', + 'new' => 'int', + ), + 'apc_clear_cache' => + array ( + 0 => 'bool', + 'cache_type=' => 'string', + ), + 'apc_compile_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'atomic=' => 'bool', + ), + 'apc_dec' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'step=' => 'int', + '&w_success=' => 'bool', + ), + 'apc_define_constants' => + array ( + 0 => 'bool', + 'key' => 'string', + 'constants' => 'array', + 'case_sensitive=' => 'bool', + ), + 'apc_delete' => + array ( + 0 => 'bool', + 'key' => 'APCIterator|array|string', + ), + 'apc_delete_file' => + array ( + 0 => 'array|bool', + 'keys' => 'mixed', + ), + 'apc_exists' => + array ( + 0 => 'bool', + 'keys' => 'string', + ), + 'apc_exists\'1' => + array ( + 0 => 'array', + 'keys' => 'array', + ), + 'apc_fetch' => + array ( + 0 => 'false|mixed', + 'key' => 'string', + '&w_success=' => 'bool', + ), + 'apc_fetch\'1' => + array ( + 0 => 'array|false', + 'key' => 'array', + '&w_success=' => 'bool', + ), + 'apc_inc' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'step=' => 'int', + '&w_success=' => 'bool', + ), + 'apc_load_constants' => + array ( + 0 => 'bool', + 'key' => 'string', + 'case_sensitive=' => 'bool', + ), + 'apc_sma_info' => + array ( + 0 => 'array|false', + 'limited=' => 'bool', + ), + 'apc_store' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'ttl=' => 'int', + ), + 'apc_store\'1' => + array ( + 0 => 'array', + 'values' => 'array', + 'unused=' => 'mixed', + 'ttl=' => 'int', + ), + 'apciterator::__construct' => + array ( + 0 => 'void', + 'cache' => 'string', + 'search=' => 'array|null|string', + 'format=' => 'int', + 'chunk_size=' => 'int', + 'list=' => 'int', + ), + 'apciterator::current' => + array ( + 0 => 'false|mixed', + ), + 'apciterator::gettotalcount' => + array ( + 0 => 'false|int', + ), + 'apciterator::gettotalhits' => + array ( + 0 => 'false|int', + ), + 'apciterator::gettotalsize' => + array ( + 0 => 'false|int', + ), + 'apciterator::key' => + array ( + 0 => 'string', + ), + 'apciterator::next' => + array ( + 0 => 'void', + ), + 'apciterator::rewind' => + array ( + 0 => 'void', + ), + 'apciterator::valid' => + array ( + 0 => 'bool', + ), + 'apcu_add\'1' => + array ( + 0 => 'array', + 'values' => 'array', + 'unused=' => 'mixed', + 'ttl=' => 'int', + ), + 'apcu_delete\'1' => + array ( + 0 => 'list', + 'key' => 'array', + ), + 'apcu_exists\'1' => + array ( + 0 => 'array', + 'keys' => 'array', + ), + 'apcu_fetch\'1' => + array ( + 0 => 'array|false', + 'key' => 'array', + '&w_success=' => 'bool', + ), + 'apcu_store\'1' => + array ( + 0 => 'array', + 'values' => 'array', + 'unused=' => 'mixed', + 'ttl=' => 'int', + ), + 'apd_breakpoint' => + array ( + 0 => 'bool', + 'debug_level' => 'int', + ), + 'apd_callstack' => + array ( + 0 => 'array', + ), + 'apd_clunk' => + array ( + 0 => 'void', + 'warning' => 'string', + 'delimiter=' => 'string', + ), + 'apd_continue' => + array ( + 0 => 'bool', + 'debug_level' => 'int', + ), + 'apd_croak' => + array ( + 0 => 'void', + 'warning' => 'string', + 'delimiter=' => 'string', + ), + 'apd_dump_function_table' => + array ( + 0 => 'void', + ), + 'apd_dump_persistent_resources' => + array ( + 0 => 'array', + ), + 'apd_dump_regular_resources' => + array ( + 0 => 'array', + ), + 'apd_echo' => + array ( + 0 => 'bool', + 'output' => 'string', + ), + 'apd_get_active_symbols' => + array ( + 0 => 'array', + ), + 'apd_set_pprof_trace' => + array ( + 0 => 'string', + 'dump_directory=' => 'string', + 'fragment=' => 'string', + ), + 'apd_set_session' => + array ( + 0 => 'void', + 'debug_level' => 'int', + ), + 'apd_set_session_trace' => + array ( + 0 => 'void', + 'debug_level' => 'int', + 'dump_directory=' => 'string', + ), + 'apd_set_session_trace_socket' => + array ( + 0 => 'bool', + 'tcp_server' => 'string', + 'socket_type' => 'int', + 'port' => 'int', + 'debug_level' => 'int', + ), + 'array_diff_uassoc\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_diff_ukey\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_intersect_uassoc\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest' => 'array|callable(mixed, mixed):int', + ), + 'array_intersect_ukey\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest' => 'array|callable(mixed, mixed):int', + ), + 'array_rand\'1' => + array ( + 0 => 'int|string', + 'array' => 'array', + ), + 'array_udiff\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_udiff_assoc\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_udiff_uassoc\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + 'arg5' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_uintersect\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_uintersect_assoc\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_uintersect_uassoc\'1' => + array ( + 0 => 'array', + 'array' => 'array', + 'rest' => 'array', + 'arr3' => 'array', + 'arg4' => 'array|callable(mixed, mixed):int', + 'arg5' => 'array|callable(mixed, mixed):int', + '...rest=' => 'array|callable(mixed, mixed):int', + ), + 'array_walk\'1' => + array ( + 0 => 'bool', + '&rw_array' => 'object', + 'callback' => 'callable', + 'arg=' => 'mixed', + ), + 'array_walk_recursive\'1' => + array ( + 0 => 'bool', + '&rw_array' => 'object', + 'callback' => 'callable', + 'arg=' => 'mixed', + ), + 'arrayaccess::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'arrayaccess::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'int|string', + ), + 'arrayaccess::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'arrayaccess::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'ast\\get_kind_name' => + array ( + 0 => 'string', + 'kind' => 'int', + ), + 'ast\\get_metadata' => + array ( + 0 => 'array', + ), + 'ast\\get_supported_versions' => + array ( + 0 => 'array', + 'exclude_deprecated=' => 'bool', + ), + 'ast\\kind_uses_flags' => + array ( + 0 => 'bool', + 'kind' => 'int', + ), + 'ast\\node::__construct' => + array ( + 0 => 'void', + 'kind=' => 'int', + 'flags=' => 'int', + 'children=' => 'array', + 'start_line=' => 'int', + ), + 'ast\\parse_code' => + array ( + 0 => 'ast\\Node', + 'code' => 'string', + 'version' => 'int', + 'filename=' => 'string', + ), + 'ast\\parse_file' => + array ( + 0 => 'ast\\Node', + 'filename' => 'string', + 'version' => 'int', + ), + 'base64_decode\'1' => + array ( + 0 => 'false|string', + 'string' => 'string', + 'strict=' => 'true', + ), + 'bbcode_add_element' => + array ( + 0 => 'bool', + 'bbcode_container' => 'resource', + 'tag_name' => 'string', + 'tag_rules' => 'array', + ), + 'bbcode_add_smiley' => + array ( + 0 => 'bool', + 'bbcode_container' => 'resource', + 'smiley' => 'string', + 'replace_by' => 'string', + ), + 'bbcode_create' => + array ( + 0 => 'resource', + 'bbcode_initial_tags=' => 'array', + ), + 'bbcode_destroy' => + array ( + 0 => 'bool', + 'bbcode_container' => 'resource', + ), + 'bbcode_parse' => + array ( + 0 => 'string', + 'bbcode_container' => 'resource', + 'to_parse' => 'string', + ), + 'bbcode_set_arg_parser' => + array ( + 0 => 'bool', + 'bbcode_container' => 'resource', + 'bbcode_arg_parser' => 'resource', + ), + 'bbcode_set_flags' => + array ( + 0 => 'bool', + 'bbcode_container' => 'resource', + 'flags' => 'int', + 'mode=' => 'int', + ), + 'bcompiler_load' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'bcompiler_load_exe' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'bcompiler_parse_class' => + array ( + 0 => 'bool', + 'class' => 'string', + 'callback' => 'string', + ), + 'bcompiler_read' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + ), + 'bcompiler_write_class' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'classname' => 'string', + 'extends=' => 'string', + ), + 'bcompiler_write_constant' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'constantname' => 'string', + ), + 'bcompiler_write_exe_footer' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'startpos' => 'int', + ), + 'bcompiler_write_file' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'filename' => 'string', + ), + 'bcompiler_write_footer' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + ), + 'bcompiler_write_function' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'functionname' => 'string', + ), + 'bcompiler_write_functions_from_file' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'filename' => 'string', + ), + 'bcompiler_write_header' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'write_ver=' => 'string', + ), + 'bcompiler_write_included_filename' => + array ( + 0 => 'bool', + 'filehandle' => 'resource', + 'filename' => 'string', + ), + 'bind_textdomain_codeset' => + array ( + 0 => 'string', + 'domain' => 'string', + 'codeset' => 'null|string', + ), + 'bindtextdomain' => + array ( + 0 => 'string', + 'domain' => 'string', + 'directory' => 'null|string', + ), + 'birdstep_autocommit' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'birdstep_close' => + array ( + 0 => 'bool', + 'id' => 'int', + ), + 'birdstep_commit' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'birdstep_connect' => + array ( + 0 => 'int', + 'server' => 'string', + 'user' => 'string', + 'pass' => 'string', + ), + 'birdstep_exec' => + array ( + 0 => 'int', + 'index' => 'int', + 'exec_str' => 'string', + ), + 'birdstep_fetch' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'birdstep_fieldname' => + array ( + 0 => 'string', + 'index' => 'int', + 'col' => 'int', + ), + 'birdstep_fieldnum' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'birdstep_freeresult' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'birdstep_off_autocommit' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'birdstep_result' => + array ( + 0 => 'mixed', + 'index' => 'int', + 'col' => 'mixed', + ), + 'birdstep_rollback' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'blenc_encrypt' => + array ( + 0 => 'string', + 'plaintext' => 'string', + 'encodedfile' => 'string', + 'encryption_key=' => 'string', + ), + 'bson_decode' => + array ( + 0 => 'array', + 'bson' => 'string', + ), + 'bson_encode' => + array ( + 0 => 'string', + 'anything' => 'mixed', + ), + 'bzclose' => + array ( + 0 => 'bool', + 'bz' => 'resource', + ), + 'bzcompress' => + array ( + 0 => 'int|string', + 'data' => 'string', + 'block_size=' => 'int', + 'work_factor=' => 'int', + ), + 'bzdecompress' => + array ( + 0 => 'false|int|string', + 'data' => 'string', + 'use_less_memory=' => 'bool', + ), + 'bzerrno' => + array ( + 0 => 'int', + 'bz' => 'resource', + ), + 'bzerror' => + array ( + 0 => 'array', + 'bz' => 'resource', + ), + 'bzerrstr' => + array ( + 0 => 'string', + 'bz' => 'resource', + ), + 'bzflush' => + array ( + 0 => 'bool', + 'bz' => 'resource', + ), + 'bzopen' => + array ( + 0 => 'false|resource', + 'file' => 'resource|string', + 'mode' => 'string', + ), + 'bzread' => + array ( + 0 => 'false|string', + 'bz' => 'resource', + 'length=' => 'int', + ), + 'bzwrite' => + array ( + 0 => 'false|int', + 'bz' => 'resource', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'cal_days_in_month' => + array ( + 0 => 'int', + 'calendar' => 'int', + 'month' => 'int', + 'year' => 'int', + ), + 'cal_from_jd' => + array ( + 0 => 'array{abbrevdayname: string, abbrevmonth: string, date: string, day: int, dayname: string, dow: int, month: int, monthname: string, year: int}', + 'julian_day' => 'int', + 'calendar' => 'int', + ), + 'cal_info' => + array ( + 0 => 'array', + 'calendar=' => 'int', + ), + 'cal_to_jd' => + array ( + 0 => 'int', + 'calendar' => 'int', + 'month' => 'int', + 'day' => 'int', + 'year' => 'int', + ), + 'calcul_hmac' => + array ( + 0 => 'string', + 'clent' => 'string', + 'siretcode' => 'string', + 'price' => 'string', + 'reference' => 'string', + 'validity' => 'string', + 'taxation' => 'string', + 'devise' => 'string', + 'language' => 'string', + ), + 'calculhmac' => + array ( + 0 => 'string', + 'clent' => 'string', + 'data' => 'string', + ), + 'call_user_method' => + array ( + 0 => 'mixed', + 'method_name' => 'string', + 'object' => 'object', + 'parameter=' => 'mixed', + '...args=' => 'mixed', + ), + 'call_user_method_array' => + array ( + 0 => 'mixed', + 'method_name' => 'string', + 'object' => 'object', + 'params' => 'list', + ), + 'chdb::__construct' => + array ( + 0 => 'void', + 'pathname' => 'string', + ), + 'chdb::get' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'chdb_create' => + array ( + 0 => 'bool', + 'pathname' => 'string', + 'data' => 'array', + ), + 'classkit_import' => + array ( + 0 => 'array', + 'filename' => 'string', + ), + 'classkit_method_add' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'args' => 'string', + 'code' => 'string', + 'flags=' => 'int', + ), + 'classkit_method_copy' => + array ( + 0 => 'bool', + 'dclass' => 'string', + 'dmethod' => 'string', + 'sclass' => 'string', + 'smethod=' => 'string', + ), + 'classkit_method_redefine' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'args' => 'string', + 'code' => 'string', + 'flags=' => 'int', + ), + 'classkit_method_remove' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + ), + 'classkit_method_rename' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'newname' => 'string', + ), + 'classobj::__construct' => + array ( + 0 => 'void', + 'layer' => 'layerObj', + 'class' => 'classObj', + ), + 'classobj::addlabel' => + array ( + 0 => 'int', + 'label' => 'labelObj', + ), + 'classobj::converttostring' => + array ( + 0 => 'string', + ), + 'classobj::createlegendicon' => + array ( + 0 => 'imageObj', + 'width' => 'int', + 'height' => 'int', + ), + 'classobj::deletestyle' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'classobj::drawlegendicon' => + array ( + 0 => 'int', + 'width' => 'int', + 'height' => 'int', + 'im' => 'imageObj', + 'dstX' => 'int', + 'dstY' => 'int', + ), + 'classobj::free' => + array ( + 0 => 'void', + ), + 'classobj::getexpressionstring' => + array ( + 0 => 'string', + ), + 'classobj::getlabel' => + array ( + 0 => 'labelObj', + 'index' => 'int', + ), + 'classobj::getmetadata' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'classobj::getstyle' => + array ( + 0 => 'styleObj', + 'index' => 'int', + ), + 'classobj::gettextstring' => + array ( + 0 => 'string', + ), + 'classobj::movestyledown' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'classobj::movestyleup' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'classobj::ms_newclassobj' => + array ( + 0 => 'classObj', + 'layer' => 'layerObj', + 'class' => 'classObj', + ), + 'classobj::removelabel' => + array ( + 0 => 'labelObj', + 'index' => 'int', + ), + 'classobj::removemetadata' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'classobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'classobj::setexpression' => + array ( + 0 => 'int', + 'expression' => 'string', + ), + 'classobj::setmetadata' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'string', + ), + 'classobj::settext' => + array ( + 0 => 'int', + 'text' => 'string', + ), + 'classobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'clusterobj::converttostring' => + array ( + 0 => 'string', + ), + 'clusterobj::getfilterstring' => + array ( + 0 => 'string', + ), + 'clusterobj::getgroupstring' => + array ( + 0 => 'string', + ), + 'clusterobj::setfilter' => + array ( + 0 => 'int', + 'expression' => 'string', + ), + 'clusterobj::setgroup' => + array ( + 0 => 'int', + 'expression' => 'string', + ), + 'collectable::isgarbage' => + array ( + 0 => 'bool', + ), + 'collectable::setgarbage' => + array ( + 0 => 'void', + ), + 'colorobj::sethex' => + array ( + 0 => 'int', + 'hex' => 'string', + ), + 'colorobj::tohex' => + array ( + 0 => 'string', + ), + 'com::__call' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'args' => 'mixed', + ), + 'com::__construct' => + array ( + 0 => 'void', + 'module_name' => 'string', + 'server_name=' => 'mixed', + 'codepage=' => 'int', + 'typelib=' => 'string', + ), + 'com::__get' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + ), + 'com::__set' => + array ( + 0 => 'void', + 'name' => 'mixed', + 'value' => 'mixed', + ), + 'com_addref' => + array ( + 0 => 'mixed', + ), + 'com_create_guid' => + array ( + 0 => 'string', + ), + 'com_event_sink' => + array ( + 0 => 'bool', + 'variant' => 'VARIANT', + 'sink_object' => 'object', + 'sink_interface=' => 'mixed', + ), + 'com_get_active_object' => + array ( + 0 => 'VARIANT', + 'prog_id' => 'string', + 'codepage=' => 'int', + ), + 'com_isenum' => + array ( + 0 => 'bool', + 'com_module' => 'variant', + ), + 'com_load_typelib' => + array ( + 0 => 'bool', + 'typelib_name' => 'string', + 'case_insensitive=' => 'true', + ), + 'com_message_pump' => + array ( + 0 => 'bool', + 'timeout_milliseconds=' => 'int', + ), + 'com_print_typeinfo' => + array ( + 0 => 'bool', + 'variant' => 'object', + 'dispatch_interface=' => 'string', + 'display_sink=' => 'bool', + ), + 'commonmark\\cql::__invoke' => + array ( + 0 => 'mixed', + 'root' => 'CommonMark\\Node', + 'handler' => 'callable', + ), + 'commonmark\\interfaces\\ivisitable::accept' => + array ( + 0 => 'void', + 'visitor' => 'CommonMark\\Interfaces\\IVisitor', + ), + 'commonmark\\interfaces\\ivisitor::enter' => + array ( + 0 => 'IVisitable|int|null', + 'visitable' => 'IVisitable', + ), + 'commonmark\\interfaces\\ivisitor::leave' => + array ( + 0 => 'IVisitable|int|null', + 'visitable' => 'IVisitable', + ), + 'commonmark\\node::accept' => + array ( + 0 => 'void', + 'visitor' => 'CommonMark\\Interfaces\\IVisitor', + ), + 'commonmark\\node::appendchild' => + array ( + 0 => 'CommonMark\\Node', + 'child' => 'CommonMark\\Node', + ), + 'commonmark\\node::insertafter' => + array ( + 0 => 'CommonMark\\Node', + 'sibling' => 'CommonMark\\Node', + ), + 'commonmark\\node::insertbefore' => + array ( + 0 => 'CommonMark\\Node', + 'sibling' => 'CommonMark\\Node', + ), + 'commonmark\\node::prependchild' => + array ( + 0 => 'CommonMark\\Node', + 'child' => 'CommonMark\\Node', + ), + 'commonmark\\node::replace' => + array ( + 0 => 'CommonMark\\Node', + 'target' => 'CommonMark\\Node', + ), + 'commonmark\\node::unlink' => + array ( + 0 => 'void', + ), + 'commonmark\\parse' => + array ( + 0 => 'CommonMark\\Node', + 'content' => 'string', + 'options=' => 'int', + ), + 'commonmark\\parser::finish' => + array ( + 0 => 'CommonMark\\Node', + ), + 'commonmark\\parser::parse' => + array ( + 0 => 'void', + 'buffer' => 'string', + ), + 'commonmark\\render' => + array ( + 0 => 'string', + 'node' => 'CommonMark\\Node', + 'options=' => 'int', + 'width=' => 'int', + ), + 'commonmark\\render\\html' => + array ( + 0 => 'string', + 'node' => 'CommonMark\\Node', + 'options=' => 'int', + ), + 'commonmark\\render\\latex' => + array ( + 0 => 'string', + 'node' => 'CommonMark\\Node', + 'options=' => 'int', + 'width=' => 'int', + ), + 'commonmark\\render\\man' => + array ( + 0 => 'string', + 'node' => 'CommonMark\\Node', + 'options=' => 'int', + 'width=' => 'int', + ), + 'commonmark\\render\\xml' => + array ( + 0 => 'string', + 'node' => 'CommonMark\\Node', + 'options=' => 'int', + ), + 'compersisthelper::__construct' => + array ( + 0 => 'void', + 'variant' => 'object', + ), + 'compersisthelper::getcurfile' => + array ( + 0 => 'string', + ), + 'compersisthelper::getcurfilename' => + array ( + 0 => 'string', + ), + 'compersisthelper::getmaxstreamsize' => + array ( + 0 => 'int', + ), + 'compersisthelper::initnew' => + array ( + 0 => 'int', + ), + 'compersisthelper::loadfromfile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags' => 'int', + ), + 'compersisthelper::loadfromstream' => + array ( + 0 => 'mixed', + 'stream' => 'mixed', + ), + 'compersisthelper::savetofile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'remember' => 'bool', + ), + 'compersisthelper::savetostream' => + array ( + 0 => 'int', + 'stream' => 'mixed', + ), + 'componere\\abstract\\definition::addinterface' => + array ( + 0 => 'Componere\\Abstract\\Definition', + 'interface' => 'string', + ), + 'componere\\abstract\\definition::addmethod' => + array ( + 0 => 'Componere\\Abstract\\Definition', + 'name' => 'string', + 'method' => 'Componere\\Method', + ), + 'componere\\abstract\\definition::addtrait' => + array ( + 0 => 'Componere\\Abstract\\Definition', + 'trait' => 'string', + ), + 'componere\\abstract\\definition::getreflector' => + array ( + 0 => 'ReflectionClass', + ), + 'componere\\cast' => + array ( + 0 => 'object', + 'arg1' => 'string', + 'object' => 'object', + ), + 'componere\\cast_by_ref' => + array ( + 0 => 'object', + 'arg1' => 'string', + 'object' => 'object', + ), + 'componere\\definition::addconstant' => + array ( + 0 => 'Componere\\Definition', + 'name' => 'string', + 'value' => 'Componere\\Value', + ), + 'componere\\definition::addproperty' => + array ( + 0 => 'Componere\\Definition', + 'name' => 'string', + 'value' => 'Componere\\Value', + ), + 'componere\\definition::getclosure' => + array ( + 0 => 'Closure', + 'name' => 'string', + ), + 'componere\\definition::getclosures' => + array ( + 0 => 'array', + ), + 'componere\\definition::isregistered' => + array ( + 0 => 'bool', + ), + 'componere\\definition::register' => + array ( + 0 => 'void', + ), + 'componere\\method::getreflector' => + array ( + 0 => 'ReflectionMethod', + ), + 'componere\\method::setprivate' => + array ( + 0 => 'Method', + ), + 'componere\\method::setprotected' => + array ( + 0 => 'Method', + ), + 'componere\\method::setstatic' => + array ( + 0 => 'Method', + ), + 'componere\\patch::apply' => + array ( + 0 => 'void', + ), + 'componere\\patch::derive' => + array ( + 0 => 'Componere\\Patch', + 'instance' => 'object', + ), + 'componere\\patch::getclosure' => + array ( + 0 => 'Closure', + 'name' => 'string', + ), + 'componere\\patch::getclosures' => + array ( + 0 => 'array', + ), + 'componere\\patch::isapplied' => + array ( + 0 => 'bool', + ), + 'componere\\patch::revert' => + array ( + 0 => 'void', + ), + 'componere\\value::hasdefault' => + array ( + 0 => 'bool', + ), + 'componere\\value::isprivate' => + array ( + 0 => 'bool', + ), + 'componere\\value::isprotected' => + array ( + 0 => 'bool', + ), + 'componere\\value::isstatic' => + array ( + 0 => 'bool', + ), + 'componere\\value::setprivate' => + array ( + 0 => 'Value', + ), + 'componere\\value::setprotected' => + array ( + 0 => 'Value', + ), + 'componere\\value::setstatic' => + array ( + 0 => 'Value', + ), + 'cond::broadcast' => + array ( + 0 => 'bool', + 'condition' => 'long', + ), + 'cond::create' => + array ( + 0 => 'long', + ), + 'cond::destroy' => + array ( + 0 => 'bool', + 'condition' => 'long', + ), + 'cond::signal' => + array ( + 0 => 'bool', + 'condition' => 'long', + ), + 'cond::wait' => + array ( + 0 => 'bool', + 'condition' => 'long', + 'mutex' => 'long', + 'timeout=' => 'long', + ), + 'confirm_pdo_ibm_compiled' => + array ( + 0 => 'mixed', + ), + 'connection_timeout' => + array ( + 0 => 'int', + ), + 'convert_cyr_string' => + array ( + 0 => 'string', + 'string' => 'string', + 'from' => 'string', + 'to' => 'string', + ), + 'couchbase\\analyticsquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\analyticsquery::fromstring' => + array ( + 0 => 'Couchbase\\AnalyticsQuery', + 'statement' => 'string', + ), + 'couchbase\\basicdecoderv1' => + array ( + 0 => 'mixed', + 'bytes' => 'string', + 'flags' => 'int', + 'datatype' => 'int', + 'options' => 'array', + ), + 'couchbase\\basicencoderv1' => + array ( + 0 => 'array', + 'value' => 'mixed', + 'options' => 'array', + ), + 'couchbase\\booleanfieldsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\booleanfieldsearchquery::boost' => + array ( + 0 => 'Couchbase\\BooleanFieldSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\booleanfieldsearchquery::field' => + array ( + 0 => 'Couchbase\\BooleanFieldSearchQuery', + 'field' => 'string', + ), + 'couchbase\\booleanfieldsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\booleansearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\booleansearchquery::boost' => + array ( + 0 => 'Couchbase\\BooleanSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\booleansearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\booleansearchquery::must' => + array ( + 0 => 'Couchbase\\BooleanSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\booleansearchquery::mustnot' => + array ( + 0 => 'Couchbase\\BooleanSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\booleansearchquery::should' => + array ( + 0 => 'Couchbase\\BooleanSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\bucket::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\bucket::__get' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'couchbase\\bucket::__set' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'int', + ), + 'couchbase\\bucket::append' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\bucket::counter' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'delta=' => 'int', + 'options=' => 'array', + ), + 'couchbase\\bucket::decryptfields' => + array ( + 0 => 'array', + 'document' => 'array', + 'fieldOptions' => 'mixed', + 'prefix=' => 'string', + ), + 'couchbase\\bucket::diag' => + array ( + 0 => 'array', + 'reportId=' => 'string', + ), + 'couchbase\\bucket::encryptfields' => + array ( + 0 => 'array', + 'document' => 'array', + 'fieldOptions' => 'mixed', + 'prefix=' => 'string', + ), + 'couchbase\\bucket::get' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'options=' => 'array', + ), + 'couchbase\\bucket::getandlock' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'lockTime' => 'int', + 'options=' => 'array', + ), + 'couchbase\\bucket::getandtouch' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'expiry' => 'int', + 'options=' => 'array', + ), + 'couchbase\\bucket::getfromreplica' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'options=' => 'array', + ), + 'couchbase\\bucket::getname' => + array ( + 0 => 'string', + ), + 'couchbase\\bucket::insert' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\bucket::listexists' => + array ( + 0 => 'bool', + 'id' => 'string', + 'value' => 'mixed', + ), + 'couchbase\\bucket::listget' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'index' => 'int', + ), + 'couchbase\\bucket::listpush' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'value' => 'mixed', + ), + 'couchbase\\bucket::listremove' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'index' => 'int', + ), + 'couchbase\\bucket::listset' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'index' => 'int', + 'value' => 'mixed', + ), + 'couchbase\\bucket::listshift' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'value' => 'mixed', + ), + 'couchbase\\bucket::listsize' => + array ( + 0 => 'int', + 'id' => 'string', + ), + 'couchbase\\bucket::lookupin' => + array ( + 0 => 'Couchbase\\LookupInBuilder', + 'id' => 'string', + ), + 'couchbase\\bucket::manager' => + array ( + 0 => 'Couchbase\\BucketManager', + ), + 'couchbase\\bucket::mapadd' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'key' => 'string', + 'value' => 'mixed', + ), + 'couchbase\\bucket::mapget' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'key' => 'string', + ), + 'couchbase\\bucket::mapremove' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'key' => 'string', + ), + 'couchbase\\bucket::mapsize' => + array ( + 0 => 'int', + 'id' => 'string', + ), + 'couchbase\\bucket::mutatein' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'id' => 'string', + 'cas' => 'string', + ), + 'couchbase\\bucket::ping' => + array ( + 0 => 'array', + 'services=' => 'int', + 'reportId=' => 'string', + ), + 'couchbase\\bucket::prepend' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\bucket::query' => + array ( + 0 => 'object', + 'query' => 'Couchbase\\AnalyticsQuery|Couchbase\\N1qlQuery|Couchbase\\SearchQuery|Couchbase\\SpatialViewQuery|Couchbase\\ViewQuery', + 'jsonAsArray=' => 'bool', + ), + 'couchbase\\bucket::queueadd' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'value' => 'mixed', + ), + 'couchbase\\bucket::queueexists' => + array ( + 0 => 'bool', + 'id' => 'string', + 'value' => 'mixed', + ), + 'couchbase\\bucket::queueremove' => + array ( + 0 => 'mixed', + 'id' => 'string', + ), + 'couchbase\\bucket::queuesize' => + array ( + 0 => 'int', + 'id' => 'string', + ), + 'couchbase\\bucket::remove' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'options=' => 'array', + ), + 'couchbase\\bucket::replace' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\bucket::retrievein' => + array ( + 0 => 'Couchbase\\DocumentFragment', + 'id' => 'string', + '...paths=' => 'array', + ), + 'couchbase\\bucket::setadd' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'value' => 'scalar', + ), + 'couchbase\\bucket::setexists' => + array ( + 0 => 'bool', + 'id' => 'string', + 'value' => 'scalar', + ), + 'couchbase\\bucket::setremove' => + array ( + 0 => 'mixed', + 'id' => 'string', + 'value' => 'scalar', + ), + 'couchbase\\bucket::setsize' => + array ( + 0 => 'int', + 'id' => 'string', + ), + 'couchbase\\bucket::settranscoder' => + array ( + 0 => 'mixed', + 'encoder' => 'callable', + 'decoder' => 'callable', + ), + 'couchbase\\bucket::touch' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'expiry' => 'int', + 'options=' => 'array', + ), + 'couchbase\\bucket::unlock' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'options=' => 'array', + ), + 'couchbase\\bucket::upsert' => + array ( + 0 => 'Couchbase\\Document|array', + 'ids' => 'array|string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\bucketmanager::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\bucketmanager::createn1qlindex' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'fields' => 'array', + 'whereClause=' => 'string', + 'ignoreIfExist=' => 'bool', + 'defer=' => 'bool', + ), + 'couchbase\\bucketmanager::createn1qlprimaryindex' => + array ( + 0 => 'mixed', + 'customName=' => 'string', + 'ignoreIfExist=' => 'bool', + 'defer=' => 'bool', + ), + 'couchbase\\bucketmanager::dropn1qlindex' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'ignoreIfNotExist=' => 'bool', + ), + 'couchbase\\bucketmanager::dropn1qlprimaryindex' => + array ( + 0 => 'mixed', + 'customName=' => 'string', + 'ignoreIfNotExist=' => 'bool', + ), + 'couchbase\\bucketmanager::flush' => + array ( + 0 => 'mixed', + ), + 'couchbase\\bucketmanager::getdesigndocument' => + array ( + 0 => 'array', + 'name' => 'string', + ), + 'couchbase\\bucketmanager::info' => + array ( + 0 => 'array', + ), + 'couchbase\\bucketmanager::insertdesigndocument' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'document' => 'array', + ), + 'couchbase\\bucketmanager::listdesigndocuments' => + array ( + 0 => 'array', + ), + 'couchbase\\bucketmanager::listn1qlindexes' => + array ( + 0 => 'array', + ), + 'couchbase\\bucketmanager::removedesigndocument' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'couchbase\\bucketmanager::upsertdesigndocument' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'document' => 'array', + ), + 'couchbase\\classicauthenticator::bucket' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'password' => 'string', + ), + 'couchbase\\classicauthenticator::cluster' => + array ( + 0 => 'mixed', + 'username' => 'string', + 'password' => 'string', + ), + 'couchbase\\cluster::__construct' => + array ( + 0 => 'void', + 'connstr' => 'string', + ), + 'couchbase\\cluster::authenticate' => + array ( + 0 => 'null', + 'authenticator' => 'Couchbase\\Authenticator', + ), + 'couchbase\\cluster::authenticateas' => + array ( + 0 => 'null', + 'username' => 'string', + 'password' => 'string', + ), + 'couchbase\\cluster::manager' => + array ( + 0 => 'Couchbase\\ClusterManager', + 'username=' => 'string', + 'password=' => 'string', + ), + 'couchbase\\cluster::openbucket' => + array ( + 0 => 'Couchbase\\Bucket', + 'name=' => 'string', + 'password=' => 'string', + ), + 'couchbase\\clustermanager::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\clustermanager::createbucket' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'options=' => 'array', + ), + 'couchbase\\clustermanager::getuser' => + array ( + 0 => 'array', + 'username' => 'string', + 'domain=' => 'int', + ), + 'couchbase\\clustermanager::info' => + array ( + 0 => 'array', + ), + 'couchbase\\clustermanager::listbuckets' => + array ( + 0 => 'array', + ), + 'couchbase\\clustermanager::listusers' => + array ( + 0 => 'array', + 'domain=' => 'int', + ), + 'couchbase\\clustermanager::removebucket' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'couchbase\\clustermanager::removeuser' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'domain=' => 'int', + ), + 'couchbase\\clustermanager::upsertuser' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'settings' => 'Couchbase\\UserSettings', + 'domain=' => 'int', + ), + 'couchbase\\conjunctionsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\conjunctionsearchquery::boost' => + array ( + 0 => 'Couchbase\\ConjunctionSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\conjunctionsearchquery::every' => + array ( + 0 => 'Couchbase\\ConjunctionSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\conjunctionsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\daterangesearchfacet::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\daterangesearchfacet::addrange' => + array ( + 0 => 'Couchbase\\DateRangeSearchFacet', + 'name' => 'string', + 'start' => 'int|string', + 'end' => 'int|string', + ), + 'couchbase\\daterangesearchfacet::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\daterangesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\daterangesearchquery::boost' => + array ( + 0 => 'Couchbase\\DateRangeSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\daterangesearchquery::datetimeparser' => + array ( + 0 => 'Couchbase\\DateRangeSearchQuery', + 'dateTimeParser' => 'string', + ), + 'couchbase\\daterangesearchquery::end' => + array ( + 0 => 'Couchbase\\DateRangeSearchQuery', + 'end' => 'int|string', + 'inclusive=' => 'bool', + ), + 'couchbase\\daterangesearchquery::field' => + array ( + 0 => 'Couchbase\\DateRangeSearchQuery', + 'field' => 'string', + ), + 'couchbase\\daterangesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\daterangesearchquery::start' => + array ( + 0 => 'Couchbase\\DateRangeSearchQuery', + 'start' => 'int|string', + 'inclusive=' => 'bool', + ), + 'couchbase\\defaultdecoder' => + array ( + 0 => 'mixed', + 'bytes' => 'string', + 'flags' => 'int', + 'datatype' => 'int', + ), + 'couchbase\\defaultencoder' => + array ( + 0 => 'array', + 'value' => 'mixed', + ), + 'couchbase\\disjunctionsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\disjunctionsearchquery::boost' => + array ( + 0 => 'Couchbase\\DisjunctionSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\disjunctionsearchquery::either' => + array ( + 0 => 'Couchbase\\DisjunctionSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\disjunctionsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\disjunctionsearchquery::min' => + array ( + 0 => 'Couchbase\\DisjunctionSearchQuery', + 'min' => 'int', + ), + 'couchbase\\docidsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\docidsearchquery::boost' => + array ( + 0 => 'Couchbase\\DocIdSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\docidsearchquery::docids' => + array ( + 0 => 'Couchbase\\DocIdSearchQuery', + '...documentIds=' => 'array', + ), + 'couchbase\\docidsearchquery::field' => + array ( + 0 => 'Couchbase\\DocIdSearchQuery', + 'field' => 'string', + ), + 'couchbase\\docidsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\fastlzcompress' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'couchbase\\fastlzdecompress' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'couchbase\\geoboundingboxsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\geoboundingboxsearchquery::boost' => + array ( + 0 => 'Couchbase\\GeoBoundingBoxSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\geoboundingboxsearchquery::field' => + array ( + 0 => 'Couchbase\\GeoBoundingBoxSearchQuery', + 'field' => 'string', + ), + 'couchbase\\geoboundingboxsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\geodistancesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\geodistancesearchquery::boost' => + array ( + 0 => 'Couchbase\\GeoDistanceSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\geodistancesearchquery::field' => + array ( + 0 => 'Couchbase\\GeoDistanceSearchQuery', + 'field' => 'string', + ), + 'couchbase\\geodistancesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\lookupinbuilder::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\lookupinbuilder::execute' => + array ( + 0 => 'Couchbase\\DocumentFragment', + ), + 'couchbase\\lookupinbuilder::exists' => + array ( + 0 => 'Couchbase\\LookupInBuilder', + 'path' => 'string', + 'options=' => 'array', + ), + 'couchbase\\lookupinbuilder::get' => + array ( + 0 => 'Couchbase\\LookupInBuilder', + 'path' => 'string', + 'options=' => 'array', + ), + 'couchbase\\lookupinbuilder::getcount' => + array ( + 0 => 'Couchbase\\LookupInBuilder', + 'path' => 'string', + 'options=' => 'array', + ), + 'couchbase\\matchallsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\matchallsearchquery::boost' => + array ( + 0 => 'Couchbase\\MatchAllSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\matchallsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\matchnonesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\matchnonesearchquery::boost' => + array ( + 0 => 'Couchbase\\MatchNoneSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\matchnonesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\matchphrasesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\matchphrasesearchquery::analyzer' => + array ( + 0 => 'Couchbase\\MatchPhraseSearchQuery', + 'analyzer' => 'string', + ), + 'couchbase\\matchphrasesearchquery::boost' => + array ( + 0 => 'Couchbase\\MatchPhraseSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\matchphrasesearchquery::field' => + array ( + 0 => 'Couchbase\\MatchPhraseSearchQuery', + 'field' => 'string', + ), + 'couchbase\\matchphrasesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\matchsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\matchsearchquery::analyzer' => + array ( + 0 => 'Couchbase\\MatchSearchQuery', + 'analyzer' => 'string', + ), + 'couchbase\\matchsearchquery::boost' => + array ( + 0 => 'Couchbase\\MatchSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\matchsearchquery::field' => + array ( + 0 => 'Couchbase\\MatchSearchQuery', + 'field' => 'string', + ), + 'couchbase\\matchsearchquery::fuzziness' => + array ( + 0 => 'Couchbase\\MatchSearchQuery', + 'fuzziness' => 'int', + ), + 'couchbase\\matchsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\matchsearchquery::prefixlength' => + array ( + 0 => 'Couchbase\\MatchSearchQuery', + 'prefixLength' => 'int', + ), + 'couchbase\\mutateinbuilder::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\mutateinbuilder::arrayaddunique' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::arrayappend' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::arrayappendall' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'values' => 'array', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::arrayinsert' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\mutateinbuilder::arrayinsertall' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'values' => 'array', + 'options=' => 'array', + ), + 'couchbase\\mutateinbuilder::arrayprepend' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::arrayprependall' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'values' => 'array', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::counter' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'delta' => 'int', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::execute' => + array ( + 0 => 'Couchbase\\DocumentFragment', + ), + 'couchbase\\mutateinbuilder::insert' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::modedocument' => + array ( + 0 => 'mixed', + 'mode' => 'int', + ), + 'couchbase\\mutateinbuilder::remove' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'options=' => 'array', + ), + 'couchbase\\mutateinbuilder::replace' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array', + ), + 'couchbase\\mutateinbuilder::upsert' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'path' => 'string', + 'value' => 'mixed', + 'options=' => 'array|bool', + ), + 'couchbase\\mutateinbuilder::withexpiry' => + array ( + 0 => 'Couchbase\\MutateInBuilder', + 'expiry' => 'Couchbase\\expiry', + ), + 'couchbase\\mutationstate::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\mutationstate::add' => + array ( + 0 => 'mixed', + 'source' => 'Couchbase\\Document|Couchbase\\DocumentFragment|array', + ), + 'couchbase\\mutationstate::from' => + array ( + 0 => 'Couchbase\\MutationState', + 'source' => 'Couchbase\\Document|Couchbase\\DocumentFragment|array', + ), + 'couchbase\\mutationtoken::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\mutationtoken::bucketname' => + array ( + 0 => 'string', + ), + 'couchbase\\mutationtoken::from' => + array ( + 0 => 'mixed', + 'bucketName' => 'string', + 'vbucketId' => 'int', + 'vbucketUuid' => 'string', + 'sequenceNumber' => 'string', + ), + 'couchbase\\mutationtoken::sequencenumber' => + array ( + 0 => 'string', + ), + 'couchbase\\mutationtoken::vbucketid' => + array ( + 0 => 'int', + ), + 'couchbase\\mutationtoken::vbucketuuid' => + array ( + 0 => 'string', + ), + 'couchbase\\n1qlindex::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\n1qlquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\n1qlquery::adhoc' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'adhoc' => 'bool', + ), + 'couchbase\\n1qlquery::consistency' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'consistency' => 'int', + ), + 'couchbase\\n1qlquery::consistentwith' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'state' => 'Couchbase\\MutationState', + ), + 'couchbase\\n1qlquery::crossbucket' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'crossBucket' => 'bool', + ), + 'couchbase\\n1qlquery::fromstring' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'statement' => 'string', + ), + 'couchbase\\n1qlquery::maxparallelism' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'maxParallelism' => 'int', + ), + 'couchbase\\n1qlquery::namedparams' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'params' => 'array', + ), + 'couchbase\\n1qlquery::pipelinebatch' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'pipelineBatch' => 'int', + ), + 'couchbase\\n1qlquery::pipelinecap' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'pipelineCap' => 'int', + ), + 'couchbase\\n1qlquery::positionalparams' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'params' => 'array', + ), + 'couchbase\\n1qlquery::profile' => + array ( + 0 => 'mixed', + 'profileType' => 'string', + ), + 'couchbase\\n1qlquery::readonly' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'readonly' => 'bool', + ), + 'couchbase\\n1qlquery::scancap' => + array ( + 0 => 'Couchbase\\N1qlQuery', + 'scanCap' => 'int', + ), + 'couchbase\\numericrangesearchfacet::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\numericrangesearchfacet::addrange' => + array ( + 0 => 'Couchbase\\NumericRangeSearchFacet', + 'name' => 'string', + 'min' => 'float', + 'max' => 'float', + ), + 'couchbase\\numericrangesearchfacet::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\numericrangesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\numericrangesearchquery::boost' => + array ( + 0 => 'Couchbase\\NumericRangeSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\numericrangesearchquery::field' => + array ( + 0 => 'Couchbase\\NumericRangeSearchQuery', + 'field' => 'string', + ), + 'couchbase\\numericrangesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\numericrangesearchquery::max' => + array ( + 0 => 'Couchbase\\NumericRangeSearchQuery', + 'max' => 'float', + 'inclusive=' => 'bool', + ), + 'couchbase\\numericrangesearchquery::min' => + array ( + 0 => 'Couchbase\\NumericRangeSearchQuery', + 'min' => 'float', + 'inclusive=' => 'bool', + ), + 'couchbase\\passthrudecoder' => + array ( + 0 => 'string', + 'bytes' => 'string', + 'flags' => 'int', + 'datatype' => 'int', + ), + 'couchbase\\passthruencoder' => + array ( + 0 => 'array', + 'value' => 'string', + ), + 'couchbase\\passwordauthenticator::password' => + array ( + 0 => 'Couchbase\\PasswordAuthenticator', + 'password' => 'string', + ), + 'couchbase\\passwordauthenticator::username' => + array ( + 0 => 'Couchbase\\PasswordAuthenticator', + 'username' => 'string', + ), + 'couchbase\\phrasesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\phrasesearchquery::boost' => + array ( + 0 => 'Couchbase\\PhraseSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\phrasesearchquery::field' => + array ( + 0 => 'Couchbase\\PhraseSearchQuery', + 'field' => 'string', + ), + 'couchbase\\phrasesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\prefixsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\prefixsearchquery::boost' => + array ( + 0 => 'Couchbase\\PrefixSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\prefixsearchquery::field' => + array ( + 0 => 'Couchbase\\PrefixSearchQuery', + 'field' => 'string', + ), + 'couchbase\\prefixsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\querystringsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\querystringsearchquery::boost' => + array ( + 0 => 'Couchbase\\QueryStringSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\querystringsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\regexpsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\regexpsearchquery::boost' => + array ( + 0 => 'Couchbase\\RegexpSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\regexpsearchquery::field' => + array ( + 0 => 'Couchbase\\RegexpSearchQuery', + 'field' => 'string', + ), + 'couchbase\\regexpsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\searchquery::__construct' => + array ( + 0 => 'void', + 'indexName' => 'string', + 'queryPart' => 'Couchbase\\SearchQueryPart', + ), + 'couchbase\\searchquery::addfacet' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'name' => 'string', + 'facet' => 'Couchbase\\SearchFacet', + ), + 'couchbase\\searchquery::boolean' => + array ( + 0 => 'Couchbase\\BooleanSearchQuery', + ), + 'couchbase\\searchquery::booleanfield' => + array ( + 0 => 'Couchbase\\BooleanFieldSearchQuery', + 'value' => 'bool', + ), + 'couchbase\\searchquery::conjuncts' => + array ( + 0 => 'Couchbase\\ConjunctionSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\searchquery::consistentwith' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'state' => 'Couchbase\\MutationState', + ), + 'couchbase\\searchquery::daterange' => + array ( + 0 => 'Couchbase\\DateRangeSearchQuery', + ), + 'couchbase\\searchquery::daterangefacet' => + array ( + 0 => 'Couchbase\\DateRangeSearchFacet', + 'field' => 'string', + 'limit' => 'int', + ), + 'couchbase\\searchquery::disjuncts' => + array ( + 0 => 'Couchbase\\DisjunctionSearchQuery', + '...queries=' => 'array', + ), + 'couchbase\\searchquery::docid' => + array ( + 0 => 'Couchbase\\DocIdSearchQuery', + '...documentIds=' => 'array', + ), + 'couchbase\\searchquery::explain' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'explain' => 'bool', + ), + 'couchbase\\searchquery::fields' => + array ( + 0 => 'Couchbase\\SearchQuery', + '...fields=' => 'array', + ), + 'couchbase\\searchquery::geoboundingbox' => + array ( + 0 => 'Couchbase\\GeoBoundingBoxSearchQuery', + 'topLeftLongitude' => 'float', + 'topLeftLatitude' => 'float', + 'bottomRightLongitude' => 'float', + 'bottomRightLatitude' => 'float', + ), + 'couchbase\\searchquery::geodistance' => + array ( + 0 => 'Couchbase\\GeoDistanceSearchQuery', + 'longitude' => 'float', + 'latitude' => 'float', + 'distance' => 'string', + ), + 'couchbase\\searchquery::highlight' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'style' => 'string', + '...fields=' => 'array', + ), + 'couchbase\\searchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\searchquery::limit' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'limit' => 'int', + ), + 'couchbase\\searchquery::match' => + array ( + 0 => 'Couchbase\\MatchSearchQuery', + 'match' => 'string', + ), + 'couchbase\\searchquery::matchall' => + array ( + 0 => 'Couchbase\\MatchAllSearchQuery', + ), + 'couchbase\\searchquery::matchnone' => + array ( + 0 => 'Couchbase\\MatchNoneSearchQuery', + ), + 'couchbase\\searchquery::matchphrase' => + array ( + 0 => 'Couchbase\\MatchPhraseSearchQuery', + '...terms=' => 'array', + ), + 'couchbase\\searchquery::numericrange' => + array ( + 0 => 'Couchbase\\NumericRangeSearchQuery', + ), + 'couchbase\\searchquery::numericrangefacet' => + array ( + 0 => 'Couchbase\\NumericRangeSearchFacet', + 'field' => 'string', + 'limit' => 'int', + ), + 'couchbase\\searchquery::prefix' => + array ( + 0 => 'Couchbase\\PrefixSearchQuery', + 'prefix' => 'string', + ), + 'couchbase\\searchquery::querystring' => + array ( + 0 => 'Couchbase\\QueryStringSearchQuery', + 'queryString' => 'string', + ), + 'couchbase\\searchquery::regexp' => + array ( + 0 => 'Couchbase\\RegexpSearchQuery', + 'regexp' => 'string', + ), + 'couchbase\\searchquery::serversidetimeout' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'serverSideTimeout' => 'int', + ), + 'couchbase\\searchquery::skip' => + array ( + 0 => 'Couchbase\\SearchQuery', + 'skip' => 'int', + ), + 'couchbase\\searchquery::sort' => + array ( + 0 => 'Couchbase\\SearchQuery', + '...sort=' => 'array', + ), + 'couchbase\\searchquery::term' => + array ( + 0 => 'Couchbase\\TermSearchQuery', + 'term' => 'string', + ), + 'couchbase\\searchquery::termfacet' => + array ( + 0 => 'Couchbase\\TermSearchFacet', + 'field' => 'string', + 'limit' => 'int', + ), + 'couchbase\\searchquery::termrange' => + array ( + 0 => 'Couchbase\\TermRangeSearchQuery', + ), + 'couchbase\\searchquery::wildcard' => + array ( + 0 => 'Couchbase\\WildcardSearchQuery', + 'wildcard' => 'string', + ), + 'couchbase\\searchsort::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\searchsort::field' => + array ( + 0 => 'Couchbase\\SearchSortField', + 'field' => 'string', + ), + 'couchbase\\searchsort::geodistance' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'field' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + ), + 'couchbase\\searchsort::id' => + array ( + 0 => 'Couchbase\\SearchSortId', + ), + 'couchbase\\searchsort::score' => + array ( + 0 => 'Couchbase\\SearchSortScore', + ), + 'couchbase\\searchsortfield::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\searchsortfield::descending' => + array ( + 0 => 'Couchbase\\SearchSortField', + 'descending' => 'bool', + ), + 'couchbase\\searchsortfield::field' => + array ( + 0 => 'Couchbase\\SearchSortField', + 'field' => 'string', + ), + 'couchbase\\searchsortfield::geodistance' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'field' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + ), + 'couchbase\\searchsortfield::id' => + array ( + 0 => 'Couchbase\\SearchSortId', + ), + 'couchbase\\searchsortfield::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'couchbase\\searchsortfield::missing' => + array ( + 0 => 'mixed', + 'missing' => 'string', + ), + 'couchbase\\searchsortfield::mode' => + array ( + 0 => 'mixed', + 'mode' => 'string', + ), + 'couchbase\\searchsortfield::score' => + array ( + 0 => 'Couchbase\\SearchSortScore', + ), + 'couchbase\\searchsortfield::type' => + array ( + 0 => 'mixed', + 'type' => 'string', + ), + 'couchbase\\searchsortgeodistance::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\searchsortgeodistance::descending' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'descending' => 'bool', + ), + 'couchbase\\searchsortgeodistance::field' => + array ( + 0 => 'Couchbase\\SearchSortField', + 'field' => 'string', + ), + 'couchbase\\searchsortgeodistance::geodistance' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'field' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + ), + 'couchbase\\searchsortgeodistance::id' => + array ( + 0 => 'Couchbase\\SearchSortId', + ), + 'couchbase\\searchsortgeodistance::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'couchbase\\searchsortgeodistance::score' => + array ( + 0 => 'Couchbase\\SearchSortScore', + ), + 'couchbase\\searchsortgeodistance::unit' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'unit' => 'string', + ), + 'couchbase\\searchsortid::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\searchsortid::descending' => + array ( + 0 => 'Couchbase\\SearchSortId', + 'descending' => 'bool', + ), + 'couchbase\\searchsortid::field' => + array ( + 0 => 'Couchbase\\SearchSortField', + 'field' => 'string', + ), + 'couchbase\\searchsortid::geodistance' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'field' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + ), + 'couchbase\\searchsortid::id' => + array ( + 0 => 'Couchbase\\SearchSortId', + ), + 'couchbase\\searchsortid::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'couchbase\\searchsortid::score' => + array ( + 0 => 'Couchbase\\SearchSortScore', + ), + 'couchbase\\searchsortscore::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\searchsortscore::descending' => + array ( + 0 => 'Couchbase\\SearchSortScore', + 'descending' => 'bool', + ), + 'couchbase\\searchsortscore::field' => + array ( + 0 => 'Couchbase\\SearchSortField', + 'field' => 'string', + ), + 'couchbase\\searchsortscore::geodistance' => + array ( + 0 => 'Couchbase\\SearchSortGeoDistance', + 'field' => 'string', + 'longitude' => 'float', + 'latitude' => 'float', + ), + 'couchbase\\searchsortscore::id' => + array ( + 0 => 'Couchbase\\SearchSortId', + ), + 'couchbase\\searchsortscore::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'couchbase\\searchsortscore::score' => + array ( + 0 => 'Couchbase\\SearchSortScore', + ), + 'couchbase\\spatialviewquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\spatialviewquery::bbox' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'bbox' => 'array', + ), + 'couchbase\\spatialviewquery::consistency' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'consistency' => 'int', + ), + 'couchbase\\spatialviewquery::custom' => + array ( + 0 => 'mixed', + 'customParameters' => 'array', + ), + 'couchbase\\spatialviewquery::encode' => + array ( + 0 => 'array', + ), + 'couchbase\\spatialviewquery::endrange' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'range' => 'array', + ), + 'couchbase\\spatialviewquery::limit' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'limit' => 'int', + ), + 'couchbase\\spatialviewquery::order' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'order' => 'int', + ), + 'couchbase\\spatialviewquery::skip' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'skip' => 'int', + ), + 'couchbase\\spatialviewquery::startrange' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'range' => 'array', + ), + 'couchbase\\termrangesearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\termrangesearchquery::boost' => + array ( + 0 => 'Couchbase\\TermRangeSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\termrangesearchquery::field' => + array ( + 0 => 'Couchbase\\TermRangeSearchQuery', + 'field' => 'string', + ), + 'couchbase\\termrangesearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\termrangesearchquery::max' => + array ( + 0 => 'Couchbase\\TermRangeSearchQuery', + 'max' => 'string', + 'inclusive=' => 'bool', + ), + 'couchbase\\termrangesearchquery::min' => + array ( + 0 => 'Couchbase\\TermRangeSearchQuery', + 'min' => 'string', + 'inclusive=' => 'bool', + ), + 'couchbase\\termsearchfacet::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\termsearchfacet::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\termsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\termsearchquery::boost' => + array ( + 0 => 'Couchbase\\TermSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\termsearchquery::field' => + array ( + 0 => 'Couchbase\\TermSearchQuery', + 'field' => 'string', + ), + 'couchbase\\termsearchquery::fuzziness' => + array ( + 0 => 'Couchbase\\TermSearchQuery', + 'fuzziness' => 'int', + ), + 'couchbase\\termsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\termsearchquery::prefixlength' => + array ( + 0 => 'Couchbase\\TermSearchQuery', + 'prefixLength' => 'int', + ), + 'couchbase\\usersettings::fullname' => + array ( + 0 => 'Couchbase\\UserSettings', + 'fullName' => 'string', + ), + 'couchbase\\usersettings::password' => + array ( + 0 => 'Couchbase\\UserSettings', + 'password' => 'string', + ), + 'couchbase\\usersettings::role' => + array ( + 0 => 'Couchbase\\UserSettings', + 'role' => 'string', + 'bucket=' => 'string', + ), + 'couchbase\\viewquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\viewquery::consistency' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'consistency' => 'int', + ), + 'couchbase\\viewquery::custom' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'customParameters' => 'array', + ), + 'couchbase\\viewquery::encode' => + array ( + 0 => 'array', + ), + 'couchbase\\viewquery::from' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'designDocumentName' => 'string', + 'viewName' => 'string', + ), + 'couchbase\\viewquery::fromspatial' => + array ( + 0 => 'Couchbase\\SpatialViewQuery', + 'designDocumentName' => 'string', + 'viewName' => 'string', + ), + 'couchbase\\viewquery::group' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'group' => 'bool', + ), + 'couchbase\\viewquery::grouplevel' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'groupLevel' => 'int', + ), + 'couchbase\\viewquery::idrange' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'startKeyDocumentId' => 'string', + 'endKeyDocumentId' => 'string', + ), + 'couchbase\\viewquery::key' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'key' => 'mixed', + ), + 'couchbase\\viewquery::keys' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'keys' => 'array', + ), + 'couchbase\\viewquery::limit' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'limit' => 'int', + ), + 'couchbase\\viewquery::order' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'order' => 'int', + ), + 'couchbase\\viewquery::range' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'startKey' => 'mixed', + 'endKey' => 'mixed', + 'inclusiveEnd=' => 'bool', + ), + 'couchbase\\viewquery::reduce' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'reduce' => 'bool', + ), + 'couchbase\\viewquery::skip' => + array ( + 0 => 'Couchbase\\ViewQuery', + 'skip' => 'int', + ), + 'couchbase\\viewqueryencodable::encode' => + array ( + 0 => 'array', + ), + 'couchbase\\wildcardsearchquery::__construct' => + array ( + 0 => 'void', + ), + 'couchbase\\wildcardsearchquery::boost' => + array ( + 0 => 'Couchbase\\WildcardSearchQuery', + 'boost' => 'float', + ), + 'couchbase\\wildcardsearchquery::field' => + array ( + 0 => 'Couchbase\\WildcardSearchQuery', + 'field' => 'string', + ), + 'couchbase\\wildcardsearchquery::jsonserialize' => + array ( + 0 => 'array', + ), + 'couchbase\\zlibcompress' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'couchbase\\zlibdecompress' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'count_chars\'1' => + array ( + 0 => 'string', + 'input' => 'string', + 'mode=' => '3|4', + ), + 'countable::count' => + array ( + 0 => 'int', + ), + 'crack_check' => + array ( + 0 => 'bool', + 'dictionary' => 'mixed', + 'password' => 'string', + ), + 'crack_closedict' => + array ( + 0 => 'bool', + 'dictionary=' => 'resource', + ), + 'crack_getlastmessage' => + array ( + 0 => 'string', + ), + 'crack_opendict' => + array ( + 0 => 'false|resource', + 'dictionary' => 'string', + ), + 'crash' => + array ( + 0 => 'mixed', + ), + 'cubrid_affected_rows' => + array ( + 0 => 'int', + 'req_identifier=' => 'mixed', + ), + 'cubrid_bind' => + array ( + 0 => 'bool', + 'req_identifier' => 'resource', + 'bind_param' => 'int', + 'bind_value' => 'mixed', + 'bind_value_type=' => 'string', + ), + 'cubrid_client_encoding' => + array ( + 0 => 'string', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_close' => + array ( + 0 => 'bool', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_close_prepare' => + array ( + 0 => 'bool', + 'req_identifier' => 'resource', + ), + 'cubrid_close_request' => + array ( + 0 => 'bool', + 'req_identifier' => 'resource', + ), + 'cubrid_col_get' => + array ( + 0 => 'array', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + ), + 'cubrid_col_size' => + array ( + 0 => 'int', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + ), + 'cubrid_column_names' => + array ( + 0 => 'array', + 'req_identifier' => 'resource', + ), + 'cubrid_column_types' => + array ( + 0 => 'array', + 'req_identifier' => 'resource', + ), + 'cubrid_commit' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + ), + 'cubrid_connect' => + array ( + 0 => 'resource', + 'host' => 'string', + 'port' => 'int', + 'dbname' => 'string', + 'userid=' => 'string', + 'passwd=' => 'string', + ), + 'cubrid_connect_with_url' => + array ( + 0 => 'resource', + 'conn_url' => 'string', + 'userid=' => 'string', + 'passwd=' => 'string', + ), + 'cubrid_current_oid' => + array ( + 0 => 'string', + 'req_identifier' => 'resource', + ), + 'cubrid_data_seek' => + array ( + 0 => 'bool', + 'req_identifier' => 'mixed', + 'row_number' => 'int', + ), + 'cubrid_db_name' => + array ( + 0 => 'string', + 'result' => 'array', + 'index' => 'int', + ), + 'cubrid_db_parameter' => + array ( + 0 => 'array', + 'conn_identifier' => 'resource', + ), + 'cubrid_disconnect' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + ), + 'cubrid_drop' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + ), + 'cubrid_errno' => + array ( + 0 => 'int', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_error' => + array ( + 0 => 'string', + 'connection=' => 'mixed', + ), + 'cubrid_error_code' => + array ( + 0 => 'int', + ), + 'cubrid_error_code_facility' => + array ( + 0 => 'int', + ), + 'cubrid_error_msg' => + array ( + 0 => 'string', + ), + 'cubrid_execute' => + array ( + 0 => 'bool', + 'conn_identifier' => 'mixed', + 'sql' => 'string', + 'option=' => 'int', + 'request_identifier=' => 'mixed', + ), + 'cubrid_fetch' => + array ( + 0 => 'mixed', + 'result' => 'resource', + 'type=' => 'int', + ), + 'cubrid_fetch_array' => + array ( + 0 => 'array', + 'result' => 'resource', + 'type=' => 'int', + ), + 'cubrid_fetch_assoc' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'cubrid_fetch_field' => + array ( + 0 => 'object', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'cubrid_fetch_lengths' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'cubrid_fetch_object' => + array ( + 0 => 'object', + 'result' => 'resource', + 'class_name=' => 'string', + 'params=' => 'array', + ), + 'cubrid_fetch_row' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'cubrid_field_flags' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'cubrid_field_len' => + array ( + 0 => 'int', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'cubrid_field_name' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'cubrid_field_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'cubrid_field_table' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'cubrid_field_type' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'cubrid_free_result' => + array ( + 0 => 'bool', + 'req_identifier' => 'resource', + ), + 'cubrid_get' => + array ( + 0 => 'mixed', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr=' => 'mixed', + ), + 'cubrid_get_autocommit' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + ), + 'cubrid_get_charset' => + array ( + 0 => 'string', + 'conn_identifier' => 'resource', + ), + 'cubrid_get_class_name' => + array ( + 0 => 'string', + 'conn_identifier' => 'resource', + 'oid' => 'string', + ), + 'cubrid_get_client_info' => + array ( + 0 => 'string', + ), + 'cubrid_get_db_parameter' => + array ( + 0 => 'array', + 'conn_identifier' => 'resource', + ), + 'cubrid_get_query_timeout' => + array ( + 0 => 'int', + 'req_identifier' => 'resource', + ), + 'cubrid_get_server_info' => + array ( + 0 => 'string', + 'conn_identifier' => 'resource', + ), + 'cubrid_insert_id' => + array ( + 0 => 'string', + 'conn_identifier=' => 'resource', + ), + 'cubrid_is_instance' => + array ( + 0 => 'int', + 'conn_identifier' => 'resource', + 'oid' => 'string', + ), + 'cubrid_list_dbs' => + array ( + 0 => 'array', + 'conn_identifier' => 'resource', + ), + 'cubrid_load_from_glo' => + array ( + 0 => 'int', + 'conn_identifier' => 'mixed', + 'oid' => 'string', + 'file_name' => 'string', + ), + 'cubrid_lob2_bind' => + array ( + 0 => 'bool', + 'req_identifier' => 'resource', + 'bind_index' => 'int', + 'bind_value' => 'mixed', + 'bind_value_type=' => 'string', + ), + 'cubrid_lob2_close' => + array ( + 0 => 'bool', + 'lob_identifier' => 'resource', + ), + 'cubrid_lob2_export' => + array ( + 0 => 'bool', + 'lob_identifier' => 'resource', + 'file_name' => 'string', + ), + 'cubrid_lob2_import' => + array ( + 0 => 'bool', + 'lob_identifier' => 'resource', + 'file_name' => 'string', + ), + 'cubrid_lob2_new' => + array ( + 0 => 'resource', + 'conn_identifier=' => 'resource', + 'type=' => 'string', + ), + 'cubrid_lob2_read' => + array ( + 0 => 'string', + 'lob_identifier' => 'resource', + 'length' => 'int', + ), + 'cubrid_lob2_seek' => + array ( + 0 => 'bool', + 'lob_identifier' => 'resource', + 'offset' => 'int', + 'origin=' => 'int', + ), + 'cubrid_lob2_seek64' => + array ( + 0 => 'bool', + 'lob_identifier' => 'resource', + 'offset' => 'string', + 'origin=' => 'int', + ), + 'cubrid_lob2_size' => + array ( + 0 => 'int', + 'lob_identifier' => 'resource', + ), + 'cubrid_lob2_size64' => + array ( + 0 => 'string', + 'lob_identifier' => 'resource', + ), + 'cubrid_lob2_tell' => + array ( + 0 => 'int', + 'lob_identifier' => 'resource', + ), + 'cubrid_lob2_tell64' => + array ( + 0 => 'string', + 'lob_identifier' => 'resource', + ), + 'cubrid_lob2_write' => + array ( + 0 => 'bool', + 'lob_identifier' => 'resource', + 'buf' => 'string', + ), + 'cubrid_lob_close' => + array ( + 0 => 'bool', + 'lob_identifier_array' => 'array', + ), + 'cubrid_lob_export' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'lob_identifier' => 'resource', + 'path_name' => 'string', + ), + 'cubrid_lob_get' => + array ( + 0 => 'array', + 'conn_identifier' => 'resource', + 'sql' => 'string', + ), + 'cubrid_lob_send' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'lob_identifier' => 'resource', + ), + 'cubrid_lob_size' => + array ( + 0 => 'string', + 'lob_identifier' => 'resource', + ), + 'cubrid_lock_read' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + ), + 'cubrid_lock_write' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + ), + 'cubrid_move_cursor' => + array ( + 0 => 'int', + 'req_identifier' => 'resource', + 'offset' => 'int', + 'origin=' => 'int', + ), + 'cubrid_new_glo' => + array ( + 0 => 'string', + 'conn_identifier' => 'mixed', + 'class_name' => 'string', + 'file_name' => 'string', + ), + 'cubrid_next_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'cubrid_num_cols' => + array ( + 0 => 'int', + 'req_identifier' => 'resource', + ), + 'cubrid_num_fields' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'cubrid_num_rows' => + array ( + 0 => 'int', + 'req_identifier' => 'resource', + ), + 'cubrid_pconnect' => + array ( + 0 => 'resource', + 'host' => 'string', + 'port' => 'int', + 'dbname' => 'string', + 'userid=' => 'string', + 'passwd=' => 'string', + ), + 'cubrid_pconnect_with_url' => + array ( + 0 => 'resource', + 'conn_url' => 'string', + 'userid=' => 'string', + 'passwd=' => 'string', + ), + 'cubrid_ping' => + array ( + 0 => 'bool', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_prepare' => + array ( + 0 => 'resource', + 'conn_identifier' => 'resource', + 'prepare_stmt' => 'string', + 'option=' => 'int', + ), + 'cubrid_put' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr=' => 'string', + 'value=' => 'mixed', + ), + 'cubrid_query' => + array ( + 0 => 'resource', + 'query' => 'string', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_real_escape_string' => + array ( + 0 => 'string', + 'unescaped_string' => 'string', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_result' => + array ( + 0 => 'string', + 'result' => 'resource', + 'row' => 'int', + 'field=' => 'mixed', + ), + 'cubrid_rollback' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + ), + 'cubrid_save_to_glo' => + array ( + 0 => 'int', + 'conn_identifier' => 'mixed', + 'oid' => 'string', + 'file_name' => 'string', + ), + 'cubrid_schema' => + array ( + 0 => 'array', + 'conn_identifier' => 'resource', + 'schema_type' => 'int', + 'class_name=' => 'string', + 'attr_name=' => 'string', + ), + 'cubrid_send_glo' => + array ( + 0 => 'int', + 'conn_identifier' => 'mixed', + 'oid' => 'string', + ), + 'cubrid_seq_add' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + 'seq_element' => 'string', + ), + 'cubrid_seq_drop' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + 'index' => 'int', + ), + 'cubrid_seq_insert' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + 'index' => 'int', + 'seq_element' => 'string', + ), + 'cubrid_seq_put' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + 'index' => 'int', + 'seq_element' => 'string', + ), + 'cubrid_set_add' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + 'set_element' => 'string', + ), + 'cubrid_set_autocommit' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'mode' => 'bool', + ), + 'cubrid_set_db_parameter' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'param_type' => 'int', + 'param_value' => 'int', + ), + 'cubrid_set_drop' => + array ( + 0 => 'bool', + 'conn_identifier' => 'resource', + 'oid' => 'string', + 'attr_name' => 'string', + 'set_element' => 'string', + ), + 'cubrid_set_query_timeout' => + array ( + 0 => 'bool', + 'req_identifier' => 'resource', + 'timeout' => 'int', + ), + 'cubrid_unbuffered_query' => + array ( + 0 => 'resource', + 'query' => 'string', + 'conn_identifier=' => 'mixed', + ), + 'cubrid_version' => + array ( + 0 => 'string', + ), + 'cyrus_authenticate' => + array ( + 0 => 'void', + 'connection' => 'resource', + 'mechlist=' => 'string', + 'service=' => 'string', + 'user=' => 'string', + 'minssf=' => 'int', + 'maxssf=' => 'int', + 'authname=' => 'string', + 'password=' => 'string', + ), + 'cyrus_bind' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'callbacks' => 'array', + ), + 'cyrus_close' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'cyrus_connect' => + array ( + 0 => 'resource', + 'host=' => 'string', + 'port=' => 'string', + 'flags=' => 'int', + ), + 'cyrus_query' => + array ( + 0 => 'array', + 'connection' => 'resource', + 'query' => 'string', + ), + 'cyrus_unbind' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'trigger_name' => 'string', + ), + 'dateperiod::__construct\'1' => + array ( + 0 => 'void', + 'start' => 'DateTimeInterface', + 'interval' => 'DateInterval', + 'end' => 'DateTimeInterface', + 'options=' => 'int', + ), + 'dateperiod::__construct\'2' => + array ( + 0 => 'void', + 'iso' => 'string', + 'options=' => 'int', + ), + 'datetime::__construct\'1' => + array ( + 0 => 'void', + 'time' => 'null|string', + 'timezone' => 'DateTimeZone|null', + ), + 'datetimeinterface::__serialize' => + array ( + 0 => 'array', + ), + 'datetimeinterface::__unserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'datetimeinterface::diff' => + array ( + 0 => 'DateInterval', + 'datetime2' => 'DateTimeInterface', + 'absolute=' => 'bool', + ), + 'datetimeinterface::format' => + array ( + 0 => 'string', + 'format' => 'string', + ), + 'datetimeinterface::getoffset' => + array ( + 0 => 'int', + ), + 'datetimeinterface::gettimestamp' => + array ( + 0 => 'int', + ), + 'datetimeinterface::gettimezone' => + array ( + 0 => 'DateTimeZone|false', + ), + 'db2_autocommit' => + array ( + 0 => '0|1|bool', + 'connection' => 'resource', + 'value=' => '0|1', + ), + 'db2_bind_param' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + 'parameter_number' => 'int', + 'variable_name' => 'string', + 'parameter_type=' => 'int', + 'data_type=' => 'int', + 'precision=' => 'int', + 'scale=' => 'int', + ), + 'db2_client_info' => + array ( + 0 => 'false|stdClass', + 'connection' => 'resource', + ), + 'db2_close' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'db2_column_privileges' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier=' => 'null|string', + 'schema=' => 'null|string', + 'table_name=' => 'null|string', + 'column_name=' => 'null|string', + ), + 'db2_columns' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier=' => 'null|string', + 'schema=' => 'null|string', + 'table_name=' => 'null|string', + 'column_name=' => 'null|string', + ), + 'db2_commit' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'db2_conn_error' => + array ( + 0 => 'string', + 'connection=' => 'resource', + ), + 'db2_conn_errormsg' => + array ( + 0 => 'string', + 'connection=' => 'resource', + ), + 'db2_connect' => + array ( + 0 => 'false|resource', + 'database' => 'string', + 'username' => 'null|string', + 'password' => 'null|string', + 'options=' => 'array', + ), + 'db2_cursor_type' => + array ( + 0 => 'int', + 'stmt' => 'resource', + ), + 'db2_escape_string' => + array ( + 0 => 'string', + 'string_literal' => 'string', + ), + 'db2_exec' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'statement' => 'string', + 'options=' => 'array', + ), + 'db2_execute' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + 'parameters=' => 'array', + ), + 'db2_fetch_array' => + array ( + 0 => 'array|false', + 'stmt' => 'resource', + 'row_number=' => 'int|null', + ), + 'db2_fetch_assoc' => + array ( + 0 => 'array|false', + 'stmt' => 'resource', + 'row_number=' => 'int|null', + ), + 'db2_fetch_both' => + array ( + 0 => 'array|false', + 'stmt' => 'resource', + 'row_number=' => 'int|null', + ), + 'db2_fetch_object' => + array ( + 0 => 'false|stdClass', + 'stmt' => 'resource', + 'row_number=' => 'int|null', + ), + 'db2_fetch_row' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + 'row_number=' => 'int|null', + ), + 'db2_field_display_size' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_field_name' => + array ( + 0 => 'false|string', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_field_num' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_field_precision' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_field_scale' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_field_type' => + array ( + 0 => 'false|string', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_field_width' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_foreign_keys' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier' => 'null|string', + 'schema' => 'null|string', + 'table_name' => 'string', + ), + 'db2_free_result' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'db2_free_stmt' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'db2_get_option' => + array ( + 0 => 'false|string', + 'resource' => 'resource', + 'option' => 'string', + ), + 'db2_last_insert_id' => + array ( + 0 => 'null|string', + 'resource' => 'resource', + ), + 'db2_lob_read' => + array ( + 0 => 'false|string', + 'stmt' => 'resource', + 'colnum' => 'int', + 'length' => 'int', + ), + 'db2_next_result' => + array ( + 0 => 'false|resource', + 'stmt' => 'resource', + ), + 'db2_num_fields' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + ), + 'db2_num_rows' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + ), + 'db2_pclose' => + array ( + 0 => 'bool', + 'resource' => 'resource', + ), + 'db2_pconnect' => + array ( + 0 => 'false|resource', + 'database' => 'string', + 'username' => 'null|string', + 'password' => 'null|string', + 'options=' => 'array', + ), + 'db2_prepare' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'statement' => 'string', + 'options=' => 'array', + ), + 'db2_primary_keys' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier' => 'null|string', + 'schema' => 'null|string', + 'table_name' => 'string', + ), + 'db2_primarykeys' => + array ( + 0 => 'mixed', + ), + 'db2_procedure_columns' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier' => 'null|string', + 'schema' => 'string', + 'procedure' => 'string', + 'parameter' => 'null|string', + ), + 'db2_procedurecolumns' => + array ( + 0 => 'mixed', + ), + 'db2_procedures' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier' => 'null|string', + 'schema' => 'string', + 'procedure' => 'string', + ), + 'db2_result' => + array ( + 0 => 'mixed', + 'stmt' => 'resource', + 'column' => 'int|string', + ), + 'db2_rollback' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'db2_server_info' => + array ( + 0 => 'false|stdClass', + 'connection' => 'resource', + ), + 'db2_set_option' => + array ( + 0 => 'bool', + 'resource' => 'resource', + 'options' => 'array', + 'type' => 'int', + ), + 'db2_setoption' => + array ( + 0 => 'mixed', + ), + 'db2_special_columns' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier' => 'null|string', + 'schema' => 'string', + 'table_name' => 'string', + 'scope' => 'int', + ), + 'db2_specialcolumns' => + array ( + 0 => 'mixed', + ), + 'db2_statistics' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier' => 'null|string', + 'schema' => 'null|string', + 'table_name' => 'string', + 'unique' => 'bool', + ), + 'db2_stmt_error' => + array ( + 0 => 'string', + 'stmt=' => 'resource', + ), + 'db2_stmt_errormsg' => + array ( + 0 => 'string', + 'stmt=' => 'resource', + ), + 'db2_table_privileges' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier=' => 'null|string', + 'schema=' => 'null|string', + 'table_name=' => 'null|string', + ), + 'db2_tableprivileges' => + array ( + 0 => 'mixed', + ), + 'db2_tables' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'qualifier=' => 'null|string', + 'schema=' => 'null|string', + 'table_name=' => 'null|string', + 'table_type=' => 'null|string', + ), + 'dba_close' => + array ( + 0 => 'void', + 'dba' => 'Dba\\Connection', + ), + 'dba_delete' => + array ( + 0 => 'bool', + 'key' => 'array|string', + 'dba' => 'Dba\\Connection', + ), + 'dba_exists' => + array ( + 0 => 'bool', + 'key' => 'array|string', + 'dba' => 'Dba\\Connection', + ), + 'dba_fetch' => + array ( + 0 => 'false|string', + 'key' => 'array|string', + 'skip' => 'int', + 'dba' => 'resource', + ), + 'dba_fetch\'1' => + array ( + 0 => 'false|string', + 'key' => 'array|string', + 'skip' => 'resource', + ), + 'dba_firstkey' => + array ( + 0 => 'string', + 'dba' => 'Dba\\Connection', + ), + 'dba_handlers' => + array ( + 0 => 'array', + 'full_info=' => 'bool', + ), + 'dba_insert' => + array ( + 0 => 'bool', + 'key' => 'array|string', + 'value' => 'string', + 'dba' => 'Dba\\Connection', + ), + 'dba_key_split' => + array ( + 0 => 'array|false', + 'key' => 'false|null|string', + ), + 'dba_list' => + array ( + 0 => 'array', + ), + 'dba_nextkey' => + array ( + 0 => 'string', + 'dba' => 'Dba\\Connection', + ), + 'dba_open' => + array ( + 0 => 'Dba\\Connection|false', + 'path' => 'string', + 'mode' => 'string', + 'handler=' => 'null|string', + 'permission=' => 'int', + 'map_size=' => 'int', + 'flags=' => 'int|null', + ), + 'dba_optimize' => + array ( + 0 => 'bool', + 'dba' => 'Dba\\Connection', + ), + 'dba_popen' => + array ( + 0 => 'Dba\\Connection|false', + 'path' => 'string', + 'mode' => 'string', + 'handler=' => 'null|string', + 'permission=' => 'int', + 'map_size=' => 'int', + 'flags=' => 'int|null', + ), + 'dba_replace' => + array ( + 0 => 'bool', + 'key' => 'array|string', + 'value' => 'string', + 'dba' => 'Dba\\Connection', + ), + 'dba_sync' => + array ( + 0 => 'bool', + 'dba' => 'Dba\\Connection', + ), + 'dbase_add_record' => + array ( + 0 => 'bool', + 'dbase_identifier' => 'resource', + 'record' => 'array', + ), + 'dbase_close' => + array ( + 0 => 'bool', + 'dbase_identifier' => 'resource', + ), + 'dbase_create' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'fields' => 'array', + ), + 'dbase_delete_record' => + array ( + 0 => 'bool', + 'dbase_identifier' => 'resource', + 'record_number' => 'int', + ), + 'dbase_get_header_info' => + array ( + 0 => 'array', + 'dbase_identifier' => 'resource', + ), + 'dbase_get_record' => + array ( + 0 => 'array', + 'dbase_identifier' => 'resource', + 'record_number' => 'int', + ), + 'dbase_get_record_with_names' => + array ( + 0 => 'array', + 'dbase_identifier' => 'resource', + 'record_number' => 'int', + ), + 'dbase_numfields' => + array ( + 0 => 'int', + 'dbase_identifier' => 'resource', + ), + 'dbase_numrecords' => + array ( + 0 => 'int', + 'dbase_identifier' => 'resource', + ), + 'dbase_open' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'mode' => 'int', + ), + 'dbase_pack' => + array ( + 0 => 'bool', + 'dbase_identifier' => 'resource', + ), + 'dbase_replace_record' => + array ( + 0 => 'bool', + 'dbase_identifier' => 'resource', + 'record' => 'array', + 'record_number' => 'int', + ), + 'dbplus_add' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_aql' => + array ( + 0 => 'resource', + 'query' => 'string', + 'server=' => 'string', + 'dbpath=' => 'string', + ), + 'dbplus_chdir' => + array ( + 0 => 'string', + 'newdir=' => 'string', + ), + 'dbplus_close' => + array ( + 0 => 'mixed', + 'relation' => 'resource', + ), + 'dbplus_curr' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_errcode' => + array ( + 0 => 'string', + 'errno=' => 'int', + ), + 'dbplus_errno' => + array ( + 0 => 'int', + ), + 'dbplus_find' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'constraints' => 'array', + 'tuple' => 'mixed', + ), + 'dbplus_first' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_flush' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_freealllocks' => + array ( + 0 => 'int', + ), + 'dbplus_freelock' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'string', + ), + 'dbplus_freerlocks' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_getlock' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'string', + ), + 'dbplus_getunique' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'uniqueid' => 'int', + ), + 'dbplus_info' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'key' => 'string', + 'result' => 'array', + ), + 'dbplus_last' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_lockrel' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_next' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_open' => + array ( + 0 => 'resource', + 'name' => 'string', + ), + 'dbplus_prev' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_rchperm' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'mask' => 'int', + 'user' => 'string', + 'group' => 'string', + ), + 'dbplus_rcreate' => + array ( + 0 => 'resource', + 'name' => 'string', + 'domlist' => 'mixed', + 'overwrite=' => 'bool', + ), + 'dbplus_rcrtexact' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'relation' => 'resource', + 'overwrite=' => 'bool', + ), + 'dbplus_rcrtlike' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'relation' => 'resource', + 'overwrite=' => 'int', + ), + 'dbplus_resolve' => + array ( + 0 => 'array', + 'relation_name' => 'string', + ), + 'dbplus_restorepos' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + ), + 'dbplus_rkeys' => + array ( + 0 => 'mixed', + 'relation' => 'resource', + 'domlist' => 'mixed', + ), + 'dbplus_ropen' => + array ( + 0 => 'resource', + 'name' => 'string', + ), + 'dbplus_rquery' => + array ( + 0 => 'resource', + 'query' => 'string', + 'dbpath=' => 'string', + ), + 'dbplus_rrename' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'name' => 'string', + ), + 'dbplus_rsecindex' => + array ( + 0 => 'mixed', + 'relation' => 'resource', + 'domlist' => 'mixed', + 'type' => 'int', + ), + 'dbplus_runlink' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_rzap' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_savepos' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_setindex' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'idx_name' => 'string', + ), + 'dbplus_setindexbynumber' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'idx_number' => 'int', + ), + 'dbplus_sql' => + array ( + 0 => 'resource', + 'query' => 'string', + 'server=' => 'string', + 'dbpath=' => 'string', + ), + 'dbplus_tcl' => + array ( + 0 => 'string', + 'sid' => 'int', + 'script' => 'string', + ), + 'dbplus_tremove' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'tuple' => 'array', + 'current=' => 'array', + ), + 'dbplus_undo' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_undoprepare' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_unlockrel' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_unselect' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_update' => + array ( + 0 => 'int', + 'relation' => 'resource', + 'old' => 'array', + 'new' => 'array', + ), + 'dbplus_xlockrel' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbplus_xunlockrel' => + array ( + 0 => 'int', + 'relation' => 'resource', + ), + 'dbx_close' => + array ( + 0 => 'int', + 'link_identifier' => 'object', + ), + 'dbx_compare' => + array ( + 0 => 'int', + 'row_a' => 'array', + 'row_b' => 'array', + 'column_key' => 'string', + 'flags=' => 'int', + ), + 'dbx_connect' => + array ( + 0 => 'object', + 'module' => 'mixed', + 'host' => 'string', + 'database' => 'string', + 'username' => 'string', + 'password' => 'string', + 'persistent=' => 'int', + ), + 'dbx_error' => + array ( + 0 => 'string', + 'link_identifier' => 'object', + ), + 'dbx_escape_string' => + array ( + 0 => 'string', + 'link_identifier' => 'object', + 'text' => 'string', + ), + 'dbx_fetch_row' => + array ( + 0 => 'mixed', + 'result_identifier' => 'object', + ), + 'dbx_query' => + array ( + 0 => 'mixed', + 'link_identifier' => 'object', + 'sql_statement' => 'string', + 'flags=' => 'int', + ), + 'dbx_sort' => + array ( + 0 => 'bool', + 'result' => 'object', + 'user_compare_function' => 'string', + ), + 'dcgettext' => + array ( + 0 => 'string', + 'domain' => 'string', + 'message' => 'string', + 'category' => 'int', + ), + 'dcngettext' => + array ( + 0 => 'string', + 'domain' => 'string', + 'singular' => 'string', + 'plural' => 'string', + 'count' => 'int', + 'category' => 'int', + ), + 'deaggregate' => + array ( + 0 => 'mixed', + 'object' => 'object', + 'class_name=' => 'string', + ), + 'debugger_connect' => + array ( + 0 => 'mixed', + ), + 'debugger_connector_pid' => + array ( + 0 => 'mixed', + ), + 'debugger_get_server_start_time' => + array ( + 0 => 'mixed', + ), + 'debugger_print' => + array ( + 0 => 'mixed', + ), + 'debugger_start_debug' => + array ( + 0 => 'mixed', + ), + 'define_syslog_variables' => + array ( + 0 => 'void', + ), + 'dgettext' => + array ( + 0 => 'string', + 'domain' => 'string', + 'message' => 'string', + ), + 'dio_close' => + array ( + 0 => 'void', + 'fd' => 'resource', + ), + 'dio_fcntl' => + array ( + 0 => 'mixed', + 'fd' => 'resource', + 'cmd' => 'int', + 'args=' => 'mixed', + ), + 'dio_open' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'flags' => 'int', + 'mode=' => 'int', + ), + 'dio_read' => + array ( + 0 => 'string', + 'fd' => 'resource', + 'length=' => 'int', + ), + 'dio_seek' => + array ( + 0 => 'int', + 'fd' => 'resource', + 'pos' => 'int', + 'whence=' => 'int', + ), + 'dio_stat' => + array ( + 0 => 'array|null', + 'fd' => 'resource', + ), + 'dio_tcsetattr' => + array ( + 0 => 'bool', + 'fd' => 'resource', + 'options' => 'array', + ), + 'dio_truncate' => + array ( + 0 => 'bool', + 'fd' => 'resource', + 'offset' => 'int', + ), + 'dio_write' => + array ( + 0 => 'int', + 'fd' => 'resource', + 'data' => 'string', + 'length=' => 'int', + ), + 'display_disabled_function' => + array ( + 0 => 'mixed', + ), + 'dngettext' => + array ( + 0 => 'string', + 'domain' => 'string', + 'singular' => 'string', + 'plural' => 'string', + 'count' => 'int', + ), + 'dom_document_relaxng_validate_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'dom_document_relaxng_validate_xml' => + array ( + 0 => 'bool', + 'source' => 'string', + ), + 'dom_document_schema_validate' => + array ( + 0 => 'bool', + 'source' => 'string', + 'flags' => 'int', + ), + 'dom_document_schema_validate_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags' => 'int', + ), + 'dom_document_xinclude' => + array ( + 0 => 'int', + 'options' => 'int', + ), + 'dom_xpath_evaluate' => + array ( + 0 => 'mixed', + 'expr' => 'string', + 'context' => 'DOMNode', + 'registernodens' => 'bool', + ), + 'dom_xpath_query' => + array ( + 0 => 'DOMNodeList', + 'expr' => 'string', + 'context' => 'DOMNode', + 'registernodens' => 'bool', + ), + 'dom_xpath_register_ns' => + array ( + 0 => 'bool', + 'prefix' => 'string', + 'uri' => 'string', + ), + 'dom_xpath_register_php_functions' => + array ( + 0 => 'mixed', + ), + 'domattribute::name' => + array ( + 0 => 'string', + ), + 'domattribute::set_value' => + array ( + 0 => 'bool', + 'content' => 'string', + ), + 'domattribute::specified' => + array ( + 0 => 'bool', + ), + 'domattribute::value' => + array ( + 0 => 'string', + ), + 'domimplementation::__construct' => + array ( + 0 => 'void', + ), + 'domxml_new_doc' => + array ( + 0 => 'DomDocument', + 'version' => 'string', + ), + 'domxml_open_file' => + array ( + 0 => 'DomDocument', + 'filename' => 'string', + 'mode=' => 'int', + 'error=' => 'array', + ), + 'domxml_open_mem' => + array ( + 0 => 'DomDocument', + 'string' => 'string', + 'mode=' => 'int', + 'error=' => 'array', + ), + 'domxml_version' => + array ( + 0 => 'string', + ), + 'domxml_xmltree' => + array ( + 0 => 'DomDocument', + 'string' => 'string', + ), + 'domxml_xslt_stylesheet' => + array ( + 0 => 'DomXsltStylesheet', + 'xsl_buf' => 'string', + ), + 'domxml_xslt_stylesheet_doc' => + array ( + 0 => 'DomXsltStylesheet', + 'xsl_doc' => 'DOMDocument', + ), + 'domxml_xslt_stylesheet_file' => + array ( + 0 => 'DomXsltStylesheet', + 'xsl_file' => 'string', + ), + 'domxml_xslt_version' => + array ( + 0 => 'int', + ), + 'domxsltstylesheet::process' => + array ( + 0 => 'DomDocument', + 'xml_doc' => 'DOMDocument', + 'xslt_params=' => 'array', + 'is_xpath_param=' => 'bool', + 'profile_filename=' => 'string', + ), + 'domxsltstylesheet::result_dump_file' => + array ( + 0 => 'string', + 'xmldoc' => 'DOMDocument', + 'filename' => 'string', + ), + 'domxsltstylesheet::result_dump_mem' => + array ( + 0 => 'string', + 'xmldoc' => 'DOMDocument', + ), + 'dotnet::__call' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'args' => 'mixed', + ), + 'dotnet::__construct' => + array ( + 0 => 'void', + 'assembly_name' => 'string', + 'datatype_name' => 'string', + 'codepage=' => 'int', + ), + 'dotnet::__get' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'dotnet::__set' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'mixed', + ), + 'dotnet_load' => + array ( + 0 => 'int', + 'assembly_name' => 'string', + 'datatype_name=' => 'string', + 'codepage=' => 'int', + ), + 'ds\\collection::clear' => + array ( + 0 => 'void', + ), + 'ds\\collection::copy' => + array ( + 0 => 'Ds\\Collection', + ), + 'ds\\collection::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\collection::toarray' => + array ( + 0 => 'array', + ), + 'ds\\hashable::equals' => + array ( + 0 => 'bool', + 'object' => 'mixed', + ), + 'ds\\hashable::hash' => + array ( + 0 => 'mixed', + ), + 'ds\\pair::clear' => + array ( + 0 => 'void', + ), + 'ds\\pair::isempty' => + array ( + 0 => 'bool', + ), + 'ds\\sequence::allocate' => + array ( + 0 => 'void', + 'capacity' => 'int', + ), + 'ds\\sequence::apply' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'ds\\sequence::capacity' => + array ( + 0 => 'int', + ), + 'ds\\sequence::contains' => + array ( + 0 => 'bool', + '...values=' => 'mixed', + ), + 'ds\\sequence::filter' => + array ( + 0 => 'Ds\\Sequence', + 'callback=' => 'callable', + ), + 'ds\\sequence::find' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'ds\\sequence::first' => + array ( + 0 => 'mixed', + ), + 'ds\\sequence::get' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ds\\sequence::insert' => + array ( + 0 => 'void', + 'index' => 'int', + '...values=' => 'mixed', + ), + 'ds\\sequence::join' => + array ( + 0 => 'string', + 'glue=' => 'string', + ), + 'ds\\sequence::last' => + array ( + 0 => 'void', + ), + 'ds\\sequence::map' => + array ( + 0 => 'Ds\\Sequence', + 'callback' => 'callable', + ), + 'ds\\sequence::merge' => + array ( + 0 => 'Ds\\Sequence', + 'values' => 'mixed', + ), + 'ds\\sequence::pop' => + array ( + 0 => 'mixed', + ), + 'ds\\sequence::push' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'ds\\sequence::reduce' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'initial=' => 'mixed', + ), + 'ds\\sequence::remove' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ds\\sequence::reverse' => + array ( + 0 => 'void', + ), + 'ds\\sequence::reversed' => + array ( + 0 => 'Ds\\Sequence', + ), + 'ds\\sequence::rotate' => + array ( + 0 => 'void', + 'rotations' => 'int', + ), + 'ds\\sequence::set' => + array ( + 0 => 'void', + 'index' => 'int', + 'value' => 'mixed', + ), + 'ds\\sequence::shift' => + array ( + 0 => 'mixed', + ), + 'ds\\sequence::slice' => + array ( + 0 => 'Ds\\Sequence', + 'index' => 'int', + 'length=' => 'int|null', + ), + 'ds\\sequence::sort' => + array ( + 0 => 'void', + 'comparator=' => 'callable', + ), + 'ds\\sequence::sorted' => + array ( + 0 => 'Ds\\Sequence', + 'comparator=' => 'callable', + ), + 'ds\\sequence::sum' => + array ( + 0 => 'float|int', + ), + 'ds\\sequence::unshift' => + array ( + 0 => 'void', + '...values=' => 'mixed', + ), + 'easter_date' => + array ( + 0 => 'int', + 'year=' => 'int|null', + 'mode=' => 'int', + ), + 'easter_days' => + array ( + 0 => 'int', + 'year=' => 'int|null', + 'mode=' => 'int', + ), + 'echo' => + array ( + 0 => 'void', + 'arg1' => 'string', + '...args=' => 'string', + ), + 'eio_busy' => + array ( + 0 => 'resource', + 'delay' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_cancel' => + array ( + 0 => 'void', + 'req' => 'resource', + ), + 'eio_chmod' => + array ( + 0 => 'resource', + 'path' => 'string', + 'mode' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_chown' => + array ( + 0 => 'resource', + 'path' => 'string', + 'uid' => 'int', + 'gid=' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_close' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_custom' => + array ( + 0 => 'resource', + 'execute' => 'callable', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_dup2' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'fd2' => 'mixed', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_event_loop' => + array ( + 0 => 'bool', + ), + 'eio_fallocate' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'mode' => 'int', + 'offset' => 'int', + 'length' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_fchmod' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'mode' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_fchown' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'uid' => 'int', + 'gid=' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_fdatasync' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_fstat' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_fstatvfs' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_fsync' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_ftruncate' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'offset=' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_futime' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'atime' => 'float', + 'mtime' => 'float', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_get_event_stream' => + array ( + 0 => 'mixed', + ), + 'eio_get_last_error' => + array ( + 0 => 'string', + 'req' => 'resource', + ), + 'eio_grp' => + array ( + 0 => 'resource', + 'callback' => 'callable', + 'data=' => 'string', + ), + 'eio_grp_add' => + array ( + 0 => 'void', + 'grp' => 'resource', + 'req' => 'resource', + ), + 'eio_grp_cancel' => + array ( + 0 => 'void', + 'grp' => 'resource', + ), + 'eio_grp_limit' => + array ( + 0 => 'void', + 'grp' => 'resource', + 'limit' => 'int', + ), + 'eio_init' => + array ( + 0 => 'void', + ), + 'eio_link' => + array ( + 0 => 'resource', + 'path' => 'string', + 'new_path' => 'string', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_lstat' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_mkdir' => + array ( + 0 => 'resource', + 'path' => 'string', + 'mode' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_mknod' => + array ( + 0 => 'resource', + 'path' => 'string', + 'mode' => 'int', + 'dev' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_nop' => + array ( + 0 => 'resource', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_npending' => + array ( + 0 => 'int', + ), + 'eio_nready' => + array ( + 0 => 'int', + ), + 'eio_nreqs' => + array ( + 0 => 'int', + ), + 'eio_nthreads' => + array ( + 0 => 'int', + ), + 'eio_open' => + array ( + 0 => 'resource', + 'path' => 'string', + 'flags' => 'int', + 'mode' => 'int', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_poll' => + array ( + 0 => 'int', + ), + 'eio_read' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'length' => 'int', + 'offset' => 'int', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_readahead' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'offset' => 'int', + 'length' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_readdir' => + array ( + 0 => 'resource', + 'path' => 'string', + 'flags' => 'int', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'string', + ), + 'eio_readlink' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'string', + ), + 'eio_realpath' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'string', + ), + 'eio_rename' => + array ( + 0 => 'resource', + 'path' => 'string', + 'new_path' => 'string', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_rmdir' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_seek' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'offset' => 'int', + 'whence' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_sendfile' => + array ( + 0 => 'resource', + 'out_fd' => 'mixed', + 'in_fd' => 'mixed', + 'offset' => 'int', + 'length' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'string', + ), + 'eio_set_max_idle' => + array ( + 0 => 'void', + 'nthreads' => 'int', + ), + 'eio_set_max_parallel' => + array ( + 0 => 'void', + 'nthreads' => 'int', + ), + 'eio_set_max_poll_reqs' => + array ( + 0 => 'void', + 'nreqs' => 'int', + ), + 'eio_set_max_poll_time' => + array ( + 0 => 'void', + 'nseconds' => 'float', + ), + 'eio_set_min_parallel' => + array ( + 0 => 'void', + 'nthreads' => 'string', + ), + 'eio_stat' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_statvfs' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri' => 'int', + 'callback' => 'callable', + 'data=' => 'mixed', + ), + 'eio_symlink' => + array ( + 0 => 'resource', + 'path' => 'string', + 'new_path' => 'string', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_sync' => + array ( + 0 => 'resource', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_sync_file_range' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'offset' => 'int', + 'nbytes' => 'int', + 'flags' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_syncfs' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_truncate' => + array ( + 0 => 'resource', + 'path' => 'string', + 'offset=' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_unlink' => + array ( + 0 => 'resource', + 'path' => 'string', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_utime' => + array ( + 0 => 'resource', + 'path' => 'string', + 'atime' => 'float', + 'mtime' => 'float', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'eio_write' => + array ( + 0 => 'resource', + 'fd' => 'mixed', + 'string' => 'string', + 'length=' => 'int', + 'offset=' => 'int', + 'pri=' => 'int', + 'callback=' => 'callable', + 'data=' => 'mixed', + ), + 'empty' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'enchant_broker_describe' => + array ( + 0 => 'array', + 'broker' => 'EnchantBroker', + ), + 'enchant_broker_dict_exists' => + array ( + 0 => 'bool', + 'broker' => 'EnchantBroker', + 'tag' => 'string', + ), + 'enchant_broker_free' => + array ( + 0 => 'bool', + 'broker' => 'EnchantBroker', + ), + 'enchant_broker_free_dict' => + array ( + 0 => 'bool', + 'dictionary' => 'EnchantBroker', + ), + 'enchant_broker_get_dict_path' => + array ( + 0 => 'string', + 'broker' => 'EnchantBroker', + 'type' => 'int', + ), + 'enchant_broker_get_error' => + array ( + 0 => 'false|string', + 'broker' => 'EnchantBroker', + ), + 'enchant_broker_init' => + array ( + 0 => 'EnchantBroker|false', + ), + 'enchant_broker_list_dicts' => + array ( + 0 => 'array', + 'broker' => 'EnchantBroker', + ), + 'enchant_broker_request_dict' => + array ( + 0 => 'EnchantDictionary|false', + 'broker' => 'EnchantBroker', + 'tag' => 'string', + ), + 'enchant_broker_request_pwl_dict' => + array ( + 0 => 'EnchantDictionary|false', + 'broker' => 'EnchantBroker', + 'filename' => 'string', + ), + 'enchant_broker_set_dict_path' => + array ( + 0 => 'bool', + 'broker' => 'EnchantBroker', + 'type' => 'int', + 'path' => 'string', + ), + 'enchant_broker_set_ordering' => + array ( + 0 => 'bool', + 'broker' => 'EnchantBroker', + 'tag' => 'string', + 'ordering' => 'string', + ), + 'enchant_dict_add_to_personal' => + array ( + 0 => 'void', + 'dictionary' => 'EnchantDictionary', + 'word' => 'string', + ), + 'enchant_dict_add_to_session' => + array ( + 0 => 'void', + 'dictionary' => 'EnchantDictionary', + 'word' => 'string', + ), + 'enchant_dict_check' => + array ( + 0 => 'bool', + 'dictionary' => 'EnchantDictionary', + 'word' => 'string', + ), + 'enchant_dict_describe' => + array ( + 0 => 'array', + 'dictionary' => 'EnchantDictionary', + ), + 'enchant_dict_get_error' => + array ( + 0 => 'string', + 'dictionary' => 'EnchantDictionary', + ), + 'enchant_dict_is_in_session' => + array ( + 0 => 'bool', + 'dictionary' => 'EnchantDictionary', + 'word' => 'string', + ), + 'enchant_dict_quick_check' => + array ( + 0 => 'bool', + 'dictionary' => 'EnchantDictionary', + 'word' => 'string', + '&w_suggestions=' => 'array', + ), + 'enchant_dict_store_replacement' => + array ( + 0 => 'void', + 'dictionary' => 'EnchantDictionary', + 'misspelled' => 'string', + 'correct' => 'string', + ), + 'enchant_dict_suggest' => + array ( + 0 => 'array', + 'dictionary' => 'EnchantDictionary', + 'word' => 'string', + ), + 'eval' => + array ( + 0 => 'mixed', + 'code_str' => 'string', + ), + 'event_add' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'timeout=' => 'int', + ), + 'event_base_free' => + array ( + 0 => 'void', + 'event_base' => 'resource', + ), + 'event_base_loop' => + array ( + 0 => 'int', + 'event_base' => 'resource', + 'flags=' => 'int', + ), + 'event_base_loopbreak' => + array ( + 0 => 'bool', + 'event_base' => 'resource', + ), + 'event_base_loopexit' => + array ( + 0 => 'bool', + 'event_base' => 'resource', + 'timeout=' => 'int', + ), + 'event_base_new' => + array ( + 0 => 'false|resource', + ), + 'event_base_priority_init' => + array ( + 0 => 'bool', + 'event_base' => 'resource', + 'npriorities' => 'int', + ), + 'event_base_reinit' => + array ( + 0 => 'bool', + 'event_base' => 'resource', + ), + 'event_base_set' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'event_base' => 'resource', + ), + 'event_buffer_base_set' => + array ( + 0 => 'bool', + 'bevent' => 'resource', + 'event_base' => 'resource', + ), + 'event_buffer_disable' => + array ( + 0 => 'bool', + 'bevent' => 'resource', + 'events' => 'int', + ), + 'event_buffer_enable' => + array ( + 0 => 'bool', + 'bevent' => 'resource', + 'events' => 'int', + ), + 'event_buffer_fd_set' => + array ( + 0 => 'void', + 'bevent' => 'resource', + 'fd' => 'resource', + ), + 'event_buffer_free' => + array ( + 0 => 'void', + 'bevent' => 'resource', + ), + 'event_buffer_new' => + array ( + 0 => 'false|resource', + 'stream' => 'resource', + 'readcb' => 'callable|null', + 'writecb' => 'callable|null', + 'errorcb' => 'callable', + 'arg=' => 'mixed', + ), + 'event_buffer_priority_set' => + array ( + 0 => 'bool', + 'bevent' => 'resource', + 'priority' => 'int', + ), + 'event_buffer_read' => + array ( + 0 => 'string', + 'bevent' => 'resource', + 'data_size' => 'int', + ), + 'event_buffer_set_callback' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'readcb' => 'mixed', + 'writecb' => 'mixed', + 'errorcb' => 'mixed', + 'arg=' => 'mixed', + ), + 'event_buffer_timeout_set' => + array ( + 0 => 'void', + 'bevent' => 'resource', + 'read_timeout' => 'int', + 'write_timeout' => 'int', + ), + 'event_buffer_watermark_set' => + array ( + 0 => 'void', + 'bevent' => 'resource', + 'events' => 'int', + 'lowmark' => 'int', + 'highmark' => 'int', + ), + 'event_buffer_write' => + array ( + 0 => 'bool', + 'bevent' => 'resource', + 'data' => 'string', + 'data_size=' => 'int', + ), + 'event_del' => + array ( + 0 => 'bool', + 'event' => 'resource', + ), + 'event_free' => + array ( + 0 => 'void', + 'event' => 'resource', + ), + 'event_new' => + array ( + 0 => 'false|resource', + ), + 'event_priority_set' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'priority' => 'int', + ), + 'event_set' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'fd' => 'int|resource', + 'events' => 'int', + 'callback' => 'callable', + 'arg=' => 'mixed', + ), + 'event_timer_add' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'timeout=' => 'int', + ), + 'event_timer_del' => + array ( + 0 => 'bool', + 'event' => 'resource', + ), + 'event_timer_new' => + array ( + 0 => 'false|resource', + ), + 'event_timer_pending' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'timeout=' => 'int', + ), + 'event_timer_set' => + array ( + 0 => 'bool', + 'event' => 'resource', + 'callback' => 'callable', + 'arg=' => 'mixed', + ), + 'eventbufferevent::sslfilter' => + array ( + 0 => 'EventBufferEvent', + 'base' => 'EventBase', + 'underlying' => 'EventBufferEvent', + 'ctx' => 'EventSslContext', + 'state' => 'int', + 'options=' => 'int', + ), + 'evwatcher::__construct' => + array ( + 0 => 'void', + ), + 'exif_imagetype' => + array ( + 0 => 'false|int', + 'filename' => 'string', + ), + 'exif_read_data' => + array ( + 0 => 'array|false', + 'file' => 'resource|string', + 'required_sections=' => 'null|string', + 'as_arrays=' => 'bool', + 'read_thumbnail=' => 'bool', + ), + 'exif_tagname' => + array ( + 0 => 'false|string', + 'index' => 'int', + ), + 'exif_thumbnail' => + array ( + 0 => 'false|string', + 'file' => 'string', + '&w_width=' => 'int', + '&w_height=' => 'int', + '&w_image_type=' => 'int', + ), + 'expect_expectl' => + array ( + 0 => 'int', + 'expect' => 'resource', + 'cases' => 'array', + 'match=' => 'array', + ), + 'expect_popen' => + array ( + 0 => 'false|resource', + 'command' => 'string', + ), + 'ezmlm_hash' => + array ( + 0 => 'int', + 'addr' => 'string', + ), + 'fam_cancel_monitor' => + array ( + 0 => 'bool', + 'fam' => 'resource', + 'fam_monitor' => 'resource', + ), + 'fam_close' => + array ( + 0 => 'void', + 'fam' => 'resource', + ), + 'fam_monitor_collection' => + array ( + 0 => 'resource', + 'fam' => 'resource', + 'dirname' => 'string', + 'depth' => 'int', + 'mask' => 'string', + ), + 'fam_monitor_directory' => + array ( + 0 => 'resource', + 'fam' => 'resource', + 'dirname' => 'string', + ), + 'fam_monitor_file' => + array ( + 0 => 'resource', + 'fam' => 'resource', + 'filename' => 'string', + ), + 'fam_next_event' => + array ( + 0 => 'array', + 'fam' => 'resource', + ), + 'fam_open' => + array ( + 0 => 'false|resource', + 'appname=' => 'string', + ), + 'fam_pending' => + array ( + 0 => 'int', + 'fam' => 'resource', + ), + 'fam_resume_monitor' => + array ( + 0 => 'bool', + 'fam' => 'resource', + 'fam_monitor' => 'resource', + ), + 'fam_suspend_monitor' => + array ( + 0 => 'bool', + 'fam' => 'resource', + 'fam_monitor' => 'resource', + ), + 'fann_cascadetrain_on_data' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'data' => 'resource', + 'max_neurons' => 'int', + 'neurons_between_reports' => 'int', + 'desired_error' => 'float', + ), + 'fann_cascadetrain_on_file' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'filename' => 'string', + 'max_neurons' => 'int', + 'neurons_between_reports' => 'int', + 'desired_error' => 'float', + ), + 'fann_clear_scaling_params' => + array ( + 0 => 'bool', + 'ann' => 'resource', + ), + 'fann_copy' => + array ( + 0 => 'false|resource', + 'ann' => 'resource', + ), + 'fann_create_from_file' => + array ( + 0 => 'resource', + 'configuration_file' => 'string', + ), + 'fann_create_shortcut' => + array ( + 0 => 'false|resource', + 'num_layers' => 'int', + 'num_neurons1' => 'int', + 'num_neurons2' => 'int', + '...args=' => 'int', + ), + 'fann_create_shortcut_array' => + array ( + 0 => 'false|resource', + 'num_layers' => 'int', + 'layers' => 'array', + ), + 'fann_create_sparse' => + array ( + 0 => 'false|resource', + 'connection_rate' => 'float', + 'num_layers' => 'int', + 'num_neurons1' => 'int', + 'num_neurons2' => 'int', + '...args=' => 'int', + ), + 'fann_create_sparse_array' => + array ( + 0 => 'false|resource', + 'connection_rate' => 'float', + 'num_layers' => 'int', + 'layers' => 'array', + ), + 'fann_create_standard' => + array ( + 0 => 'false|resource', + 'num_layers' => 'int', + 'num_neurons1' => 'int', + 'num_neurons2' => 'int', + '...args=' => 'int', + ), + 'fann_create_standard_array' => + array ( + 0 => 'false|resource', + 'num_layers' => 'int', + 'layers' => 'array', + ), + 'fann_create_train' => + array ( + 0 => 'resource', + 'num_data' => 'int', + 'num_input' => 'int', + 'num_output' => 'int', + ), + 'fann_create_train_from_callback' => + array ( + 0 => 'resource', + 'num_data' => 'int', + 'num_input' => 'int', + 'num_output' => 'int', + 'user_function' => 'callable', + ), + 'fann_descale_input' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'input_vector' => 'array', + ), + 'fann_descale_output' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'output_vector' => 'array', + ), + 'fann_descale_train' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'train_data' => 'resource', + ), + 'fann_destroy' => + array ( + 0 => 'bool', + 'ann' => 'resource', + ), + 'fann_destroy_train' => + array ( + 0 => 'bool', + 'train_data' => 'resource', + ), + 'fann_duplicate_train_data' => + array ( + 0 => 'resource', + 'data' => 'resource', + ), + 'fann_get_activation_function' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + 'layer' => 'int', + 'neuron' => 'int', + ), + 'fann_get_activation_steepness' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + 'layer' => 'int', + 'neuron' => 'int', + ), + 'fann_get_bias_array' => + array ( + 0 => 'array', + 'ann' => 'resource', + ), + 'fann_get_bit_fail' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_bit_fail_limit' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_cascade_activation_functions' => + array ( + 0 => 'array|false', + 'ann' => 'resource', + ), + 'fann_get_cascade_activation_functions_count' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_activation_steepnesses' => + array ( + 0 => 'array|false', + 'ann' => 'resource', + ), + 'fann_get_cascade_activation_steepnesses_count' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_candidate_change_fraction' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_cascade_candidate_limit' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_cascade_candidate_stagnation_epochs' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_cascade_max_cand_epochs' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_max_out_epochs' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_min_cand_epochs' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_min_out_epochs' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_num_candidate_groups' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_num_candidates' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_output_change_fraction' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_cascade_output_stagnation_epochs' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_cascade_weight_multiplier' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_connection_array' => + array ( + 0 => 'array', + 'ann' => 'resource', + ), + 'fann_get_connection_rate' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_errno' => + array ( + 0 => 'false|int', + 'errdat' => 'resource', + ), + 'fann_get_errstr' => + array ( + 0 => 'false|string', + 'errdat' => 'resource', + ), + 'fann_get_layer_array' => + array ( + 0 => 'array', + 'ann' => 'resource', + ), + 'fann_get_learning_momentum' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_learning_rate' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_mse' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_network_type' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_num_input' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_num_layers' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_num_output' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_quickprop_decay' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_quickprop_mu' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_rprop_decrease_factor' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_rprop_delta_max' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_rprop_delta_min' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_rprop_delta_zero' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_rprop_increase_factor' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_sarprop_step_error_shift' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_sarprop_step_error_threshold_factor' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_sarprop_temperature' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_sarprop_weight_decay_shift' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + ), + 'fann_get_total_connections' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_total_neurons' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_train_error_function' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_train_stop_function' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_get_training_algorithm' => + array ( + 0 => 'false|int', + 'ann' => 'resource', + ), + 'fann_init_weights' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'train_data' => 'resource', + ), + 'fann_length_train_data' => + array ( + 0 => 'false|int', + 'data' => 'resource', + ), + 'fann_merge_train_data' => + array ( + 0 => 'false|resource', + 'data1' => 'resource', + 'data2' => 'resource', + ), + 'fann_num_input_train_data' => + array ( + 0 => 'false|int', + 'data' => 'resource', + ), + 'fann_num_output_train_data' => + array ( + 0 => 'false|int', + 'data' => 'resource', + ), + 'fann_print_error' => + array ( + 0 => 'void', + 'errdat' => 'string', + ), + 'fann_randomize_weights' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'min_weight' => 'float', + 'max_weight' => 'float', + ), + 'fann_read_train_from_file' => + array ( + 0 => 'resource', + 'filename' => 'string', + ), + 'fann_reset_errno' => + array ( + 0 => 'void', + 'errdat' => 'resource', + ), + 'fann_reset_errstr' => + array ( + 0 => 'void', + 'errdat' => 'resource', + ), + 'fann_reset_mse' => + array ( + 0 => 'bool', + 'ann' => 'string', + ), + 'fann_run' => + array ( + 0 => 'array|false', + 'ann' => 'resource', + 'input' => 'array', + ), + 'fann_save' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'configuration_file' => 'string', + ), + 'fann_save_train' => + array ( + 0 => 'bool', + 'data' => 'resource', + 'file_name' => 'string', + ), + 'fann_scale_input' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'input_vector' => 'array', + ), + 'fann_scale_input_train_data' => + array ( + 0 => 'bool', + 'train_data' => 'resource', + 'new_min' => 'float', + 'new_max' => 'float', + ), + 'fann_scale_output' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'output_vector' => 'array', + ), + 'fann_scale_output_train_data' => + array ( + 0 => 'bool', + 'train_data' => 'resource', + 'new_min' => 'float', + 'new_max' => 'float', + ), + 'fann_scale_train' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'train_data' => 'resource', + ), + 'fann_scale_train_data' => + array ( + 0 => 'bool', + 'train_data' => 'resource', + 'new_min' => 'float', + 'new_max' => 'float', + ), + 'fann_set_activation_function' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_function' => 'int', + 'layer' => 'int', + 'neuron' => 'int', + ), + 'fann_set_activation_function_hidden' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_function' => 'int', + ), + 'fann_set_activation_function_layer' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_function' => 'int', + 'layer' => 'int', + ), + 'fann_set_activation_function_output' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_function' => 'int', + ), + 'fann_set_activation_steepness' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_steepness' => 'float', + 'layer' => 'int', + 'neuron' => 'int', + ), + 'fann_set_activation_steepness_hidden' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_steepness' => 'float', + ), + 'fann_set_activation_steepness_layer' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_steepness' => 'float', + 'layer' => 'int', + ), + 'fann_set_activation_steepness_output' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'activation_steepness' => 'float', + ), + 'fann_set_bit_fail_limit' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'bit_fail_limit' => 'float', + ), + 'fann_set_callback' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'callback' => 'callable', + ), + 'fann_set_cascade_activation_functions' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_activation_functions' => 'array', + ), + 'fann_set_cascade_activation_steepnesses' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_activation_steepnesses_count' => 'array', + ), + 'fann_set_cascade_candidate_change_fraction' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_candidate_change_fraction' => 'float', + ), + 'fann_set_cascade_candidate_limit' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_candidate_limit' => 'float', + ), + 'fann_set_cascade_candidate_stagnation_epochs' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_candidate_stagnation_epochs' => 'int', + ), + 'fann_set_cascade_max_cand_epochs' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_max_cand_epochs' => 'int', + ), + 'fann_set_cascade_max_out_epochs' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_max_out_epochs' => 'int', + ), + 'fann_set_cascade_min_cand_epochs' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_min_cand_epochs' => 'int', + ), + 'fann_set_cascade_min_out_epochs' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_min_out_epochs' => 'int', + ), + 'fann_set_cascade_num_candidate_groups' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_num_candidate_groups' => 'int', + ), + 'fann_set_cascade_output_change_fraction' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_output_change_fraction' => 'float', + ), + 'fann_set_cascade_output_stagnation_epochs' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_output_stagnation_epochs' => 'int', + ), + 'fann_set_cascade_weight_multiplier' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'cascade_weight_multiplier' => 'float', + ), + 'fann_set_error_log' => + array ( + 0 => 'void', + 'errdat' => 'resource', + 'log_file' => 'string', + ), + 'fann_set_input_scaling_params' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'train_data' => 'resource', + 'new_input_min' => 'float', + 'new_input_max' => 'float', + ), + 'fann_set_learning_momentum' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'learning_momentum' => 'float', + ), + 'fann_set_learning_rate' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'learning_rate' => 'float', + ), + 'fann_set_output_scaling_params' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'train_data' => 'resource', + 'new_output_min' => 'float', + 'new_output_max' => 'float', + ), + 'fann_set_quickprop_decay' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'quickprop_decay' => 'float', + ), + 'fann_set_quickprop_mu' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'quickprop_mu' => 'float', + ), + 'fann_set_rprop_decrease_factor' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'rprop_decrease_factor' => 'float', + ), + 'fann_set_rprop_delta_max' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'rprop_delta_max' => 'float', + ), + 'fann_set_rprop_delta_min' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'rprop_delta_min' => 'float', + ), + 'fann_set_rprop_delta_zero' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'rprop_delta_zero' => 'float', + ), + 'fann_set_rprop_increase_factor' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'rprop_increase_factor' => 'float', + ), + 'fann_set_sarprop_step_error_shift' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'sarprop_step_error_shift' => 'float', + ), + 'fann_set_sarprop_step_error_threshold_factor' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'sarprop_step_error_threshold_factor' => 'float', + ), + 'fann_set_sarprop_temperature' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'sarprop_temperature' => 'float', + ), + 'fann_set_sarprop_weight_decay_shift' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'sarprop_weight_decay_shift' => 'float', + ), + 'fann_set_scaling_params' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'train_data' => 'resource', + 'new_input_min' => 'float', + 'new_input_max' => 'float', + 'new_output_min' => 'float', + 'new_output_max' => 'float', + ), + 'fann_set_train_error_function' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'error_function' => 'int', + ), + 'fann_set_train_stop_function' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'stop_function' => 'int', + ), + 'fann_set_training_algorithm' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'training_algorithm' => 'int', + ), + 'fann_set_weight' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'from_neuron' => 'int', + 'to_neuron' => 'int', + 'weight' => 'float', + ), + 'fann_set_weight_array' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'connections' => 'array', + ), + 'fann_shuffle_train_data' => + array ( + 0 => 'bool', + 'train_data' => 'resource', + ), + 'fann_subset_train_data' => + array ( + 0 => 'resource', + 'data' => 'resource', + 'pos' => 'int', + 'length' => 'int', + ), + 'fann_test' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'input' => 'array', + 'desired_output' => 'array', + ), + 'fann_test_data' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + 'data' => 'resource', + ), + 'fann_train' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'input' => 'array', + 'desired_output' => 'array', + ), + 'fann_train_epoch' => + array ( + 0 => 'false|float', + 'ann' => 'resource', + 'data' => 'resource', + ), + 'fann_train_on_data' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'data' => 'resource', + 'max_epochs' => 'int', + 'epochs_between_reports' => 'int', + 'desired_error' => 'float', + ), + 'fann_train_on_file' => + array ( + 0 => 'bool', + 'ann' => 'resource', + 'filename' => 'string', + 'max_epochs' => 'int', + 'epochs_between_reports' => 'int', + 'desired_error' => 'float', + ), + 'fannconnection::__construct' => + array ( + 0 => 'void', + 'from_neuron' => 'int', + 'to_neuron' => 'int', + 'weight' => 'float', + ), + 'fannconnection::getfromneuron' => + array ( + 0 => 'int', + ), + 'fannconnection::gettoneuron' => + array ( + 0 => 'int', + ), + 'fannconnection::getweight' => + array ( + 0 => 'void', + ), + 'fannconnection::setweight' => + array ( + 0 => 'bool', + 'weight' => 'float', + ), + 'fastcgi_finish_request' => + array ( + 0 => 'bool', + ), + 'fbsql_affected_rows' => + array ( + 0 => 'int', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_autocommit' => + array ( + 0 => 'bool', + 'link_identifier' => 'resource', + 'onoff=' => 'bool', + ), + 'fbsql_blob_size' => + array ( + 0 => 'int', + 'blob_handle' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_change_user' => + array ( + 0 => 'bool', + 'user' => 'string', + 'password' => 'string', + 'database=' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_clob_size' => + array ( + 0 => 'int', + 'clob_handle' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_close' => + array ( + 0 => 'bool', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_commit' => + array ( + 0 => 'bool', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_connect' => + array ( + 0 => 'resource', + 'hostname=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + ), + 'fbsql_create_blob' => + array ( + 0 => 'string', + 'blob_data' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_create_clob' => + array ( + 0 => 'string', + 'clob_data' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_create_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + 'database_options=' => 'string', + ), + 'fbsql_data_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'row_number' => 'int', + ), + 'fbsql_database' => + array ( + 0 => 'string', + 'link_identifier' => 'resource', + 'database=' => 'string', + ), + 'fbsql_database_password' => + array ( + 0 => 'string', + 'link_identifier' => 'resource', + 'database_password=' => 'string', + ), + 'fbsql_db_query' => + array ( + 0 => 'resource', + 'database' => 'string', + 'query' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_db_status' => + array ( + 0 => 'int', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_drop_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_errno' => + array ( + 0 => 'int', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_error' => + array ( + 0 => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_fetch_array' => + array ( + 0 => 'array', + 'result' => 'resource', + 'result_type=' => 'int', + ), + 'fbsql_fetch_assoc' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'fbsql_fetch_field' => + array ( + 0 => 'object', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'fbsql_fetch_lengths' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'fbsql_fetch_object' => + array ( + 0 => 'object', + 'result' => 'resource', + ), + 'fbsql_fetch_row' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'fbsql_field_flags' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'fbsql_field_len' => + array ( + 0 => 'int', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'fbsql_field_name' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_index=' => 'int', + ), + 'fbsql_field_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'fbsql_field_table' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'fbsql_field_type' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'fbsql_free_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'fbsql_get_autostart_info' => + array ( + 0 => 'array', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_hostname' => + array ( + 0 => 'string', + 'link_identifier' => 'resource', + 'host_name=' => 'string', + ), + 'fbsql_insert_id' => + array ( + 0 => 'int', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_list_dbs' => + array ( + 0 => 'resource', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_list_fields' => + array ( + 0 => 'resource', + 'database_name' => 'string', + 'table_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_list_tables' => + array ( + 0 => 'resource', + 'database' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_next_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'fbsql_num_fields' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'fbsql_num_rows' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'fbsql_password' => + array ( + 0 => 'string', + 'link_identifier' => 'resource', + 'password=' => 'string', + ), + 'fbsql_pconnect' => + array ( + 0 => 'resource', + 'hostname=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + ), + 'fbsql_query' => + array ( + 0 => 'resource', + 'query' => 'string', + 'link_identifier=' => 'null|resource', + 'batch_size=' => 'int', + ), + 'fbsql_read_blob' => + array ( + 0 => 'string', + 'blob_handle' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_read_clob' => + array ( + 0 => 'string', + 'clob_handle' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_result' => + array ( + 0 => 'mixed', + 'result' => 'resource', + 'row=' => 'int', + 'field=' => 'mixed', + ), + 'fbsql_rollback' => + array ( + 0 => 'bool', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_rows_fetched' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'fbsql_select_db' => + array ( + 0 => 'bool', + 'database_name=' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_set_characterset' => + array ( + 0 => 'void', + 'link_identifier' => 'resource', + 'characterset' => 'int', + 'in_out_both=' => 'int', + ), + 'fbsql_set_lob_mode' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'lob_mode' => 'int', + ), + 'fbsql_set_password' => + array ( + 0 => 'bool', + 'link_identifier' => 'resource', + 'user' => 'string', + 'password' => 'string', + 'old_password' => 'string', + ), + 'fbsql_set_transaction' => + array ( + 0 => 'void', + 'link_identifier' => 'resource', + 'locking' => 'int', + 'isolation' => 'int', + ), + 'fbsql_start_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + 'database_options=' => 'string', + ), + 'fbsql_stop_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'fbsql_table_name' => + array ( + 0 => 'string', + 'result' => 'resource', + 'index' => 'int', + ), + 'fbsql_username' => + array ( + 0 => 'string', + 'link_identifier' => 'resource', + 'username=' => 'string', + ), + 'fbsql_warnings' => + array ( + 0 => 'bool', + 'onoff=' => 'bool', + ), + 'fdf_add_doc_javascript' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'script_name' => 'string', + 'script_code' => 'string', + ), + 'fdf_add_template' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'newpage' => 'int', + 'filename' => 'string', + 'template' => 'string', + 'rename' => 'int', + ), + 'fdf_close' => + array ( + 0 => 'void', + 'fdf_document' => 'resource', + ), + 'fdf_create' => + array ( + 0 => 'resource', + ), + 'fdf_enum_values' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'function' => 'callable', + 'userdata=' => 'mixed', + ), + 'fdf_errno' => + array ( + 0 => 'int', + ), + 'fdf_error' => + array ( + 0 => 'string', + 'error_code=' => 'int', + ), + 'fdf_get_ap' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'field' => 'string', + 'face' => 'int', + 'filename' => 'string', + ), + 'fdf_get_attachment' => + array ( + 0 => 'array', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'savepath' => 'string', + ), + 'fdf_get_encoding' => + array ( + 0 => 'string', + 'fdf_document' => 'resource', + ), + 'fdf_get_file' => + array ( + 0 => 'string', + 'fdf_document' => 'resource', + ), + 'fdf_get_flags' => + array ( + 0 => 'int', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'whichflags' => 'int', + ), + 'fdf_get_opt' => + array ( + 0 => 'mixed', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'element=' => 'int', + ), + 'fdf_get_status' => + array ( + 0 => 'string', + 'fdf_document' => 'resource', + ), + 'fdf_get_value' => + array ( + 0 => 'mixed', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'which=' => 'int', + ), + 'fdf_get_version' => + array ( + 0 => 'string', + 'fdf_document=' => 'resource', + ), + 'fdf_header' => + array ( + 0 => 'void', + ), + 'fdf_next_field_name' => + array ( + 0 => 'string', + 'fdf_document' => 'resource', + 'fieldname=' => 'string', + ), + 'fdf_open' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + ), + 'fdf_open_string' => + array ( + 0 => 'resource', + 'fdf_data' => 'string', + ), + 'fdf_remove_item' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'item' => 'int', + ), + 'fdf_save' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'filename=' => 'string', + ), + 'fdf_save_string' => + array ( + 0 => 'string', + 'fdf_document' => 'resource', + ), + 'fdf_set_ap' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'field_name' => 'string', + 'face' => 'int', + 'filename' => 'string', + 'page_number' => 'int', + ), + 'fdf_set_encoding' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'encoding' => 'string', + ), + 'fdf_set_file' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'url' => 'string', + 'target_frame=' => 'string', + ), + 'fdf_set_flags' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'whichflags' => 'int', + 'newflags' => 'int', + ), + 'fdf_set_javascript_action' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'trigger' => 'int', + 'script' => 'string', + ), + 'fdf_set_on_import_javascript' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'script' => 'string', + 'before_data_import' => 'bool', + ), + 'fdf_set_opt' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'element' => 'int', + 'string1' => 'string', + 'string2' => 'string', + ), + 'fdf_set_status' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'status' => 'string', + ), + 'fdf_set_submit_form_action' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'trigger' => 'int', + 'script' => 'string', + 'flags' => 'int', + ), + 'fdf_set_target_frame' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'frame_name' => 'string', + ), + 'fdf_set_value' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'fieldname' => 'string', + 'value' => 'mixed', + 'isname=' => 'int', + ), + 'fdf_set_version' => + array ( + 0 => 'bool', + 'fdf_document' => 'resource', + 'version' => 'string', + ), + 'ffmpeg_animated_gif::__construct' => + array ( + 0 => 'void', + 'output_file_path' => 'string', + 'width' => 'int', + 'height' => 'int', + 'frame_rate' => 'int', + 'loop_count=' => 'int', + ), + 'ffmpeg_animated_gif::addframe' => + array ( + 0 => 'mixed', + 'frame_to_add' => 'ffmpeg_frame', + ), + 'ffmpeg_frame::__construct' => + array ( + 0 => 'void', + 'gd_image' => 'resource', + ), + 'ffmpeg_frame::crop' => + array ( + 0 => 'mixed', + 'crop_top' => 'int', + 'crop_bottom=' => 'int', + 'crop_left=' => 'int', + 'crop_right=' => 'int', + ), + 'ffmpeg_frame::getheight' => + array ( + 0 => 'int', + ), + 'ffmpeg_frame::getpresentationtimestamp' => + array ( + 0 => 'int', + ), + 'ffmpeg_frame::getpts' => + array ( + 0 => 'int', + ), + 'ffmpeg_frame::getwidth' => + array ( + 0 => 'int', + ), + 'ffmpeg_frame::resize' => + array ( + 0 => 'mixed', + 'width' => 'int', + 'height' => 'int', + 'crop_top=' => 'int', + 'crop_bottom=' => 'int', + 'crop_left=' => 'int', + 'crop_right=' => 'int', + ), + 'ffmpeg_frame::togdimage' => + array ( + 0 => 'resource', + ), + 'ffmpeg_movie::__construct' => + array ( + 0 => 'void', + 'path_to_media' => 'string', + 'persistent' => 'bool', + ), + 'ffmpeg_movie::getartist' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getaudiobitrate' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getaudiochannels' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getaudiocodec' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getaudiosamplerate' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getauthor' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getbitrate' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getcomment' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getcopyright' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getduration' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getfilename' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getframe' => + array ( + 0 => 'false|ffmpeg_frame', + 'framenumber' => 'int', + ), + 'ffmpeg_movie::getframecount' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getframeheight' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getframenumber' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getframerate' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getframewidth' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getgenre' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getnextkeyframe' => + array ( + 0 => 'false|ffmpeg_frame', + ), + 'ffmpeg_movie::getpixelformat' => + array ( + 0 => 'mixed', + ), + 'ffmpeg_movie::gettitle' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::gettracknumber' => + array ( + 0 => 'int|string', + ), + 'ffmpeg_movie::getvideobitrate' => + array ( + 0 => 'int', + ), + 'ffmpeg_movie::getvideocodec' => + array ( + 0 => 'string', + ), + 'ffmpeg_movie::getyear' => + array ( + 0 => 'int|string', + ), + 'ffmpeg_movie::hasaudio' => + array ( + 0 => 'bool', + ), + 'ffmpeg_movie::hasvideo' => + array ( + 0 => 'bool', + ), + 'filepro' => + array ( + 0 => 'bool', + 'directory' => 'string', + ), + 'filepro_fieldcount' => + array ( + 0 => 'int', + ), + 'filepro_fieldname' => + array ( + 0 => 'string', + 'field_number' => 'int', + ), + 'filepro_fieldtype' => + array ( + 0 => 'string', + 'field_number' => 'int', + ), + 'filepro_fieldwidth' => + array ( + 0 => 'int', + 'field_number' => 'int', + ), + 'filepro_retrieve' => + array ( + 0 => 'string', + 'row_number' => 'int', + 'field_number' => 'int', + ), + 'filepro_rowcount' => + array ( + 0 => 'int', + ), + 'fpm_get_status' => + array ( + 0 => 'array|false', + ), + 'frenchtojd' => + array ( + 0 => 'int', + 'month' => 'int', + 'day' => 'int', + 'year' => 'int', + ), + 'fribidi_log2vis' => + array ( + 0 => 'string', + 'string' => 'string', + 'direction' => 'string', + 'charset' => 'int', + ), + 'fscanf\'1' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'format' => 'string', + '&...w_vars=' => 'float|int|string', + ), + 'ftp_alloc' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'size' => 'int', + '&w_response=' => 'string', + ), + 'ftp_append' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'remote_filename' => 'string', + 'local_filename' => 'string', + 'mode=' => 'int', + ), + 'ftp_cdup' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + ), + 'ftp_chdir' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'directory' => 'string', + ), + 'ftp_chmod' => + array ( + 0 => 'false|int', + 'ftp' => 'FTP\\Connection', + 'permissions' => 'int', + 'filename' => 'string', + ), + 'ftp_close' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + ), + 'ftp_connect' => + array ( + 0 => 'FTP\\Connection|false', + 'hostname' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + ), + 'ftp_delete' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'filename' => 'string', + ), + 'ftp_exec' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'command' => 'string', + ), + 'ftp_fget' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'stream' => 'resource', + 'remote_filename' => 'string', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_fput' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'remote_filename' => 'string', + 'stream' => 'resource', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_get' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'local_filename' => 'string', + 'remote_filename' => 'string', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_get_option' => + array ( + 0 => 'false|int', + 'ftp' => 'FTP\\Connection', + 'option' => 'int', + ), + 'ftp_login' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'username' => 'string', + 'password' => 'string', + ), + 'ftp_mdtm' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + 'filename' => 'string', + ), + 'ftp_mkdir' => + array ( + 0 => 'false|string', + 'ftp' => 'FTP\\Connection', + 'directory' => 'string', + ), + 'ftp_mlsd' => + array ( + 0 => 'array|false', + 'ftp' => 'FTP\\Connection', + 'directory' => 'string', + ), + 'ftp_nb_continue' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + ), + 'ftp_nb_fget' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + 'stream' => 'resource', + 'remote_filename' => 'string', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_nb_fput' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + 'remote_filename' => 'string', + 'stream' => 'resource', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_nb_get' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + 'local_filename' => 'string', + 'remote_filename' => 'string', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_nb_put' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + 'remote_filename' => 'string', + 'local_filename' => 'string', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_nlist' => + array ( + 0 => 'array|false', + 'ftp' => 'FTP\\Connection', + 'directory' => 'string', + ), + 'ftp_pasv' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'enable' => 'bool', + ), + 'ftp_put' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'remote_filename' => 'string', + 'local_filename' => 'string', + 'mode=' => 'int', + 'offset=' => 'int', + ), + 'ftp_pwd' => + array ( + 0 => 'false|string', + 'ftp' => 'FTP\\Connection', + ), + 'ftp_quit' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + ), + 'ftp_raw' => + array ( + 0 => 'array|null', + 'ftp' => 'FTP\\Connection', + 'command' => 'string', + ), + 'ftp_rawlist' => + array ( + 0 => 'array|false', + 'ftp' => 'FTP\\Connection', + 'directory' => 'string', + 'recursive=' => 'bool', + ), + 'ftp_rename' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'from' => 'string', + 'to' => 'string', + ), + 'ftp_rmdir' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'directory' => 'string', + ), + 'ftp_set_option' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'option' => 'int', + 'value' => 'mixed', + ), + 'ftp_site' => + array ( + 0 => 'bool', + 'ftp' => 'FTP\\Connection', + 'command' => 'string', + ), + 'ftp_size' => + array ( + 0 => 'int', + 'ftp' => 'FTP\\Connection', + 'filename' => 'string', + ), + 'ftp_ssl_connect' => + array ( + 0 => 'FTP\\Connection|false', + 'hostname' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + ), + 'ftp_systype' => + array ( + 0 => 'false|string', + 'ftp' => 'FTP\\Connection', + ), + 'gearman_bugreport' => + array ( + 0 => 'mixed', + ), + 'gearman_client_add_options' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'option' => 'mixed', + ), + 'gearman_client_add_server' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'host' => 'mixed', + 'port' => 'mixed', + ), + 'gearman_client_add_servers' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'servers' => 'mixed', + ), + 'gearman_client_add_task' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'context' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_add_task_background' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'context' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_add_task_high' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'context' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_add_task_high_background' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'context' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_add_task_low' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'context' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_add_task_low_background' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'context' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_add_task_status' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'job_handle' => 'mixed', + 'context' => 'mixed', + ), + 'gearman_client_clear_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_clone' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_context' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_create' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_do' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_do_background' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_do_high' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_do_high_background' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_do_job_handle' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_do_low' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_do_low_background' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'mixed', + 'workload' => 'mixed', + 'unique' => 'mixed', + ), + 'gearman_client_do_normal' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'function_name' => 'string', + 'workload' => 'string', + 'unique' => 'string', + ), + 'gearman_client_do_status' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_echo' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'workload' => 'mixed', + ), + 'gearman_client_errno' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_error' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_job_status' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'job_handle' => 'mixed', + ), + 'gearman_client_options' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_remove_options' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'option' => 'mixed', + ), + 'gearman_client_return_code' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_run_tasks' => + array ( + 0 => 'mixed', + 'data' => 'mixed', + ), + 'gearman_client_set_complete_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_context' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'context' => 'mixed', + ), + 'gearman_client_set_created_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_data_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_exception_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_fail_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_options' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'option' => 'mixed', + ), + 'gearman_client_set_status_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_timeout' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'timeout' => 'mixed', + ), + 'gearman_client_set_warning_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_set_workload_fn' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + 'callback' => 'mixed', + ), + 'gearman_client_timeout' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_client_wait' => + array ( + 0 => 'mixed', + 'client_object' => 'mixed', + ), + 'gearman_job_function_name' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + ), + 'gearman_job_handle' => + array ( + 0 => 'string', + ), + 'gearman_job_return_code' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + ), + 'gearman_job_send_complete' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + 'result' => 'mixed', + ), + 'gearman_job_send_data' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + 'data' => 'mixed', + ), + 'gearman_job_send_exception' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + 'exception' => 'mixed', + ), + 'gearman_job_send_fail' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + ), + 'gearman_job_send_status' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + 'numerator' => 'mixed', + 'denominator' => 'mixed', + ), + 'gearman_job_send_warning' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + 'warning' => 'mixed', + ), + 'gearman_job_status' => + array ( + 0 => 'array', + 'job_handle' => 'string', + ), + 'gearman_job_unique' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + ), + 'gearman_job_workload' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + ), + 'gearman_job_workload_size' => + array ( + 0 => 'mixed', + 'job_object' => 'mixed', + ), + 'gearman_task_data' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_data_size' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_denominator' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_function_name' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_is_known' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_is_running' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_job_handle' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_numerator' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_recv_data' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + 'data_len' => 'mixed', + ), + 'gearman_task_return_code' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_task_send_workload' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + 'data' => 'mixed', + ), + 'gearman_task_unique' => + array ( + 0 => 'mixed', + 'task_object' => 'mixed', + ), + 'gearman_verbose_name' => + array ( + 0 => 'mixed', + 'verbose' => 'mixed', + ), + 'gearman_version' => + array ( + 0 => 'mixed', + ), + 'gearman_worker_add_function' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'function_name' => 'mixed', + 'function' => 'mixed', + 'data' => 'mixed', + 'timeout' => 'mixed', + ), + 'gearman_worker_add_options' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'option' => 'mixed', + ), + 'gearman_worker_add_server' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'host' => 'mixed', + 'port' => 'mixed', + ), + 'gearman_worker_add_servers' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'servers' => 'mixed', + ), + 'gearman_worker_clone' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_create' => + array ( + 0 => 'mixed', + ), + 'gearman_worker_echo' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'workload' => 'mixed', + ), + 'gearman_worker_errno' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_error' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_grab_job' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_options' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_register' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'function_name' => 'mixed', + 'timeout' => 'mixed', + ), + 'gearman_worker_remove_options' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'option' => 'mixed', + ), + 'gearman_worker_return_code' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_set_options' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'option' => 'mixed', + ), + 'gearman_worker_set_timeout' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'timeout' => 'mixed', + ), + 'gearman_worker_timeout' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_unregister' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + 'function_name' => 'mixed', + ), + 'gearman_worker_unregister_all' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_wait' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearman_worker_work' => + array ( + 0 => 'mixed', + 'worker_object' => 'mixed', + ), + 'gearmanclient::__construct' => + array ( + 0 => 'void', + ), + 'gearmanclient::addoptions' => + array ( + 0 => 'bool', + 'options' => 'int', + ), + 'gearmanclient::addserver' => + array ( + 0 => 'bool', + 'host=' => 'string', + 'port=' => 'int', + ), + 'gearmanclient::addservers' => + array ( + 0 => 'bool', + 'servers=' => 'string', + ), + 'gearmanclient::addtask' => + array ( + 0 => 'GearmanTask|false', + 'function_name' => 'string', + 'workload' => 'string', + 'context=' => 'mixed', + 'unique=' => 'string', + ), + 'gearmanclient::addtaskbackground' => + array ( + 0 => 'GearmanTask|false', + 'function_name' => 'string', + 'workload' => 'string', + 'context=' => 'mixed', + 'unique=' => 'string', + ), + 'gearmanclient::addtaskhigh' => + array ( + 0 => 'GearmanTask|false', + 'function_name' => 'string', + 'workload' => 'string', + 'context=' => 'mixed', + 'unique=' => 'string', + ), + 'gearmanclient::addtaskhighbackground' => + array ( + 0 => 'GearmanTask|false', + 'function_name' => 'string', + 'workload' => 'string', + 'context=' => 'mixed', + 'unique=' => 'string', + ), + 'gearmanclient::addtasklow' => + array ( + 0 => 'GearmanTask|false', + 'function_name' => 'string', + 'workload' => 'string', + 'context=' => 'mixed', + 'unique=' => 'string', + ), + 'gearmanclient::addtasklowbackground' => + array ( + 0 => 'GearmanTask|false', + 'function_name' => 'string', + 'workload' => 'string', + 'context=' => 'mixed', + 'unique=' => 'string', + ), + 'gearmanclient::addtaskstatus' => + array ( + 0 => 'GearmanTask', + 'job_handle' => 'string', + 'context=' => 'string', + ), + 'gearmanclient::clearcallbacks' => + array ( + 0 => 'bool', + ), + 'gearmanclient::clone' => + array ( + 0 => 'GearmanClient', + ), + 'gearmanclient::context' => + array ( + 0 => 'string', + ), + 'gearmanclient::data' => + array ( + 0 => 'string', + ), + 'gearmanclient::do' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::dobackground' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::dohigh' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::dohighbackground' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::dojobhandle' => + array ( + 0 => 'string', + ), + 'gearmanclient::dolow' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::dolowbackground' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::donormal' => + array ( + 0 => 'string', + 'function_name' => 'string', + 'workload' => 'string', + 'unique=' => 'string', + ), + 'gearmanclient::dostatus' => + array ( + 0 => 'array', + ), + 'gearmanclient::echo' => + array ( + 0 => 'bool', + 'workload' => 'string', + ), + 'gearmanclient::error' => + array ( + 0 => 'string', + ), + 'gearmanclient::geterrno' => + array ( + 0 => 'int', + ), + 'gearmanclient::jobstatus' => + array ( + 0 => 'array', + 'job_handle' => 'string', + ), + 'gearmanclient::options' => + array ( + 0 => 'mixed', + ), + 'gearmanclient::ping' => + array ( + 0 => 'bool', + 'workload' => 'string', + ), + 'gearmanclient::removeoptions' => + array ( + 0 => 'bool', + 'options' => 'int', + ), + 'gearmanclient::returncode' => + array ( + 0 => 'int', + ), + 'gearmanclient::runtasks' => + array ( + 0 => 'bool', + ), + 'gearmanclient::setclientcallback' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'gearmanclient::setcompletecallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::setcontext' => + array ( + 0 => 'bool', + 'context' => 'string', + ), + 'gearmanclient::setcreatedcallback' => + array ( + 0 => 'bool', + 'callback' => 'string', + ), + 'gearmanclient::setdata' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'gearmanclient::setdatacallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::setexceptioncallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::setfailcallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::setoptions' => + array ( + 0 => 'bool', + 'options' => 'int', + ), + 'gearmanclient::setstatuscallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::settimeout' => + array ( + 0 => 'bool', + 'timeout' => 'int', + ), + 'gearmanclient::setwarningcallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::setworkloadcallback' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'gearmanclient::timeout' => + array ( + 0 => 'int', + ), + 'gearmanclient::wait' => + array ( + 0 => 'mixed', + ), + 'gearmanjob::__construct' => + array ( + 0 => 'void', + ), + 'gearmanjob::complete' => + array ( + 0 => 'bool', + 'result' => 'string', + ), + 'gearmanjob::data' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'gearmanjob::exception' => + array ( + 0 => 'bool', + 'exception' => 'string', + ), + 'gearmanjob::fail' => + array ( + 0 => 'bool', + ), + 'gearmanjob::functionname' => + array ( + 0 => 'string', + ), + 'gearmanjob::handle' => + array ( + 0 => 'string', + ), + 'gearmanjob::returncode' => + array ( + 0 => 'int', + ), + 'gearmanjob::sendcomplete' => + array ( + 0 => 'bool', + 'result' => 'string', + ), + 'gearmanjob::senddata' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'gearmanjob::sendexception' => + array ( + 0 => 'bool', + 'exception' => 'string', + ), + 'gearmanjob::sendfail' => + array ( + 0 => 'bool', + ), + 'gearmanjob::sendstatus' => + array ( + 0 => 'bool', + 'numerator' => 'int', + 'denominator' => 'int', + ), + 'gearmanjob::sendwarning' => + array ( + 0 => 'bool', + 'warning' => 'string', + ), + 'gearmanjob::setreturn' => + array ( + 0 => 'bool', + 'gearman_return_t' => 'string', + ), + 'gearmanjob::status' => + array ( + 0 => 'bool', + 'numerator' => 'int', + 'denominator' => 'int', + ), + 'gearmanjob::unique' => + array ( + 0 => 'string', + ), + 'gearmanjob::warning' => + array ( + 0 => 'bool', + 'warning' => 'string', + ), + 'gearmanjob::workload' => + array ( + 0 => 'string', + ), + 'gearmanjob::workloadsize' => + array ( + 0 => 'int', + ), + 'gearmantask::__construct' => + array ( + 0 => 'void', + ), + 'gearmantask::create' => + array ( + 0 => 'GearmanTask', + ), + 'gearmantask::data' => + array ( + 0 => 'false|string', + ), + 'gearmantask::datasize' => + array ( + 0 => 'false|int', + ), + 'gearmantask::function' => + array ( + 0 => 'string', + ), + 'gearmantask::functionname' => + array ( + 0 => 'string', + ), + 'gearmantask::isknown' => + array ( + 0 => 'bool', + ), + 'gearmantask::isrunning' => + array ( + 0 => 'bool', + ), + 'gearmantask::jobhandle' => + array ( + 0 => 'string', + ), + 'gearmantask::recvdata' => + array ( + 0 => 'array|false', + 'data_len' => 'int', + ), + 'gearmantask::returncode' => + array ( + 0 => 'int', + ), + 'gearmantask::senddata' => + array ( + 0 => 'int', + 'data' => 'string', + ), + 'gearmantask::sendworkload' => + array ( + 0 => 'false|int', + 'data' => 'string', + ), + 'gearmantask::taskdenominator' => + array ( + 0 => 'false|int', + ), + 'gearmantask::tasknumerator' => + array ( + 0 => 'false|int', + ), + 'gearmantask::unique' => + array ( + 0 => 'false|string', + ), + 'gearmantask::uuid' => + array ( + 0 => 'string', + ), + 'gearmanworker::__construct' => + array ( + 0 => 'void', + ), + 'gearmanworker::addfunction' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'function' => 'callable', + 'context=' => 'mixed', + 'timeout=' => 'int', + ), + 'gearmanworker::addoptions' => + array ( + 0 => 'bool', + 'option' => 'int', + ), + 'gearmanworker::addserver' => + array ( + 0 => 'bool', + 'host=' => 'string', + 'port=' => 'int', + ), + 'gearmanworker::addservers' => + array ( + 0 => 'bool', + 'servers' => 'string', + ), + 'gearmanworker::clone' => + array ( + 0 => 'void', + ), + 'gearmanworker::echo' => + array ( + 0 => 'bool', + 'workload' => 'string', + ), + 'gearmanworker::error' => + array ( + 0 => 'string', + ), + 'gearmanworker::geterrno' => + array ( + 0 => 'int', + ), + 'gearmanworker::grabjob' => + array ( + 0 => 'mixed', + ), + 'gearmanworker::options' => + array ( + 0 => 'int', + ), + 'gearmanworker::register' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'timeout=' => 'int', + ), + 'gearmanworker::removeoptions' => + array ( + 0 => 'bool', + 'option' => 'int', + ), + 'gearmanworker::returncode' => + array ( + 0 => 'int', + ), + 'gearmanworker::setid' => + array ( + 0 => 'bool', + 'id' => 'string', + ), + 'gearmanworker::setoptions' => + array ( + 0 => 'bool', + 'option' => 'int', + ), + 'gearmanworker::settimeout' => + array ( + 0 => 'bool', + 'timeout' => 'int', + ), + 'gearmanworker::timeout' => + array ( + 0 => 'int', + ), + 'gearmanworker::unregister' => + array ( + 0 => 'bool', + 'function_name' => 'string', + ), + 'gearmanworker::unregisterall' => + array ( + 0 => 'bool', + ), + 'gearmanworker::wait' => + array ( + 0 => 'bool', + ), + 'gearmanworker::work' => + array ( + 0 => 'bool', + ), + 'gender\\gender::__construct' => + array ( + 0 => 'void', + 'dsn=' => 'string', + ), + 'gender\\gender::connect' => + array ( + 0 => 'bool', + 'dsn' => 'string', + ), + 'gender\\gender::country' => + array ( + 0 => 'array', + 'country' => 'int', + ), + 'gender\\gender::get' => + array ( + 0 => 'int', + 'name' => 'string', + 'country=' => 'int', + ), + 'gender\\gender::isnick' => + array ( + 0 => 'array', + 'name0' => 'string', + 'name1' => 'string', + 'country=' => 'int', + ), + 'gender\\gender::similarnames' => + array ( + 0 => 'array', + 'name' => 'string', + 'country=' => 'int', + ), + 'geoip_asnum_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_continent_code_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_country_code3_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_country_code_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_country_name_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_database_info' => + array ( + 0 => 'string', + 'database=' => 'int', + ), + 'geoip_db_avail' => + array ( + 0 => 'bool', + 'database' => 'int', + ), + 'geoip_db_filename' => + array ( + 0 => 'string', + 'database' => 'int', + ), + 'geoip_db_get_all_info' => + array ( + 0 => 'array', + ), + 'geoip_domain_by_name' => + array ( + 0 => 'string', + 'hostname' => 'string', + ), + 'geoip_id_by_name' => + array ( + 0 => 'int', + 'hostname' => 'string', + ), + 'geoip_isp_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_netspeedcell_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_org_by_name' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + ), + 'geoip_record_by_name' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + ), + 'geoip_region_by_name' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + ), + 'geoip_region_name_by_code' => + array ( + 0 => 'false|string', + 'country_code' => 'string', + 'region_code' => 'string', + ), + 'geoip_setup_custom_directory' => + array ( + 0 => 'void', + 'path' => 'string', + ), + 'geoip_time_zone_by_country_and_region' => + array ( + 0 => 'false|string', + 'country_code' => 'string', + 'region_code=' => 'string', + ), + 'geosgeometry::__tostring' => + array ( + 0 => 'string', + ), + 'geosgeometry::area' => + array ( + 0 => 'float', + ), + 'geosgeometry::boundary' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::buffer' => + array ( + 0 => 'GEOSGeometry', + 'dist' => 'float', + 'styleArray=' => 'array', + ), + 'geosgeometry::centroid' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::checkvalidity' => + array ( + 0 => 'array{location?: GEOSGeometry, reason?: string, valid: bool}', + ), + 'geosgeometry::contains' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::convexhull' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::coordinatedimension' => + array ( + 0 => 'int', + ), + 'geosgeometry::coveredby' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::covers' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::crosses' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::delaunaytriangulation' => + array ( + 0 => 'GEOSGeometry', + 'tolerance' => 'float', + 'onlyEdges' => 'bool', + ), + 'geosgeometry::difference' => + array ( + 0 => 'GEOSGeometry', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::dimension' => + array ( + 0 => 'int', + ), + 'geosgeometry::disjoint' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::distance' => + array ( + 0 => 'float', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::endpoint' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::envelope' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::equals' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::equalsexact' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + 'tolerance' => 'float', + ), + 'geosgeometry::exteriorring' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::extractuniquepoints' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::geometryn' => + array ( + 0 => 'GEOSGeometry', + 'num' => 'int', + ), + 'geosgeometry::getsrid' => + array ( + 0 => 'int', + ), + 'geosgeometry::getx' => + array ( + 0 => 'float', + ), + 'geosgeometry::gety' => + array ( + 0 => 'float', + ), + 'geosgeometry::hasz' => + array ( + 0 => 'bool', + ), + 'geosgeometry::hausdorffdistance' => + array ( + 0 => 'float', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::interiorringn' => + array ( + 0 => 'GEOSGeometry', + 'num' => 'int', + ), + 'geosgeometry::interpolate' => + array ( + 0 => 'GEOSGeometry', + 'dist' => 'float', + 'normalized' => 'bool', + ), + 'geosgeometry::intersection' => + array ( + 0 => 'GEOSGeometry', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::intersects' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::isclosed' => + array ( + 0 => 'bool', + ), + 'geosgeometry::isempty' => + array ( + 0 => 'bool', + ), + 'geosgeometry::isring' => + array ( + 0 => 'bool', + ), + 'geosgeometry::issimple' => + array ( + 0 => 'bool', + ), + 'geosgeometry::length' => + array ( + 0 => 'float', + ), + 'geosgeometry::node' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::normalize' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::numcoordinates' => + array ( + 0 => 'int', + ), + 'geosgeometry::numgeometries' => + array ( + 0 => 'int', + ), + 'geosgeometry::numinteriorrings' => + array ( + 0 => 'int', + ), + 'geosgeometry::numpoints' => + array ( + 0 => 'int', + ), + 'geosgeometry::offsetcurve' => + array ( + 0 => 'GEOSGeometry', + 'dist' => 'float', + 'styleArray' => 'array', + ), + 'geosgeometry::overlaps' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::pointn' => + array ( + 0 => 'GEOSGeometry', + 'num' => 'int', + ), + 'geosgeometry::pointonsurface' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::project' => + array ( + 0 => 'float', + 'other' => 'GEOSGeometry', + 'normalized' => 'bool', + ), + 'geosgeometry::relate' => + array ( + 0 => 'bool|string', + 'otherGeom' => 'GEOSGeometry', + 'pattern' => 'string', + ), + 'geosgeometry::relateboundarynoderule' => + array ( + 0 => 'string', + 'otherGeom' => 'GEOSGeometry', + 'rule' => 'int', + ), + 'geosgeometry::setsrid' => + array ( + 0 => 'void', + 'srid' => 'int', + ), + 'geosgeometry::simplify' => + array ( + 0 => 'GEOSGeometry', + 'tolerance' => 'float', + 'preserveTopology=' => 'bool', + ), + 'geosgeometry::snapto' => + array ( + 0 => 'GEOSGeometry', + 'geom' => 'GEOSGeometry', + 'tolerance' => 'float', + ), + 'geosgeometry::startpoint' => + array ( + 0 => 'GEOSGeometry', + ), + 'geosgeometry::symdifference' => + array ( + 0 => 'GEOSGeometry', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::touches' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geosgeometry::typeid' => + array ( + 0 => 'int', + ), + 'geosgeometry::typename' => + array ( + 0 => 'string', + ), + 'geosgeometry::union' => + array ( + 0 => 'GEOSGeometry', + 'otherGeom=' => 'GEOSGeometry', + ), + 'geosgeometry::voronoidiagram' => + array ( + 0 => 'GEOSGeometry', + 'tolerance' => 'float', + 'onlyEdges' => 'bool', + 'extent' => 'GEOSGeometry|null', + ), + 'geosgeometry::within' => + array ( + 0 => 'bool', + 'geom' => 'GEOSGeometry', + ), + 'geoslinemerge' => + array ( + 0 => 'array', + 'geom' => 'GEOSGeometry', + ), + 'geospolygonize' => + array ( + 0 => 'array{cut_edges?: array, dangles: array, invalid_rings: array, rings: array}', + 'geom' => 'GEOSGeometry', + ), + 'geosrelatematch' => + array ( + 0 => 'bool', + 'matrix' => 'string', + 'pattern' => 'string', + ), + 'geossharedpaths' => + array ( + 0 => 'GEOSGeometry', + 'geom1' => 'GEOSGeometry', + 'geom2' => 'GEOSGeometry', + ), + 'geosversion' => + array ( + 0 => 'string', + ), + 'geoswkbreader::__construct' => + array ( + 0 => 'void', + ), + 'geoswkbreader::read' => + array ( + 0 => 'GEOSGeometry', + 'wkb' => 'string', + ), + 'geoswkbreader::readhex' => + array ( + 0 => 'GEOSGeometry', + 'wkb' => 'string', + ), + 'geoswkbwriter::__construct' => + array ( + 0 => 'void', + ), + 'geoswkbwriter::getbyteorder' => + array ( + 0 => 'int', + ), + 'geoswkbwriter::getincludesrid' => + array ( + 0 => 'bool', + ), + 'geoswkbwriter::getoutputdimension' => + array ( + 0 => 'int', + ), + 'geoswkbwriter::setbyteorder' => + array ( + 0 => 'void', + 'byteOrder' => 'int', + ), + 'geoswkbwriter::setincludesrid' => + array ( + 0 => 'void', + 'inc' => 'bool', + ), + 'geoswkbwriter::setoutputdimension' => + array ( + 0 => 'void', + 'dim' => 'int', + ), + 'geoswkbwriter::write' => + array ( + 0 => 'string', + 'geom' => 'GEOSGeometry', + ), + 'geoswkbwriter::writehex' => + array ( + 0 => 'string', + 'geom' => 'GEOSGeometry', + ), + 'geoswktreader::__construct' => + array ( + 0 => 'void', + ), + 'geoswktreader::read' => + array ( + 0 => 'GEOSGeometry', + 'wkt' => 'string', + ), + 'geoswktwriter::__construct' => + array ( + 0 => 'void', + ), + 'geoswktwriter::getoutputdimension' => + array ( + 0 => 'int', + ), + 'geoswktwriter::setold3d' => + array ( + 0 => 'void', + 'val' => 'bool', + ), + 'geoswktwriter::setoutputdimension' => + array ( + 0 => 'void', + 'dim' => 'int', + ), + 'geoswktwriter::setroundingprecision' => + array ( + 0 => 'void', + 'prec' => 'int', + ), + 'geoswktwriter::settrim' => + array ( + 0 => 'void', + 'trim' => 'bool', + ), + 'geoswktwriter::write' => + array ( + 0 => 'string', + 'geom' => 'GEOSGeometry', + ), + 'get_call_stack' => + array ( + 0 => 'mixed', + ), + 'get_magic_quotes_gpc' => + array ( + 0 => 'false|int', + ), + 'get_magic_quotes_runtime' => + array ( + 0 => 'false|int', + ), + 'getallheaders' => + array ( + 0 => 'array|false', + ), + 'getenv\'1' => + array ( + 0 => 'array', + ), + 'gettext' => + array ( + 0 => 'string', + 'message' => 'string', + ), + 'gettimeofday\'1' => + array ( + 0 => 'float', + 'as_float=' => 'true', + ), + 'gmagick::__construct' => + array ( + 0 => 'void', + 'filename=' => 'string', + ), + 'gmagick::addimage' => + array ( + 0 => 'Gmagick', + 'gmagick' => 'gmagick', + ), + 'gmagick::addnoiseimage' => + array ( + 0 => 'Gmagick', + 'noise' => 'int', + ), + 'gmagick::annotateimage' => + array ( + 0 => 'Gmagick', + 'gmagickdraw' => 'gmagickdraw', + 'x' => 'float', + 'y' => 'float', + 'angle' => 'float', + 'text' => 'string', + ), + 'gmagick::blurimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + 'sigma' => 'float', + 'channel=' => 'int', + ), + 'gmagick::borderimage' => + array ( + 0 => 'Gmagick', + 'color' => 'gmagickpixel', + 'width' => 'int', + 'height' => 'int', + ), + 'gmagick::charcoalimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + 'sigma' => 'float', + ), + 'gmagick::chopimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'gmagick::clear' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::commentimage' => + array ( + 0 => 'Gmagick', + 'comment' => 'string', + ), + 'gmagick::compositeimage' => + array ( + 0 => 'Gmagick', + 'source' => 'gmagick', + 'compose' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'gmagick::cropimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + ), + 'gmagick::cropthumbnailimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + ), + 'gmagick::current' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::cyclecolormapimage' => + array ( + 0 => 'Gmagick', + 'displace' => 'int', + ), + 'gmagick::deconstructimages' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::despeckleimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::destroy' => + array ( + 0 => 'bool', + ), + 'gmagick::drawimage' => + array ( + 0 => 'Gmagick', + 'gmagickdraw' => 'gmagickdraw', + ), + 'gmagick::edgeimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + ), + 'gmagick::embossimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + 'sigma' => 'float', + ), + 'gmagick::enhanceimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::equalizeimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::flipimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::flopimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::frameimage' => + array ( + 0 => 'Gmagick', + 'color' => 'gmagickpixel', + 'width' => 'int', + 'height' => 'int', + 'inner_bevel' => 'int', + 'outer_bevel' => 'int', + ), + 'gmagick::gammaimage' => + array ( + 0 => 'Gmagick', + 'gamma' => 'float', + ), + 'gmagick::getcopyright' => + array ( + 0 => 'string', + ), + 'gmagick::getfilename' => + array ( + 0 => 'string', + ), + 'gmagick::getimagebackgroundcolor' => + array ( + 0 => 'GmagickPixel', + ), + 'gmagick::getimageblueprimary' => + array ( + 0 => 'array', + ), + 'gmagick::getimagebordercolor' => + array ( + 0 => 'GmagickPixel', + ), + 'gmagick::getimagechanneldepth' => + array ( + 0 => 'int', + 'channel_type' => 'int', + ), + 'gmagick::getimagecolors' => + array ( + 0 => 'int', + ), + 'gmagick::getimagecolorspace' => + array ( + 0 => 'int', + ), + 'gmagick::getimagecompose' => + array ( + 0 => 'int', + ), + 'gmagick::getimagedelay' => + array ( + 0 => 'int', + ), + 'gmagick::getimagedepth' => + array ( + 0 => 'int', + ), + 'gmagick::getimagedispose' => + array ( + 0 => 'int', + ), + 'gmagick::getimageextrema' => + array ( + 0 => 'array', + ), + 'gmagick::getimagefilename' => + array ( + 0 => 'string', + ), + 'gmagick::getimageformat' => + array ( + 0 => 'string', + ), + 'gmagick::getimagegamma' => + array ( + 0 => 'float', + ), + 'gmagick::getimagegreenprimary' => + array ( + 0 => 'array', + ), + 'gmagick::getimageheight' => + array ( + 0 => 'int', + ), + 'gmagick::getimagehistogram' => + array ( + 0 => 'array', + ), + 'gmagick::getimageindex' => + array ( + 0 => 'int', + ), + 'gmagick::getimageinterlacescheme' => + array ( + 0 => 'int', + ), + 'gmagick::getimageiterations' => + array ( + 0 => 'int', + ), + 'gmagick::getimagematte' => + array ( + 0 => 'int', + ), + 'gmagick::getimagemattecolor' => + array ( + 0 => 'GmagickPixel', + ), + 'gmagick::getimageprofile' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'gmagick::getimageredprimary' => + array ( + 0 => 'array', + ), + 'gmagick::getimagerenderingintent' => + array ( + 0 => 'int', + ), + 'gmagick::getimageresolution' => + array ( + 0 => 'array', + ), + 'gmagick::getimagescene' => + array ( + 0 => 'int', + ), + 'gmagick::getimagesignature' => + array ( + 0 => 'string', + ), + 'gmagick::getimagetype' => + array ( + 0 => 'int', + ), + 'gmagick::getimageunits' => + array ( + 0 => 'int', + ), + 'gmagick::getimagewhitepoint' => + array ( + 0 => 'array', + ), + 'gmagick::getimagewidth' => + array ( + 0 => 'int', + ), + 'gmagick::getpackagename' => + array ( + 0 => 'string', + ), + 'gmagick::getquantumdepth' => + array ( + 0 => 'array', + ), + 'gmagick::getreleasedate' => + array ( + 0 => 'string', + ), + 'gmagick::getsamplingfactors' => + array ( + 0 => 'array', + ), + 'gmagick::getsize' => + array ( + 0 => 'array', + ), + 'gmagick::getversion' => + array ( + 0 => 'array', + ), + 'gmagick::hasnextimage' => + array ( + 0 => 'bool', + ), + 'gmagick::haspreviousimage' => + array ( + 0 => 'bool', + ), + 'gmagick::implodeimage' => + array ( + 0 => 'mixed', + 'radius' => 'float', + ), + 'gmagick::labelimage' => + array ( + 0 => 'mixed', + 'label' => 'string', + ), + 'gmagick::levelimage' => + array ( + 0 => 'mixed', + 'blackpoint' => 'float', + 'gamma' => 'float', + 'whitepoint' => 'float', + 'channel=' => 'int', + ), + 'gmagick::magnifyimage' => + array ( + 0 => 'mixed', + ), + 'gmagick::mapimage' => + array ( + 0 => 'Gmagick', + 'gmagick' => 'gmagick', + 'dither' => 'bool', + ), + 'gmagick::medianfilterimage' => + array ( + 0 => 'void', + 'radius' => 'float', + ), + 'gmagick::minifyimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::modulateimage' => + array ( + 0 => 'Gmagick', + 'brightness' => 'float', + 'saturation' => 'float', + 'hue' => 'float', + ), + 'gmagick::motionblurimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + 'sigma' => 'float', + 'angle' => 'float', + ), + 'gmagick::newimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'background' => 'string', + 'format=' => 'string', + ), + 'gmagick::nextimage' => + array ( + 0 => 'bool', + ), + 'gmagick::normalizeimage' => + array ( + 0 => 'Gmagick', + 'channel=' => 'int', + ), + 'gmagick::oilpaintimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + ), + 'gmagick::previousimage' => + array ( + 0 => 'bool', + ), + 'gmagick::profileimage' => + array ( + 0 => 'Gmagick', + 'name' => 'string', + 'profile' => 'string', + ), + 'gmagick::quantizeimage' => + array ( + 0 => 'Gmagick', + 'numcolors' => 'int', + 'colorspace' => 'int', + 'treedepth' => 'int', + 'dither' => 'bool', + 'measureerror' => 'bool', + ), + 'gmagick::quantizeimages' => + array ( + 0 => 'Gmagick', + 'numcolors' => 'int', + 'colorspace' => 'int', + 'treedepth' => 'int', + 'dither' => 'bool', + 'measureerror' => 'bool', + ), + 'gmagick::queryfontmetrics' => + array ( + 0 => 'array', + 'draw' => 'gmagickdraw', + 'text' => 'string', + ), + 'gmagick::queryfonts' => + array ( + 0 => 'array', + 'pattern=' => 'string', + ), + 'gmagick::queryformats' => + array ( + 0 => 'array', + 'pattern=' => 'string', + ), + 'gmagick::radialblurimage' => + array ( + 0 => 'Gmagick', + 'angle' => 'float', + 'channel=' => 'int', + ), + 'gmagick::raiseimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'x' => 'int', + 'y' => 'int', + 'raise' => 'bool', + ), + 'gmagick::read' => + array ( + 0 => 'Gmagick', + 'filename' => 'string', + ), + 'gmagick::readimage' => + array ( + 0 => 'Gmagick', + 'filename' => 'string', + ), + 'gmagick::readimageblob' => + array ( + 0 => 'Gmagick', + 'imagecontents' => 'string', + 'filename=' => 'string', + ), + 'gmagick::readimagefile' => + array ( + 0 => 'Gmagick', + 'fp' => 'resource', + 'filename=' => 'string', + ), + 'gmagick::reducenoiseimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + ), + 'gmagick::removeimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::removeimageprofile' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'gmagick::resampleimage' => + array ( + 0 => 'Gmagick', + 'xresolution' => 'float', + 'yresolution' => 'float', + 'filter' => 'int', + 'blur' => 'float', + ), + 'gmagick::resizeimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'filter' => 'int', + 'blur' => 'float', + 'fit=' => 'bool', + ), + 'gmagick::rollimage' => + array ( + 0 => 'Gmagick', + 'x' => 'int', + 'y' => 'int', + ), + 'gmagick::rotateimage' => + array ( + 0 => 'Gmagick', + 'color' => 'mixed', + 'degrees' => 'float', + ), + 'gmagick::scaleimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'fit=' => 'bool', + ), + 'gmagick::separateimagechannel' => + array ( + 0 => 'Gmagick', + 'channel' => 'int', + ), + 'gmagick::setcompressionquality' => + array ( + 0 => 'Gmagick', + 'quality' => 'int', + ), + 'gmagick::setfilename' => + array ( + 0 => 'Gmagick', + 'filename' => 'string', + ), + 'gmagick::setimagebackgroundcolor' => + array ( + 0 => 'Gmagick', + 'color' => 'gmagickpixel', + ), + 'gmagick::setimageblueprimary' => + array ( + 0 => 'Gmagick', + 'x' => 'float', + 'y' => 'float', + ), + 'gmagick::setimagebordercolor' => + array ( + 0 => 'Gmagick', + 'color' => 'gmagickpixel', + ), + 'gmagick::setimagechanneldepth' => + array ( + 0 => 'Gmagick', + 'channel' => 'int', + 'depth' => 'int', + ), + 'gmagick::setimagecolorspace' => + array ( + 0 => 'Gmagick', + 'colorspace' => 'int', + ), + 'gmagick::setimagecompose' => + array ( + 0 => 'Gmagick', + 'composite' => 'int', + ), + 'gmagick::setimagedelay' => + array ( + 0 => 'Gmagick', + 'delay' => 'int', + ), + 'gmagick::setimagedepth' => + array ( + 0 => 'Gmagick', + 'depth' => 'int', + ), + 'gmagick::setimagedispose' => + array ( + 0 => 'Gmagick', + 'disposetype' => 'int', + ), + 'gmagick::setimagefilename' => + array ( + 0 => 'Gmagick', + 'filename' => 'string', + ), + 'gmagick::setimageformat' => + array ( + 0 => 'Gmagick', + 'imageformat' => 'string', + ), + 'gmagick::setimagegamma' => + array ( + 0 => 'Gmagick', + 'gamma' => 'float', + ), + 'gmagick::setimagegreenprimary' => + array ( + 0 => 'Gmagick', + 'x' => 'float', + 'y' => 'float', + ), + 'gmagick::setimageindex' => + array ( + 0 => 'Gmagick', + 'index' => 'int', + ), + 'gmagick::setimageinterlacescheme' => + array ( + 0 => 'Gmagick', + 'interlace' => 'int', + ), + 'gmagick::setimageiterations' => + array ( + 0 => 'Gmagick', + 'iterations' => 'int', + ), + 'gmagick::setimageprofile' => + array ( + 0 => 'Gmagick', + 'name' => 'string', + 'profile' => 'string', + ), + 'gmagick::setimageredprimary' => + array ( + 0 => 'Gmagick', + 'x' => 'float', + 'y' => 'float', + ), + 'gmagick::setimagerenderingintent' => + array ( + 0 => 'Gmagick', + 'rendering_intent' => 'int', + ), + 'gmagick::setimageresolution' => + array ( + 0 => 'Gmagick', + 'xresolution' => 'float', + 'yresolution' => 'float', + ), + 'gmagick::setimagescene' => + array ( + 0 => 'Gmagick', + 'scene' => 'int', + ), + 'gmagick::setimagetype' => + array ( + 0 => 'Gmagick', + 'imgtype' => 'int', + ), + 'gmagick::setimageunits' => + array ( + 0 => 'Gmagick', + 'resolution' => 'int', + ), + 'gmagick::setimagewhitepoint' => + array ( + 0 => 'Gmagick', + 'x' => 'float', + 'y' => 'float', + ), + 'gmagick::setsamplingfactors' => + array ( + 0 => 'Gmagick', + 'factors' => 'array', + ), + 'gmagick::setsize' => + array ( + 0 => 'Gmagick', + 'columns' => 'int', + 'rows' => 'int', + ), + 'gmagick::shearimage' => + array ( + 0 => 'Gmagick', + 'color' => 'mixed', + 'xshear' => 'float', + 'yshear' => 'float', + ), + 'gmagick::solarizeimage' => + array ( + 0 => 'Gmagick', + 'threshold' => 'int', + ), + 'gmagick::spreadimage' => + array ( + 0 => 'Gmagick', + 'radius' => 'float', + ), + 'gmagick::stripimage' => + array ( + 0 => 'Gmagick', + ), + 'gmagick::swirlimage' => + array ( + 0 => 'Gmagick', + 'degrees' => 'float', + ), + 'gmagick::thumbnailimage' => + array ( + 0 => 'Gmagick', + 'width' => 'int', + 'height' => 'int', + 'fit=' => 'bool', + ), + 'gmagick::trimimage' => + array ( + 0 => 'Gmagick', + 'fuzz' => 'float', + ), + 'gmagick::write' => + array ( + 0 => 'Gmagick', + 'filename' => 'string', + ), + 'gmagick::writeimage' => + array ( + 0 => 'Gmagick', + 'filename' => 'string', + 'all_frames=' => 'bool', + ), + 'gmagickdraw::annotate' => + array ( + 0 => 'GmagickDraw', + 'x' => 'float', + 'y' => 'float', + 'text' => 'string', + ), + 'gmagickdraw::arc' => + array ( + 0 => 'GmagickDraw', + 'sx' => 'float', + 'sy' => 'float', + 'ex' => 'float', + 'ey' => 'float', + 'sd' => 'float', + 'ed' => 'float', + ), + 'gmagickdraw::bezier' => + array ( + 0 => 'GmagickDraw', + 'coordinate_array' => 'array', + ), + 'gmagickdraw::ellipse' => + array ( + 0 => 'GmagickDraw', + 'ox' => 'float', + 'oy' => 'float', + 'rx' => 'float', + 'ry' => 'float', + 'start' => 'float', + 'end' => 'float', + ), + 'gmagickdraw::getfillcolor' => + array ( + 0 => 'GmagickPixel', + ), + 'gmagickdraw::getfillopacity' => + array ( + 0 => 'float', + ), + 'gmagickdraw::getfont' => + array ( + 0 => 'false|string', + ), + 'gmagickdraw::getfontsize' => + array ( + 0 => 'float', + ), + 'gmagickdraw::getfontstyle' => + array ( + 0 => 'int', + ), + 'gmagickdraw::getfontweight' => + array ( + 0 => 'int', + ), + 'gmagickdraw::getstrokecolor' => + array ( + 0 => 'GmagickPixel', + ), + 'gmagickdraw::getstrokeopacity' => + array ( + 0 => 'float', + ), + 'gmagickdraw::getstrokewidth' => + array ( + 0 => 'float', + ), + 'gmagickdraw::gettextdecoration' => + array ( + 0 => 'int', + ), + 'gmagickdraw::gettextencoding' => + array ( + 0 => 'false|string', + ), + 'gmagickdraw::line' => + array ( + 0 => 'GmagickDraw', + 'sx' => 'float', + 'sy' => 'float', + 'ex' => 'float', + 'ey' => 'float', + ), + 'gmagickdraw::point' => + array ( + 0 => 'GmagickDraw', + 'x' => 'float', + 'y' => 'float', + ), + 'gmagickdraw::polygon' => + array ( + 0 => 'GmagickDraw', + 'coordinates' => 'array', + ), + 'gmagickdraw::polyline' => + array ( + 0 => 'GmagickDraw', + 'coordinate_array' => 'array', + ), + 'gmagickdraw::rectangle' => + array ( + 0 => 'GmagickDraw', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + ), + 'gmagickdraw::rotate' => + array ( + 0 => 'GmagickDraw', + 'degrees' => 'float', + ), + 'gmagickdraw::roundrectangle' => + array ( + 0 => 'GmagickDraw', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'rx' => 'float', + 'ry' => 'float', + ), + 'gmagickdraw::scale' => + array ( + 0 => 'GmagickDraw', + 'x' => 'float', + 'y' => 'float', + ), + 'gmagickdraw::setfillcolor' => + array ( + 0 => 'GmagickDraw', + 'color' => 'string', + ), + 'gmagickdraw::setfillopacity' => + array ( + 0 => 'GmagickDraw', + 'fill_opacity' => 'float', + ), + 'gmagickdraw::setfont' => + array ( + 0 => 'GmagickDraw', + 'font' => 'string', + ), + 'gmagickdraw::setfontsize' => + array ( + 0 => 'GmagickDraw', + 'pointsize' => 'float', + ), + 'gmagickdraw::setfontstyle' => + array ( + 0 => 'GmagickDraw', + 'style' => 'int', + ), + 'gmagickdraw::setfontweight' => + array ( + 0 => 'GmagickDraw', + 'weight' => 'int', + ), + 'gmagickdraw::setstrokecolor' => + array ( + 0 => 'GmagickDraw', + 'color' => 'gmagickpixel', + ), + 'gmagickdraw::setstrokeopacity' => + array ( + 0 => 'GmagickDraw', + 'stroke_opacity' => 'float', + ), + 'gmagickdraw::setstrokewidth' => + array ( + 0 => 'GmagickDraw', + 'width' => 'float', + ), + 'gmagickdraw::settextdecoration' => + array ( + 0 => 'GmagickDraw', + 'decoration' => 'int', + ), + 'gmagickdraw::settextencoding' => + array ( + 0 => 'GmagickDraw', + 'encoding' => 'string', + ), + 'gmagickpixel::__construct' => + array ( + 0 => 'void', + 'color=' => 'string', + ), + 'gmagickpixel::getcolor' => + array ( + 0 => 'mixed', + 'as_array=' => 'bool', + 'normalize_array=' => 'bool', + ), + 'gmagickpixel::getcolorcount' => + array ( + 0 => 'int', + ), + 'gmagickpixel::getcolorvalue' => + array ( + 0 => 'float', + 'color' => 'int', + ), + 'gmagickpixel::setcolor' => + array ( + 0 => 'GmagickPixel', + 'color' => 'string', + ), + 'gmagickpixel::setcolorvalue' => + array ( + 0 => 'GmagickPixel', + 'color' => 'int', + 'value' => 'float', + ), + 'gnupg::adddecryptkey' => + array ( + 0 => 'bool', + 'fingerprint' => 'string', + 'passphrase' => 'string', + ), + 'gnupg::addencryptkey' => + array ( + 0 => 'bool', + 'fingerprint' => 'string', + ), + 'gnupg::addsignkey' => + array ( + 0 => 'bool', + 'fingerprint' => 'string', + 'passphrase=' => 'string', + ), + 'gnupg::cleardecryptkeys' => + array ( + 0 => 'bool', + ), + 'gnupg::clearencryptkeys' => + array ( + 0 => 'bool', + ), + 'gnupg::clearsignkeys' => + array ( + 0 => 'bool', + ), + 'gnupg::decrypt' => + array ( + 0 => 'false|string', + 'text' => 'string', + ), + 'gnupg::decryptverify' => + array ( + 0 => 'array|false', + 'text' => 'string', + '&plaintext' => 'string', + ), + 'gnupg::encrypt' => + array ( + 0 => 'false|string', + 'plaintext' => 'string', + ), + 'gnupg::encryptsign' => + array ( + 0 => 'false|string', + 'plaintext' => 'string', + ), + 'gnupg::export' => + array ( + 0 => 'false|string', + 'fingerprint' => 'string', + ), + 'gnupg::geterror' => + array ( + 0 => 'false|string', + ), + 'gnupg::getprotocol' => + array ( + 0 => 'int', + ), + 'gnupg::import' => + array ( + 0 => 'array|false', + 'keydata' => 'string', + ), + 'gnupg::keyinfo' => + array ( + 0 => 'array', + 'pattern' => 'string', + ), + 'gnupg::setarmor' => + array ( + 0 => 'bool', + 'armor' => 'int', + ), + 'gnupg::seterrormode' => + array ( + 0 => 'void', + 'errormode' => 'int', + ), + 'gnupg::setsignmode' => + array ( + 0 => 'bool', + 'signmode' => 'int', + ), + 'gnupg::sign' => + array ( + 0 => 'false|string', + 'plaintext' => 'string', + ), + 'gnupg::verify' => + array ( + 0 => 'array|false', + 'signed_text' => 'string', + 'signature' => 'string', + '&plaintext=' => 'string', + ), + 'gnupg_adddecryptkey' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + 'fingerprint' => 'string', + 'passphrase' => 'string', + ), + 'gnupg_addencryptkey' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + 'fingerprint' => 'string', + ), + 'gnupg_addsignkey' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + 'fingerprint' => 'string', + 'passphrase=' => 'string', + ), + 'gnupg_cleardecryptkeys' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + ), + 'gnupg_clearencryptkeys' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + ), + 'gnupg_clearsignkeys' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + ), + 'gnupg_decrypt' => + array ( + 0 => 'string', + 'identifier' => 'resource', + 'text' => 'string', + ), + 'gnupg_decryptverify' => + array ( + 0 => 'array', + 'identifier' => 'resource', + 'text' => 'string', + 'plaintext' => 'string', + ), + 'gnupg_encrypt' => + array ( + 0 => 'string', + 'identifier' => 'resource', + 'plaintext' => 'string', + ), + 'gnupg_encryptsign' => + array ( + 0 => 'string', + 'identifier' => 'resource', + 'plaintext' => 'string', + ), + 'gnupg_export' => + array ( + 0 => 'string', + 'identifier' => 'resource', + 'fingerprint' => 'string', + ), + 'gnupg_geterror' => + array ( + 0 => 'string', + 'identifier' => 'resource', + ), + 'gnupg_getprotocol' => + array ( + 0 => 'int', + 'identifier' => 'resource', + ), + 'gnupg_import' => + array ( + 0 => 'array', + 'identifier' => 'resource', + 'keydata' => 'string', + ), + 'gnupg_init' => + array ( + 0 => 'resource', + ), + 'gnupg_keyinfo' => + array ( + 0 => 'array', + 'identifier' => 'resource', + 'pattern' => 'string', + ), + 'gnupg_setarmor' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + 'armor' => 'int', + ), + 'gnupg_seterrormode' => + array ( + 0 => 'void', + 'identifier' => 'resource', + 'errormode' => 'int', + ), + 'gnupg_setsignmode' => + array ( + 0 => 'bool', + 'identifier' => 'resource', + 'signmode' => 'int', + ), + 'gnupg_sign' => + array ( + 0 => 'string', + 'identifier' => 'resource', + 'plaintext' => 'string', + ), + 'gnupg_verify' => + array ( + 0 => 'array', + 'identifier' => 'resource', + 'signed_text' => 'string', + 'signature' => 'string', + 'plaintext=' => 'string', + ), + 'gopher_parsedir' => + array ( + 0 => 'array', + 'dirent' => 'string', + ), + 'gregoriantojd' => + array ( + 0 => 'int', + 'month' => 'int', + 'day' => 'int', + 'year' => 'int', + ), + 'gridobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'grpc\\call::__construct' => + array ( + 0 => 'void', + 'channel' => 'Grpc\\Channel', + 'method' => 'string', + 'absolute_deadline' => 'Grpc\\Timeval', + 'host_override=' => 'mixed', + ), + 'grpc\\call::cancel' => + array ( + 0 => 'mixed', + ), + 'grpc\\call::getpeer' => + array ( + 0 => 'string', + ), + 'grpc\\call::setcredentials' => + array ( + 0 => 'int', + 'creds_obj' => 'Grpc\\CallCredentials', + ), + 'grpc\\call::startbatch' => + array ( + 0 => 'object', + 'batch' => 'array', + ), + 'grpc\\callcredentials::createcomposite' => + array ( + 0 => 'Grpc\\CallCredentials', + 'cred1' => 'Grpc\\CallCredentials', + 'cred2' => 'Grpc\\CallCredentials', + ), + 'grpc\\callcredentials::createfromplugin' => + array ( + 0 => 'Grpc\\CallCredentials', + 'callback' => 'Closure', + ), + 'grpc\\channel::__construct' => + array ( + 0 => 'void', + 'target' => 'string', + 'args=' => 'array', + ), + 'grpc\\channel::close' => + array ( + 0 => 'mixed', + ), + 'grpc\\channel::getconnectivitystate' => + array ( + 0 => 'int', + 'try_to_connect=' => 'bool', + ), + 'grpc\\channel::gettarget' => + array ( + 0 => 'string', + ), + 'grpc\\channel::watchconnectivitystate' => + array ( + 0 => 'bool', + 'last_state' => 'int', + 'deadline_obj' => 'Grpc\\Timeval', + ), + 'grpc\\channelcredentials::createcomposite' => + array ( + 0 => 'Grpc\\ChannelCredentials', + 'cred1' => 'Grpc\\ChannelCredentials', + 'cred2' => 'Grpc\\CallCredentials', + ), + 'grpc\\channelcredentials::createdefault' => + array ( + 0 => 'Grpc\\ChannelCredentials', + ), + 'grpc\\channelcredentials::createinsecure' => + array ( + 0 => 'null', + ), + 'grpc\\channelcredentials::createssl' => + array ( + 0 => 'Grpc\\ChannelCredentials', + 'pem_root_certs' => 'string', + 'pem_private_key=' => 'string', + 'pem_cert_chain=' => 'string', + ), + 'grpc\\channelcredentials::setdefaultrootspem' => + array ( + 0 => 'mixed', + 'pem_roots' => 'string', + ), + 'grpc\\server::__construct' => + array ( + 0 => 'void', + 'args' => 'array', + ), + 'grpc\\server::addhttp2port' => + array ( + 0 => 'bool', + 'addr' => 'string', + ), + 'grpc\\server::addsecurehttp2port' => + array ( + 0 => 'bool', + 'addr' => 'string', + 'creds_obj' => 'Grpc\\ServerCredentials', + ), + 'grpc\\server::requestcall' => + array ( + 0 => 'mixed', + 'tag_new' => 'int', + 'tag_cancel' => 'int', + ), + 'grpc\\server::start' => + array ( + 0 => 'mixed', + ), + 'grpc\\servercredentials::createssl' => + array ( + 0 => 'object', + 'pem_root_certs' => 'string', + 'pem_private_key' => 'string', + 'pem_cert_chain' => 'string', + ), + 'grpc\\timeval::__construct' => + array ( + 0 => 'void', + 'usec' => 'int', + ), + 'grpc\\timeval::add' => + array ( + 0 => 'Grpc\\Timeval', + 'other' => 'Grpc\\Timeval', + ), + 'grpc\\timeval::compare' => + array ( + 0 => 'int', + 'a' => 'Grpc\\Timeval', + 'b' => 'Grpc\\Timeval', + ), + 'grpc\\timeval::inffuture' => + array ( + 0 => 'Grpc\\Timeval', + ), + 'grpc\\timeval::infpast' => + array ( + 0 => 'Grpc\\Timeval', + ), + 'grpc\\timeval::now' => + array ( + 0 => 'Grpc\\Timeval', + ), + 'grpc\\timeval::similar' => + array ( + 0 => 'bool', + 'a' => 'Grpc\\Timeval', + 'b' => 'Grpc\\Timeval', + 'threshold' => 'Grpc\\Timeval', + ), + 'grpc\\timeval::sleepuntil' => + array ( + 0 => 'mixed', + ), + 'grpc\\timeval::subtract' => + array ( + 0 => 'Grpc\\Timeval', + 'other' => 'Grpc\\Timeval', + ), + 'grpc\\timeval::zero' => + array ( + 0 => 'Grpc\\Timeval', + ), + 'gupnp_context_get_host_ip' => + array ( + 0 => 'string', + 'context' => 'resource', + ), + 'gupnp_context_get_port' => + array ( + 0 => 'int', + 'context' => 'resource', + ), + 'gupnp_context_get_subscription_timeout' => + array ( + 0 => 'int', + 'context' => 'resource', + ), + 'gupnp_context_host_path' => + array ( + 0 => 'bool', + 'context' => 'resource', + 'local_path' => 'string', + 'server_path' => 'string', + ), + 'gupnp_context_new' => + array ( + 0 => 'resource', + 'host_ip=' => 'string', + 'port=' => 'int', + ), + 'gupnp_context_set_subscription_timeout' => + array ( + 0 => 'void', + 'context' => 'resource', + 'timeout' => 'int', + ), + 'gupnp_context_timeout_add' => + array ( + 0 => 'bool', + 'context' => 'resource', + 'timeout' => 'int', + 'callback' => 'mixed', + 'arg=' => 'mixed', + ), + 'gupnp_context_unhost_path' => + array ( + 0 => 'bool', + 'context' => 'resource', + 'server_path' => 'string', + ), + 'gupnp_control_point_browse_start' => + array ( + 0 => 'bool', + 'cpoint' => 'resource', + ), + 'gupnp_control_point_browse_stop' => + array ( + 0 => 'bool', + 'cpoint' => 'resource', + ), + 'gupnp_control_point_callback_set' => + array ( + 0 => 'bool', + 'cpoint' => 'resource', + 'signal' => 'int', + 'callback' => 'mixed', + 'arg=' => 'mixed', + ), + 'gupnp_control_point_new' => + array ( + 0 => 'resource', + 'context' => 'resource', + 'target' => 'string', + ), + 'gupnp_device_action_callback_set' => + array ( + 0 => 'bool', + 'root_device' => 'resource', + 'signal' => 'int', + 'action_name' => 'string', + 'callback' => 'mixed', + 'arg=' => 'mixed', + ), + 'gupnp_device_info_get' => + array ( + 0 => 'array', + 'root_device' => 'resource', + ), + 'gupnp_device_info_get_service' => + array ( + 0 => 'resource', + 'root_device' => 'resource', + 'type' => 'string', + ), + 'gupnp_root_device_get_available' => + array ( + 0 => 'bool', + 'root_device' => 'resource', + ), + 'gupnp_root_device_get_relative_location' => + array ( + 0 => 'string', + 'root_device' => 'resource', + ), + 'gupnp_root_device_new' => + array ( + 0 => 'resource', + 'context' => 'resource', + 'location' => 'string', + 'description_dir' => 'string', + ), + 'gupnp_root_device_set_available' => + array ( + 0 => 'bool', + 'root_device' => 'resource', + 'available' => 'bool', + ), + 'gupnp_root_device_start' => + array ( + 0 => 'bool', + 'root_device' => 'resource', + ), + 'gupnp_root_device_stop' => + array ( + 0 => 'bool', + 'root_device' => 'resource', + ), + 'gupnp_service_action_get' => + array ( + 0 => 'mixed', + 'action' => 'resource', + 'name' => 'string', + 'type' => 'int', + ), + 'gupnp_service_action_return' => + array ( + 0 => 'bool', + 'action' => 'resource', + ), + 'gupnp_service_action_return_error' => + array ( + 0 => 'bool', + 'action' => 'resource', + 'error_code' => 'int', + 'error_description=' => 'string', + ), + 'gupnp_service_action_set' => + array ( + 0 => 'bool', + 'action' => 'resource', + 'name' => 'string', + 'type' => 'int', + 'value' => 'mixed', + ), + 'gupnp_service_freeze_notify' => + array ( + 0 => 'bool', + 'service' => 'resource', + ), + 'gupnp_service_info_get' => + array ( + 0 => 'array', + 'proxy' => 'resource', + ), + 'gupnp_service_info_get_introspection' => + array ( + 0 => 'mixed', + 'proxy' => 'resource', + 'callback=' => 'mixed', + 'arg=' => 'mixed', + ), + 'gupnp_service_introspection_get_state_variable' => + array ( + 0 => 'array', + 'introspection' => 'resource', + 'variable_name' => 'string', + ), + 'gupnp_service_notify' => + array ( + 0 => 'bool', + 'service' => 'resource', + 'name' => 'string', + 'type' => 'int', + 'value' => 'mixed', + ), + 'gupnp_service_proxy_action_get' => + array ( + 0 => 'mixed', + 'proxy' => 'resource', + 'action' => 'string', + 'name' => 'string', + 'type' => 'int', + ), + 'gupnp_service_proxy_action_set' => + array ( + 0 => 'bool', + 'proxy' => 'resource', + 'action' => 'string', + 'name' => 'string', + 'value' => 'mixed', + 'type' => 'int', + ), + 'gupnp_service_proxy_add_notify' => + array ( + 0 => 'bool', + 'proxy' => 'resource', + 'value' => 'string', + 'type' => 'int', + 'callback' => 'mixed', + 'arg=' => 'mixed', + ), + 'gupnp_service_proxy_callback_set' => + array ( + 0 => 'bool', + 'proxy' => 'resource', + 'signal' => 'int', + 'callback' => 'mixed', + 'arg=' => 'mixed', + ), + 'gupnp_service_proxy_get_subscribed' => + array ( + 0 => 'bool', + 'proxy' => 'resource', + ), + 'gupnp_service_proxy_remove_notify' => + array ( + 0 => 'bool', + 'proxy' => 'resource', + 'value' => 'string', + ), + 'gupnp_service_proxy_send_action' => + array ( + 0 => 'array', + 'proxy' => 'resource', + 'action' => 'string', + 'in_params' => 'array', + 'out_params' => 'array', + ), + 'gupnp_service_proxy_set_subscribed' => + array ( + 0 => 'bool', + 'proxy' => 'resource', + 'subscribed' => 'bool', + ), + 'gupnp_service_thaw_notify' => + array ( + 0 => 'bool', + 'service' => 'resource', + ), + 'haruannotation::setborderstyle' => + array ( + 0 => 'bool', + 'width' => 'float', + 'dash_on' => 'int', + 'dash_off' => 'int', + ), + 'haruannotation::sethighlightmode' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'haruannotation::seticon' => + array ( + 0 => 'bool', + 'icon' => 'int', + ), + 'haruannotation::setopened' => + array ( + 0 => 'bool', + 'opened' => 'bool', + ), + 'harudestination::setfit' => + array ( + 0 => 'bool', + ), + 'harudestination::setfitb' => + array ( + 0 => 'bool', + ), + 'harudestination::setfitbh' => + array ( + 0 => 'bool', + 'top' => 'float', + ), + 'harudestination::setfitbv' => + array ( + 0 => 'bool', + 'left' => 'float', + ), + 'harudestination::setfith' => + array ( + 0 => 'bool', + 'top' => 'float', + ), + 'harudestination::setfitr' => + array ( + 0 => 'bool', + 'left' => 'float', + 'bottom' => 'float', + 'right' => 'float', + 'top' => 'float', + ), + 'harudestination::setfitv' => + array ( + 0 => 'bool', + 'left' => 'float', + ), + 'harudestination::setxyz' => + array ( + 0 => 'bool', + 'left' => 'float', + 'top' => 'float', + 'zoom' => 'float', + ), + 'harudoc::__construct' => + array ( + 0 => 'void', + ), + 'harudoc::addpage' => + array ( + 0 => 'object', + ), + 'harudoc::addpagelabel' => + array ( + 0 => 'bool', + 'first_page' => 'int', + 'style' => 'int', + 'first_num' => 'int', + 'prefix=' => 'string', + ), + 'harudoc::createoutline' => + array ( + 0 => 'object', + 'title' => 'string', + 'parent_outline=' => 'object', + 'encoder=' => 'object', + ), + 'harudoc::getcurrentencoder' => + array ( + 0 => 'object', + ), + 'harudoc::getcurrentpage' => + array ( + 0 => 'object', + ), + 'harudoc::getencoder' => + array ( + 0 => 'object', + 'encoding' => 'string', + ), + 'harudoc::getfont' => + array ( + 0 => 'object', + 'fontname' => 'string', + 'encoding=' => 'string', + ), + 'harudoc::getinfoattr' => + array ( + 0 => 'string', + 'type' => 'int', + ), + 'harudoc::getpagelayout' => + array ( + 0 => 'int', + ), + 'harudoc::getpagemode' => + array ( + 0 => 'int', + ), + 'harudoc::getstreamsize' => + array ( + 0 => 'int', + ), + 'harudoc::insertpage' => + array ( + 0 => 'object', + 'page' => 'object', + ), + 'harudoc::loadjpeg' => + array ( + 0 => 'object', + 'filename' => 'string', + ), + 'harudoc::loadpng' => + array ( + 0 => 'object', + 'filename' => 'string', + 'deferred=' => 'bool', + ), + 'harudoc::loadraw' => + array ( + 0 => 'object', + 'filename' => 'string', + 'width' => 'int', + 'height' => 'int', + 'color_space' => 'int', + ), + 'harudoc::loadttc' => + array ( + 0 => 'string', + 'fontfile' => 'string', + 'index' => 'int', + 'embed=' => 'bool', + ), + 'harudoc::loadttf' => + array ( + 0 => 'string', + 'fontfile' => 'string', + 'embed=' => 'bool', + ), + 'harudoc::loadtype1' => + array ( + 0 => 'string', + 'afmfile' => 'string', + 'pfmfile=' => 'string', + ), + 'harudoc::output' => + array ( + 0 => 'bool', + ), + 'harudoc::readfromstream' => + array ( + 0 => 'string', + 'bytes' => 'int', + ), + 'harudoc::reseterror' => + array ( + 0 => 'bool', + ), + 'harudoc::resetstream' => + array ( + 0 => 'bool', + ), + 'harudoc::save' => + array ( + 0 => 'bool', + 'file' => 'string', + ), + 'harudoc::savetostream' => + array ( + 0 => 'bool', + ), + 'harudoc::setcompressionmode' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'harudoc::setcurrentencoder' => + array ( + 0 => 'bool', + 'encoding' => 'string', + ), + 'harudoc::setencryptionmode' => + array ( + 0 => 'bool', + 'mode' => 'int', + 'key_len=' => 'int', + ), + 'harudoc::setinfoattr' => + array ( + 0 => 'bool', + 'type' => 'int', + 'info' => 'string', + ), + 'harudoc::setinfodateattr' => + array ( + 0 => 'bool', + 'type' => 'int', + 'year' => 'int', + 'month' => 'int', + 'day' => 'int', + 'hour' => 'int', + 'min' => 'int', + 'sec' => 'int', + 'ind' => 'string', + 'off_hour' => 'int', + 'off_min' => 'int', + ), + 'harudoc::setopenaction' => + array ( + 0 => 'bool', + 'destination' => 'object', + ), + 'harudoc::setpagelayout' => + array ( + 0 => 'bool', + 'layout' => 'int', + ), + 'harudoc::setpagemode' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'harudoc::setpagesconfiguration' => + array ( + 0 => 'bool', + 'page_per_pages' => 'int', + ), + 'harudoc::setpassword' => + array ( + 0 => 'bool', + 'owner_password' => 'string', + 'user_password' => 'string', + ), + 'harudoc::setpermission' => + array ( + 0 => 'bool', + 'permission' => 'int', + ), + 'harudoc::usecnsencodings' => + array ( + 0 => 'bool', + ), + 'harudoc::usecnsfonts' => + array ( + 0 => 'bool', + ), + 'harudoc::usecntencodings' => + array ( + 0 => 'bool', + ), + 'harudoc::usecntfonts' => + array ( + 0 => 'bool', + ), + 'harudoc::usejpencodings' => + array ( + 0 => 'bool', + ), + 'harudoc::usejpfonts' => + array ( + 0 => 'bool', + ), + 'harudoc::usekrencodings' => + array ( + 0 => 'bool', + ), + 'harudoc::usekrfonts' => + array ( + 0 => 'bool', + ), + 'haruencoder::getbytetype' => + array ( + 0 => 'int', + 'text' => 'string', + 'index' => 'int', + ), + 'haruencoder::gettype' => + array ( + 0 => 'int', + ), + 'haruencoder::getunicode' => + array ( + 0 => 'int', + 'character' => 'int', + ), + 'haruencoder::getwritingmode' => + array ( + 0 => 'int', + ), + 'harufont::getascent' => + array ( + 0 => 'int', + ), + 'harufont::getcapheight' => + array ( + 0 => 'int', + ), + 'harufont::getdescent' => + array ( + 0 => 'int', + ), + 'harufont::getencodingname' => + array ( + 0 => 'string', + ), + 'harufont::getfontname' => + array ( + 0 => 'string', + ), + 'harufont::gettextwidth' => + array ( + 0 => 'array', + 'text' => 'string', + ), + 'harufont::getunicodewidth' => + array ( + 0 => 'int', + 'character' => 'int', + ), + 'harufont::getxheight' => + array ( + 0 => 'int', + ), + 'harufont::measuretext' => + array ( + 0 => 'int', + 'text' => 'string', + 'width' => 'float', + 'font_size' => 'float', + 'char_space' => 'float', + 'word_space' => 'float', + 'word_wrap=' => 'bool', + ), + 'haruimage::getbitspercomponent' => + array ( + 0 => 'int', + ), + 'haruimage::getcolorspace' => + array ( + 0 => 'string', + ), + 'haruimage::getheight' => + array ( + 0 => 'int', + ), + 'haruimage::getsize' => + array ( + 0 => 'array', + ), + 'haruimage::getwidth' => + array ( + 0 => 'int', + ), + 'haruimage::setcolormask' => + array ( + 0 => 'bool', + 'rmin' => 'int', + 'rmax' => 'int', + 'gmin' => 'int', + 'gmax' => 'int', + 'bmin' => 'int', + 'bmax' => 'int', + ), + 'haruimage::setmaskimage' => + array ( + 0 => 'bool', + 'mask_image' => 'object', + ), + 'haruoutline::setdestination' => + array ( + 0 => 'bool', + 'destination' => 'object', + ), + 'haruoutline::setopened' => + array ( + 0 => 'bool', + 'opened' => 'bool', + ), + 'harupage::arc' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'ray' => 'float', + 'ang1' => 'float', + 'ang2' => 'float', + ), + 'harupage::begintext' => + array ( + 0 => 'bool', + ), + 'harupage::circle' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'ray' => 'float', + ), + 'harupage::closepath' => + array ( + 0 => 'bool', + ), + 'harupage::concat' => + array ( + 0 => 'bool', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'harupage::createdestination' => + array ( + 0 => 'object', + ), + 'harupage::createlinkannotation' => + array ( + 0 => 'object', + 'rectangle' => 'array', + 'destination' => 'object', + ), + 'harupage::createtextannotation' => + array ( + 0 => 'object', + 'rectangle' => 'array', + 'text' => 'string', + 'encoder=' => 'object', + ), + 'harupage::createurlannotation' => + array ( + 0 => 'object', + 'rectangle' => 'array', + 'url' => 'string', + ), + 'harupage::curveto' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'harupage::curveto2' => + array ( + 0 => 'bool', + 'x2' => 'float', + 'y2' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'harupage::curveto3' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'harupage::drawimage' => + array ( + 0 => 'bool', + 'image' => 'object', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + ), + 'harupage::ellipse' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'xray' => 'float', + 'yray' => 'float', + ), + 'harupage::endpath' => + array ( + 0 => 'bool', + ), + 'harupage::endtext' => + array ( + 0 => 'bool', + ), + 'harupage::eofill' => + array ( + 0 => 'bool', + ), + 'harupage::eofillstroke' => + array ( + 0 => 'bool', + 'close_path=' => 'bool', + ), + 'harupage::fill' => + array ( + 0 => 'bool', + ), + 'harupage::fillstroke' => + array ( + 0 => 'bool', + 'close_path=' => 'bool', + ), + 'harupage::getcharspace' => + array ( + 0 => 'float', + ), + 'harupage::getcmykfill' => + array ( + 0 => 'array', + ), + 'harupage::getcmykstroke' => + array ( + 0 => 'array', + ), + 'harupage::getcurrentfont' => + array ( + 0 => 'object', + ), + 'harupage::getcurrentfontsize' => + array ( + 0 => 'float', + ), + 'harupage::getcurrentpos' => + array ( + 0 => 'array', + ), + 'harupage::getcurrenttextpos' => + array ( + 0 => 'array', + ), + 'harupage::getdash' => + array ( + 0 => 'array', + ), + 'harupage::getfillingcolorspace' => + array ( + 0 => 'int', + ), + 'harupage::getflatness' => + array ( + 0 => 'float', + ), + 'harupage::getgmode' => + array ( + 0 => 'int', + ), + 'harupage::getgrayfill' => + array ( + 0 => 'float', + ), + 'harupage::getgraystroke' => + array ( + 0 => 'float', + ), + 'harupage::getheight' => + array ( + 0 => 'float', + ), + 'harupage::gethorizontalscaling' => + array ( + 0 => 'float', + ), + 'harupage::getlinecap' => + array ( + 0 => 'int', + ), + 'harupage::getlinejoin' => + array ( + 0 => 'int', + ), + 'harupage::getlinewidth' => + array ( + 0 => 'float', + ), + 'harupage::getmiterlimit' => + array ( + 0 => 'float', + ), + 'harupage::getrgbfill' => + array ( + 0 => 'array', + ), + 'harupage::getrgbstroke' => + array ( + 0 => 'array', + ), + 'harupage::getstrokingcolorspace' => + array ( + 0 => 'int', + ), + 'harupage::gettextleading' => + array ( + 0 => 'float', + ), + 'harupage::gettextmatrix' => + array ( + 0 => 'array', + ), + 'harupage::gettextrenderingmode' => + array ( + 0 => 'int', + ), + 'harupage::gettextrise' => + array ( + 0 => 'float', + ), + 'harupage::gettextwidth' => + array ( + 0 => 'float', + 'text' => 'string', + ), + 'harupage::gettransmatrix' => + array ( + 0 => 'array', + ), + 'harupage::getwidth' => + array ( + 0 => 'float', + ), + 'harupage::getwordspace' => + array ( + 0 => 'float', + ), + 'harupage::lineto' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'harupage::measuretext' => + array ( + 0 => 'int', + 'text' => 'string', + 'width' => 'float', + 'wordwrap=' => 'bool', + ), + 'harupage::movetextpos' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'set_leading=' => 'bool', + ), + 'harupage::moveto' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'harupage::movetonextline' => + array ( + 0 => 'bool', + ), + 'harupage::rectangle' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + ), + 'harupage::setcharspace' => + array ( + 0 => 'bool', + 'char_space' => 'float', + ), + 'harupage::setcmykfill' => + array ( + 0 => 'bool', + 'c' => 'float', + 'm' => 'float', + 'y' => 'float', + 'k' => 'float', + ), + 'harupage::setcmykstroke' => + array ( + 0 => 'bool', + 'c' => 'float', + 'm' => 'float', + 'y' => 'float', + 'k' => 'float', + ), + 'harupage::setdash' => + array ( + 0 => 'bool', + 'pattern' => 'array', + 'phase' => 'int', + ), + 'harupage::setflatness' => + array ( + 0 => 'bool', + 'flatness' => 'float', + ), + 'harupage::setfontandsize' => + array ( + 0 => 'bool', + 'font' => 'object', + 'size' => 'float', + ), + 'harupage::setgrayfill' => + array ( + 0 => 'bool', + 'value' => 'float', + ), + 'harupage::setgraystroke' => + array ( + 0 => 'bool', + 'value' => 'float', + ), + 'harupage::setheight' => + array ( + 0 => 'bool', + 'height' => 'float', + ), + 'harupage::sethorizontalscaling' => + array ( + 0 => 'bool', + 'scaling' => 'float', + ), + 'harupage::setlinecap' => + array ( + 0 => 'bool', + 'cap' => 'int', + ), + 'harupage::setlinejoin' => + array ( + 0 => 'bool', + 'join' => 'int', + ), + 'harupage::setlinewidth' => + array ( + 0 => 'bool', + 'width' => 'float', + ), + 'harupage::setmiterlimit' => + array ( + 0 => 'bool', + 'limit' => 'float', + ), + 'harupage::setrgbfill' => + array ( + 0 => 'bool', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + ), + 'harupage::setrgbstroke' => + array ( + 0 => 'bool', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + ), + 'harupage::setrotate' => + array ( + 0 => 'bool', + 'angle' => 'int', + ), + 'harupage::setsize' => + array ( + 0 => 'bool', + 'size' => 'int', + 'direction' => 'int', + ), + 'harupage::setslideshow' => + array ( + 0 => 'bool', + 'type' => 'int', + 'disp_time' => 'float', + 'trans_time' => 'float', + ), + 'harupage::settextleading' => + array ( + 0 => 'bool', + 'text_leading' => 'float', + ), + 'harupage::settextmatrix' => + array ( + 0 => 'bool', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'harupage::settextrenderingmode' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'harupage::settextrise' => + array ( + 0 => 'bool', + 'rise' => 'float', + ), + 'harupage::setwidth' => + array ( + 0 => 'bool', + 'width' => 'float', + ), + 'harupage::setwordspace' => + array ( + 0 => 'bool', + 'word_space' => 'float', + ), + 'harupage::showtext' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'harupage::showtextnextline' => + array ( + 0 => 'bool', + 'text' => 'string', + 'word_space=' => 'float', + 'char_space=' => 'float', + ), + 'harupage::stroke' => + array ( + 0 => 'bool', + 'close_path=' => 'bool', + ), + 'harupage::textout' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'text' => 'string', + ), + 'harupage::textrect' => + array ( + 0 => 'bool', + 'left' => 'float', + 'top' => 'float', + 'right' => 'float', + 'bottom' => 'float', + 'text' => 'string', + 'align=' => 'int', + ), + 'hashtableobj::clear' => + array ( + 0 => 'void', + ), + 'hashtableobj::get' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'hashtableobj::nextkey' => + array ( + 0 => 'string', + 'previousKey' => 'string', + ), + 'hashtableobj::remove' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'hashtableobj::set' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'string', + ), + 'hebrevc' => + array ( + 0 => 'string', + 'string' => 'string', + 'max_chars_per_line=' => 'int', + ), + 'hrtime\'1' => + array ( + 0 => 'false|float|int', + 'as_number=' => 'true', + ), + 'hrtime\\performancecounter::getelapsedticks' => + array ( + 0 => 'int', + ), + 'hrtime\\performancecounter::getfrequency' => + array ( + 0 => 'int', + ), + 'hrtime\\performancecounter::getlastelapsedticks' => + array ( + 0 => 'int', + ), + 'hrtime\\performancecounter::getticks' => + array ( + 0 => 'int', + ), + 'hrtime\\performancecounter::gettickssince' => + array ( + 0 => 'int', + 'start' => 'int', + ), + 'hrtime\\performancecounter::isrunning' => + array ( + 0 => 'bool', + ), + 'hrtime\\performancecounter::start' => + array ( + 0 => 'void', + ), + 'hrtime\\performancecounter::stop' => + array ( + 0 => 'void', + ), + 'hrtime\\stopwatch::getelapsedticks' => + array ( + 0 => 'int', + ), + 'hrtime\\stopwatch::getelapsedtime' => + array ( + 0 => 'float', + 'unit=' => 'int', + ), + 'hrtime\\stopwatch::getlastelapsedticks' => + array ( + 0 => 'int', + ), + 'hrtime\\stopwatch::getlastelapsedtime' => + array ( + 0 => 'float', + 'unit=' => 'int', + ), + 'hrtime\\stopwatch::isrunning' => + array ( + 0 => 'bool', + ), + 'hrtime\\stopwatch::start' => + array ( + 0 => 'void', + ), + 'hrtime\\stopwatch::stop' => + array ( + 0 => 'void', + ), + 'http\\client::__construct' => + array ( + 0 => 'void', + 'driver=' => 'string', + 'persistent_handle_id=' => 'string', + ), + 'http\\client::addcookies' => + array ( + 0 => 'http\\Client', + 'cookies=' => 'array|null', + ), + 'http\\client::addssloptions' => + array ( + 0 => 'http\\Client', + 'ssl_options=' => 'array|null', + ), + 'http\\client::attach' => + array ( + 0 => 'void', + 'observer' => 'SplObserver', + ), + 'http\\client::configure' => + array ( + 0 => 'http\\Client', + 'settings' => 'array', + ), + 'http\\client::count' => + array ( + 0 => 'int', + ), + 'http\\client::dequeue' => + array ( + 0 => 'http\\Client', + 'request' => 'http\\Client\\Request', + ), + 'http\\client::detach' => + array ( + 0 => 'void', + 'observer' => 'SplObserver', + ), + 'http\\client::enableevents' => + array ( + 0 => 'http\\Client', + 'enable=' => 'mixed', + ), + 'http\\client::enablepipelining' => + array ( + 0 => 'http\\Client', + 'enable=' => 'mixed', + ), + 'http\\client::enqueue' => + array ( + 0 => 'http\\Client', + 'request' => 'http\\Client\\Request', + 'callable=' => 'mixed', + ), + 'http\\client::getavailableconfiguration' => + array ( + 0 => 'array', + ), + 'http\\client::getavailabledrivers' => + array ( + 0 => 'array', + ), + 'http\\client::getavailableoptions' => + array ( + 0 => 'array', + ), + 'http\\client::getcookies' => + array ( + 0 => 'array', + ), + 'http\\client::gethistory' => + array ( + 0 => 'http\\Message', + ), + 'http\\client::getobservers' => + array ( + 0 => 'SplObjectStorage', + ), + 'http\\client::getoptions' => + array ( + 0 => 'array', + ), + 'http\\client::getprogressinfo' => + array ( + 0 => 'null|object', + 'request' => 'http\\Client\\Request', + ), + 'http\\client::getresponse' => + array ( + 0 => 'http\\Client\\Response|null', + 'request=' => 'http\\Client\\Request|null', + ), + 'http\\client::getssloptions' => + array ( + 0 => 'array', + ), + 'http\\client::gettransferinfo' => + array ( + 0 => 'object', + 'request' => 'http\\Client\\Request', + ), + 'http\\client::notify' => + array ( + 0 => 'void', + 'request=' => 'http\\Client\\Request|null', + ), + 'http\\client::once' => + array ( + 0 => 'bool', + ), + 'http\\client::requeue' => + array ( + 0 => 'http\\Client', + 'request' => 'http\\Client\\Request', + 'callable=' => 'mixed', + ), + 'http\\client::reset' => + array ( + 0 => 'http\\Client', + ), + 'http\\client::send' => + array ( + 0 => 'http\\Client', + ), + 'http\\client::setcookies' => + array ( + 0 => 'http\\Client', + 'cookies=' => 'array|null', + ), + 'http\\client::setdebug' => + array ( + 0 => 'http\\Client', + 'callback' => 'callable', + ), + 'http\\client::setoptions' => + array ( + 0 => 'http\\Client', + 'options=' => 'array|null', + ), + 'http\\client::setssloptions' => + array ( + 0 => 'http\\Client', + 'ssl_option=' => 'array|null', + ), + 'http\\client::wait' => + array ( + 0 => 'bool', + 'timeout=' => 'mixed', + ), + 'http\\client\\curl\\user::init' => + array ( + 0 => 'mixed', + 'run' => 'callable', + ), + 'http\\client\\curl\\user::once' => + array ( + 0 => 'mixed', + ), + 'http\\client\\curl\\user::send' => + array ( + 0 => 'mixed', + ), + 'http\\client\\curl\\user::socket' => + array ( + 0 => 'mixed', + 'socket' => 'resource', + 'action' => 'int', + ), + 'http\\client\\curl\\user::timer' => + array ( + 0 => 'mixed', + 'timeout_ms' => 'int', + ), + 'http\\client\\curl\\user::wait' => + array ( + 0 => 'mixed', + 'timeout_ms=' => 'mixed', + ), + 'http\\client\\request::__construct' => + array ( + 0 => 'void', + 'method=' => 'mixed', + 'url=' => 'mixed', + 'headers=' => 'array|null', + 'body=' => 'http\\Message\\Body|null', + ), + 'http\\client\\request::__tostring' => + array ( + 0 => 'string', + ), + 'http\\client\\request::addbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\client\\request::addheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value' => 'mixed', + ), + 'http\\client\\request::addheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + 'append=' => 'mixed', + ), + 'http\\client\\request::addquery' => + array ( + 0 => 'http\\Client\\Request', + 'query_data' => 'mixed', + ), + 'http\\client\\request::addssloptions' => + array ( + 0 => 'http\\Client\\Request', + 'ssl_options=' => 'array|null', + ), + 'http\\client\\request::count' => + array ( + 0 => 'int', + ), + 'http\\client\\request::current' => + array ( + 0 => 'mixed', + ), + 'http\\client\\request::detach' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\request::getbody' => + array ( + 0 => 'http\\Message\\Body', + ), + 'http\\client\\request::getcontenttype' => + array ( + 0 => 'null|string', + ), + 'http\\client\\request::getheader' => + array ( + 0 => 'http\\Header|mixed', + 'header' => 'string', + 'into_class=' => 'mixed', + ), + 'http\\client\\request::getheaders' => + array ( + 0 => 'array', + ), + 'http\\client\\request::gethttpversion' => + array ( + 0 => 'string', + ), + 'http\\client\\request::getinfo' => + array ( + 0 => 'null|string', + ), + 'http\\client\\request::getoptions' => + array ( + 0 => 'array', + ), + 'http\\client\\request::getparentmessage' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\request::getquery' => + array ( + 0 => 'null|string', + ), + 'http\\client\\request::getrequestmethod' => + array ( + 0 => 'false|string', + ), + 'http\\client\\request::getrequesturl' => + array ( + 0 => 'false|string', + ), + 'http\\client\\request::getresponsecode' => + array ( + 0 => 'false|int', + ), + 'http\\client\\request::getresponsestatus' => + array ( + 0 => 'false|string', + ), + 'http\\client\\request::getssloptions' => + array ( + 0 => 'array', + ), + 'http\\client\\request::gettype' => + array ( + 0 => 'int', + ), + 'http\\client\\request::ismultipart' => + array ( + 0 => 'bool', + '&boundary=' => 'mixed', + ), + 'http\\client\\request::key' => + array ( + 0 => 'int|string', + ), + 'http\\client\\request::next' => + array ( + 0 => 'void', + ), + 'http\\client\\request::prepend' => + array ( + 0 => 'http\\Message', + 'message' => 'http\\Message', + 'top=' => 'mixed', + ), + 'http\\client\\request::reverse' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\request::rewind' => + array ( + 0 => 'void', + ), + 'http\\client\\request::serialize' => + array ( + 0 => 'string', + ), + 'http\\client\\request::setbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\client\\request::setcontenttype' => + array ( + 0 => 'http\\Client\\Request', + 'content_type' => 'string', + ), + 'http\\client\\request::setheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value=' => 'mixed', + ), + 'http\\client\\request::setheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + ), + 'http\\client\\request::sethttpversion' => + array ( + 0 => 'http\\Message', + 'http_version' => 'string', + ), + 'http\\client\\request::setinfo' => + array ( + 0 => 'http\\Message', + 'http_info' => 'string', + ), + 'http\\client\\request::setoptions' => + array ( + 0 => 'http\\Client\\Request', + 'options=' => 'array|null', + ), + 'http\\client\\request::setquery' => + array ( + 0 => 'http\\Client\\Request', + 'query_data=' => 'mixed', + ), + 'http\\client\\request::setrequestmethod' => + array ( + 0 => 'http\\Message', + 'request_method' => 'string', + ), + 'http\\client\\request::setrequesturl' => + array ( + 0 => 'http\\Message', + 'url' => 'string', + ), + 'http\\client\\request::setresponsecode' => + array ( + 0 => 'http\\Message', + 'response_code' => 'int', + 'strict=' => 'mixed', + ), + 'http\\client\\request::setresponsestatus' => + array ( + 0 => 'http\\Message', + 'response_status' => 'string', + ), + 'http\\client\\request::setssloptions' => + array ( + 0 => 'http\\Client\\Request', + 'ssl_options=' => 'array|null', + ), + 'http\\client\\request::settype' => + array ( + 0 => 'http\\Message', + 'type' => 'int', + ), + 'http\\client\\request::splitmultipartbody' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\request::tocallback' => + array ( + 0 => 'http\\Message', + 'callback' => 'callable', + ), + 'http\\client\\request::tostream' => + array ( + 0 => 'http\\Message', + 'stream' => 'resource', + ), + 'http\\client\\request::tostring' => + array ( + 0 => 'string', + 'include_parent=' => 'mixed', + ), + 'http\\client\\request::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\client\\request::valid' => + array ( + 0 => 'bool', + ), + 'http\\client\\response::__construct' => + array ( + 0 => 'Iterator', + ), + 'http\\client\\response::__tostring' => + array ( + 0 => 'string', + ), + 'http\\client\\response::addbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\client\\response::addheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value' => 'mixed', + ), + 'http\\client\\response::addheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + 'append=' => 'mixed', + ), + 'http\\client\\response::count' => + array ( + 0 => 'int', + ), + 'http\\client\\response::current' => + array ( + 0 => 'mixed', + ), + 'http\\client\\response::detach' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\response::getbody' => + array ( + 0 => 'http\\Message\\Body', + ), + 'http\\client\\response::getcookies' => + array ( + 0 => 'array', + 'flags=' => 'mixed', + 'allowed_extras=' => 'mixed', + ), + 'http\\client\\response::getheader' => + array ( + 0 => 'http\\Header|mixed', + 'header' => 'string', + 'into_class=' => 'mixed', + ), + 'http\\client\\response::getheaders' => + array ( + 0 => 'array', + ), + 'http\\client\\response::gethttpversion' => + array ( + 0 => 'string', + ), + 'http\\client\\response::getinfo' => + array ( + 0 => 'null|string', + ), + 'http\\client\\response::getparentmessage' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\response::getrequestmethod' => + array ( + 0 => 'false|string', + ), + 'http\\client\\response::getrequesturl' => + array ( + 0 => 'false|string', + ), + 'http\\client\\response::getresponsecode' => + array ( + 0 => 'false|int', + ), + 'http\\client\\response::getresponsestatus' => + array ( + 0 => 'false|string', + ), + 'http\\client\\response::gettransferinfo' => + array ( + 0 => 'mixed|object', + 'element=' => 'mixed', + ), + 'http\\client\\response::gettype' => + array ( + 0 => 'int', + ), + 'http\\client\\response::ismultipart' => + array ( + 0 => 'bool', + '&boundary=' => 'mixed', + ), + 'http\\client\\response::key' => + array ( + 0 => 'int|string', + ), + 'http\\client\\response::next' => + array ( + 0 => 'void', + ), + 'http\\client\\response::prepend' => + array ( + 0 => 'http\\Message', + 'message' => 'http\\Message', + 'top=' => 'mixed', + ), + 'http\\client\\response::reverse' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\response::rewind' => + array ( + 0 => 'void', + ), + 'http\\client\\response::serialize' => + array ( + 0 => 'string', + ), + 'http\\client\\response::setbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\client\\response::setheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value=' => 'mixed', + ), + 'http\\client\\response::setheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + ), + 'http\\client\\response::sethttpversion' => + array ( + 0 => 'http\\Message', + 'http_version' => 'string', + ), + 'http\\client\\response::setinfo' => + array ( + 0 => 'http\\Message', + 'http_info' => 'string', + ), + 'http\\client\\response::setrequestmethod' => + array ( + 0 => 'http\\Message', + 'request_method' => 'string', + ), + 'http\\client\\response::setrequesturl' => + array ( + 0 => 'http\\Message', + 'url' => 'string', + ), + 'http\\client\\response::setresponsecode' => + array ( + 0 => 'http\\Message', + 'response_code' => 'int', + 'strict=' => 'mixed', + ), + 'http\\client\\response::setresponsestatus' => + array ( + 0 => 'http\\Message', + 'response_status' => 'string', + ), + 'http\\client\\response::settype' => + array ( + 0 => 'http\\Message', + 'type' => 'int', + ), + 'http\\client\\response::splitmultipartbody' => + array ( + 0 => 'http\\Message', + ), + 'http\\client\\response::tocallback' => + array ( + 0 => 'http\\Message', + 'callback' => 'callable', + ), + 'http\\client\\response::tostream' => + array ( + 0 => 'http\\Message', + 'stream' => 'resource', + ), + 'http\\client\\response::tostring' => + array ( + 0 => 'string', + 'include_parent=' => 'mixed', + ), + 'http\\client\\response::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\client\\response::valid' => + array ( + 0 => 'bool', + ), + 'http\\cookie::__construct' => + array ( + 0 => 'void', + 'cookie_string=' => 'mixed', + 'parser_flags=' => 'int', + 'allowed_extras=' => 'array', + ), + 'http\\cookie::__tostring' => + array ( + 0 => 'string', + ), + 'http\\cookie::addcookie' => + array ( + 0 => 'http\\Cookie', + 'cookie_name' => 'string', + 'cookie_value' => 'string', + ), + 'http\\cookie::addcookies' => + array ( + 0 => 'http\\Cookie', + 'cookies' => 'array', + ), + 'http\\cookie::addextra' => + array ( + 0 => 'http\\Cookie', + 'extra_name' => 'string', + 'extra_value' => 'string', + ), + 'http\\cookie::addextras' => + array ( + 0 => 'http\\Cookie', + 'extras' => 'array', + ), + 'http\\cookie::getcookie' => + array ( + 0 => 'null|string', + 'name' => 'string', + ), + 'http\\cookie::getcookies' => + array ( + 0 => 'array', + ), + 'http\\cookie::getdomain' => + array ( + 0 => 'string', + ), + 'http\\cookie::getexpires' => + array ( + 0 => 'int', + ), + 'http\\cookie::getextra' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'http\\cookie::getextras' => + array ( + 0 => 'array', + ), + 'http\\cookie::getflags' => + array ( + 0 => 'int', + ), + 'http\\cookie::getmaxage' => + array ( + 0 => 'int', + ), + 'http\\cookie::getpath' => + array ( + 0 => 'string', + ), + 'http\\cookie::setcookie' => + array ( + 0 => 'http\\Cookie', + 'cookie_name' => 'string', + 'cookie_value=' => 'mixed', + ), + 'http\\cookie::setcookies' => + array ( + 0 => 'http\\Cookie', + 'cookies=' => 'mixed', + ), + 'http\\cookie::setdomain' => + array ( + 0 => 'http\\Cookie', + 'value=' => 'mixed', + ), + 'http\\cookie::setexpires' => + array ( + 0 => 'http\\Cookie', + 'value=' => 'mixed', + ), + 'http\\cookie::setextra' => + array ( + 0 => 'http\\Cookie', + 'extra_name' => 'string', + 'extra_value=' => 'mixed', + ), + 'http\\cookie::setextras' => + array ( + 0 => 'http\\Cookie', + 'extras=' => 'mixed', + ), + 'http\\cookie::setflags' => + array ( + 0 => 'http\\Cookie', + 'value=' => 'mixed', + ), + 'http\\cookie::setmaxage' => + array ( + 0 => 'http\\Cookie', + 'value=' => 'mixed', + ), + 'http\\cookie::setpath' => + array ( + 0 => 'http\\Cookie', + 'value=' => 'mixed', + ), + 'http\\cookie::toarray' => + array ( + 0 => 'array', + ), + 'http\\cookie::tostring' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream::__construct' => + array ( + 0 => 'void', + 'flags=' => 'mixed', + ), + 'http\\encoding\\stream::done' => + array ( + 0 => 'bool', + ), + 'http\\encoding\\stream::finish' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream::flush' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream::update' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\debrotli::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'http\\encoding\\stream\\debrotli::decode' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\debrotli::done' => + array ( + 0 => 'bool', + ), + 'http\\encoding\\stream\\debrotli::finish' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\debrotli::flush' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\debrotli::update' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\dechunk::__construct' => + array ( + 0 => 'void', + 'flags=' => 'mixed', + ), + 'http\\encoding\\stream\\dechunk::decode' => + array ( + 0 => 'false|string', + 'data' => 'string', + '&decoded_len=' => 'mixed', + ), + 'http\\encoding\\stream\\dechunk::done' => + array ( + 0 => 'bool', + ), + 'http\\encoding\\stream\\dechunk::finish' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\dechunk::flush' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\dechunk::update' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\deflate::__construct' => + array ( + 0 => 'void', + 'flags=' => 'mixed', + ), + 'http\\encoding\\stream\\deflate::done' => + array ( + 0 => 'bool', + ), + 'http\\encoding\\stream\\deflate::encode' => + array ( + 0 => 'string', + 'data' => 'string', + 'flags=' => 'mixed', + ), + 'http\\encoding\\stream\\deflate::finish' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\deflate::flush' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\deflate::update' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\enbrotli::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'http\\encoding\\stream\\enbrotli::done' => + array ( + 0 => 'bool', + ), + 'http\\encoding\\stream\\enbrotli::encode' => + array ( + 0 => 'string', + 'data' => 'string', + 'flags=' => 'int', + ), + 'http\\encoding\\stream\\enbrotli::finish' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\enbrotli::flush' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\enbrotli::update' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\inflate::__construct' => + array ( + 0 => 'void', + 'flags=' => 'mixed', + ), + 'http\\encoding\\stream\\inflate::decode' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\encoding\\stream\\inflate::done' => + array ( + 0 => 'bool', + ), + 'http\\encoding\\stream\\inflate::finish' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\inflate::flush' => + array ( + 0 => 'string', + ), + 'http\\encoding\\stream\\inflate::update' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'http\\env::getrequestbody' => + array ( + 0 => 'http\\Message\\Body', + 'body_class_name=' => 'mixed', + ), + 'http\\env::getrequestheader' => + array ( + 0 => 'array|null|string', + 'header_name=' => 'mixed', + ), + 'http\\env::getresponsecode' => + array ( + 0 => 'int', + ), + 'http\\env::getresponseheader' => + array ( + 0 => 'array|null|string', + 'header_name=' => 'mixed', + ), + 'http\\env::getresponsestatusforallcodes' => + array ( + 0 => 'array', + ), + 'http\\env::getresponsestatusforcode' => + array ( + 0 => 'string', + 'code' => 'int', + ), + 'http\\env::negotiate' => + array ( + 0 => 'null|string', + 'params' => 'string', + 'supported' => 'array', + 'primary_type_separator=' => 'mixed', + '&result_array=' => 'mixed', + ), + 'http\\env::negotiatecharset' => + array ( + 0 => 'null|string', + 'supported' => 'array', + '&result_array=' => 'mixed', + ), + 'http\\env::negotiatecontenttype' => + array ( + 0 => 'null|string', + 'supported' => 'array', + '&result_array=' => 'mixed', + ), + 'http\\env::negotiateencoding' => + array ( + 0 => 'null|string', + 'supported' => 'array', + '&result_array=' => 'mixed', + ), + 'http\\env::negotiatelanguage' => + array ( + 0 => 'null|string', + 'supported' => 'array', + '&result_array=' => 'mixed', + ), + 'http\\env::setresponsecode' => + array ( + 0 => 'bool', + 'code' => 'int', + ), + 'http\\env::setresponseheader' => + array ( + 0 => 'bool', + 'header_name' => 'string', + 'header_value=' => 'mixed', + 'response_code=' => 'mixed', + 'replace_header=' => 'mixed', + ), + 'http\\env\\request::__construct' => + array ( + 0 => 'void', + ), + 'http\\env\\request::__tostring' => + array ( + 0 => 'string', + ), + 'http\\env\\request::addbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\env\\request::addheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value' => 'mixed', + ), + 'http\\env\\request::addheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + 'append=' => 'mixed', + ), + 'http\\env\\request::count' => + array ( + 0 => 'int', + ), + 'http\\env\\request::current' => + array ( + 0 => 'mixed', + ), + 'http\\env\\request::detach' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\request::getbody' => + array ( + 0 => 'http\\Message\\Body', + ), + 'http\\env\\request::getcookie' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'type=' => 'mixed', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\env\\request::getfiles' => + array ( + 0 => 'array', + ), + 'http\\env\\request::getform' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'type=' => 'mixed', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\env\\request::getheader' => + array ( + 0 => 'http\\Header|mixed', + 'header' => 'string', + 'into_class=' => 'mixed', + ), + 'http\\env\\request::getheaders' => + array ( + 0 => 'array', + ), + 'http\\env\\request::gethttpversion' => + array ( + 0 => 'string', + ), + 'http\\env\\request::getinfo' => + array ( + 0 => 'null|string', + ), + 'http\\env\\request::getparentmessage' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\request::getquery' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'type=' => 'mixed', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\env\\request::getrequestmethod' => + array ( + 0 => 'false|string', + ), + 'http\\env\\request::getrequesturl' => + array ( + 0 => 'false|string', + ), + 'http\\env\\request::getresponsecode' => + array ( + 0 => 'false|int', + ), + 'http\\env\\request::getresponsestatus' => + array ( + 0 => 'false|string', + ), + 'http\\env\\request::gettype' => + array ( + 0 => 'int', + ), + 'http\\env\\request::ismultipart' => + array ( + 0 => 'bool', + '&boundary=' => 'mixed', + ), + 'http\\env\\request::key' => + array ( + 0 => 'int|string', + ), + 'http\\env\\request::next' => + array ( + 0 => 'void', + ), + 'http\\env\\request::prepend' => + array ( + 0 => 'http\\Message', + 'message' => 'http\\Message', + 'top=' => 'mixed', + ), + 'http\\env\\request::reverse' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\request::rewind' => + array ( + 0 => 'void', + ), + 'http\\env\\request::serialize' => + array ( + 0 => 'string', + ), + 'http\\env\\request::setbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\env\\request::setheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value=' => 'mixed', + ), + 'http\\env\\request::setheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + ), + 'http\\env\\request::sethttpversion' => + array ( + 0 => 'http\\Message', + 'http_version' => 'string', + ), + 'http\\env\\request::setinfo' => + array ( + 0 => 'http\\Message', + 'http_info' => 'string', + ), + 'http\\env\\request::setrequestmethod' => + array ( + 0 => 'http\\Message', + 'request_method' => 'string', + ), + 'http\\env\\request::setrequesturl' => + array ( + 0 => 'http\\Message', + 'url' => 'string', + ), + 'http\\env\\request::setresponsecode' => + array ( + 0 => 'http\\Message', + 'response_code' => 'int', + 'strict=' => 'mixed', + ), + 'http\\env\\request::setresponsestatus' => + array ( + 0 => 'http\\Message', + 'response_status' => 'string', + ), + 'http\\env\\request::settype' => + array ( + 0 => 'http\\Message', + 'type' => 'int', + ), + 'http\\env\\request::splitmultipartbody' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\request::tocallback' => + array ( + 0 => 'http\\Message', + 'callback' => 'callable', + ), + 'http\\env\\request::tostream' => + array ( + 0 => 'http\\Message', + 'stream' => 'resource', + ), + 'http\\env\\request::tostring' => + array ( + 0 => 'string', + 'include_parent=' => 'mixed', + ), + 'http\\env\\request::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\env\\request::valid' => + array ( + 0 => 'bool', + ), + 'http\\env\\response::__construct' => + array ( + 0 => 'void', + ), + 'http\\env\\response::__invoke' => + array ( + 0 => 'bool', + 'data' => 'string', + 'ob_flags=' => 'int', + ), + 'http\\env\\response::__tostring' => + array ( + 0 => 'string', + ), + 'http\\env\\response::addbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\env\\response::addheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value' => 'mixed', + ), + 'http\\env\\response::addheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + 'append=' => 'mixed', + ), + 'http\\env\\response::count' => + array ( + 0 => 'int', + ), + 'http\\env\\response::current' => + array ( + 0 => 'mixed', + ), + 'http\\env\\response::detach' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\response::getbody' => + array ( + 0 => 'http\\Message\\Body', + ), + 'http\\env\\response::getheader' => + array ( + 0 => 'http\\Header|mixed', + 'header' => 'string', + 'into_class=' => 'mixed', + ), + 'http\\env\\response::getheaders' => + array ( + 0 => 'array', + ), + 'http\\env\\response::gethttpversion' => + array ( + 0 => 'string', + ), + 'http\\env\\response::getinfo' => + array ( + 0 => 'null|string', + ), + 'http\\env\\response::getparentmessage' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\response::getrequestmethod' => + array ( + 0 => 'false|string', + ), + 'http\\env\\response::getrequesturl' => + array ( + 0 => 'false|string', + ), + 'http\\env\\response::getresponsecode' => + array ( + 0 => 'false|int', + ), + 'http\\env\\response::getresponsestatus' => + array ( + 0 => 'false|string', + ), + 'http\\env\\response::gettype' => + array ( + 0 => 'int', + ), + 'http\\env\\response::iscachedbyetag' => + array ( + 0 => 'int', + 'header_name=' => 'string', + ), + 'http\\env\\response::iscachedbylastmodified' => + array ( + 0 => 'int', + 'header_name=' => 'string', + ), + 'http\\env\\response::ismultipart' => + array ( + 0 => 'bool', + '&boundary=' => 'mixed', + ), + 'http\\env\\response::key' => + array ( + 0 => 'int|string', + ), + 'http\\env\\response::next' => + array ( + 0 => 'void', + ), + 'http\\env\\response::prepend' => + array ( + 0 => 'http\\Message', + 'message' => 'http\\Message', + 'top=' => 'mixed', + ), + 'http\\env\\response::reverse' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\response::rewind' => + array ( + 0 => 'void', + ), + 'http\\env\\response::send' => + array ( + 0 => 'bool', + 'stream=' => 'resource', + ), + 'http\\env\\response::serialize' => + array ( + 0 => 'string', + ), + 'http\\env\\response::setbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\env\\response::setcachecontrol' => + array ( + 0 => 'http\\Env\\Response', + 'cache_control' => 'string', + ), + 'http\\env\\response::setcontentdisposition' => + array ( + 0 => 'http\\Env\\Response', + 'disposition_params' => 'array', + ), + 'http\\env\\response::setcontentencoding' => + array ( + 0 => 'http\\Env\\Response', + 'content_encoding' => 'int', + ), + 'http\\env\\response::setcontenttype' => + array ( + 0 => 'http\\Env\\Response', + 'content_type' => 'string', + ), + 'http\\env\\response::setcookie' => + array ( + 0 => 'http\\Env\\Response', + 'cookie' => 'mixed', + ), + 'http\\env\\response::setenvrequest' => + array ( + 0 => 'http\\Env\\Response', + 'env_request' => 'http\\Message', + ), + 'http\\env\\response::setetag' => + array ( + 0 => 'http\\Env\\Response', + 'etag' => 'string', + ), + 'http\\env\\response::setheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value=' => 'mixed', + ), + 'http\\env\\response::setheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + ), + 'http\\env\\response::sethttpversion' => + array ( + 0 => 'http\\Message', + 'http_version' => 'string', + ), + 'http\\env\\response::setinfo' => + array ( + 0 => 'http\\Message', + 'http_info' => 'string', + ), + 'http\\env\\response::setlastmodified' => + array ( + 0 => 'http\\Env\\Response', + 'last_modified' => 'int', + ), + 'http\\env\\response::setrequestmethod' => + array ( + 0 => 'http\\Message', + 'request_method' => 'string', + ), + 'http\\env\\response::setrequesturl' => + array ( + 0 => 'http\\Message', + 'url' => 'string', + ), + 'http\\env\\response::setresponsecode' => + array ( + 0 => 'http\\Message', + 'response_code' => 'int', + 'strict=' => 'mixed', + ), + 'http\\env\\response::setresponsestatus' => + array ( + 0 => 'http\\Message', + 'response_status' => 'string', + ), + 'http\\env\\response::setthrottlerate' => + array ( + 0 => 'http\\Env\\Response', + 'chunk_size' => 'int', + 'delay=' => 'float|int', + ), + 'http\\env\\response::settype' => + array ( + 0 => 'http\\Message', + 'type' => 'int', + ), + 'http\\env\\response::splitmultipartbody' => + array ( + 0 => 'http\\Message', + ), + 'http\\env\\response::tocallback' => + array ( + 0 => 'http\\Message', + 'callback' => 'callable', + ), + 'http\\env\\response::tostream' => + array ( + 0 => 'http\\Message', + 'stream' => 'resource', + ), + 'http\\env\\response::tostring' => + array ( + 0 => 'string', + 'include_parent=' => 'mixed', + ), + 'http\\env\\response::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\env\\response::valid' => + array ( + 0 => 'bool', + ), + 'http\\header::__construct' => + array ( + 0 => 'void', + 'name=' => 'mixed', + 'value=' => 'mixed', + ), + 'http\\header::__tostring' => + array ( + 0 => 'string', + ), + 'http\\header::getparams' => + array ( + 0 => 'http\\Params', + 'param_sep=' => 'mixed', + 'arg_sep=' => 'mixed', + 'val_sep=' => 'mixed', + 'flags=' => 'mixed', + ), + 'http\\header::match' => + array ( + 0 => 'bool', + 'value' => 'string', + 'flags=' => 'mixed', + ), + 'http\\header::negotiate' => + array ( + 0 => 'null|string', + 'supported' => 'array', + '&result=' => 'mixed', + ), + 'http\\header::parse' => + array ( + 0 => 'array|false', + 'string' => 'string', + 'header_class=' => 'mixed', + ), + 'http\\header::serialize' => + array ( + 0 => 'string', + ), + 'http\\header::tostring' => + array ( + 0 => 'string', + ), + 'http\\header::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\header\\parser::getstate' => + array ( + 0 => 'int', + ), + 'http\\header\\parser::parse' => + array ( + 0 => 'int', + 'data' => 'string', + 'flags' => 'int', + '&headers' => 'array', + ), + 'http\\header\\parser::stream' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'flags' => 'int', + '&headers' => 'array', + ), + 'http\\message::__construct' => + array ( + 0 => 'void', + 'message=' => 'mixed', + 'greedy=' => 'bool', + ), + 'http\\message::__tostring' => + array ( + 0 => 'string', + ), + 'http\\message::addbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\message::addheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value' => 'mixed', + ), + 'http\\message::addheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + 'append=' => 'mixed', + ), + 'http\\message::count' => + array ( + 0 => 'int', + ), + 'http\\message::current' => + array ( + 0 => 'mixed', + ), + 'http\\message::detach' => + array ( + 0 => 'http\\Message', + ), + 'http\\message::getbody' => + array ( + 0 => 'http\\Message\\Body', + ), + 'http\\message::getheader' => + array ( + 0 => 'http\\Header|mixed', + 'header' => 'string', + 'into_class=' => 'mixed', + ), + 'http\\message::getheaders' => + array ( + 0 => 'array', + ), + 'http\\message::gethttpversion' => + array ( + 0 => 'string', + ), + 'http\\message::getinfo' => + array ( + 0 => 'null|string', + ), + 'http\\message::getparentmessage' => + array ( + 0 => 'http\\Message', + ), + 'http\\message::getrequestmethod' => + array ( + 0 => 'false|string', + ), + 'http\\message::getrequesturl' => + array ( + 0 => 'false|string', + ), + 'http\\message::getresponsecode' => + array ( + 0 => 'false|int', + ), + 'http\\message::getresponsestatus' => + array ( + 0 => 'false|string', + ), + 'http\\message::gettype' => + array ( + 0 => 'int', + ), + 'http\\message::ismultipart' => + array ( + 0 => 'bool', + '&boundary=' => 'mixed', + ), + 'http\\message::key' => + array ( + 0 => 'int|string', + ), + 'http\\message::next' => + array ( + 0 => 'void', + ), + 'http\\message::prepend' => + array ( + 0 => 'http\\Message', + 'message' => 'http\\Message', + 'top=' => 'mixed', + ), + 'http\\message::reverse' => + array ( + 0 => 'http\\Message', + ), + 'http\\message::rewind' => + array ( + 0 => 'void', + ), + 'http\\message::serialize' => + array ( + 0 => 'string', + ), + 'http\\message::setbody' => + array ( + 0 => 'http\\Message', + 'body' => 'http\\Message\\Body', + ), + 'http\\message::setheader' => + array ( + 0 => 'http\\Message', + 'header' => 'string', + 'value=' => 'mixed', + ), + 'http\\message::setheaders' => + array ( + 0 => 'http\\Message', + 'headers' => 'array', + ), + 'http\\message::sethttpversion' => + array ( + 0 => 'http\\Message', + 'http_version' => 'string', + ), + 'http\\message::setinfo' => + array ( + 0 => 'http\\Message', + 'http_info' => 'string', + ), + 'http\\message::setrequestmethod' => + array ( + 0 => 'http\\Message', + 'request_method' => 'string', + ), + 'http\\message::setrequesturl' => + array ( + 0 => 'http\\Message', + 'url' => 'string', + ), + 'http\\message::setresponsecode' => + array ( + 0 => 'http\\Message', + 'response_code' => 'int', + 'strict=' => 'mixed', + ), + 'http\\message::setresponsestatus' => + array ( + 0 => 'http\\Message', + 'response_status' => 'string', + ), + 'http\\message::settype' => + array ( + 0 => 'http\\Message', + 'type' => 'int', + ), + 'http\\message::splitmultipartbody' => + array ( + 0 => 'http\\Message', + ), + 'http\\message::tocallback' => + array ( + 0 => 'http\\Message', + 'callback' => 'callable', + ), + 'http\\message::tostream' => + array ( + 0 => 'http\\Message', + 'stream' => 'resource', + ), + 'http\\message::tostring' => + array ( + 0 => 'string', + 'include_parent=' => 'mixed', + ), + 'http\\message::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\message::valid' => + array ( + 0 => 'bool', + ), + 'http\\message\\body::__construct' => + array ( + 0 => 'void', + 'stream=' => 'resource', + ), + 'http\\message\\body::__tostring' => + array ( + 0 => 'string', + ), + 'http\\message\\body::addform' => + array ( + 0 => 'http\\Message\\Body', + 'fields=' => 'array|null', + 'files=' => 'array|null', + ), + 'http\\message\\body::addpart' => + array ( + 0 => 'http\\Message\\Body', + 'message' => 'http\\Message', + ), + 'http\\message\\body::append' => + array ( + 0 => 'http\\Message\\Body', + 'string' => 'string', + ), + 'http\\message\\body::etag' => + array ( + 0 => 'false|string', + ), + 'http\\message\\body::getboundary' => + array ( + 0 => 'null|string', + ), + 'http\\message\\body::getresource' => + array ( + 0 => 'resource', + ), + 'http\\message\\body::serialize' => + array ( + 0 => 'string', + ), + 'http\\message\\body::stat' => + array ( + 0 => 'int|object', + 'field=' => 'mixed', + ), + 'http\\message\\body::tocallback' => + array ( + 0 => 'http\\Message\\Body', + 'callback' => 'callable', + 'offset=' => 'mixed', + 'maxlen=' => 'mixed', + ), + 'http\\message\\body::tostream' => + array ( + 0 => 'http\\Message\\Body', + 'stream' => 'resource', + 'offset=' => 'mixed', + 'maxlen=' => 'mixed', + ), + 'http\\message\\body::tostring' => + array ( + 0 => 'string', + ), + 'http\\message\\body::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\message\\parser::getstate' => + array ( + 0 => 'int', + ), + 'http\\message\\parser::parse' => + array ( + 0 => 'int', + 'data' => 'string', + 'flags' => 'int', + '&message' => 'http\\Message', + ), + 'http\\message\\parser::stream' => + array ( + 0 => 'int', + 'stream' => 'resource', + 'flags' => 'int', + '&message' => 'http\\Message', + ), + 'http\\params::__construct' => + array ( + 0 => 'void', + 'params=' => 'mixed', + 'param_sep=' => 'mixed', + 'arg_sep=' => 'mixed', + 'val_sep=' => 'mixed', + 'flags=' => 'mixed', + ), + 'http\\params::__tostring' => + array ( + 0 => 'string', + ), + 'http\\params::offsetexists' => + array ( + 0 => 'bool', + 'name' => 'int|string', + ), + 'http\\params::offsetget' => + array ( + 0 => 'mixed', + 'name' => 'int|string', + ), + 'http\\params::offsetset' => + array ( + 0 => 'void', + 'name' => 'int|null|string', + 'value' => 'mixed', + ), + 'http\\params::offsetunset' => + array ( + 0 => 'void', + 'name' => 'int|string', + ), + 'http\\params::toarray' => + array ( + 0 => 'array', + ), + 'http\\params::tostring' => + array ( + 0 => 'string', + ), + 'http\\querystring::__construct' => + array ( + 0 => 'void', + 'querystring' => 'string', + ), + 'http\\querystring::__tostring' => + array ( + 0 => 'string', + ), + 'http\\querystring::get' => + array ( + 0 => 'http\\QueryString|mixed|string', + 'name=' => 'string', + 'type=' => 'mixed', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::getarray' => + array ( + 0 => 'array|mixed', + 'name' => 'string', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::getbool' => + array ( + 0 => 'bool|mixed', + 'name' => 'string', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::getfloat' => + array ( + 0 => 'float|mixed', + 'name' => 'string', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::getglobalinstance' => + array ( + 0 => 'http\\QueryString', + ), + 'http\\querystring::getint' => + array ( + 0 => 'int|mixed', + 'name' => 'string', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::getiterator' => + array ( + 0 => 'IteratorAggregate', + ), + 'http\\querystring::getobject' => + array ( + 0 => 'mixed|object', + 'name' => 'string', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::getstring' => + array ( + 0 => 'mixed|string', + 'name' => 'string', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'http\\querystring::mod' => + array ( + 0 => 'http\\QueryString', + 'params=' => 'mixed', + ), + 'http\\querystring::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'http\\querystring::offsetget' => + array ( + 0 => 'mixed|null', + 'offset' => 'int|string', + ), + 'http\\querystring::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'http\\querystring::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'http\\querystring::serialize' => + array ( + 0 => 'string', + ), + 'http\\querystring::set' => + array ( + 0 => 'http\\QueryString', + 'params' => 'mixed', + ), + 'http\\querystring::toarray' => + array ( + 0 => 'array', + ), + 'http\\querystring::tostring' => + array ( + 0 => 'string', + ), + 'http\\querystring::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'http\\querystring::xlate' => + array ( + 0 => 'http\\QueryString', + ), + 'http\\url::__construct' => + array ( + 0 => 'void', + 'old_url=' => 'mixed', + 'new_url=' => 'mixed', + 'flags=' => 'int', + ), + 'http\\url::__tostring' => + array ( + 0 => 'string', + ), + 'http\\url::mod' => + array ( + 0 => 'http\\Url', + 'parts' => 'mixed', + 'flags=' => 'float|int|mixed', + ), + 'http\\url::toarray' => + array ( + 0 => 'array', + ), + 'http\\url::tostring' => + array ( + 0 => 'string', + ), + 'http_build_cookie' => + array ( + 0 => 'string', + 'cookie' => 'array', + ), + 'http_build_str' => + array ( + 0 => 'string', + 'query' => 'array', + 'prefix=' => 'null|string', + 'arg_separator=' => 'string', + ), + 'http_build_url' => + array ( + 0 => 'string', + 'url=' => 'array|string', + 'parts=' => 'array|string', + 'flags=' => 'int', + 'new_url=' => 'array', + ), + 'http_cache_etag' => + array ( + 0 => 'bool', + 'etag=' => 'string', + ), + 'http_cache_last_modified' => + array ( + 0 => 'bool', + 'timestamp_or_expires=' => 'int', + ), + 'http_chunked_decode' => + array ( + 0 => 'false|string', + 'encoded' => 'string', + ), + 'http_date' => + array ( + 0 => 'string', + 'timestamp=' => 'int', + ), + 'http_deflate' => + array ( + 0 => 'null|string', + 'data' => 'string', + 'flags=' => 'int', + ), + 'http_get' => + array ( + 0 => 'string', + 'url' => 'string', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_get_request_body' => + array ( + 0 => 'null|string', + ), + 'http_get_request_body_stream' => + array ( + 0 => 'null|resource', + ), + 'http_get_request_headers' => + array ( + 0 => 'array', + ), + 'http_head' => + array ( + 0 => 'string', + 'url' => 'string', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_inflate' => + array ( + 0 => 'null|string', + 'data' => 'string', + ), + 'http_match_etag' => + array ( + 0 => 'bool', + 'etag' => 'string', + 'for_range=' => 'bool', + ), + 'http_match_modified' => + array ( + 0 => 'bool', + 'timestamp=' => 'int', + 'for_range=' => 'bool', + ), + 'http_match_request_header' => + array ( + 0 => 'bool', + 'header' => 'string', + 'value' => 'string', + 'match_case=' => 'bool', + ), + 'http_negotiate_charset' => + array ( + 0 => 'string', + 'supported' => 'array', + 'result=' => 'array', + ), + 'http_negotiate_content_type' => + array ( + 0 => 'string', + 'supported' => 'array', + 'result=' => 'array', + ), + 'http_negotiate_language' => + array ( + 0 => 'string', + 'supported' => 'array', + 'result=' => 'array', + ), + 'http_parse_cookie' => + array ( + 0 => 'false|stdClass', + 'cookie' => 'string', + 'flags=' => 'int', + 'allowed_extras=' => 'array', + ), + 'http_parse_headers' => + array ( + 0 => 'array|false', + 'header' => 'string', + ), + 'http_parse_message' => + array ( + 0 => 'object', + 'message' => 'string', + ), + 'http_parse_params' => + array ( + 0 => 'stdClass', + 'param' => 'string', + 'flags=' => 'int', + ), + 'http_persistent_handles_clean' => + array ( + 0 => 'string', + 'ident=' => 'string', + ), + 'http_persistent_handles_count' => + array ( + 0 => 'false|stdClass', + ), + 'http_persistent_handles_ident' => + array ( + 0 => 'false|string', + 'ident=' => 'string', + ), + 'http_post_data' => + array ( + 0 => 'string', + 'url' => 'string', + 'data' => 'string', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_post_fields' => + array ( + 0 => 'string', + 'url' => 'string', + 'data' => 'array', + 'files=' => 'array', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_put_data' => + array ( + 0 => 'string', + 'url' => 'string', + 'data' => 'string', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_put_file' => + array ( + 0 => 'string', + 'url' => 'string', + 'file' => 'string', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_put_stream' => + array ( + 0 => 'string', + 'url' => 'string', + 'stream' => 'resource', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_redirect' => + array ( + 0 => 'false|int', + 'url=' => 'string', + 'params=' => 'array', + 'session=' => 'bool', + 'status=' => 'int', + ), + 'http_request' => + array ( + 0 => 'string', + 'method' => 'int', + 'url' => 'string', + 'body=' => 'string', + 'options=' => 'array', + 'info=' => 'array', + ), + 'http_request_body_encode' => + array ( + 0 => 'false|string', + 'fields' => 'array', + 'files' => 'array', + ), + 'http_request_method_exists' => + array ( + 0 => 'bool', + 'method' => 'mixed', + ), + 'http_request_method_name' => + array ( + 0 => 'false|string', + 'method' => 'int', + ), + 'http_request_method_register' => + array ( + 0 => 'false|int', + 'method' => 'string', + ), + 'http_request_method_unregister' => + array ( + 0 => 'bool', + 'method' => 'mixed', + ), + 'http_send_content_disposition' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'inline=' => 'bool', + ), + 'http_send_content_type' => + array ( + 0 => 'bool', + 'content_type=' => 'string', + ), + 'http_send_data' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'http_send_file' => + array ( + 0 => 'bool', + 'file' => 'string', + ), + 'http_send_last_modified' => + array ( + 0 => 'bool', + 'timestamp=' => 'int', + ), + 'http_send_status' => + array ( + 0 => 'bool', + 'status' => 'int', + ), + 'http_send_stream' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'http_support' => + array ( + 0 => 'int', + 'feature=' => 'int', + ), + 'http_throttle' => + array ( + 0 => 'void', + 'sec' => 'float', + 'bytes=' => 'int', + ), + 'httpdeflatestream::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'httpdeflatestream::factory' => + array ( + 0 => 'HttpDeflateStream', + 'flags=' => 'int', + 'class_name=' => 'string', + ), + 'httpdeflatestream::finish' => + array ( + 0 => 'string', + 'data=' => 'string', + ), + 'httpdeflatestream::flush' => + array ( + 0 => 'false|string', + 'data=' => 'string', + ), + 'httpdeflatestream::update' => + array ( + 0 => 'false|string', + 'data' => 'string', + ), + 'httpinflatestream::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'httpinflatestream::factory' => + array ( + 0 => 'HttpInflateStream', + 'flags=' => 'int', + 'class_name=' => 'string', + ), + 'httpinflatestream::finish' => + array ( + 0 => 'string', + 'data=' => 'string', + ), + 'httpinflatestream::flush' => + array ( + 0 => 'false|string', + 'data=' => 'string', + ), + 'httpinflatestream::update' => + array ( + 0 => 'false|string', + 'data' => 'string', + ), + 'httpmessage::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + ), + 'httpmessage::__tostring' => + array ( + 0 => 'string', + ), + 'httpmessage::addheaders' => + array ( + 0 => 'void', + 'headers' => 'array', + 'append=' => 'bool', + ), + 'httpmessage::count' => + array ( + 0 => 'int', + ), + 'httpmessage::current' => + array ( + 0 => 'mixed', + ), + 'httpmessage::detach' => + array ( + 0 => 'HttpMessage', + ), + 'httpmessage::factory' => + array ( + 0 => 'HttpMessage|null', + 'raw_message=' => 'string', + 'class_name=' => 'string', + ), + 'httpmessage::fromenv' => + array ( + 0 => 'HttpMessage|null', + 'message_type' => 'int', + 'class_name=' => 'string', + ), + 'httpmessage::fromstring' => + array ( + 0 => 'HttpMessage|null', + 'raw_message=' => 'string', + 'class_name=' => 'string', + ), + 'httpmessage::getbody' => + array ( + 0 => 'string', + ), + 'httpmessage::getheader' => + array ( + 0 => 'null|string', + 'header' => 'string', + ), + 'httpmessage::getheaders' => + array ( + 0 => 'array', + ), + 'httpmessage::gethttpversion' => + array ( + 0 => 'string', + ), + 'httpmessage::getinfo' => + array ( + 0 => 'mixed', + ), + 'httpmessage::getparentmessage' => + array ( + 0 => 'HttpMessage', + ), + 'httpmessage::getrequestmethod' => + array ( + 0 => 'false|string', + ), + 'httpmessage::getrequesturl' => + array ( + 0 => 'false|string', + ), + 'httpmessage::getresponsecode' => + array ( + 0 => 'int', + ), + 'httpmessage::getresponsestatus' => + array ( + 0 => 'string', + ), + 'httpmessage::gettype' => + array ( + 0 => 'int', + ), + 'httpmessage::guesscontenttype' => + array ( + 0 => 'false|string', + 'magic_file' => 'string', + 'magic_mode=' => 'int', + ), + 'httpmessage::key' => + array ( + 0 => 'int|string', + ), + 'httpmessage::next' => + array ( + 0 => 'void', + ), + 'httpmessage::prepend' => + array ( + 0 => 'void', + 'message' => 'HttpMessage', + 'top=' => 'bool', + ), + 'httpmessage::reverse' => + array ( + 0 => 'HttpMessage', + ), + 'httpmessage::rewind' => + array ( + 0 => 'void', + ), + 'httpmessage::send' => + array ( + 0 => 'bool', + ), + 'httpmessage::serialize' => + array ( + 0 => 'string', + ), + 'httpmessage::setbody' => + array ( + 0 => 'void', + 'body' => 'string', + ), + 'httpmessage::setheaders' => + array ( + 0 => 'void', + 'headers' => 'array', + ), + 'httpmessage::sethttpversion' => + array ( + 0 => 'bool', + 'version' => 'string', + ), + 'httpmessage::setinfo' => + array ( + 0 => 'mixed', + 'http_info' => 'mixed', + ), + 'httpmessage::setrequestmethod' => + array ( + 0 => 'bool', + 'method' => 'string', + ), + 'httpmessage::setrequesturl' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'httpmessage::setresponsecode' => + array ( + 0 => 'bool', + 'code' => 'int', + ), + 'httpmessage::setresponsestatus' => + array ( + 0 => 'bool', + 'status' => 'string', + ), + 'httpmessage::settype' => + array ( + 0 => 'void', + 'type' => 'int', + ), + 'httpmessage::tomessagetypeobject' => + array ( + 0 => 'HttpRequest|HttpResponse|null', + ), + 'httpmessage::tostring' => + array ( + 0 => 'string', + 'include_parent=' => 'bool', + ), + 'httpmessage::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'httpmessage::valid' => + array ( + 0 => 'bool', + ), + 'httpquerystring::__construct' => + array ( + 0 => 'void', + 'global=' => 'bool', + 'add=' => 'mixed', + ), + 'httpquerystring::__tostring' => + array ( + 0 => 'string', + ), + 'httpquerystring::factory' => + array ( + 0 => 'mixed', + 'global' => 'mixed', + 'params' => 'mixed', + 'class_name' => 'mixed', + ), + 'httpquerystring::get' => + array ( + 0 => 'mixed', + 'key=' => 'string', + 'type=' => 'mixed', + 'defval=' => 'mixed', + 'delete=' => 'bool', + ), + 'httpquerystring::getarray' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'defval' => 'mixed', + 'delete' => 'mixed', + ), + 'httpquerystring::getbool' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'defval' => 'mixed', + 'delete' => 'mixed', + ), + 'httpquerystring::getfloat' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'defval' => 'mixed', + 'delete' => 'mixed', + ), + 'httpquerystring::getint' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'defval' => 'mixed', + 'delete' => 'mixed', + ), + 'httpquerystring::getobject' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'defval' => 'mixed', + 'delete' => 'mixed', + ), + 'httpquerystring::getstring' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'defval' => 'mixed', + 'delete' => 'mixed', + ), + 'httpquerystring::mod' => + array ( + 0 => 'HttpQueryString', + 'params' => 'mixed', + ), + 'httpquerystring::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'httpquerystring::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'int|string', + ), + 'httpquerystring::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'httpquerystring::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'httpquerystring::serialize' => + array ( + 0 => 'string', + ), + 'httpquerystring::set' => + array ( + 0 => 'string', + 'params' => 'mixed', + ), + 'httpquerystring::singleton' => + array ( + 0 => 'HttpQueryString', + 'global=' => 'bool', + ), + 'httpquerystring::toarray' => + array ( + 0 => 'array', + ), + 'httpquerystring::tostring' => + array ( + 0 => 'string', + ), + 'httpquerystring::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'httpquerystring::xlate' => + array ( + 0 => 'bool', + 'ie' => 'string', + 'oe' => 'string', + ), + 'httprequest::__construct' => + array ( + 0 => 'void', + 'url=' => 'string', + 'request_method=' => 'int', + 'options=' => 'array', + ), + 'httprequest::addbody' => + array ( + 0 => 'mixed', + 'request_body_data' => 'mixed', + ), + 'httprequest::addcookies' => + array ( + 0 => 'bool', + 'cookies' => 'array', + ), + 'httprequest::addheaders' => + array ( + 0 => 'bool', + 'headers' => 'array', + ), + 'httprequest::addpostfields' => + array ( + 0 => 'bool', + 'post_data' => 'array', + ), + 'httprequest::addpostfile' => + array ( + 0 => 'bool', + 'name' => 'string', + 'file' => 'string', + 'content_type=' => 'string', + ), + 'httprequest::addputdata' => + array ( + 0 => 'bool', + 'put_data' => 'string', + ), + 'httprequest::addquerydata' => + array ( + 0 => 'bool', + 'query_params' => 'array', + ), + 'httprequest::addrawpostdata' => + array ( + 0 => 'bool', + 'raw_post_data' => 'string', + ), + 'httprequest::addssloptions' => + array ( + 0 => 'bool', + 'options' => 'array', + ), + 'httprequest::clearhistory' => + array ( + 0 => 'void', + ), + 'httprequest::enablecookies' => + array ( + 0 => 'bool', + ), + 'httprequest::encodebody' => + array ( + 0 => 'mixed', + 'fields' => 'mixed', + 'files' => 'mixed', + ), + 'httprequest::factory' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'method' => 'mixed', + 'options' => 'mixed', + 'class_name' => 'mixed', + ), + 'httprequest::flushcookies' => + array ( + 0 => 'mixed', + ), + 'httprequest::get' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::getbody' => + array ( + 0 => 'mixed', + ), + 'httprequest::getcontenttype' => + array ( + 0 => 'string', + ), + 'httprequest::getcookies' => + array ( + 0 => 'array', + ), + 'httprequest::getheaders' => + array ( + 0 => 'array', + ), + 'httprequest::gethistory' => + array ( + 0 => 'HttpMessage', + ), + 'httprequest::getmethod' => + array ( + 0 => 'int', + ), + 'httprequest::getoptions' => + array ( + 0 => 'array', + ), + 'httprequest::getpostfields' => + array ( + 0 => 'array', + ), + 'httprequest::getpostfiles' => + array ( + 0 => 'array', + ), + 'httprequest::getputdata' => + array ( + 0 => 'string', + ), + 'httprequest::getputfile' => + array ( + 0 => 'string', + ), + 'httprequest::getquerydata' => + array ( + 0 => 'string', + ), + 'httprequest::getrawpostdata' => + array ( + 0 => 'string', + ), + 'httprequest::getrawrequestmessage' => + array ( + 0 => 'string', + ), + 'httprequest::getrawresponsemessage' => + array ( + 0 => 'string', + ), + 'httprequest::getrequestmessage' => + array ( + 0 => 'HttpMessage', + ), + 'httprequest::getresponsebody' => + array ( + 0 => 'string', + ), + 'httprequest::getresponsecode' => + array ( + 0 => 'int', + ), + 'httprequest::getresponsecookies' => + array ( + 0 => 'array', + 'flags=' => 'int', + 'allowed_extras=' => 'array', + ), + 'httprequest::getresponsedata' => + array ( + 0 => 'array', + ), + 'httprequest::getresponseheader' => + array ( + 0 => 'mixed', + 'name=' => 'string', + ), + 'httprequest::getresponseinfo' => + array ( + 0 => 'mixed', + 'name=' => 'string', + ), + 'httprequest::getresponsemessage' => + array ( + 0 => 'HttpMessage', + ), + 'httprequest::getresponsestatus' => + array ( + 0 => 'string', + ), + 'httprequest::getssloptions' => + array ( + 0 => 'array', + ), + 'httprequest::geturl' => + array ( + 0 => 'string', + ), + 'httprequest::head' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::methodexists' => + array ( + 0 => 'mixed', + 'method' => 'mixed', + ), + 'httprequest::methodname' => + array ( + 0 => 'mixed', + 'method_id' => 'mixed', + ), + 'httprequest::methodregister' => + array ( + 0 => 'mixed', + 'method_name' => 'mixed', + ), + 'httprequest::methodunregister' => + array ( + 0 => 'mixed', + 'method' => 'mixed', + ), + 'httprequest::postdata' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'data' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::postfields' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'data' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::putdata' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'data' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::putfile' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'file' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::putstream' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'stream' => 'mixed', + 'options' => 'mixed', + '&info' => 'mixed', + ), + 'httprequest::resetcookies' => + array ( + 0 => 'bool', + 'session_only=' => 'bool', + ), + 'httprequest::send' => + array ( + 0 => 'HttpMessage', + ), + 'httprequest::setbody' => + array ( + 0 => 'bool', + 'request_body_data=' => 'string', + ), + 'httprequest::setcontenttype' => + array ( + 0 => 'bool', + 'content_type' => 'string', + ), + 'httprequest::setcookies' => + array ( + 0 => 'bool', + 'cookies=' => 'array', + ), + 'httprequest::setheaders' => + array ( + 0 => 'bool', + 'headers=' => 'array', + ), + 'httprequest::setmethod' => + array ( + 0 => 'bool', + 'request_method' => 'int', + ), + 'httprequest::setoptions' => + array ( + 0 => 'bool', + 'options=' => 'array', + ), + 'httprequest::setpostfields' => + array ( + 0 => 'bool', + 'post_data' => 'array', + ), + 'httprequest::setpostfiles' => + array ( + 0 => 'bool', + 'post_files' => 'array', + ), + 'httprequest::setputdata' => + array ( + 0 => 'bool', + 'put_data=' => 'string', + ), + 'httprequest::setputfile' => + array ( + 0 => 'bool', + 'file=' => 'string', + ), + 'httprequest::setquerydata' => + array ( + 0 => 'bool', + 'query_data' => 'mixed', + ), + 'httprequest::setrawpostdata' => + array ( + 0 => 'bool', + 'raw_post_data=' => 'string', + ), + 'httprequest::setssloptions' => + array ( + 0 => 'bool', + 'options=' => 'array', + ), + 'httprequest::seturl' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'httprequestdatashare::__construct' => + array ( + 0 => 'void', + ), + 'httprequestdatashare::__destruct' => + array ( + 0 => 'void', + ), + 'httprequestdatashare::attach' => + array ( + 0 => 'mixed', + 'request' => 'HttpRequest', + ), + 'httprequestdatashare::count' => + array ( + 0 => 'int', + ), + 'httprequestdatashare::detach' => + array ( + 0 => 'mixed', + 'request' => 'HttpRequest', + ), + 'httprequestdatashare::factory' => + array ( + 0 => 'mixed', + 'global' => 'mixed', + 'class_name' => 'mixed', + ), + 'httprequestdatashare::reset' => + array ( + 0 => 'mixed', + ), + 'httprequestdatashare::singleton' => + array ( + 0 => 'mixed', + 'global' => 'mixed', + ), + 'httprequestpool::__construct' => + array ( + 0 => 'void', + 'request=' => 'HttpRequest', + ), + 'httprequestpool::__destruct' => + array ( + 0 => 'void', + ), + 'httprequestpool::attach' => + array ( + 0 => 'bool', + 'request' => 'HttpRequest', + ), + 'httprequestpool::count' => + array ( + 0 => 'int', + ), + 'httprequestpool::current' => + array ( + 0 => 'mixed', + ), + 'httprequestpool::detach' => + array ( + 0 => 'bool', + 'request' => 'HttpRequest', + ), + 'httprequestpool::enableevents' => + array ( + 0 => 'mixed', + 'enable' => 'mixed', + ), + 'httprequestpool::enablepipelining' => + array ( + 0 => 'mixed', + 'enable' => 'mixed', + ), + 'httprequestpool::getattachedrequests' => + array ( + 0 => 'array', + ), + 'httprequestpool::getfinishedrequests' => + array ( + 0 => 'array', + ), + 'httprequestpool::key' => + array ( + 0 => 'int|string', + ), + 'httprequestpool::next' => + array ( + 0 => 'void', + ), + 'httprequestpool::reset' => + array ( + 0 => 'void', + ), + 'httprequestpool::rewind' => + array ( + 0 => 'void', + ), + 'httprequestpool::send' => + array ( + 0 => 'bool', + ), + 'httprequestpool::socketperform' => + array ( + 0 => 'bool', + ), + 'httprequestpool::socketselect' => + array ( + 0 => 'bool', + 'timeout=' => 'float', + ), + 'httprequestpool::valid' => + array ( + 0 => 'bool', + ), + 'httpresponse::capture' => + array ( + 0 => 'void', + ), + 'httpresponse::getbuffersize' => + array ( + 0 => 'int', + ), + 'httpresponse::getcache' => + array ( + 0 => 'bool', + ), + 'httpresponse::getcachecontrol' => + array ( + 0 => 'string', + ), + 'httpresponse::getcontentdisposition' => + array ( + 0 => 'string', + ), + 'httpresponse::getcontenttype' => + array ( + 0 => 'string', + ), + 'httpresponse::getdata' => + array ( + 0 => 'string', + ), + 'httpresponse::getetag' => + array ( + 0 => 'string', + ), + 'httpresponse::getfile' => + array ( + 0 => 'string', + ), + 'httpresponse::getgzip' => + array ( + 0 => 'bool', + ), + 'httpresponse::getheader' => + array ( + 0 => 'mixed', + 'name=' => 'string', + ), + 'httpresponse::getlastmodified' => + array ( + 0 => 'int', + ), + 'httpresponse::getrequestbody' => + array ( + 0 => 'string', + ), + 'httpresponse::getrequestbodystream' => + array ( + 0 => 'resource', + ), + 'httpresponse::getrequestheaders' => + array ( + 0 => 'array', + ), + 'httpresponse::getstream' => + array ( + 0 => 'resource', + ), + 'httpresponse::getthrottledelay' => + array ( + 0 => 'float', + ), + 'httpresponse::guesscontenttype' => + array ( + 0 => 'false|string', + 'magic_file' => 'string', + 'magic_mode=' => 'int', + ), + 'httpresponse::redirect' => + array ( + 0 => 'void', + 'url=' => 'string', + 'params=' => 'array', + 'session=' => 'bool', + 'status=' => 'int', + ), + 'httpresponse::send' => + array ( + 0 => 'bool', + 'clean_ob=' => 'bool', + ), + 'httpresponse::setbuffersize' => + array ( + 0 => 'bool', + 'bytes' => 'int', + ), + 'httpresponse::setcache' => + array ( + 0 => 'bool', + 'cache' => 'bool', + ), + 'httpresponse::setcachecontrol' => + array ( + 0 => 'bool', + 'control' => 'string', + 'max_age=' => 'int', + 'must_revalidate=' => 'bool', + ), + 'httpresponse::setcontentdisposition' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'inline=' => 'bool', + ), + 'httpresponse::setcontenttype' => + array ( + 0 => 'bool', + 'content_type' => 'string', + ), + 'httpresponse::setdata' => + array ( + 0 => 'bool', + 'data' => 'mixed', + ), + 'httpresponse::setetag' => + array ( + 0 => 'bool', + 'etag' => 'string', + ), + 'httpresponse::setfile' => + array ( + 0 => 'bool', + 'file' => 'string', + ), + 'httpresponse::setgzip' => + array ( + 0 => 'bool', + 'gzip' => 'bool', + ), + 'httpresponse::setheader' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'mixed', + 'replace=' => 'bool', + ), + 'httpresponse::setlastmodified' => + array ( + 0 => 'bool', + 'timestamp' => 'int', + ), + 'httpresponse::setstream' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'httpresponse::setthrottledelay' => + array ( + 0 => 'bool', + 'seconds' => 'float', + ), + 'httpresponse::status' => + array ( + 0 => 'bool', + 'status' => 'int', + ), + 'httputil::buildcookie' => + array ( + 0 => 'mixed', + 'cookie_array' => 'mixed', + ), + 'httputil::buildstr' => + array ( + 0 => 'mixed', + 'query' => 'mixed', + 'prefix' => 'mixed', + 'arg_sep' => 'mixed', + ), + 'httputil::buildurl' => + array ( + 0 => 'mixed', + 'url' => 'mixed', + 'parts' => 'mixed', + 'flags' => 'mixed', + '&composed' => 'mixed', + ), + 'httputil::chunkeddecode' => + array ( + 0 => 'mixed', + 'encoded_string' => 'mixed', + ), + 'httputil::date' => + array ( + 0 => 'mixed', + 'timestamp' => 'mixed', + ), + 'httputil::deflate' => + array ( + 0 => 'mixed', + 'plain' => 'mixed', + 'flags' => 'mixed', + ), + 'httputil::inflate' => + array ( + 0 => 'mixed', + 'encoded' => 'mixed', + ), + 'httputil::matchetag' => + array ( + 0 => 'mixed', + 'plain_etag' => 'mixed', + 'for_range' => 'mixed', + ), + 'httputil::matchmodified' => + array ( + 0 => 'mixed', + 'last_modified' => 'mixed', + 'for_range' => 'mixed', + ), + 'httputil::matchrequestheader' => + array ( + 0 => 'mixed', + 'header_name' => 'mixed', + 'header_value' => 'mixed', + 'case_sensitive' => 'mixed', + ), + 'httputil::negotiatecharset' => + array ( + 0 => 'mixed', + 'supported' => 'mixed', + '&result' => 'mixed', + ), + 'httputil::negotiatecontenttype' => + array ( + 0 => 'mixed', + 'supported' => 'mixed', + '&result' => 'mixed', + ), + 'httputil::negotiatelanguage' => + array ( + 0 => 'mixed', + 'supported' => 'mixed', + '&result' => 'mixed', + ), + 'httputil::parsecookie' => + array ( + 0 => 'mixed', + 'cookie_string' => 'mixed', + ), + 'httputil::parseheaders' => + array ( + 0 => 'mixed', + 'headers_string' => 'mixed', + ), + 'httputil::parsemessage' => + array ( + 0 => 'mixed', + 'message_string' => 'mixed', + ), + 'httputil::parseparams' => + array ( + 0 => 'mixed', + 'param_string' => 'mixed', + 'flags' => 'mixed', + ), + 'httputil::support' => + array ( + 0 => 'mixed', + 'feature' => 'mixed', + ), + 'hw_api::checkin' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::checkout' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::children' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::content' => + array ( + 0 => 'HW_API_Content', + 'parameter' => 'array', + ), + 'hw_api::copy' => + array ( + 0 => 'hw_api_content', + 'parameter' => 'array', + ), + 'hw_api::dbstat' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::dcstat' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::dstanchors' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::dstofsrcanchor' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::find' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::ftstat' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::hwstat' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::identify' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::info' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::insert' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::insertanchor' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::insertcollection' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::insertdocument' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::link' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::lock' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::move' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::object' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::objectbyanchor' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::parents' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::remove' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::replace' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::setcommittedversion' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::srcanchors' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::srcsofdst' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api::unlock' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api::user' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api::userlist' => + array ( + 0 => 'array', + 'parameter' => 'array', + ), + 'hw_api_attribute' => + array ( + 0 => 'HW_API_Attribute', + 'name=' => 'string', + 'value=' => 'string', + ), + 'hw_api_attribute::key' => + array ( + 0 => 'string', + ), + 'hw_api_attribute::langdepvalue' => + array ( + 0 => 'string', + 'language' => 'string', + ), + 'hw_api_attribute::value' => + array ( + 0 => 'string', + ), + 'hw_api_attribute::values' => + array ( + 0 => 'array', + ), + 'hw_api_content' => + array ( + 0 => 'HW_API_Content', + 'content' => 'string', + 'mimetype' => 'string', + ), + 'hw_api_content::mimetype' => + array ( + 0 => 'string', + ), + 'hw_api_content::read' => + array ( + 0 => 'string', + 'buffer' => 'string', + 'length' => 'int', + ), + 'hw_api_error::count' => + array ( + 0 => 'int', + ), + 'hw_api_error::reason' => + array ( + 0 => 'HW_API_Reason', + ), + 'hw_api_object' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'hw_api_object::assign' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api_object::attreditable' => + array ( + 0 => 'bool', + 'parameter' => 'array', + ), + 'hw_api_object::count' => + array ( + 0 => 'int', + 'parameter' => 'array', + ), + 'hw_api_object::insert' => + array ( + 0 => 'bool', + 'attribute' => 'hw_api_attribute', + ), + 'hw_api_object::remove' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'hw_api_object::title' => + array ( + 0 => 'string', + 'parameter' => 'array', + ), + 'hw_api_object::value' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'hw_api_reason::description' => + array ( + 0 => 'string', + ), + 'hw_api_reason::type' => + array ( + 0 => 'HW_API_Reason', + ), + 'hw_array2objrec' => + array ( + 0 => 'string', + 'object_array' => 'array', + ), + 'hw_changeobject' => + array ( + 0 => 'bool', + 'link' => 'int', + 'objid' => 'int', + 'attributes' => 'array', + ), + 'hw_children' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_childrenobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_close' => + array ( + 0 => 'bool', + 'connection' => 'int', + ), + 'hw_connect' => + array ( + 0 => 'int', + 'host' => 'string', + 'port' => 'int', + 'username=' => 'string', + 'password=' => 'string', + ), + 'hw_connection_info' => + array ( + 0 => 'mixed', + 'link' => 'int', + ), + 'hw_cp' => + array ( + 0 => 'int', + 'connection' => 'int', + 'object_id_array' => 'array', + 'destination_id' => 'int', + ), + 'hw_deleteobject' => + array ( + 0 => 'bool', + 'connection' => 'int', + 'object_to_delete' => 'int', + ), + 'hw_docbyanchor' => + array ( + 0 => 'int', + 'connection' => 'int', + 'anchorid' => 'int', + ), + 'hw_docbyanchorobj' => + array ( + 0 => 'string', + 'connection' => 'int', + 'anchorid' => 'int', + ), + 'hw_document_attributes' => + array ( + 0 => 'string', + 'hw_document' => 'int', + ), + 'hw_document_bodytag' => + array ( + 0 => 'string', + 'hw_document' => 'int', + 'prefix=' => 'string', + ), + 'hw_document_content' => + array ( + 0 => 'string', + 'hw_document' => 'int', + ), + 'hw_document_setcontent' => + array ( + 0 => 'bool', + 'hw_document' => 'int', + 'content' => 'string', + ), + 'hw_document_size' => + array ( + 0 => 'int', + 'hw_document' => 'int', + ), + 'hw_dummy' => + array ( + 0 => 'string', + 'link' => 'int', + 'id' => 'int', + 'msgid' => 'int', + ), + 'hw_edittext' => + array ( + 0 => 'bool', + 'connection' => 'int', + 'hw_document' => 'int', + ), + 'hw_error' => + array ( + 0 => 'int', + 'connection' => 'int', + ), + 'hw_errormsg' => + array ( + 0 => 'string', + 'connection' => 'int', + ), + 'hw_free_document' => + array ( + 0 => 'bool', + 'hw_document' => 'int', + ), + 'hw_getanchors' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getanchorsobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getandlock' => + array ( + 0 => 'string', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getchildcoll' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getchildcollobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getchilddoccoll' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getchilddoccollobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getobject' => + array ( + 0 => 'mixed', + 'connection' => 'int', + 'objectid' => 'mixed', + 'query=' => 'string', + ), + 'hw_getobjectbyquery' => + array ( + 0 => 'array', + 'connection' => 'int', + 'query' => 'string', + 'max_hits' => 'int', + ), + 'hw_getobjectbyquerycoll' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + 'query' => 'string', + 'max_hits' => 'int', + ), + 'hw_getobjectbyquerycollobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + 'query' => 'string', + 'max_hits' => 'int', + ), + 'hw_getobjectbyqueryobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'query' => 'string', + 'max_hits' => 'int', + ), + 'hw_getparents' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getparentsobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getrellink' => + array ( + 0 => 'string', + 'link' => 'int', + 'rootid' => 'int', + 'sourceid' => 'int', + 'destid' => 'int', + ), + 'hw_getremote' => + array ( + 0 => 'int', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_getremotechildren' => + array ( + 0 => 'mixed', + 'connection' => 'int', + 'object_record' => 'string', + ), + 'hw_getsrcbydestobj' => + array ( + 0 => 'array', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_gettext' => + array ( + 0 => 'int', + 'connection' => 'int', + 'objectid' => 'int', + 'prefix=' => 'mixed', + ), + 'hw_getusername' => + array ( + 0 => 'string', + 'connection' => 'int', + ), + 'hw_identify' => + array ( + 0 => 'string', + 'link' => 'int', + 'username' => 'string', + 'password' => 'string', + ), + 'hw_incollections' => + array ( + 0 => 'array', + 'connection' => 'int', + 'object_id_array' => 'array', + 'collection_id_array' => 'array', + 'return_collections' => 'int', + ), + 'hw_info' => + array ( + 0 => 'string', + 'connection' => 'int', + ), + 'hw_inscoll' => + array ( + 0 => 'int', + 'connection' => 'int', + 'objectid' => 'int', + 'object_array' => 'array', + ), + 'hw_insdoc' => + array ( + 0 => 'int', + 'connection' => 'mixed', + 'parentid' => 'int', + 'object_record' => 'string', + 'text=' => 'string', + ), + 'hw_insertanchors' => + array ( + 0 => 'bool', + 'hwdoc' => 'int', + 'anchorecs' => 'array', + 'dest' => 'array', + 'urlprefixes=' => 'array', + ), + 'hw_insertdocument' => + array ( + 0 => 'int', + 'connection' => 'int', + 'parent_id' => 'int', + 'hw_document' => 'int', + ), + 'hw_insertobject' => + array ( + 0 => 'int', + 'connection' => 'int', + 'object_rec' => 'string', + 'parameter' => 'string', + ), + 'hw_mapid' => + array ( + 0 => 'int', + 'connection' => 'int', + 'server_id' => 'int', + 'object_id' => 'int', + ), + 'hw_modifyobject' => + array ( + 0 => 'bool', + 'connection' => 'int', + 'object_to_change' => 'int', + 'remove' => 'array', + 'add' => 'array', + 'mode=' => 'int', + ), + 'hw_mv' => + array ( + 0 => 'int', + 'connection' => 'int', + 'object_id_array' => 'array', + 'source_id' => 'int', + 'destination_id' => 'int', + ), + 'hw_new_document' => + array ( + 0 => 'int', + 'object_record' => 'string', + 'document_data' => 'string', + 'document_size' => 'int', + ), + 'hw_objrec2array' => + array ( + 0 => 'array', + 'object_record' => 'string', + 'format=' => 'array', + ), + 'hw_output_document' => + array ( + 0 => 'bool', + 'hw_document' => 'int', + ), + 'hw_pconnect' => + array ( + 0 => 'int', + 'host' => 'string', + 'port' => 'int', + 'username=' => 'string', + 'password=' => 'string', + ), + 'hw_pipedocument' => + array ( + 0 => 'int', + 'connection' => 'int', + 'objectid' => 'int', + 'url_prefixes=' => 'array', + ), + 'hw_root' => + array ( + 0 => 'int', + ), + 'hw_setlinkroot' => + array ( + 0 => 'int', + 'link' => 'int', + 'rootid' => 'int', + ), + 'hw_stat' => + array ( + 0 => 'string', + 'link' => 'int', + ), + 'hw_unlock' => + array ( + 0 => 'bool', + 'connection' => 'int', + 'objectid' => 'int', + ), + 'hw_who' => + array ( + 0 => 'array', + 'connection' => 'int', + ), + 'hwapi_attribute_new' => + array ( + 0 => 'HW_API_Attribute', + 'name=' => 'string', + 'value=' => 'string', + ), + 'hwapi_content_new' => + array ( + 0 => 'HW_API_Content', + 'content' => 'string', + 'mimetype' => 'string', + ), + 'hwapi_hgcsp' => + array ( + 0 => 'HW_API', + 'hostname' => 'string', + 'port=' => 'int', + ), + 'hwapi_object_new' => + array ( + 0 => 'hw_api_object', + 'parameter' => 'array', + ), + 'ibase_add_user' => + array ( + 0 => 'bool', + 'service_handle' => 'resource', + 'user_name' => 'string', + 'password' => 'string', + 'first_name=' => 'string', + 'middle_name=' => 'string', + 'last_name=' => 'string', + ), + 'ibase_affected_rows' => + array ( + 0 => 'int', + 'link_identifier=' => 'resource', + ), + 'ibase_backup' => + array ( + 0 => 'mixed', + 'service_handle' => 'resource', + 'source_db' => 'string', + 'dest_file' => 'string', + 'options=' => 'int', + 'verbose=' => 'bool', + ), + 'ibase_blob_add' => + array ( + 0 => 'void', + 'blob_handle' => 'resource', + 'data' => 'string', + ), + 'ibase_blob_cancel' => + array ( + 0 => 'bool', + 'blob_handle' => 'resource', + ), + 'ibase_blob_close' => + array ( + 0 => 'bool|string', + 'blob_handle' => 'resource', + ), + 'ibase_blob_create' => + array ( + 0 => 'resource', + 'link_identifier=' => 'resource', + ), + 'ibase_blob_echo' => + array ( + 0 => 'bool', + 'link_identifier' => 'mixed', + 'blob_id' => 'string', + ), + 'ibase_blob_echo\'1' => + array ( + 0 => 'bool', + 'blob_id' => 'string', + ), + 'ibase_blob_get' => + array ( + 0 => 'false|string', + 'blob_handle' => 'resource', + 'length' => 'int', + ), + 'ibase_blob_import' => + array ( + 0 => 'false|string', + 'link_identifier' => 'resource', + 'file_handle' => 'resource', + ), + 'ibase_blob_info' => + array ( + 0 => 'array', + 'link_identifier' => 'resource', + 'blob_id' => 'string', + ), + 'ibase_blob_info\'1' => + array ( + 0 => 'array', + 'blob_id' => 'string', + ), + 'ibase_blob_open' => + array ( + 0 => 'false|resource', + 'link_identifier' => 'mixed', + 'blob_id' => 'string', + ), + 'ibase_blob_open\'1' => + array ( + 0 => 'resource', + 'blob_id' => 'string', + ), + 'ibase_close' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ibase_commit' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ibase_commit_ret' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ibase_connect' => + array ( + 0 => 'false|resource', + 'database=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + 'charset=' => 'string', + 'buffers=' => 'int', + 'dialect=' => 'int', + 'role=' => 'string', + ), + 'ibase_db_info' => + array ( + 0 => 'string', + 'service_handle' => 'resource', + 'db' => 'string', + 'action' => 'int', + 'argument=' => 'int', + ), + 'ibase_delete_user' => + array ( + 0 => 'bool', + 'service_handle' => 'resource', + 'user_name' => 'string', + 'password=' => 'string', + 'first_name=' => 'string', + 'middle_name=' => 'string', + 'last_name=' => 'string', + ), + 'ibase_drop_db' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ibase_errcode' => + array ( + 0 => 'false|int', + ), + 'ibase_errmsg' => + array ( + 0 => 'false|string', + ), + 'ibase_execute' => + array ( + 0 => 'false|resource', + 'query' => 'resource', + 'bind_arg=' => 'mixed', + '...args=' => 'mixed', + ), + 'ibase_fetch_assoc' => + array ( + 0 => 'array|false', + 'result' => 'resource', + 'fetch_flags=' => 'int', + ), + 'ibase_fetch_object' => + array ( + 0 => 'false|object', + 'result' => 'resource', + 'fetch_flags=' => 'int', + ), + 'ibase_fetch_row' => + array ( + 0 => 'array|false', + 'result' => 'resource', + 'fetch_flags=' => 'int', + ), + 'ibase_field_info' => + array ( + 0 => 'array', + 'query_result' => 'resource', + 'field_number' => 'int', + ), + 'ibase_free_event_handler' => + array ( + 0 => 'bool', + 'event' => 'resource', + ), + 'ibase_free_query' => + array ( + 0 => 'bool', + 'query' => 'resource', + ), + 'ibase_free_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'ibase_gen_id' => + array ( + 0 => 'int|string', + 'generator' => 'string', + 'increment=' => 'int', + 'link_identifier=' => 'resource', + ), + 'ibase_maintain_db' => + array ( + 0 => 'bool', + 'service_handle' => 'resource', + 'db' => 'string', + 'action' => 'int', + 'argument=' => 'int', + ), + 'ibase_modify_user' => + array ( + 0 => 'bool', + 'service_handle' => 'resource', + 'user_name' => 'string', + 'password' => 'string', + 'first_name=' => 'string', + 'middle_name=' => 'string', + 'last_name=' => 'string', + ), + 'ibase_name_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'name' => 'string', + ), + 'ibase_num_fields' => + array ( + 0 => 'int', + 'query_result' => 'resource', + ), + 'ibase_num_params' => + array ( + 0 => 'int', + 'query' => 'resource', + ), + 'ibase_num_rows' => + array ( + 0 => 'int', + 'result_identifier' => 'mixed', + ), + 'ibase_param_info' => + array ( + 0 => 'array', + 'query' => 'resource', + 'field_number' => 'int', + ), + 'ibase_pconnect' => + array ( + 0 => 'false|resource', + 'database=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + 'charset=' => 'string', + 'buffers=' => 'int', + 'dialect=' => 'int', + 'role=' => 'string', + ), + 'ibase_prepare' => + array ( + 0 => 'false|resource', + 'link_identifier' => 'mixed', + 'query' => 'string', + 'trans_identifier' => 'mixed', + ), + 'ibase_query' => + array ( + 0 => 'false|resource', + 'link_identifier=' => 'resource', + 'string=' => 'string', + 'bind_arg=' => 'int', + '...args=' => 'mixed', + ), + 'ibase_restore' => + array ( + 0 => 'mixed', + 'service_handle' => 'resource', + 'source_file' => 'string', + 'dest_db' => 'string', + 'options=' => 'int', + 'verbose=' => 'bool', + ), + 'ibase_rollback' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ibase_rollback_ret' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ibase_server_info' => + array ( + 0 => 'string', + 'service_handle' => 'resource', + 'action' => 'int', + ), + 'ibase_service_attach' => + array ( + 0 => 'resource', + 'host' => 'string', + 'dba_username' => 'string', + 'dba_password' => 'string', + ), + 'ibase_service_detach' => + array ( + 0 => 'bool', + 'service_handle' => 'resource', + ), + 'ibase_set_event_handler' => + array ( + 0 => 'resource', + 'link_identifier' => 'mixed', + 'callback' => 'callable', + 'event=' => 'string', + '...args=' => 'mixed', + ), + 'ibase_set_event_handler\'1' => + array ( + 0 => 'resource', + 'callback' => 'callable', + 'event' => 'string', + '...args' => 'mixed', + ), + 'ibase_timefmt' => + array ( + 0 => 'bool', + 'format' => 'string', + 'columntype=' => 'int', + ), + 'ibase_trans' => + array ( + 0 => 'false|resource', + 'trans_args=' => 'int', + 'link_identifier=' => 'mixed', + '...args=' => 'mixed', + ), + 'ibase_wait_event' => + array ( + 0 => 'string', + 'link_identifier' => 'mixed', + 'event=' => 'string', + '...args=' => 'mixed', + ), + 'ibase_wait_event\'1' => + array ( + 0 => 'string', + 'event' => 'string', + '...args' => 'mixed', + ), + 'id3_get_frame_long_name' => + array ( + 0 => 'string', + 'frameid' => 'string', + ), + 'id3_get_frame_short_name' => + array ( + 0 => 'string', + 'frameid' => 'string', + ), + 'id3_get_genre_id' => + array ( + 0 => 'int', + 'genre' => 'string', + ), + 'id3_get_genre_list' => + array ( + 0 => 'array', + ), + 'id3_get_genre_name' => + array ( + 0 => 'string', + 'genre_id' => 'int', + ), + 'id3_get_tag' => + array ( + 0 => 'array', + 'filename' => 'string', + 'version=' => 'int', + ), + 'id3_get_version' => + array ( + 0 => 'int', + 'filename' => 'string', + ), + 'id3_remove_tag' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'version=' => 'int', + ), + 'id3_set_tag' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'tag' => 'array', + 'version=' => 'int', + ), + 'idn_strerror' => + array ( + 0 => 'string', + 'errorcode' => 'int', + ), + 'ifx_affected_rows' => + array ( + 0 => 'int', + 'result_id' => 'resource', + ), + 'ifx_blobinfile_mode' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'ifx_byteasvarchar' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'ifx_close' => + array ( + 0 => 'bool', + 'link_identifier=' => 'resource', + ), + 'ifx_connect' => + array ( + 0 => 'resource', + 'database=' => 'string', + 'userid=' => 'string', + 'password=' => 'string', + ), + 'ifx_copy_blob' => + array ( + 0 => 'int', + 'bid' => 'int', + ), + 'ifx_create_blob' => + array ( + 0 => 'int', + 'type' => 'int', + 'mode' => 'int', + 'param' => 'string', + ), + 'ifx_create_char' => + array ( + 0 => 'int', + 'param' => 'string', + ), + 'ifx_do' => + array ( + 0 => 'bool', + 'result_id' => 'resource', + ), + 'ifx_error' => + array ( + 0 => 'string', + 'link_identifier=' => 'resource', + ), + 'ifx_errormsg' => + array ( + 0 => 'string', + 'errorcode=' => 'int', + ), + 'ifx_fetch_row' => + array ( + 0 => 'array', + 'result_id' => 'resource', + 'position=' => 'mixed', + ), + 'ifx_fieldproperties' => + array ( + 0 => 'array', + 'result_id' => 'resource', + ), + 'ifx_fieldtypes' => + array ( + 0 => 'array', + 'result_id' => 'resource', + ), + 'ifx_free_blob' => + array ( + 0 => 'bool', + 'bid' => 'int', + ), + 'ifx_free_char' => + array ( + 0 => 'bool', + 'bid' => 'int', + ), + 'ifx_free_result' => + array ( + 0 => 'bool', + 'result_id' => 'resource', + ), + 'ifx_get_blob' => + array ( + 0 => 'string', + 'bid' => 'int', + ), + 'ifx_get_char' => + array ( + 0 => 'string', + 'bid' => 'int', + ), + 'ifx_getsqlca' => + array ( + 0 => 'array', + 'result_id' => 'resource', + ), + 'ifx_htmltbl_result' => + array ( + 0 => 'int', + 'result_id' => 'resource', + 'html_table_options=' => 'string', + ), + 'ifx_nullformat' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'ifx_num_fields' => + array ( + 0 => 'int', + 'result_id' => 'resource', + ), + 'ifx_num_rows' => + array ( + 0 => 'int', + 'result_id' => 'resource', + ), + 'ifx_pconnect' => + array ( + 0 => 'resource', + 'database=' => 'string', + 'userid=' => 'string', + 'password=' => 'string', + ), + 'ifx_prepare' => + array ( + 0 => 'resource', + 'query' => 'string', + 'link_identifier' => 'resource', + 'cursor_def=' => 'int', + 'blobidarray=' => 'mixed', + ), + 'ifx_query' => + array ( + 0 => 'resource', + 'query' => 'string', + 'link_identifier' => 'resource', + 'cursor_type=' => 'int', + 'blobidarray=' => 'mixed', + ), + 'ifx_textasvarchar' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'ifx_update_blob' => + array ( + 0 => 'bool', + 'bid' => 'int', + 'content' => 'string', + ), + 'ifx_update_char' => + array ( + 0 => 'bool', + 'bid' => 'int', + 'content' => 'string', + ), + 'ifxus_close_slob' => + array ( + 0 => 'bool', + 'bid' => 'int', + ), + 'ifxus_create_slob' => + array ( + 0 => 'int', + 'mode' => 'int', + ), + 'ifxus_free_slob' => + array ( + 0 => 'bool', + 'bid' => 'int', + ), + 'ifxus_open_slob' => + array ( + 0 => 'int', + 'bid' => 'int', + 'mode' => 'int', + ), + 'ifxus_read_slob' => + array ( + 0 => 'string', + 'bid' => 'int', + 'nbytes' => 'int', + ), + 'ifxus_seek_slob' => + array ( + 0 => 'int', + 'bid' => 'int', + 'mode' => 'int', + 'offset' => 'int', + ), + 'ifxus_tell_slob' => + array ( + 0 => 'int', + 'bid' => 'int', + ), + 'ifxus_write_slob' => + array ( + 0 => 'int', + 'bid' => 'int', + 'content' => 'string', + ), + 'iis_add_server' => + array ( + 0 => 'int', + 'path' => 'string', + 'comment' => 'string', + 'server_ip' => 'string', + 'port' => 'int', + 'host_name' => 'string', + 'rights' => 'int', + 'start_server' => 'int', + ), + 'iis_get_dir_security' => + array ( + 0 => 'int', + 'server_instance' => 'int', + 'virtual_path' => 'string', + ), + 'iis_get_script_map' => + array ( + 0 => 'string', + 'server_instance' => 'int', + 'virtual_path' => 'string', + 'script_extension' => 'string', + ), + 'iis_get_server_by_comment' => + array ( + 0 => 'int', + 'comment' => 'string', + ), + 'iis_get_server_by_path' => + array ( + 0 => 'int', + 'path' => 'string', + ), + 'iis_get_server_rights' => + array ( + 0 => 'int', + 'server_instance' => 'int', + 'virtual_path' => 'string', + ), + 'iis_get_service_state' => + array ( + 0 => 'int', + 'service_id' => 'string', + ), + 'iis_remove_server' => + array ( + 0 => 'int', + 'server_instance' => 'int', + ), + 'iis_set_app_settings' => + array ( + 0 => 'int', + 'server_instance' => 'int', + 'virtual_path' => 'string', + 'application_scope' => 'string', + ), + 'iis_set_dir_security' => + array ( + 0 => 'int', + 'server_instance' => 'int', + 'virtual_path' => 'string', + 'directory_flags' => 'int', + ), + 'iis_set_script_map' => + array ( + 0 => 'int', + 'server_instance' => 'int', + 'virtual_path' => 'string', + 'script_extension' => 'string', + 'engine_path' => 'string', + 'allow_scripting' => 'int', + ), + 'iis_set_server_rights' => + array ( + 0 => 'int', + 'server_instance' => 'int', + 'virtual_path' => 'string', + 'directory_flags' => 'int', + ), + 'iis_start_server' => + array ( + 0 => 'int', + 'server_instance' => 'int', + ), + 'iis_start_service' => + array ( + 0 => 'int', + 'service_id' => 'string', + ), + 'iis_stop_server' => + array ( + 0 => 'int', + 'server_instance' => 'int', + ), + 'iis_stop_service' => + array ( + 0 => 'int', + 'service_id' => 'string', + ), + 'imagegrabscreen' => + array ( + 0 => 'GdImage|false', + ), + 'imagegrabwindow' => + array ( + 0 => 'GdImage|false', + 'handle' => 'int', + 'client_area=' => 'int', + ), + 'imageobj::pasteimage' => + array ( + 0 => 'void', + 'srcImg' => 'imageObj', + 'transparentColorHex' => 'int', + 'dstX' => 'int', + 'dstY' => 'int', + 'angle' => 'int', + ), + 'imageobj::saveimage' => + array ( + 0 => 'int', + 'filename' => 'string', + 'oMap' => 'mapObj', + ), + 'imageobj::savewebimage' => + array ( + 0 => 'string', + ), + 'imagick::colorfloodfillimage' => + array ( + 0 => 'bool', + 'fill' => 'mixed', + 'fuzz' => 'float', + 'bordercolor' => 'mixed', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::filter' => + array ( + 0 => 'void', + 'ImagickKernel' => 'ImagickKernel', + 'CHANNEL=' => 'int', + ), + 'imagick::getimageattribute' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'imagick::getimagechannelextrema' => + array ( + 0 => 'array{maxima: int, minima: int}', + 'channel' => 'int', + ), + 'imagick::getimageclipmask' => + array ( + 0 => 'Imagick', + ), + 'imagick::getimageextrema' => + array ( + 0 => 'array{max: int, min: int}', + ), + 'imagick::getimagemagicklicense' => + array ( + 0 => 'string', + ), + 'imagick::getimagematte' => + array ( + 0 => 'bool', + ), + 'imagick::getimagemattecolor' => + array ( + 0 => 'ImagickPixel', + ), + 'imagick::mapimage' => + array ( + 0 => 'bool', + 'map' => 'Imagick', + 'dither' => 'bool', + ), + 'imagick::mattefloodfillimage' => + array ( + 0 => 'bool', + 'alpha' => 'float', + 'fuzz' => 'float', + 'bordercolor' => 'mixed', + 'x' => 'int', + 'y' => 'int', + ), + 'imagick::medianfilterimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + ), + 'imagick::mosaicimages' => + array ( + 0 => 'Imagick', + ), + 'imagick::orderedposterizeimage' => + array ( + 0 => 'bool', + 'threshold_map' => 'string', + 'channel=' => 'int', + ), + 'imagick::paintfloodfillimage' => + array ( + 0 => 'bool', + 'fill' => 'mixed', + 'fuzz' => 'float', + 'bordercolor' => 'mixed', + 'x' => 'int', + 'y' => 'int', + 'channel=' => 'int', + ), + 'imagick::paintopaqueimage' => + array ( + 0 => 'bool', + 'target' => 'mixed', + 'fill' => 'mixed', + 'fuzz' => 'float', + 'channel=' => 'int', + ), + 'imagick::painttransparentimage' => + array ( + 0 => 'bool', + 'target' => 'mixed', + 'alpha' => 'float', + 'fuzz' => 'float', + ), + 'imagick::radialblurimage' => + array ( + 0 => 'bool', + 'angle' => 'float', + 'channel=' => 'int', + ), + 'imagick::recolorimage' => + array ( + 0 => 'bool', + 'matrix' => 'list', + ), + 'imagick::reducenoiseimage' => + array ( + 0 => 'bool', + 'radius' => 'float', + ), + 'imagick::render' => + array ( + 0 => 'bool', + ), + 'imagick::setimageattribute' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'string', + ), + 'imagick::setimagebias' => + array ( + 0 => 'bool', + 'bias' => 'float', + ), + 'imagick::setimagebiasquantum' => + array ( + 0 => 'void', + 'bias' => 'string', + ), + 'imagick::setimageclipmask' => + array ( + 0 => 'bool', + 'clip_mask' => 'Imagick', + ), + 'imagick::setimageopacity' => + array ( + 0 => 'bool', + 'opacity' => 'float', + ), + 'imagick::transformimage' => + array ( + 0 => 'Imagick', + 'crop' => 'string', + 'geometry' => 'string', + ), + 'imagickdraw::matte' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'paintmethod' => 'int', + ), + 'imagickkernel::seperate' => + array ( + 0 => 'void', + ), + 'imagickpixel::clone' => + array ( + 0 => 'void', + ), + 'imap_8bit' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'imap_alerts' => + array ( + 0 => 'array|false', + ), + 'imap_append' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'folder' => 'string', + 'message' => 'string', + 'options=' => 'null|string', + 'internal_date=' => 'null|string', + ), + 'imap_base64' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'imap_binary' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'imap_body' => + array ( + 0 => 'false|string', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'flags=' => 'int', + ), + 'imap_bodystruct' => + array ( + 0 => 'false|stdClass', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'section' => 'string', + ), + 'imap_check' => + array ( + 0 => 'false|stdClass', + 'imap' => 'IMAP\\Connection', + ), + 'imap_clearflag_full' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + 'sequence' => 'string', + 'flag' => 'string', + 'options=' => 'int', + ), + 'imap_close' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + 'flags=' => 'int', + ), + 'imap_create' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_createmailbox' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_delete' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + 'message_nums' => 'string', + 'flags=' => 'int', + ), + 'imap_deletemailbox' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_errors' => + array ( + 0 => 'array|false', + ), + 'imap_expunge' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + ), + 'imap_fetch_overview' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'sequence' => 'string', + 'flags=' => 'int', + ), + 'imap_fetchbody' => + array ( + 0 => 'false|string', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'section' => 'string', + 'flags=' => 'int', + ), + 'imap_fetchheader' => + array ( + 0 => 'false|string', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'flags=' => 'int', + ), + 'imap_fetchmime' => + array ( + 0 => 'false|string', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'section' => 'string', + 'flags=' => 'int', + ), + 'imap_fetchstructure' => + array ( + 0 => 'false|stdClass', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'flags=' => 'int', + ), + 'imap_fetchtext' => + array ( + 0 => 'false|string', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'flags=' => 'int', + ), + 'imap_gc' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + 'flags' => 'int', + ), + 'imap_get_quota' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'quota_root' => 'string', + ), + 'imap_get_quotaroot' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_getacl' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_getmailboxes' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + ), + 'imap_getsubscribed' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + ), + 'imap_header' => + array ( + 0 => 'false|stdClass', + 'stream_id' => 'resource', + 'msg_no' => 'int', + 'from_length=' => 'int', + 'subject_length=' => 'int', + 'default_host=' => 'string', + ), + 'imap_headerinfo' => + array ( + 0 => 'false|stdClass', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + 'from_length=' => 'int', + 'subject_length=' => 'int', + ), + 'imap_headers' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + ), + 'imap_is_open' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + ), + 'imap_last_error' => + array ( + 0 => 'false|string', + ), + 'imap_list' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + ), + 'imap_listmailbox' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + ), + 'imap_listscan' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + 'content' => 'string', + ), + 'imap_listsubscribed' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + ), + 'imap_lsub' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + ), + 'imap_mail' => + array ( + 0 => 'bool', + 'to' => 'string', + 'subject' => 'string', + 'message' => 'string', + 'additional_headers=' => 'null|string', + 'cc=' => 'null|string', + 'bcc=' => 'null|string', + 'return_path=' => 'null|string', + ), + 'imap_mail_compose' => + array ( + 0 => 'false|string', + 'envelope' => 'array', + 'bodies' => 'array', + ), + 'imap_mail_copy' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'message_nums' => 'string', + 'mailbox' => 'string', + 'flags=' => 'int', + ), + 'imap_mail_move' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'message_nums' => 'string', + 'mailbox' => 'string', + 'flags=' => 'int', + ), + 'imap_mailboxmsginfo' => + array ( + 0 => 'stdClass', + 'imap' => 'IMAP\\Connection', + ), + 'imap_mime_header_decode' => + array ( + 0 => 'array|false', + 'string' => 'string', + ), + 'imap_msgno' => + array ( + 0 => 'int', + 'imap' => 'IMAP\\Connection', + 'message_uid' => 'int', + ), + 'imap_mutf7_to_utf8' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'imap_num_msg' => + array ( + 0 => 'false|int', + 'imap' => 'IMAP\\Connection', + ), + 'imap_num_recent' => + array ( + 0 => 'int', + 'imap' => 'IMAP\\Connection', + ), + 'imap_open' => + array ( + 0 => 'IMAP\\Connection|false', + 'mailbox' => 'string', + 'user' => 'string', + 'password' => 'string', + 'flags=' => 'int', + 'retries=' => 'int', + 'options=' => 'array', + ), + 'imap_ping' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + ), + 'imap_qprint' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'imap_rename' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'from' => 'string', + 'to' => 'string', + ), + 'imap_renamemailbox' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'from' => 'string', + 'to' => 'string', + ), + 'imap_reopen' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + 'flags=' => 'int', + 'retries=' => 'int', + ), + 'imap_rfc822_parse_adrlist' => + array ( + 0 => 'array', + 'string' => 'string', + 'default_hostname' => 'string', + ), + 'imap_rfc822_parse_headers' => + array ( + 0 => 'stdClass', + 'headers' => 'string', + 'default_hostname=' => 'string', + ), + 'imap_rfc822_write_address' => + array ( + 0 => 'false|string', + 'mailbox' => 'string', + 'hostname' => 'string', + 'personal' => 'string', + ), + 'imap_savebody' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'file' => 'resource|string', + 'message_num' => 'int', + 'section=' => 'string', + 'flags=' => 'int', + ), + 'imap_scan' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + 'content' => 'string', + ), + 'imap_scanmailbox' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'reference' => 'string', + 'pattern' => 'string', + 'content' => 'string', + ), + 'imap_search' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'criteria' => 'string', + 'flags=' => 'int', + 'charset=' => 'string', + ), + 'imap_set_quota' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'quota_root' => 'string', + 'mailbox_size' => 'int', + ), + 'imap_setacl' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + 'user_id' => 'string', + 'rights' => 'string', + ), + 'imap_setflag_full' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + 'sequence' => 'string', + 'flag' => 'string', + 'options=' => 'int', + ), + 'imap_sort' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'criteria' => 'int', + 'reverse' => 'bool', + 'flags=' => 'int', + 'search_criteria=' => 'null|string', + 'charset=' => 'null|string', + ), + 'imap_status' => + array ( + 0 => 'false|stdClass', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + 'flags' => 'int', + ), + 'imap_subscribe' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_thread' => + array ( + 0 => 'array|false', + 'imap' => 'IMAP\\Connection', + 'flags=' => 'int', + ), + 'imap_timeout' => + array ( + 0 => 'bool|int', + 'timeout_type' => 'int', + 'timeout=' => 'int', + ), + 'imap_uid' => + array ( + 0 => 'false|int', + 'imap' => 'IMAP\\Connection', + 'message_num' => 'int', + ), + 'imap_undelete' => + array ( + 0 => 'true', + 'imap' => 'IMAP\\Connection', + 'message_nums' => 'string', + 'flags=' => 'int', + ), + 'imap_unsubscribe' => + array ( + 0 => 'bool', + 'imap' => 'IMAP\\Connection', + 'mailbox' => 'string', + ), + 'imap_utf7_decode' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'imap_utf7_encode' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'imap_utf8' => + array ( + 0 => 'string', + 'mime_encoded_text' => 'string', + ), + 'imap_utf8_to_mutf7' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'implode\'1' => + array ( + 0 => 'string', + 'separator' => 'array', + ), + 'import_request_variables' => + array ( + 0 => 'bool', + 'types' => 'string', + 'prefix=' => 'string', + ), + 'inclued_get_data' => + array ( + 0 => 'array', + ), + 'ingres_autocommit' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'ingres_autocommit_state' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'ingres_charset' => + array ( + 0 => 'string', + 'link' => 'resource', + ), + 'ingres_close' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'ingres_commit' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'ingres_connect' => + array ( + 0 => 'resource', + 'database=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + 'options=' => 'array', + ), + 'ingres_cursor' => + array ( + 0 => 'string', + 'result' => 'resource', + ), + 'ingres_errno' => + array ( + 0 => 'int', + 'link=' => 'resource', + ), + 'ingres_error' => + array ( + 0 => 'string', + 'link=' => 'resource', + ), + 'ingres_errsqlstate' => + array ( + 0 => 'string', + 'link=' => 'resource', + ), + 'ingres_escape_string' => + array ( + 0 => 'string', + 'link' => 'resource', + 'source_string' => 'string', + ), + 'ingres_execute' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'params=' => 'array', + 'types=' => 'string', + ), + 'ingres_fetch_array' => + array ( + 0 => 'array', + 'result' => 'resource', + 'result_type=' => 'int', + ), + 'ingres_fetch_assoc' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'ingres_fetch_object' => + array ( + 0 => 'object', + 'result' => 'resource', + 'result_type=' => 'int', + ), + 'ingres_fetch_proc_return' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'ingres_fetch_row' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'ingres_field_length' => + array ( + 0 => 'int', + 'result' => 'resource', + 'index' => 'int', + ), + 'ingres_field_name' => + array ( + 0 => 'string', + 'result' => 'resource', + 'index' => 'int', + ), + 'ingres_field_nullable' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'index' => 'int', + ), + 'ingres_field_precision' => + array ( + 0 => 'int', + 'result' => 'resource', + 'index' => 'int', + ), + 'ingres_field_scale' => + array ( + 0 => 'int', + 'result' => 'resource', + 'index' => 'int', + ), + 'ingres_field_type' => + array ( + 0 => 'string', + 'result' => 'resource', + 'index' => 'int', + ), + 'ingres_free_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'ingres_next_error' => + array ( + 0 => 'bool', + 'link=' => 'resource', + ), + 'ingres_num_fields' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'ingres_num_rows' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'ingres_pconnect' => + array ( + 0 => 'resource', + 'database=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + 'options=' => 'array', + ), + 'ingres_prepare' => + array ( + 0 => 'mixed', + 'link' => 'resource', + 'query' => 'string', + ), + 'ingres_query' => + array ( + 0 => 'mixed', + 'link' => 'resource', + 'query' => 'string', + 'params=' => 'array', + 'types=' => 'string', + ), + 'ingres_result_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'position' => 'int', + ), + 'ingres_rollback' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'ingres_set_environment' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'options' => 'array', + ), + 'ingres_unbuffered_query' => + array ( + 0 => 'mixed', + 'link' => 'resource', + 'query' => 'string', + 'params=' => 'array', + 'types=' => 'string', + ), + 'inotify_add_watch' => + array ( + 0 => 'false|int', + 'inotify_instance' => 'resource', + 'pathname' => 'string', + 'mask' => 'int', + ), + 'inotify_init' => + array ( + 0 => 'false|resource', + ), + 'inotify_queue_len' => + array ( + 0 => 'int', + 'inotify_instance' => 'resource', + ), + 'inotify_read' => + array ( + 0 => 'array|false', + 'inotify_instance' => 'resource', + ), + 'inotify_rm_watch' => + array ( + 0 => 'bool', + 'inotify_instance' => 'resource', + 'watch_descriptor' => 'int', + ), + 'intlcal_set\'1' => + array ( + 0 => 'bool', + 'calendar' => 'IntlCalendar', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth=' => 'int', + 'hour=' => 'int', + 'minute=' => 'int', + 'second=' => 'int', + ), + 'intlcalendar::set\'1' => + array ( + 0 => 'bool', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth=' => 'int', + 'hour=' => 'int', + 'minute=' => 'int', + 'second=' => 'int', + ), + 'intlgregoriancalendar::set\'1' => + array ( + 0 => 'bool', + 'year' => 'int', + 'month' => 'int', + 'dayOfMonth=' => 'int', + 'hour=' => 'int', + 'minute=' => 'int', + 'second=' => 'int', + ), + 'intliterator::__construct' => + array ( + 0 => 'void', + ), + 'intltz_getgmt' => + array ( + 0 => 'IntlTimeZone', + ), + 'intlz_create_default' => + array ( + 0 => 'IntlTimeZone', + ), + 'is_real' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'is_soap_fault' => + array ( + 0 => 'bool', + 'object' => 'mixed', + ), + 'is_tainted' => + array ( + 0 => 'bool', + 'string' => 'string', + ), + 'isset' => + array ( + 0 => 'bool', + 'value' => 'mixed', + '...rest=' => 'mixed', + ), + 'iterator::current' => + array ( + 0 => 'mixed', + ), + 'iterator::key' => + array ( + 0 => 'mixed', + ), + 'iterator::next' => + array ( + 0 => 'void', + ), + 'iterator::rewind' => + array ( + 0 => 'void', + ), + 'iterator::valid' => + array ( + 0 => 'bool', + ), + 'iteratoraggregate::getiterator' => + array ( + 0 => 'Traversable', + ), + 'java_last_exception_clear' => + array ( + 0 => 'void', + ), + 'java_last_exception_get' => + array ( + 0 => 'object', + ), + 'java_reload' => + array ( + 0 => 'array', + 'new_jarpath' => 'string', + ), + 'java_require' => + array ( + 0 => 'array', + 'new_classpath' => 'string', + ), + 'java_set_encoding' => + array ( + 0 => 'array', + 'encoding' => 'string', + ), + 'java_set_ignore_case' => + array ( + 0 => 'void', + 'ignore' => 'bool', + ), + 'java_throw_exceptions' => + array ( + 0 => 'void', + 'throw' => 'bool', + ), + 'javaexception::getcause' => + array ( + 0 => 'object', + ), + 'jddayofweek' => + array ( + 0 => 'int|string', + 'julian_day' => 'int', + 'mode=' => 'int', + ), + 'jdmonthname' => + array ( + 0 => 'string', + 'julian_day' => 'int', + 'mode' => 'int', + ), + 'jdtofrench' => + array ( + 0 => 'string', + 'julian_day' => 'int', + ), + 'jdtogregorian' => + array ( + 0 => 'string', + 'julian_day' => 'int', + ), + 'jdtojewish' => + array ( + 0 => 'string', + 'julian_day' => 'int', + 'hebrew=' => 'bool', + 'flags=' => 'int', + ), + 'jdtojulian' => + array ( + 0 => 'string', + 'julian_day' => 'int', + ), + 'jdtounix' => + array ( + 0 => 'int', + 'julian_day' => 'int', + ), + 'jewishtojd' => + array ( + 0 => 'int', + 'month' => 'int', + 'day' => 'int', + 'year' => 'int', + ), + 'jobqueue_license_info' => + array ( + 0 => 'array', + ), + 'join\'1' => + array ( + 0 => 'string', + 'separator' => 'array', + ), + 'jsonincrementalparser::__construct' => + array ( + 0 => 'void', + 'depth' => 'mixed', + 'options' => 'mixed', + ), + 'jsonincrementalparser::get' => + array ( + 0 => 'mixed', + 'options' => 'mixed', + ), + 'jsonincrementalparser::geterror' => + array ( + 0 => 'mixed', + ), + 'jsonincrementalparser::parse' => + array ( + 0 => 'mixed', + 'json' => 'mixed', + ), + 'jsonincrementalparser::parsefile' => + array ( + 0 => 'mixed', + 'filename' => 'mixed', + ), + 'jsonincrementalparser::reset' => + array ( + 0 => 'mixed', + ), + 'jsonserializable::jsonserialize' => + array ( + 0 => 'mixed', + ), + 'judy::__construct' => + array ( + 0 => 'void', + 'judy_type' => 'int', + ), + 'judy::__destruct' => + array ( + 0 => 'void', + ), + 'judy::bycount' => + array ( + 0 => 'int', + 'nth_index' => 'int', + ), + 'judy::count' => + array ( + 0 => 'int', + 'index_start=' => 'int', + 'index_end=' => 'int', + ), + 'judy::first' => + array ( + 0 => 'mixed', + 'index=' => 'mixed', + ), + 'judy::firstempty' => + array ( + 0 => 'mixed', + 'index=' => 'mixed', + ), + 'judy::free' => + array ( + 0 => 'int', + ), + 'judy::gettype' => + array ( + 0 => 'int', + ), + 'judy::last' => + array ( + 0 => 'mixed', + 'index=' => 'string', + ), + 'judy::lastempty' => + array ( + 0 => 'mixed', + 'index=' => 'int', + ), + 'judy::memoryusage' => + array ( + 0 => 'int', + ), + 'judy::next' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'judy::nextempty' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'judy::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'judy::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'int|string', + ), + 'judy::offsetset' => + array ( + 0 => 'bool', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'judy::offsetunset' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'judy::prev' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'judy::prevempty' => + array ( + 0 => 'mixed', + 'index' => 'mixed', + ), + 'judy::size' => + array ( + 0 => 'int', + ), + 'judy_type' => + array ( + 0 => 'int', + 'array' => 'judy', + ), + 'judy_version' => + array ( + 0 => 'string', + ), + 'juliantojd' => + array ( + 0 => 'int', + 'month' => 'int', + 'day' => 'int', + 'year' => 'int', + ), + 'kadm5_chpass_principal' => + array ( + 0 => 'bool', + 'handle' => 'resource', + 'principal' => 'string', + 'password' => 'string', + ), + 'kadm5_create_principal' => + array ( + 0 => 'bool', + 'handle' => 'resource', + 'principal' => 'string', + 'password=' => 'string', + 'options=' => 'array', + ), + 'kadm5_delete_principal' => + array ( + 0 => 'bool', + 'handle' => 'resource', + 'principal' => 'string', + ), + 'kadm5_destroy' => + array ( + 0 => 'bool', + 'handle' => 'resource', + ), + 'kadm5_flush' => + array ( + 0 => 'bool', + 'handle' => 'resource', + ), + 'kadm5_get_policies' => + array ( + 0 => 'array', + 'handle' => 'resource', + ), + 'kadm5_get_principal' => + array ( + 0 => 'array', + 'handle' => 'resource', + 'principal' => 'string', + ), + 'kadm5_get_principals' => + array ( + 0 => 'array', + 'handle' => 'resource', + ), + 'kadm5_init_with_password' => + array ( + 0 => 'resource', + 'admin_server' => 'string', + 'realm' => 'string', + 'principal' => 'string', + 'password' => 'string', + ), + 'kadm5_modify_principal' => + array ( + 0 => 'bool', + 'handle' => 'resource', + 'principal' => 'string', + 'options' => 'array', + ), + 'ktaglib_id3v2_attachedpictureframe::getdescription' => + array ( + 0 => 'string', + ), + 'ktaglib_id3v2_attachedpictureframe::getmimetype' => + array ( + 0 => 'string', + ), + 'ktaglib_id3v2_attachedpictureframe::gettype' => + array ( + 0 => 'int', + ), + 'ktaglib_id3v2_attachedpictureframe::savepicture' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'ktaglib_id3v2_attachedpictureframe::setmimetype' => + array ( + 0 => 'string', + 'type' => 'string', + ), + 'ktaglib_id3v2_attachedpictureframe::setpicture' => + array ( + 0 => 'mixed', + 'filename' => 'string', + ), + 'ktaglib_id3v2_attachedpictureframe::settype' => + array ( + 0 => 'mixed', + 'type' => 'int', + ), + 'ktaglib_id3v2_frame::__tostring' => + array ( + 0 => 'string', + ), + 'ktaglib_id3v2_frame::getdescription' => + array ( + 0 => 'string', + ), + 'ktaglib_id3v2_frame::getmimetype' => + array ( + 0 => 'string', + ), + 'ktaglib_id3v2_frame::getsize' => + array ( + 0 => 'int', + ), + 'ktaglib_id3v2_frame::gettype' => + array ( + 0 => 'int', + ), + 'ktaglib_id3v2_frame::savepicture' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'ktaglib_id3v2_frame::setmimetype' => + array ( + 0 => 'string', + 'type' => 'string', + ), + 'ktaglib_id3v2_frame::setpicture' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'ktaglib_id3v2_frame::settype' => + array ( + 0 => 'void', + 'type' => 'int', + ), + 'ktaglib_id3v2_tag::addframe' => + array ( + 0 => 'bool', + 'frame' => 'KTaglib_ID3v2_Frame', + ), + 'ktaglib_id3v2_tag::getframelist' => + array ( + 0 => 'array', + ), + 'ktaglib_mpeg_audioproperties::getbitrate' => + array ( + 0 => 'int', + ), + 'ktaglib_mpeg_audioproperties::getchannels' => + array ( + 0 => 'int', + ), + 'ktaglib_mpeg_audioproperties::getlayer' => + array ( + 0 => 'int', + ), + 'ktaglib_mpeg_audioproperties::getlength' => + array ( + 0 => 'int', + ), + 'ktaglib_mpeg_audioproperties::getsamplebitrate' => + array ( + 0 => 'int', + ), + 'ktaglib_mpeg_audioproperties::getversion' => + array ( + 0 => 'int', + ), + 'ktaglib_mpeg_audioproperties::iscopyrighted' => + array ( + 0 => 'bool', + ), + 'ktaglib_mpeg_audioproperties::isoriginal' => + array ( + 0 => 'bool', + ), + 'ktaglib_mpeg_audioproperties::isprotectionenabled' => + array ( + 0 => 'bool', + ), + 'ktaglib_mpeg_file::getaudioproperties' => + array ( + 0 => 'KTaglib_MPEG_File', + ), + 'ktaglib_mpeg_file::getid3v1tag' => + array ( + 0 => 'KTaglib_ID3v1_Tag', + 'create=' => 'bool', + ), + 'ktaglib_mpeg_file::getid3v2tag' => + array ( + 0 => 'KTaglib_ID3v2_Tag', + 'create=' => 'bool', + ), + 'ktaglib_tag::getalbum' => + array ( + 0 => 'string', + ), + 'ktaglib_tag::getartist' => + array ( + 0 => 'string', + ), + 'ktaglib_tag::getcomment' => + array ( + 0 => 'string', + ), + 'ktaglib_tag::getgenre' => + array ( + 0 => 'string', + ), + 'ktaglib_tag::gettitle' => + array ( + 0 => 'string', + ), + 'ktaglib_tag::gettrack' => + array ( + 0 => 'int', + ), + 'ktaglib_tag::getyear' => + array ( + 0 => 'int', + ), + 'ktaglib_tag::isempty' => + array ( + 0 => 'bool', + ), + 'labelcacheobj::freecache' => + array ( + 0 => 'bool', + ), + 'labelobj::__construct' => + array ( + 0 => 'void', + ), + 'labelobj::converttostring' => + array ( + 0 => 'string', + ), + 'labelobj::deletestyle' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'labelobj::free' => + array ( + 0 => 'void', + ), + 'labelobj::getbinding' => + array ( + 0 => 'string', + 'labelbinding' => 'mixed', + ), + 'labelobj::getexpressionstring' => + array ( + 0 => 'string', + ), + 'labelobj::getstyle' => + array ( + 0 => 'styleObj', + 'index' => 'int', + ), + 'labelobj::gettextstring' => + array ( + 0 => 'string', + ), + 'labelobj::movestyledown' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'labelobj::movestyleup' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'labelobj::removebinding' => + array ( + 0 => 'int', + 'labelbinding' => 'mixed', + ), + 'labelobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'labelobj::setbinding' => + array ( + 0 => 'int', + 'labelbinding' => 'mixed', + 'value' => 'string', + ), + 'labelobj::setexpression' => + array ( + 0 => 'int', + 'expression' => 'string', + ), + 'labelobj::settext' => + array ( + 0 => 'int', + 'text' => 'string', + ), + 'labelobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'lapack::eigenvalues' => + array ( + 0 => 'array', + 'a' => 'array', + 'left=' => 'array', + 'right=' => 'array', + ), + 'lapack::identity' => + array ( + 0 => 'array', + 'n' => 'int', + ), + 'lapack::leastsquaresbyfactorisation' => + array ( + 0 => 'array', + 'a' => 'array', + 'b' => 'array', + ), + 'lapack::leastsquaresbysvd' => + array ( + 0 => 'array', + 'a' => 'array', + 'b' => 'array', + ), + 'lapack::pseudoinverse' => + array ( + 0 => 'array', + 'a' => 'array', + ), + 'lapack::singularvalues' => + array ( + 0 => 'array', + 'a' => 'array', + ), + 'lapack::solvelinearequation' => + array ( + 0 => 'array', + 'a' => 'array', + 'b' => 'array', + ), + 'layerobj::addfeature' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'layerobj::applysld' => + array ( + 0 => 'int', + 'sldxml' => 'string', + 'namedlayer' => 'string', + ), + 'layerobj::applysldurl' => + array ( + 0 => 'int', + 'sldurl' => 'string', + 'namedlayer' => 'string', + ), + 'layerobj::clearprocessing' => + array ( + 0 => 'void', + ), + 'layerobj::close' => + array ( + 0 => 'void', + ), + 'layerobj::converttostring' => + array ( + 0 => 'string', + ), + 'layerobj::draw' => + array ( + 0 => 'int', + 'image' => 'imageObj', + ), + 'layerobj::drawquery' => + array ( + 0 => 'int', + 'image' => 'imageObj', + ), + 'layerobj::free' => + array ( + 0 => 'void', + ), + 'layerobj::generatesld' => + array ( + 0 => 'string', + ), + 'layerobj::getclass' => + array ( + 0 => 'classObj', + 'classIndex' => 'int', + ), + 'layerobj::getclassindex' => + array ( + 0 => 'int', + 'shape' => 'mixed', + 'classgroup' => 'mixed', + 'numclasses' => 'mixed', + ), + 'layerobj::getextent' => + array ( + 0 => 'rectObj', + ), + 'layerobj::getfilterstring' => + array ( + 0 => 'null|string', + ), + 'layerobj::getgridintersectioncoordinates' => + array ( + 0 => 'array', + ), + 'layerobj::getitems' => + array ( + 0 => 'array', + ), + 'layerobj::getmetadata' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'layerobj::getnumresults' => + array ( + 0 => 'int', + ), + 'layerobj::getprocessing' => + array ( + 0 => 'array', + ), + 'layerobj::getprojection' => + array ( + 0 => 'string', + ), + 'layerobj::getresult' => + array ( + 0 => 'resultObj', + 'index' => 'int', + ), + 'layerobj::getresultsbounds' => + array ( + 0 => 'rectObj', + ), + 'layerobj::getshape' => + array ( + 0 => 'shapeObj', + 'result' => 'resultObj', + ), + 'layerobj::getwmsfeatureinfourl' => + array ( + 0 => 'string', + 'clickX' => 'int', + 'clickY' => 'int', + 'featureCount' => 'int', + 'infoFormat' => 'string', + ), + 'layerobj::isvisible' => + array ( + 0 => 'bool', + ), + 'layerobj::moveclassdown' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'layerobj::moveclassup' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'layerobj::ms_newlayerobj' => + array ( + 0 => 'layerObj', + 'map' => 'mapObj', + 'layer' => 'layerObj', + ), + 'layerobj::nextshape' => + array ( + 0 => 'shapeObj', + ), + 'layerobj::open' => + array ( + 0 => 'int', + ), + 'layerobj::querybyattributes' => + array ( + 0 => 'int', + 'qitem' => 'string', + 'qstring' => 'string', + 'mode' => 'int', + ), + 'layerobj::querybyfeatures' => + array ( + 0 => 'int', + 'slayer' => 'int', + ), + 'layerobj::querybypoint' => + array ( + 0 => 'int', + 'point' => 'pointObj', + 'mode' => 'int', + 'buffer' => 'float', + ), + 'layerobj::querybyrect' => + array ( + 0 => 'int', + 'rect' => 'rectObj', + ), + 'layerobj::querybyshape' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'layerobj::removeclass' => + array ( + 0 => 'classObj|null', + 'index' => 'int', + ), + 'layerobj::removemetadata' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'layerobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'layerobj::setconnectiontype' => + array ( + 0 => 'int', + 'connectiontype' => 'int', + 'plugin_library' => 'string', + ), + 'layerobj::setfilter' => + array ( + 0 => 'int', + 'expression' => 'string', + ), + 'layerobj::setmetadata' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'string', + ), + 'layerobj::setprojection' => + array ( + 0 => 'int', + 'proj_params' => 'string', + ), + 'layerobj::setwktprojection' => + array ( + 0 => 'int', + 'proj_params' => 'string', + ), + 'layerobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'ldap_8859_to_t61' => + array ( + 0 => 'string', + 'value' => 'string', + ), + 'ldap_add' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_add_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_bind' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn=' => 'null|string', + 'password=' => 'null|string', + ), + 'ldap_bind_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn=' => 'null|string', + 'password=' => 'null|string', + 'controls=' => 'array|null', + ), + 'ldap_close' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + ), + 'ldap_compare' => + array ( + 0 => 'bool|int', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'attribute' => 'string', + 'value' => 'string', + 'controls=' => 'array|null', + ), + 'ldap_connect' => + array ( + 0 => 'LDAP\\Connection|false', + 'uri=' => 'null|string', + 'port=' => 'int', + 'wallet=' => 'string', + 'password=' => 'string', + 'auth_mode=' => 'int', + ), + 'ldap_count_entries' => + array ( + 0 => 'int', + 'ldap' => 'LDAP\\Connection', + 'result' => 'LDAP\\Result', + ), + 'ldap_delete' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'controls=' => 'array|null', + ), + 'ldap_delete_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'controls=' => 'array|null', + ), + 'ldap_dn2ufn' => + array ( + 0 => 'false|string', + 'dn' => 'string', + ), + 'ldap_err2str' => + array ( + 0 => 'string', + 'errno' => 'int', + ), + 'ldap_errno' => + array ( + 0 => 'int', + 'ldap' => 'LDAP\\Connection', + ), + 'ldap_error' => + array ( + 0 => 'string', + 'ldap' => 'LDAP\\Connection', + ), + 'ldap_escape' => + array ( + 0 => 'string', + 'value' => 'string', + 'ignore=' => 'string', + 'flags=' => 'int', + ), + 'ldap_exop' => + array ( + 0 => 'LDAP\\Result|bool', + 'ldap' => 'LDAP\\Connection', + 'request_oid' => 'string', + 'request_data=' => 'null|string', + 'controls=' => 'array|null', + '&w_response_data=' => 'string', + '&w_response_oid=' => 'string', + ), + 'ldap_exop_passwd' => + array ( + 0 => 'bool|string', + 'ldap' => 'LDAP\\Connection', + 'user=' => 'string', + 'old_password=' => 'string', + 'new_password=' => 'string', + '&w_controls=' => 'array|null', + ), + 'ldap_exop_refresh' => + array ( + 0 => 'false|int', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'ttl' => 'int', + ), + 'ldap_exop_whoami' => + array ( + 0 => 'false|string', + 'ldap' => 'LDAP\\Connection', + ), + 'ldap_explode_dn' => + array ( + 0 => 'array|false', + 'dn' => 'string', + 'with_attrib' => 'int', + ), + 'ldap_first_attribute' => + array ( + 0 => 'false|string', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + ), + 'ldap_first_entry' => + array ( + 0 => 'LDAP\\ResultEntry|false', + 'ldap' => 'LDAP\\Connection', + 'result' => 'LDAP\\Result', + ), + 'ldap_first_reference' => + array ( + 0 => 'LDAP\\ResultEntry|false', + 'ldap' => 'LDAP\\Connection', + 'result' => 'LDAP\\Result', + ), + 'ldap_free_result' => + array ( + 0 => 'bool', + 'result' => 'LDAP\\Result', + ), + 'ldap_get_attributes' => + array ( + 0 => 'array', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + ), + 'ldap_get_dn' => + array ( + 0 => 'false|string', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + ), + 'ldap_get_entries' => + array ( + 0 => 'array|false', + 'ldap' => 'LDAP\\Connection', + 'result' => 'LDAP\\Result', + ), + 'ldap_get_option' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'option' => 'int', + '&w_value=' => 'array|int|string', + ), + 'ldap_get_values' => + array ( + 0 => 'array|false', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + 'attribute' => 'string', + ), + 'ldap_get_values_len' => + array ( + 0 => 'array|false', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + 'attribute' => 'string', + ), + 'ldap_list' => + array ( + 0 => 'LDAP\\Result|array|false', + 'ldap' => 'LDAP\\Connection|array', + 'base' => 'array|string', + 'filter' => 'array|string', + 'attributes=' => 'array', + 'attributes_only=' => 'int', + 'sizelimit=' => 'int', + 'timelimit=' => 'int', + 'deref=' => 'int', + 'controls=' => 'array|null', + ), + 'ldap_mod_add' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_mod_add_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_mod_del' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_mod_del_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_mod_replace' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_mod_replace_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_modify' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'entry' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_modify_batch' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'modifications_info' => 'array', + 'controls=' => 'array|null', + ), + 'ldap_next_attribute' => + array ( + 0 => 'false|string', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + ), + 'ldap_next_entry' => + array ( + 0 => 'LDAP\\ResultEntry|false', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + ), + 'ldap_next_reference' => + array ( + 0 => 'LDAP\\ResultEntry|false', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + ), + 'ldap_parse_exop' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'result' => 'LDAP\\Result', + '&w_response_data=' => 'string', + '&w_response_oid=' => 'string', + ), + 'ldap_parse_reference' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'entry' => 'LDAP\\ResultEntry', + '&w_referrals' => 'array', + ), + 'ldap_parse_result' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'result' => 'LDAP\\Result', + '&w_error_code' => 'int', + '&w_matched_dn=' => 'string', + '&w_error_message=' => 'string', + '&w_referrals=' => 'array', + '&w_controls=' => 'array', + ), + 'ldap_read' => + array ( + 0 => 'LDAP\\Result|array|false', + 'ldap' => 'LDAP\\Connection|array', + 'base' => 'array|string', + 'filter' => 'array|string', + 'attributes=' => 'array', + 'attributes_only=' => 'int', + 'sizelimit=' => 'int', + 'timelimit=' => 'int', + 'deref=' => 'int', + 'controls=' => 'array|null', + ), + 'ldap_rename' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'new_rdn' => 'string', + 'new_parent' => 'string', + 'delete_old_rdn' => 'bool', + 'controls=' => 'array|null', + ), + 'ldap_rename_ext' => + array ( + 0 => 'LDAP\\Result|false', + 'ldap' => 'LDAP\\Connection', + 'dn' => 'string', + 'new_rdn' => 'string', + 'new_parent' => 'string', + 'delete_old_rdn' => 'bool', + 'controls=' => 'array|null', + ), + 'ldap_sasl_bind' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'dn=' => 'null|string', + 'password=' => 'null|string', + 'mech=' => 'null|string', + 'realm=' => 'null|string', + 'authc_id=' => 'null|string', + 'authz_id=' => 'null|string', + 'props=' => 'null|string', + ), + 'ldap_search' => + array ( + 0 => 'LDAP\\Result|array|false', + 'ldap' => 'LDAP\\Connection|array', + 'base' => 'array|string', + 'filter' => 'array|string', + 'attributes=' => 'array', + 'attributes_only=' => 'int', + 'sizelimit=' => 'int', + 'timelimit=' => 'int', + 'deref=' => 'int', + 'controls=' => 'array|null', + ), + 'ldap_set_option' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection|null', + 'option' => 'int', + 'value' => 'mixed', + ), + 'ldap_set_rebind_proc' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + 'callback' => 'callable|null', + ), + 'ldap_start_tls' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + ), + 'ldap_t61_to_8859' => + array ( + 0 => 'string', + 'value' => 'string', + ), + 'ldap_unbind' => + array ( + 0 => 'bool', + 'ldap' => 'LDAP\\Connection', + ), + 'leak' => + array ( + 0 => 'mixed', + 'num_bytes' => 'int', + ), + 'leak_variable' => + array ( + 0 => 'mixed', + 'variable' => 'mixed', + 'leak_data' => 'bool', + ), + 'legendobj::converttostring' => + array ( + 0 => 'string', + ), + 'legendobj::free' => + array ( + 0 => 'void', + ), + 'legendobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'legendobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'leveldb::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + 'options=' => 'array', + 'read_options=' => 'array', + 'write_options=' => 'array', + ), + 'leveldb::close' => + array ( + 0 => 'mixed', + ), + 'leveldb::compactrange' => + array ( + 0 => 'mixed', + 'start' => 'mixed', + 'limit' => 'mixed', + ), + 'leveldb::delete' => + array ( + 0 => 'bool', + 'key' => 'string', + 'write_options=' => 'array', + ), + 'leveldb::destroy' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'options=' => 'array', + ), + 'leveldb::get' => + array ( + 0 => 'bool|string', + 'key' => 'string', + 'read_options=' => 'array', + ), + 'leveldb::getapproximatesizes' => + array ( + 0 => 'mixed', + 'start' => 'mixed', + 'limit' => 'mixed', + ), + 'leveldb::getiterator' => + array ( + 0 => 'LevelDBIterator', + 'options=' => 'array', + ), + 'leveldb::getproperty' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'leveldb::getsnapshot' => + array ( + 0 => 'LevelDBSnapshot', + ), + 'leveldb::put' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'value' => 'string', + 'write_options=' => 'array', + ), + 'leveldb::repair' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + 'options=' => 'array', + ), + 'leveldb::set' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'value' => 'string', + 'write_options=' => 'array', + ), + 'leveldb::write' => + array ( + 0 => 'mixed', + 'batch' => 'LevelDBWriteBatch', + 'write_options=' => 'array', + ), + 'leveldbiterator::__construct' => + array ( + 0 => 'void', + 'db' => 'LevelDB', + 'read_options=' => 'array', + ), + 'leveldbiterator::current' => + array ( + 0 => 'mixed', + ), + 'leveldbiterator::destroy' => + array ( + 0 => 'mixed', + ), + 'leveldbiterator::geterror' => + array ( + 0 => 'mixed', + ), + 'leveldbiterator::key' => + array ( + 0 => 'int|string', + ), + 'leveldbiterator::last' => + array ( + 0 => 'mixed', + ), + 'leveldbiterator::next' => + array ( + 0 => 'void', + ), + 'leveldbiterator::prev' => + array ( + 0 => 'mixed', + ), + 'leveldbiterator::rewind' => + array ( + 0 => 'void', + ), + 'leveldbiterator::seek' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + ), + 'leveldbiterator::valid' => + array ( + 0 => 'bool', + ), + 'leveldbsnapshot::__construct' => + array ( + 0 => 'void', + 'db' => 'LevelDB', + ), + 'leveldbsnapshot::release' => + array ( + 0 => 'mixed', + ), + 'leveldbwritebatch::__construct' => + array ( + 0 => 'void', + 'name' => 'mixed', + 'options=' => 'array', + 'read_options=' => 'array', + 'write_options=' => 'array', + ), + 'leveldbwritebatch::clear' => + array ( + 0 => 'mixed', + ), + 'leveldbwritebatch::delete' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + 'write_options=' => 'array', + ), + 'leveldbwritebatch::put' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + 'value' => 'mixed', + 'write_options=' => 'array', + ), + 'leveldbwritebatch::set' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + 'value' => 'mixed', + 'write_options=' => 'array', + ), + 'levenshtein\'1' => + array ( + 0 => 'int', + 'string1' => 'string', + 'string2' => 'string', + 'insertion_cost' => 'int', + 'repetition_cost' => 'int', + 'deletion_cost' => 'int', + ), + 'lineobj::__construct' => + array ( + 0 => 'void', + ), + 'lineobj::add' => + array ( + 0 => 'int', + 'point' => 'pointObj', + ), + 'lineobj::addxy' => + array ( + 0 => 'int', + 'x' => 'float', + 'y' => 'float', + 'm' => 'float', + ), + 'lineobj::addxyz' => + array ( + 0 => 'int', + 'x' => 'float', + 'y' => 'float', + 'z' => 'float', + 'm' => 'float', + ), + 'lineobj::ms_newlineobj' => + array ( + 0 => 'lineObj', + ), + 'lineobj::point' => + array ( + 0 => 'pointObj', + 'i' => 'int', + ), + 'lineobj::project' => + array ( + 0 => 'int', + 'in' => 'projectionObj', + 'out' => 'projectionObj', + ), + 'litespeed_request_headers' => + array ( + 0 => 'array', + ), + 'litespeed_response_headers' => + array ( + 0 => 'array', + ), + 'lua::__call' => + array ( + 0 => 'mixed', + 'lua_func' => 'callable', + 'args=' => 'array', + 'use_self=' => 'int', + ), + 'lua::__construct' => + array ( + 0 => 'void', + 'lua_script_file' => 'string', + ), + 'lua::assign' => + array ( + 0 => 'Lua|null', + 'name' => 'string', + 'value' => 'mixed', + ), + 'lua::call' => + array ( + 0 => 'mixed', + 'lua_func' => 'callable', + 'args=' => 'array', + 'use_self=' => 'int', + ), + 'lua::eval' => + array ( + 0 => 'mixed', + 'statements' => 'string', + ), + 'lua::getversion' => + array ( + 0 => 'string', + ), + 'lua::include' => + array ( + 0 => 'mixed', + 'file' => 'string', + ), + 'lua::registercallback' => + array ( + 0 => 'Lua|false|null', + 'name' => 'string', + 'function' => 'callable', + ), + 'luaclosure::__invoke' => + array ( + 0 => 'void', + 'arg' => 'mixed', + '...args=' => 'mixed', + ), + 'lzf_compress' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'lzf_decompress' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'lzf_optimized_for' => + array ( + 0 => 'int', + ), + 'magic_quotes_runtime' => + array ( + 0 => 'bool', + 'new_setting' => 'bool', + ), + 'mailparse_determine_best_xfer_encoding' => + array ( + 0 => 'string', + 'fp' => 'resource', + ), + 'mailparse_msg_create' => + array ( + 0 => 'resource', + ), + 'mailparse_msg_extract_part' => + array ( + 0 => 'void', + 'mimemail' => 'resource', + 'msgbody' => 'string', + 'callbackfunc=' => 'callable', + ), + 'mailparse_msg_extract_part_file' => + array ( + 0 => 'string', + 'mimemail' => 'resource', + 'filename' => 'mixed', + 'callbackfunc=' => 'callable', + ), + 'mailparse_msg_extract_whole_part_file' => + array ( + 0 => 'string', + 'mimemail' => 'resource', + 'filename' => 'string', + 'callbackfunc=' => 'callable', + ), + 'mailparse_msg_free' => + array ( + 0 => 'bool', + 'mimemail' => 'resource', + ), + 'mailparse_msg_get_part' => + array ( + 0 => 'resource', + 'mimemail' => 'resource', + 'mimesection' => 'string', + ), + 'mailparse_msg_get_part_data' => + array ( + 0 => 'array', + 'mimemail' => 'resource', + ), + 'mailparse_msg_get_structure' => + array ( + 0 => 'array', + 'mimemail' => 'resource', + ), + 'mailparse_msg_parse' => + array ( + 0 => 'bool', + 'mimemail' => 'resource', + 'data' => 'string', + ), + 'mailparse_msg_parse_file' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + ), + 'mailparse_rfc822_parse_addresses' => + array ( + 0 => 'array', + 'addresses' => 'string', + ), + 'mailparse_stream_encode' => + array ( + 0 => 'bool', + 'sourcefp' => 'resource', + 'destfp' => 'resource', + 'encoding' => 'string', + ), + 'mailparse_uudecode_all' => + array ( + 0 => 'array', + 'fp' => 'resource', + ), + 'mapobj::__construct' => + array ( + 0 => 'void', + 'map_file_name' => 'string', + 'new_map_path' => 'string', + ), + 'mapobj::appendoutputformat' => + array ( + 0 => 'int', + 'outputFormat' => 'outputformatObj', + ), + 'mapobj::applyconfigoptions' => + array ( + 0 => 'int', + ), + 'mapobj::applysld' => + array ( + 0 => 'int', + 'sldxml' => 'string', + ), + 'mapobj::applysldurl' => + array ( + 0 => 'int', + 'sldurl' => 'string', + ), + 'mapobj::converttostring' => + array ( + 0 => 'string', + ), + 'mapobj::draw' => + array ( + 0 => 'imageObj|null', + ), + 'mapobj::drawlabelcache' => + array ( + 0 => 'int', + 'image' => 'imageObj', + ), + 'mapobj::drawlegend' => + array ( + 0 => 'imageObj', + ), + 'mapobj::drawquery' => + array ( + 0 => 'imageObj|null', + ), + 'mapobj::drawreferencemap' => + array ( + 0 => 'imageObj', + ), + 'mapobj::drawscalebar' => + array ( + 0 => 'imageObj', + ), + 'mapobj::embedlegend' => + array ( + 0 => 'int', + 'image' => 'imageObj', + ), + 'mapobj::embedscalebar' => + array ( + 0 => 'int', + 'image' => 'imageObj', + ), + 'mapobj::free' => + array ( + 0 => 'void', + ), + 'mapobj::generatesld' => + array ( + 0 => 'string', + ), + 'mapobj::getallgroupnames' => + array ( + 0 => 'array', + ), + 'mapobj::getalllayernames' => + array ( + 0 => 'array', + ), + 'mapobj::getcolorbyindex' => + array ( + 0 => 'colorObj', + 'iCloIndex' => 'int', + ), + 'mapobj::getconfigoption' => + array ( + 0 => 'string', + 'key' => 'string', + ), + 'mapobj::getlabel' => + array ( + 0 => 'labelcacheMemberObj', + 'index' => 'int', + ), + 'mapobj::getlayer' => + array ( + 0 => 'layerObj', + 'index' => 'int', + ), + 'mapobj::getlayerbyname' => + array ( + 0 => 'layerObj', + 'layer_name' => 'string', + ), + 'mapobj::getlayersdrawingorder' => + array ( + 0 => 'array', + ), + 'mapobj::getlayersindexbygroup' => + array ( + 0 => 'array', + 'groupname' => 'string', + ), + 'mapobj::getmetadata' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'mapobj::getnumsymbols' => + array ( + 0 => 'int', + ), + 'mapobj::getoutputformat' => + array ( + 0 => 'null|outputformatObj', + 'index' => 'int', + ), + 'mapobj::getprojection' => + array ( + 0 => 'string', + ), + 'mapobj::getsymbolbyname' => + array ( + 0 => 'int', + 'symbol_name' => 'string', + ), + 'mapobj::getsymbolobjectbyid' => + array ( + 0 => 'symbolObj', + 'symbolid' => 'int', + ), + 'mapobj::loadmapcontext' => + array ( + 0 => 'int', + 'filename' => 'string', + 'unique_layer_name' => 'bool', + ), + 'mapobj::loadowsparameters' => + array ( + 0 => 'int', + 'request' => 'OwsrequestObj', + 'version' => 'string', + ), + 'mapobj::movelayerdown' => + array ( + 0 => 'int', + 'layerindex' => 'int', + ), + 'mapobj::movelayerup' => + array ( + 0 => 'int', + 'layerindex' => 'int', + ), + 'mapobj::ms_newmapobjfromstring' => + array ( + 0 => 'mapObj', + 'map_file_string' => 'string', + 'new_map_path' => 'string', + ), + 'mapobj::offsetextent' => + array ( + 0 => 'int', + 'x' => 'float', + 'y' => 'float', + ), + 'mapobj::owsdispatch' => + array ( + 0 => 'int', + 'request' => 'OwsrequestObj', + ), + 'mapobj::prepareimage' => + array ( + 0 => 'imageObj', + ), + 'mapobj::preparequery' => + array ( + 0 => 'void', + ), + 'mapobj::processlegendtemplate' => + array ( + 0 => 'string', + 'params' => 'array', + ), + 'mapobj::processquerytemplate' => + array ( + 0 => 'string', + 'params' => 'array', + 'generateimages' => 'bool', + ), + 'mapobj::processtemplate' => + array ( + 0 => 'string', + 'params' => 'array', + 'generateimages' => 'bool', + ), + 'mapobj::querybyfeatures' => + array ( + 0 => 'int', + 'slayer' => 'int', + ), + 'mapobj::querybyindex' => + array ( + 0 => 'int', + 'layerindex' => 'mixed', + 'tileindex' => 'mixed', + 'shapeindex' => 'mixed', + 'addtoquery' => 'mixed', + ), + 'mapobj::querybypoint' => + array ( + 0 => 'int', + 'point' => 'pointObj', + 'mode' => 'int', + 'buffer' => 'float', + ), + 'mapobj::querybyrect' => + array ( + 0 => 'int', + 'rect' => 'rectObj', + ), + 'mapobj::querybyshape' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'mapobj::removelayer' => + array ( + 0 => 'layerObj', + 'nIndex' => 'int', + ), + 'mapobj::removemetadata' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'mapobj::removeoutputformat' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'mapobj::save' => + array ( + 0 => 'int', + 'filename' => 'string', + ), + 'mapobj::savemapcontext' => + array ( + 0 => 'int', + 'filename' => 'string', + ), + 'mapobj::savequery' => + array ( + 0 => 'int', + 'filename' => 'string', + 'results' => 'int', + ), + 'mapobj::scaleextent' => + array ( + 0 => 'int', + 'zoomfactor' => 'float', + 'minscaledenom' => 'float', + 'maxscaledenom' => 'float', + ), + 'mapobj::selectoutputformat' => + array ( + 0 => 'int', + 'type' => 'string', + ), + 'mapobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'mapobj::setcenter' => + array ( + 0 => 'int', + 'center' => 'pointObj', + ), + 'mapobj::setconfigoption' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'string', + ), + 'mapobj::setextent' => + array ( + 0 => 'void', + 'minx' => 'float', + 'miny' => 'float', + 'maxx' => 'float', + 'maxy' => 'float', + ), + 'mapobj::setfontset' => + array ( + 0 => 'int', + 'fileName' => 'string', + ), + 'mapobj::setmetadata' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'string', + ), + 'mapobj::setprojection' => + array ( + 0 => 'int', + 'proj_params' => 'string', + 'bSetUnitsAndExtents' => 'bool', + ), + 'mapobj::setrotation' => + array ( + 0 => 'int', + 'rotation_angle' => 'float', + ), + 'mapobj::setsize' => + array ( + 0 => 'int', + 'width' => 'int', + 'height' => 'int', + ), + 'mapobj::setsymbolset' => + array ( + 0 => 'int', + 'fileName' => 'string', + ), + 'mapobj::setwktprojection' => + array ( + 0 => 'int', + 'proj_params' => 'string', + 'bSetUnitsAndExtents' => 'bool', + ), + 'mapobj::zoompoint' => + array ( + 0 => 'int', + 'nZoomFactor' => 'int', + 'oPixelPos' => 'pointObj', + 'nImageWidth' => 'int', + 'nImageHeight' => 'int', + 'oGeorefExt' => 'rectObj', + ), + 'mapobj::zoomrectangle' => + array ( + 0 => 'int', + 'oPixelExt' => 'rectObj', + 'nImageWidth' => 'int', + 'nImageHeight' => 'int', + 'oGeorefExt' => 'rectObj', + ), + 'mapobj::zoomscale' => + array ( + 0 => 'int', + 'nScaleDenom' => 'float', + 'oPixelPos' => 'pointObj', + 'nImageWidth' => 'int', + 'nImageHeight' => 'int', + 'oGeorefExt' => 'rectObj', + 'oMaxGeorefExt' => 'rectObj', + ), + 'max\'1' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + 'values' => 'mixed', + '...args=' => 'mixed', + ), + 'mb_convert_encoding\'1' => + array ( + 0 => 'array', + 'string' => 'array', + 'to_encoding' => 'string', + 'from_encoding=' => 'array|null|string', + ), + 'mcrypt_cbc' => + array ( + 0 => 'string', + 'cipher' => 'int|string', + 'key' => 'string', + 'data' => 'string', + 'mode' => 'int', + 'iv=' => 'string', + ), + 'mcrypt_cfb' => + array ( + 0 => 'string', + 'cipher' => 'int|string', + 'key' => 'string', + 'data' => 'string', + 'mode' => 'int', + 'iv=' => 'string', + ), + 'mcrypt_create_iv' => + array ( + 0 => 'false|string', + 'size' => 'int', + 'source=' => 'int', + ), + 'mcrypt_decrypt' => + array ( + 0 => 'string', + 'cipher' => 'string', + 'key' => 'string', + 'data' => 'string', + 'mode' => 'string', + 'iv=' => 'string', + ), + 'mcrypt_ecb' => + array ( + 0 => 'string', + 'cipher' => 'int|string', + 'key' => 'string', + 'data' => 'string', + 'mode' => 'int', + 'iv=' => 'string', + ), + 'mcrypt_enc_get_algorithms_name' => + array ( + 0 => 'string', + 'td' => 'resource', + ), + 'mcrypt_enc_get_block_size' => + array ( + 0 => 'int', + 'td' => 'resource', + ), + 'mcrypt_enc_get_iv_size' => + array ( + 0 => 'int', + 'td' => 'resource', + ), + 'mcrypt_enc_get_key_size' => + array ( + 0 => 'int', + 'td' => 'resource', + ), + 'mcrypt_enc_get_modes_name' => + array ( + 0 => 'string', + 'td' => 'resource', + ), + 'mcrypt_enc_get_supported_key_sizes' => + array ( + 0 => 'array', + 'td' => 'resource', + ), + 'mcrypt_enc_is_block_algorithm' => + array ( + 0 => 'bool', + 'td' => 'resource', + ), + 'mcrypt_enc_is_block_algorithm_mode' => + array ( + 0 => 'bool', + 'td' => 'resource', + ), + 'mcrypt_enc_is_block_mode' => + array ( + 0 => 'bool', + 'td' => 'resource', + ), + 'mcrypt_enc_self_test' => + array ( + 0 => 'false|int', + 'td' => 'resource', + ), + 'mcrypt_encrypt' => + array ( + 0 => 'string', + 'cipher' => 'string', + 'key' => 'string', + 'data' => 'string', + 'mode' => 'string', + 'iv=' => 'string', + ), + 'mcrypt_generic' => + array ( + 0 => 'string', + 'td' => 'resource', + 'data' => 'string', + ), + 'mcrypt_generic_deinit' => + array ( + 0 => 'bool', + 'td' => 'resource', + ), + 'mcrypt_generic_end' => + array ( + 0 => 'bool', + 'td' => 'resource', + ), + 'mcrypt_generic_init' => + array ( + 0 => 'false|int', + 'td' => 'resource', + 'key' => 'string', + 'iv' => 'string', + ), + 'mcrypt_get_block_size' => + array ( + 0 => 'int', + 'cipher' => 'int|string', + 'module' => 'string', + ), + 'mcrypt_get_cipher_name' => + array ( + 0 => 'false|string', + 'cipher' => 'int|string', + ), + 'mcrypt_get_iv_size' => + array ( + 0 => 'false|int', + 'cipher' => 'int|string', + 'module' => 'string', + ), + 'mcrypt_get_key_size' => + array ( + 0 => 'int', + 'cipher' => 'int|string', + 'module' => 'string', + ), + 'mcrypt_list_algorithms' => + array ( + 0 => 'array', + 'lib_dir=' => 'string', + ), + 'mcrypt_list_modes' => + array ( + 0 => 'array', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_close' => + array ( + 0 => 'bool', + 'td' => 'resource', + ), + 'mcrypt_module_get_algo_block_size' => + array ( + 0 => 'int', + 'algorithm' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_get_algo_key_size' => + array ( + 0 => 'int', + 'algorithm' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_get_supported_key_sizes' => + array ( + 0 => 'array', + 'algorithm' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_is_block_algorithm' => + array ( + 0 => 'bool', + 'algorithm' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_is_block_algorithm_mode' => + array ( + 0 => 'bool', + 'mode' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_is_block_mode' => + array ( + 0 => 'bool', + 'mode' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_module_open' => + array ( + 0 => 'false|resource', + 'cipher' => 'string', + 'cipher_directory' => 'string', + 'mode' => 'string', + 'mode_directory' => 'string', + ), + 'mcrypt_module_self_test' => + array ( + 0 => 'bool', + 'algorithm' => 'string', + 'lib_dir=' => 'string', + ), + 'mcrypt_ofb' => + array ( + 0 => 'string', + 'cipher' => 'int|string', + 'key' => 'string', + 'data' => 'string', + 'mode' => 'int', + 'iv=' => 'string', + ), + 'mdecrypt_generic' => + array ( + 0 => 'string', + 'td' => 'resource', + 'data' => 'string', + ), + 'memcache::add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcache::addserver' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'persistent=' => 'bool', + 'weight=' => 'int', + 'timeout=' => 'int', + 'retry_interval=' => 'int', + 'status=' => 'bool', + 'failure_callback=' => 'callable', + 'timeoutms=' => 'int', + ), + 'memcache::append' => + array ( + 0 => 'mixed', + ), + 'memcache::cas' => + array ( + 0 => 'mixed', + ), + 'memcache::close' => + array ( + 0 => 'bool', + ), + 'memcache::connect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + ), + 'memcache::decrement' => + array ( + 0 => 'int', + 'key' => 'string', + 'value=' => 'int', + ), + 'memcache::delete' => + array ( + 0 => 'bool', + 'key' => 'string', + 'timeout=' => 'int', + ), + 'memcache::findserver' => + array ( + 0 => 'mixed', + ), + 'memcache::flush' => + array ( + 0 => 'bool', + ), + 'memcache::get' => + array ( + 0 => 'array|false|string', + 'key' => 'string', + 'flags=' => 'array', + 'keys=' => 'array', + ), + 'memcache::get\'1' => + array ( + 0 => 'array', + 'key' => 'array', + 'flags=' => 'array', + ), + 'memcache::getextendedstats' => + array ( + 0 => 'array|false>|false', + 'type=' => 'string', + 'slabid=' => 'int', + 'limit=' => 'int', + ), + 'memcache::getserverstatus' => + array ( + 0 => 'int', + 'host' => 'string', + 'port=' => 'int', + ), + 'memcache::getstats' => + array ( + 0 => 'array', + 'type=' => 'string', + 'slabid=' => 'int', + 'limit=' => 'int', + ), + 'memcache::getversion' => + array ( + 0 => 'string', + ), + 'memcache::increment' => + array ( + 0 => 'int', + 'key' => 'string', + 'value=' => 'int', + ), + 'memcache::pconnect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + ), + 'memcache::prepend' => + array ( + 0 => 'string', + ), + 'memcache::replace' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcache::set' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcache::setcompressthreshold' => + array ( + 0 => 'bool', + 'threshold' => 'int', + 'min_savings=' => 'float', + ), + 'memcache::setfailurecallback' => + array ( + 0 => 'mixed', + ), + 'memcache::setserverparams' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + 'retry_interval=' => 'int', + 'status=' => 'bool', + 'failure_callback=' => 'callable', + ), + 'memcache_add' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcache_add_server' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'host' => 'string', + 'port=' => 'int', + 'persistent=' => 'bool', + 'weight=' => 'int', + 'timeout=' => 'int', + 'retry_interval=' => 'int', + 'status=' => 'bool', + 'failure_callback=' => 'callable', + 'timeoutms=' => 'int', + ), + 'memcache_append' => + array ( + 0 => 'mixed', + 'memcache_obj' => 'Memcache', + ), + 'memcache_cas' => + array ( + 0 => 'mixed', + 'memcache_obj' => 'Memcache', + ), + 'memcache_close' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + ), + 'memcache_connect' => + array ( + 0 => 'Memcache|false', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + ), + 'memcache_debug' => + array ( + 0 => 'bool', + 'on_off' => 'bool', + ), + 'memcache_decrement' => + array ( + 0 => 'int', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'value=' => 'int', + ), + 'memcache_delete' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'timeout=' => 'int', + ), + 'memcache_flush' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + ), + 'memcache_get' => + array ( + 0 => 'string', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'flags=' => 'int', + ), + 'memcache_get\'1' => + array ( + 0 => 'array', + 'memcache_obj' => 'Memcache', + 'key' => 'array', + 'flags=' => 'array', + ), + 'memcache_get_extended_stats' => + array ( + 0 => 'array', + 'memcache_obj' => 'Memcache', + 'type=' => 'string', + 'slabid=' => 'int', + 'limit=' => 'int', + ), + 'memcache_get_server_status' => + array ( + 0 => 'int', + 'memcache_obj' => 'Memcache', + 'host' => 'string', + 'port=' => 'int', + ), + 'memcache_get_stats' => + array ( + 0 => 'array', + 'memcache_obj' => 'Memcache', + 'type=' => 'string', + 'slabid=' => 'int', + 'limit=' => 'int', + ), + 'memcache_get_version' => + array ( + 0 => 'string', + 'memcache_obj' => 'Memcache', + ), + 'memcache_increment' => + array ( + 0 => 'int', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'value=' => 'int', + ), + 'memcache_pconnect' => + array ( + 0 => 'Memcache|false', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + ), + 'memcache_prepend' => + array ( + 0 => 'string', + 'memcache_obj' => 'Memcache', + ), + 'memcache_replace' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcache_set' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcache_set_compress_threshold' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'threshold' => 'int', + 'min_savings=' => 'float', + ), + 'memcache_set_failure_callback' => + array ( + 0 => 'mixed', + 'memcache_obj' => 'Memcache', + ), + 'memcache_set_server_params' => + array ( + 0 => 'bool', + 'memcache_obj' => 'Memcache', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + 'retry_interval=' => 'int', + 'status=' => 'bool', + 'failure_callback=' => 'callable', + ), + 'memcached::__construct' => + array ( + 0 => 'void', + 'persistent_id=' => 'null|string', + 'callback=' => 'callable|null', + 'connection_str=' => 'null|string', + ), + 'memcached::add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::addbykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::addserver' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'int', + 'weight=' => 'int', + ), + 'memcached::addservers' => + array ( + 0 => 'bool', + 'servers' => 'array', + ), + 'memcached::append' => + array ( + 0 => 'bool|null', + 'key' => 'string', + 'value' => 'string', + ), + 'memcached::appendbykey' => + array ( + 0 => 'bool|null', + 'server_key' => 'string', + 'key' => 'string', + 'value' => 'string', + ), + 'memcached::cas' => + array ( + 0 => 'bool', + 'cas_token' => 'float|int|string', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::casbykey' => + array ( + 0 => 'bool', + 'cas_token' => 'float|int|string', + 'server_key' => 'string', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::decrement' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'offset=' => 'int', + 'initial_value=' => 'int', + 'expiry=' => 'int', + ), + 'memcached::decrementbykey' => + array ( + 0 => 'false|int', + 'server_key' => 'string', + 'key' => 'string', + 'offset=' => 'int', + 'initial_value=' => 'int', + 'expiry=' => 'int', + ), + 'memcached::delete' => + array ( + 0 => 'bool', + 'key' => 'string', + 'time=' => 'int', + ), + 'memcached::deletebykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'key' => 'string', + 'time=' => 'int', + ), + 'memcached::deletemulti' => + array ( + 0 => 'array', + 'keys' => 'array', + 'time=' => 'int', + ), + 'memcached::deletemultibykey' => + array ( + 0 => 'array', + 'server_key' => 'string', + 'keys' => 'array', + 'time=' => 'int', + ), + 'memcached::fetch' => + array ( + 0 => 'array|false', + ), + 'memcached::fetchall' => + array ( + 0 => 'array|false', + ), + 'memcached::flush' => + array ( + 0 => 'bool', + 'delay=' => 'int', + ), + 'memcached::flushbuffers' => + array ( + 0 => 'bool', + ), + 'memcached::get' => + array ( + 0 => 'false|mixed', + 'key' => 'string', + 'cache_cb=' => 'callable|null', + 'get_flags=' => 'int', + ), + 'memcached::getallkeys' => + array ( + 0 => 'array|false', + ), + 'memcached::getbykey' => + array ( + 0 => 'false|mixed', + 'server_key' => 'string', + 'key' => 'string', + 'cache_cb=' => 'callable|null', + 'get_flags=' => 'int', + ), + 'memcached::getdelayed' => + array ( + 0 => 'bool', + 'keys' => 'array', + 'with_cas=' => 'bool', + 'value_cb=' => 'callable|null', + ), + 'memcached::getdelayedbykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'keys' => 'array', + 'with_cas=' => 'bool', + 'value_cb=' => 'callable|null', + ), + 'memcached::getlastdisconnectedserver' => + array ( + 0 => 'array|false', + ), + 'memcached::getlasterrorcode' => + array ( + 0 => 'int', + ), + 'memcached::getlasterrorerrno' => + array ( + 0 => 'int', + ), + 'memcached::getlasterrormessage' => + array ( + 0 => 'string', + ), + 'memcached::getmulti' => + array ( + 0 => 'array|false', + 'keys' => 'array', + 'get_flags=' => 'int', + ), + 'memcached::getmultibykey' => + array ( + 0 => 'array|false', + 'server_key' => 'string', + 'keys' => 'array', + 'get_flags=' => 'int', + ), + 'memcached::getoption' => + array ( + 0 => 'false|mixed', + 'option' => 'int', + ), + 'memcached::getresultcode' => + array ( + 0 => 'int', + ), + 'memcached::getresultmessage' => + array ( + 0 => 'string', + ), + 'memcached::getserverbykey' => + array ( + 0 => 'array', + 'server_key' => 'string', + ), + 'memcached::getserverlist' => + array ( + 0 => 'array', + ), + 'memcached::getstats' => + array ( + 0 => 'array|false>|false', + 'type=' => 'null|string', + ), + 'memcached::getversion' => + array ( + 0 => 'array', + ), + 'memcached::increment' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'offset=' => 'int', + 'initial_value=' => 'int', + 'expiry=' => 'int', + ), + 'memcached::incrementbykey' => + array ( + 0 => 'false|int', + 'server_key' => 'string', + 'key' => 'string', + 'offset=' => 'int', + 'initial_value=' => 'int', + 'expiry=' => 'int', + ), + 'memcached::ispersistent' => + array ( + 0 => 'bool', + ), + 'memcached::ispristine' => + array ( + 0 => 'bool', + ), + 'memcached::prepend' => + array ( + 0 => 'bool|null', + 'key' => 'string', + 'value' => 'string', + ), + 'memcached::prependbykey' => + array ( + 0 => 'bool|null', + 'server_key' => 'string', + 'key' => 'string', + 'value' => 'string', + ), + 'memcached::quit' => + array ( + 0 => 'bool', + ), + 'memcached::replace' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::replacebykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::resetserverlist' => + array ( + 0 => 'bool', + ), + 'memcached::set' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::setbucket' => + array ( + 0 => 'bool', + 'host_map' => 'array', + 'forward_map' => 'array|null', + 'replicas' => 'int', + ), + 'memcached::setbykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'key' => 'string', + 'value' => 'mixed', + 'expiration=' => 'int', + ), + 'memcached::setencodingkey' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'memcached::setmulti' => + array ( + 0 => 'bool', + 'items' => 'array', + 'expiration=' => 'int', + ), + 'memcached::setmultibykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'items' => 'array', + 'expiration=' => 'int', + ), + 'memcached::setoption' => + array ( + 0 => 'bool', + 'option' => 'int', + 'value' => 'mixed', + ), + 'memcached::setoptions' => + array ( + 0 => 'bool', + 'options' => 'array', + ), + 'memcached::setsaslauthdata' => + array ( + 0 => 'bool', + 'username' => 'string', + 'password' => 'string', + ), + 'memcached::touch' => + array ( + 0 => 'bool', + 'key' => 'string', + 'expiration=' => 'int', + ), + 'memcached::touchbykey' => + array ( + 0 => 'bool', + 'server_key' => 'string', + 'key' => 'string', + 'expiration=' => 'int', + ), + 'memcachepool::add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcachepool::addserver' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'persistent=' => 'bool', + 'weight=' => 'int', + 'timeout=' => 'int', + 'retry_interval=' => 'int', + 'status=' => 'bool', + 'failure_callback=' => 'callable|null', + 'timeoutms=' => 'int', + ), + 'memcachepool::append' => + array ( + 0 => 'mixed', + ), + 'memcachepool::cas' => + array ( + 0 => 'mixed', + ), + 'memcachepool::close' => + array ( + 0 => 'bool', + ), + 'memcachepool::connect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'int', + 'timeout=' => 'int', + ), + 'memcachepool::decrement' => + array ( + 0 => 'false|int', + 'key' => 'mixed', + 'value=' => 'int|mixed', + ), + 'memcachepool::delete' => + array ( + 0 => 'bool', + 'key' => 'mixed', + 'timeout=' => 'int|mixed', + ), + 'memcachepool::findserver' => + array ( + 0 => 'mixed', + ), + 'memcachepool::flush' => + array ( + 0 => 'bool', + ), + 'memcachepool::get' => + array ( + 0 => 'array|false|string', + 'key' => 'array|string', + '&flags=' => 'array|int', + ), + 'memcachepool::getextendedstats' => + array ( + 0 => 'array|false>|false', + 'type=' => 'string', + 'slabid=' => 'int', + 'limit=' => 'int', + ), + 'memcachepool::getserverstatus' => + array ( + 0 => 'int', + 'host' => 'string', + 'port=' => 'int', + ), + 'memcachepool::getstats' => + array ( + 0 => 'array|false', + 'type=' => 'string', + 'slabid=' => 'int', + 'limit=' => 'int', + ), + 'memcachepool::getversion' => + array ( + 0 => 'false|string', + ), + 'memcachepool::increment' => + array ( + 0 => 'false|int', + 'key' => 'mixed', + 'value=' => 'int|mixed', + ), + 'memcachepool::prepend' => + array ( + 0 => 'string', + ), + 'memcachepool::replace' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcachepool::set' => + array ( + 0 => 'bool', + 'key' => 'string', + 'var' => 'mixed', + 'flag=' => 'int', + 'expire=' => 'int', + ), + 'memcachepool::setcompressthreshold' => + array ( + 0 => 'bool', + 'thresold' => 'int', + 'min_saving=' => 'float', + ), + 'memcachepool::setfailurecallback' => + array ( + 0 => 'mixed', + ), + 'memcachepool::setserverparams' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + 'retry_interval=' => 'int', + 'status=' => 'bool', + 'failure_callback=' => 'callable|null', + ), + 'microtime\'1' => + array ( + 0 => 'float', + 'as_float=' => 'true', + ), + 'min\'1' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + 'values' => 'mixed', + '...args=' => 'mixed', + ), + 'ming_keypress' => + array ( + 0 => 'int', + 'char' => 'string', + ), + 'ming_setcubicthreshold' => + array ( + 0 => 'void', + 'threshold' => 'int', + ), + 'ming_setscale' => + array ( + 0 => 'void', + 'scale' => 'float', + ), + 'ming_setswfcompression' => + array ( + 0 => 'void', + 'level' => 'int', + ), + 'ming_useconstants' => + array ( + 0 => 'void', + 'use' => 'int', + ), + 'ming_useswfversion' => + array ( + 0 => 'void', + 'version' => 'int', + ), + 'money_format' => + array ( + 0 => 'string', + 'format' => 'string', + 'value' => 'float', + ), + 'mongo::__construct' => + array ( + 0 => 'void', + 'server=' => 'string', + 'options=' => 'array', + 'driver_options=' => 'array', + ), + 'mongo::__get' => + array ( + 0 => 'MongoDB', + 'dbname' => 'string', + ), + 'mongo::__tostring' => + array ( + 0 => 'string', + ), + 'mongo::close' => + array ( + 0 => 'bool', + ), + 'mongo::connect' => + array ( + 0 => 'bool', + ), + 'mongo::connectutil' => + array ( + 0 => 'bool', + ), + 'mongo::dropdb' => + array ( + 0 => 'array', + 'db' => 'mixed', + ), + 'mongo::forceerror' => + array ( + 0 => 'bool', + ), + 'mongo::getconnections' => + array ( + 0 => 'array', + ), + 'mongo::gethosts' => + array ( + 0 => 'array', + ), + 'mongo::getpoolsize' => + array ( + 0 => 'int', + ), + 'mongo::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongo::getslave' => + array ( + 0 => 'null|string', + ), + 'mongo::getslaveokay' => + array ( + 0 => 'bool', + ), + 'mongo::getwriteconcern' => + array ( + 0 => 'array', + ), + 'mongo::killcursor' => + array ( + 0 => 'mixed', + 'server_hash' => 'string', + 'id' => 'MongoInt64|int', + ), + 'mongo::lasterror' => + array ( + 0 => 'array|null', + ), + 'mongo::listdbs' => + array ( + 0 => 'array', + ), + 'mongo::pairconnect' => + array ( + 0 => 'bool', + ), + 'mongo::pairpersistconnect' => + array ( + 0 => 'bool', + 'username=' => 'string', + 'password=' => 'string', + ), + 'mongo::persistconnect' => + array ( + 0 => 'bool', + 'username=' => 'string', + 'password=' => 'string', + ), + 'mongo::pooldebug' => + array ( + 0 => 'array', + ), + 'mongo::preverror' => + array ( + 0 => 'array', + ), + 'mongo::reseterror' => + array ( + 0 => 'array', + ), + 'mongo::selectcollection' => + array ( + 0 => 'MongoCollection', + 'db' => 'string', + 'collection' => 'string', + ), + 'mongo::selectdb' => + array ( + 0 => 'MongoDB', + 'name' => 'string', + ), + 'mongo::setpoolsize' => + array ( + 0 => 'bool', + 'size' => 'int', + ), + 'mongo::setreadpreference' => + array ( + 0 => 'bool', + 'readPreference' => 'string', + 'tags=' => 'array', + ), + 'mongo::setslaveokay' => + array ( + 0 => 'bool', + 'ok=' => 'bool', + ), + 'mongo::switchslave' => + array ( + 0 => 'string', + ), + 'mongobindata::__construct' => + array ( + 0 => 'void', + 'data' => 'string', + 'type=' => 'int', + ), + 'mongobindata::__tostring' => + array ( + 0 => 'string', + ), + 'mongoclient::__construct' => + array ( + 0 => 'void', + 'server=' => 'string', + 'options=' => 'array', + 'driver_options=' => 'array', + ), + 'mongoclient::__get' => + array ( + 0 => 'MongoDB', + 'dbname' => 'string', + ), + 'mongoclient::__tostring' => + array ( + 0 => 'string', + ), + 'mongoclient::close' => + array ( + 0 => 'bool', + 'connection=' => 'bool|string', + ), + 'mongoclient::connect' => + array ( + 0 => 'bool', + ), + 'mongoclient::dropdb' => + array ( + 0 => 'array', + 'db' => 'mixed', + ), + 'mongoclient::getconnections' => + array ( + 0 => 'array', + ), + 'mongoclient::gethosts' => + array ( + 0 => 'array', + ), + 'mongoclient::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongoclient::getwriteconcern' => + array ( + 0 => 'array', + ), + 'mongoclient::killcursor' => + array ( + 0 => 'bool', + 'server_hash' => 'string', + 'id' => 'MongoInt64|int', + ), + 'mongoclient::listdbs' => + array ( + 0 => 'array', + ), + 'mongoclient::selectcollection' => + array ( + 0 => 'MongoCollection', + 'db' => 'string', + 'collection' => 'string', + ), + 'mongoclient::selectdb' => + array ( + 0 => 'MongoDB', + 'name' => 'string', + ), + 'mongoclient::setreadpreference' => + array ( + 0 => 'bool', + 'read_preference' => 'string', + 'tags=' => 'array', + ), + 'mongoclient::setwriteconcern' => + array ( + 0 => 'bool', + 'w' => 'mixed', + 'wtimeout=' => 'int', + ), + 'mongoclient::switchslave' => + array ( + 0 => 'string', + ), + 'mongocode::__construct' => + array ( + 0 => 'void', + 'code' => 'string', + 'scope=' => 'array', + ), + 'mongocode::__tostring' => + array ( + 0 => 'string', + ), + 'mongocollection::__construct' => + array ( + 0 => 'void', + 'db' => 'MongoDB', + 'name' => 'string', + ), + 'mongocollection::__get' => + array ( + 0 => 'MongoCollection', + 'name' => 'string', + ), + 'mongocollection::__tostring' => + array ( + 0 => 'string', + ), + 'mongocollection::aggregate' => + array ( + 0 => 'array', + 'op' => 'array', + 'op=' => 'array', + '...args=' => 'array', + ), + 'mongocollection::aggregate\'1' => + array ( + 0 => 'array', + 'pipeline' => 'array', + 'options=' => 'array', + ), + 'mongocollection::aggregatecursor' => + array ( + 0 => 'MongoCommandCursor', + 'command' => 'array', + 'options=' => 'array', + ), + 'mongocollection::batchinsert' => + array ( + 0 => 'array|bool', + 'a' => 'array', + 'options=' => 'array', + ), + 'mongocollection::count' => + array ( + 0 => 'int', + 'query=' => 'array', + 'limit=' => 'int', + 'skip=' => 'int', + ), + 'mongocollection::createdbref' => + array ( + 0 => 'array', + 'a' => 'array', + ), + 'mongocollection::createindex' => + array ( + 0 => 'array', + 'keys' => 'array', + 'options=' => 'array', + ), + 'mongocollection::deleteindex' => + array ( + 0 => 'array', + 'keys' => 'array|string', + ), + 'mongocollection::deleteindexes' => + array ( + 0 => 'array', + ), + 'mongocollection::distinct' => + array ( + 0 => 'array|false', + 'key' => 'string', + 'query=' => 'array', + ), + 'mongocollection::drop' => + array ( + 0 => 'array', + ), + 'mongocollection::ensureindex' => + array ( + 0 => 'bool', + 'keys' => 'array', + 'options=' => 'array', + ), + 'mongocollection::find' => + array ( + 0 => 'MongoCursor', + 'query=' => 'array', + 'fields=' => 'array', + ), + 'mongocollection::findandmodify' => + array ( + 0 => 'array', + 'query' => 'array', + 'update=' => 'array', + 'fields=' => 'array', + 'options=' => 'array', + ), + 'mongocollection::findone' => + array ( + 0 => 'array|null', + 'query=' => 'array', + 'fields=' => 'array', + ), + 'mongocollection::getdbref' => + array ( + 0 => 'array', + 'ref' => 'array', + ), + 'mongocollection::getindexinfo' => + array ( + 0 => 'array', + ), + 'mongocollection::getname' => + array ( + 0 => 'string', + ), + 'mongocollection::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongocollection::getslaveokay' => + array ( + 0 => 'bool', + ), + 'mongocollection::getwriteconcern' => + array ( + 0 => 'array', + ), + 'mongocollection::group' => + array ( + 0 => 'array', + 'keys' => 'mixed', + 'initial' => 'array', + 'reduce' => 'MongoCode', + 'options=' => 'array', + ), + 'mongocollection::insert' => + array ( + 0 => 'array|bool', + 'a' => 'array|object', + 'options=' => 'array', + ), + 'mongocollection::parallelcollectionscan' => + array ( + 0 => 'array', + 'num_cursors' => 'int', + ), + 'mongocollection::remove' => + array ( + 0 => 'array|bool', + 'criteria=' => 'array', + 'options=' => 'array', + ), + 'mongocollection::save' => + array ( + 0 => 'array|bool', + 'a' => 'array|object', + 'options=' => 'array', + ), + 'mongocollection::setreadpreference' => + array ( + 0 => 'bool', + 'read_preference' => 'string', + 'tags=' => 'array', + ), + 'mongocollection::setslaveokay' => + array ( + 0 => 'bool', + 'ok=' => 'bool', + ), + 'mongocollection::setwriteconcern' => + array ( + 0 => 'bool', + 'w' => 'mixed', + 'wtimeout=' => 'int', + ), + 'mongocollection::toindexstring' => + array ( + 0 => 'string', + 'keys' => 'mixed', + ), + 'mongocollection::update' => + array ( + 0 => 'bool', + 'criteria' => 'array', + 'newobj' => 'array', + 'options=' => 'array', + ), + 'mongocollection::validate' => + array ( + 0 => 'array', + 'scan_data=' => 'bool', + ), + 'mongocommandcursor::__construct' => + array ( + 0 => 'void', + 'connection' => 'MongoClient', + 'ns' => 'string', + 'command' => 'array', + ), + 'mongocommandcursor::batchsize' => + array ( + 0 => 'MongoCommandCursor', + 'batchSize' => 'int', + ), + 'mongocommandcursor::createfromdocument' => + array ( + 0 => 'MongoCommandCursor', + 'connection' => 'MongoClient', + 'hash' => 'string', + 'document' => 'array', + ), + 'mongocommandcursor::current' => + array ( + 0 => 'array', + ), + 'mongocommandcursor::dead' => + array ( + 0 => 'bool', + ), + 'mongocommandcursor::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongocommandcursor::info' => + array ( + 0 => 'array', + ), + 'mongocommandcursor::key' => + array ( + 0 => 'int', + ), + 'mongocommandcursor::next' => + array ( + 0 => 'void', + ), + 'mongocommandcursor::rewind' => + array ( + 0 => 'array', + ), + 'mongocommandcursor::setreadpreference' => + array ( + 0 => 'MongoCommandCursor', + 'read_preference' => 'string', + 'tags=' => 'array', + ), + 'mongocommandcursor::timeout' => + array ( + 0 => 'MongoCommandCursor', + 'ms' => 'int', + ), + 'mongocommandcursor::valid' => + array ( + 0 => 'bool', + ), + 'mongocursor::__construct' => + array ( + 0 => 'void', + 'connection' => 'MongoClient', + 'ns' => 'string', + 'query=' => 'array', + 'fields=' => 'array', + ), + 'mongocursor::addoption' => + array ( + 0 => 'MongoCursor', + 'key' => 'string', + 'value' => 'mixed', + ), + 'mongocursor::awaitdata' => + array ( + 0 => 'MongoCursor', + 'wait=' => 'bool', + ), + 'mongocursor::batchsize' => + array ( + 0 => 'MongoCursor', + 'num' => 'int', + ), + 'mongocursor::count' => + array ( + 0 => 'int', + 'foundonly=' => 'bool', + ), + 'mongocursor::current' => + array ( + 0 => 'array', + ), + 'mongocursor::dead' => + array ( + 0 => 'bool', + ), + 'mongocursor::doquery' => + array ( + 0 => 'void', + ), + 'mongocursor::explain' => + array ( + 0 => 'array', + ), + 'mongocursor::fields' => + array ( + 0 => 'MongoCursor', + 'f' => 'array', + ), + 'mongocursor::getnext' => + array ( + 0 => 'array', + ), + 'mongocursor::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongocursor::hasnext' => + array ( + 0 => 'bool', + ), + 'mongocursor::hint' => + array ( + 0 => 'MongoCursor', + 'key_pattern' => 'array|object|string', + ), + 'mongocursor::immortal' => + array ( + 0 => 'MongoCursor', + 'liveforever=' => 'bool', + ), + 'mongocursor::info' => + array ( + 0 => 'array', + ), + 'mongocursor::key' => + array ( + 0 => 'string', + ), + 'mongocursor::limit' => + array ( + 0 => 'MongoCursor', + 'num' => 'int', + ), + 'mongocursor::maxtimems' => + array ( + 0 => 'MongoCursor', + 'ms' => 'int', + ), + 'mongocursor::next' => + array ( + 0 => 'array', + ), + 'mongocursor::partial' => + array ( + 0 => 'MongoCursor', + 'okay=' => 'bool', + ), + 'mongocursor::reset' => + array ( + 0 => 'void', + ), + 'mongocursor::rewind' => + array ( + 0 => 'void', + ), + 'mongocursor::setflag' => + array ( + 0 => 'MongoCursor', + 'flag' => 'int', + 'set=' => 'bool', + ), + 'mongocursor::setreadpreference' => + array ( + 0 => 'MongoCursor', + 'read_preference' => 'string', + 'tags=' => 'array', + ), + 'mongocursor::skip' => + array ( + 0 => 'MongoCursor', + 'num' => 'int', + ), + 'mongocursor::slaveokay' => + array ( + 0 => 'MongoCursor', + 'okay=' => 'bool', + ), + 'mongocursor::snapshot' => + array ( + 0 => 'MongoCursor', + ), + 'mongocursor::sort' => + array ( + 0 => 'MongoCursor', + 'fields' => 'array', + ), + 'mongocursor::tailable' => + array ( + 0 => 'MongoCursor', + 'tail=' => 'bool', + ), + 'mongocursor::timeout' => + array ( + 0 => 'MongoCursor', + 'ms' => 'int', + ), + 'mongocursor::valid' => + array ( + 0 => 'bool', + ), + 'mongocursorexception::__clone' => + array ( + 0 => 'void', + ), + 'mongocursorexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'mongocursorexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongocursorexception::__wakeup' => + array ( + 0 => 'void', + ), + 'mongocursorexception::getcode' => + array ( + 0 => 'int', + ), + 'mongocursorexception::getfile' => + array ( + 0 => 'string', + ), + 'mongocursorexception::gethost' => + array ( + 0 => 'string', + ), + 'mongocursorexception::getline' => + array ( + 0 => 'int', + ), + 'mongocursorexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongocursorexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'mongocursorexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'mongocursorexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongocursorinterface::__construct' => + array ( + 0 => 'void', + ), + 'mongocursorinterface::batchsize' => + array ( + 0 => 'MongoCursorInterface', + 'batchSize' => 'int', + ), + 'mongocursorinterface::current' => + array ( + 0 => 'mixed', + ), + 'mongocursorinterface::dead' => + array ( + 0 => 'bool', + ), + 'mongocursorinterface::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongocursorinterface::info' => + array ( + 0 => 'array', + ), + 'mongocursorinterface::key' => + array ( + 0 => 'int|string', + ), + 'mongocursorinterface::next' => + array ( + 0 => 'void', + ), + 'mongocursorinterface::rewind' => + array ( + 0 => 'void', + ), + 'mongocursorinterface::setreadpreference' => + array ( + 0 => 'MongoCursorInterface', + 'read_preference' => 'string', + 'tags=' => 'array', + ), + 'mongocursorinterface::timeout' => + array ( + 0 => 'MongoCursorInterface', + 'ms' => 'int', + ), + 'mongocursorinterface::valid' => + array ( + 0 => 'bool', + ), + 'mongodate::__construct' => + array ( + 0 => 'void', + 'second=' => 'int', + 'usecond=' => 'int', + ), + 'mongodate::__tostring' => + array ( + 0 => 'string', + ), + 'mongodate::todatetime' => + array ( + 0 => 'DateTime', + ), + 'mongodb::__construct' => + array ( + 0 => 'void', + 'conn' => 'MongoClient', + 'name' => 'string', + ), + 'mongodb::__get' => + array ( + 0 => 'MongoCollection', + 'name' => 'string', + ), + 'mongodb::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb::authenticate' => + array ( + 0 => 'array', + 'username' => 'string', + 'password' => 'string', + ), + 'mongodb::command' => + array ( + 0 => 'array', + 'command' => 'array', + ), + 'mongodb::createcollection' => + array ( + 0 => 'MongoCollection', + 'name' => 'string', + 'capped=' => 'bool', + 'size=' => 'int', + 'max=' => 'int', + ), + 'mongodb::createdbref' => + array ( + 0 => 'array', + 'collection' => 'string', + 'a' => 'mixed', + ), + 'mongodb::drop' => + array ( + 0 => 'array', + ), + 'mongodb::dropcollection' => + array ( + 0 => 'array', + 'coll' => 'MongoCollection|string', + ), + 'mongodb::execute' => + array ( + 0 => 'array', + 'code' => 'MongoCode|string', + 'args=' => 'array', + ), + 'mongodb::forceerror' => + array ( + 0 => 'bool', + ), + 'mongodb::getcollectioninfo' => + array ( + 0 => 'array', + 'options=' => 'array', + ), + 'mongodb::getcollectionnames' => + array ( + 0 => 'array', + 'options=' => 'array', + ), + 'mongodb::getdbref' => + array ( + 0 => 'array', + 'ref' => 'array', + ), + 'mongodb::getgridfs' => + array ( + 0 => 'MongoGridFS', + 'prefix=' => 'string', + ), + 'mongodb::getprofilinglevel' => + array ( + 0 => 'int', + ), + 'mongodb::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongodb::getslaveokay' => + array ( + 0 => 'bool', + ), + 'mongodb::getwriteconcern' => + array ( + 0 => 'array', + ), + 'mongodb::lasterror' => + array ( + 0 => 'array', + ), + 'mongodb::listcollections' => + array ( + 0 => 'array', + ), + 'mongodb::preverror' => + array ( + 0 => 'array', + ), + 'mongodb::repair' => + array ( + 0 => 'array', + 'preserve_cloned_files=' => 'bool', + 'backup_original_files=' => 'bool', + ), + 'mongodb::reseterror' => + array ( + 0 => 'array', + ), + 'mongodb::selectcollection' => + array ( + 0 => 'MongoCollection', + 'name' => 'string', + ), + 'mongodb::setprofilinglevel' => + array ( + 0 => 'int', + 'level' => 'int', + ), + 'mongodb::setreadpreference' => + array ( + 0 => 'bool', + 'read_preference' => 'string', + 'tags=' => 'array', + ), + 'mongodb::setslaveokay' => + array ( + 0 => 'bool', + 'ok=' => 'bool', + ), + 'mongodb::setwriteconcern' => + array ( + 0 => 'bool', + 'w' => 'mixed', + 'wtimeout=' => 'int', + ), + 'mongodb\\bson\\binaryinterface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\binaryinterface::getdata' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\binaryinterface::gettype' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\decimal128interface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\javascriptinterface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\javascriptinterface::getcode' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\javascriptinterface::getscope' => + array ( + 0 => 'null|object', + ), + 'mongodb\\bson\\objectidinterface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\objectidinterface::gettimestamp' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\persistable::bsonserialize' => + array ( + 0 => 'MongoDB\\BSON\\Document|array|stdClass', + ), + 'mongodb\\bson\\regexinterface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\regexinterface::getflags' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\regexinterface::getpattern' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\serializable::bsonserialize' => + array ( + 0 => 'MongoDB\\BSON\\Document|MongoDB\\BSON\\PackedArray|array|stdClass', + ), + 'mongodb\\bson\\timestampinterface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\timestampinterface::getincrement' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\timestampinterface::gettimestamp' => + array ( + 0 => 'int', + ), + 'mongodb\\bson\\unserializable::bsonunserialize' => + array ( + 0 => 'void', + 'data' => 'array', + ), + 'mongodb\\bson\\utcdatetimeinterface::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\bson\\utcdatetimeinterface::todatetime' => + array ( + 0 => 'DateTime', + ), + 'mongodb\\driver\\cursorinterface::getid' => + array ( + 0 => 'MongoDB\\Driver\\CursorId', + ), + 'mongodb\\driver\\cursorinterface::getserver' => + array ( + 0 => 'MongoDB\\Driver\\Server', + ), + 'mongodb\\driver\\cursorinterface::isdead' => + array ( + 0 => 'bool', + ), + 'mongodb\\driver\\cursorinterface::settypemap' => + array ( + 0 => 'void', + 'typemap' => 'array', + ), + 'mongodb\\driver\\cursorinterface::toarray' => + array ( + 0 => 'array', + ), + 'mongodb\\driver\\exception\\exception::__tostring' => + array ( + 0 => 'string', + ), + 'mongodb\\driver\\monitoring\\commandsubscriber::commandfailed' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\CommandFailedEvent', + ), + 'mongodb\\driver\\monitoring\\commandsubscriber::commandstarted' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\CommandStartedEvent', + ), + 'mongodb\\driver\\monitoring\\commandsubscriber::commandsucceeded' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\CommandSucceededEvent', + ), + 'mongodb\\driver\\monitoring\\logsubscriber::log' => + array ( + 0 => 'void', + 'level' => 'int', + 'domain' => 'string', + 'message' => 'string', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::serverchanged' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\ServerChangedEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::serverclosed' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\ServerClosedEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::serverheartbeatfailed' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::serverheartbeatstarted' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::serverheartbeatsucceeded' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::serveropening' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\ServerOpeningEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::topologychanged' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\TopologyChangedEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::topologyclosed' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\TopologyClosedEvent', + ), + 'mongodb\\driver\\monitoring\\sdamsubscriber::topologyopening' => + array ( + 0 => 'void', + 'event' => 'MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent', + ), + 'mongodbref::create' => + array ( + 0 => 'array', + 'collection' => 'string', + 'id' => 'mixed', + 'database=' => 'string', + ), + 'mongodbref::get' => + array ( + 0 => 'array|null', + 'db' => 'MongoDB', + 'ref' => 'array', + ), + 'mongodbref::isref' => + array ( + 0 => 'bool', + 'ref' => 'mixed', + ), + 'mongodeletebatch::__construct' => + array ( + 0 => 'void', + 'collection' => 'MongoCollection', + 'write_options=' => 'array', + ), + 'mongoexception::__clone' => + array ( + 0 => 'void', + ), + 'mongoexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'mongoexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongoexception::__wakeup' => + array ( + 0 => 'void', + ), + 'mongoexception::getcode' => + array ( + 0 => 'int', + ), + 'mongoexception::getfile' => + array ( + 0 => 'string', + ), + 'mongoexception::getline' => + array ( + 0 => 'int', + ), + 'mongoexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongoexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'mongoexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'mongoexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongogridfs::__construct' => + array ( + 0 => 'void', + 'db' => 'MongoDB', + 'prefix=' => 'string', + 'chunks=' => 'mixed', + ), + 'mongogridfs::__get' => + array ( + 0 => 'MongoCollection', + 'name' => 'string', + ), + 'mongogridfs::__tostring' => + array ( + 0 => 'string', + ), + 'mongogridfs::aggregate' => + array ( + 0 => 'array', + 'pipeline' => 'array', + 'op' => 'array', + 'pipelineOperators' => 'array', + ), + 'mongogridfs::aggregatecursor' => + array ( + 0 => 'MongoCommandCursor', + 'pipeline' => 'array', + 'options' => 'array', + ), + 'mongogridfs::batchinsert' => + array ( + 0 => 'mixed', + 'a' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::count' => + array ( + 0 => 'int', + 'query=' => 'array|stdClass', + ), + 'mongogridfs::createdbref' => + array ( + 0 => 'array', + 'a' => 'array', + ), + 'mongogridfs::createindex' => + array ( + 0 => 'array', + 'keys' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::delete' => + array ( + 0 => 'bool', + 'id' => 'mixed', + ), + 'mongogridfs::deleteindex' => + array ( + 0 => 'array', + 'keys' => 'array|string', + ), + 'mongogridfs::deleteindexes' => + array ( + 0 => 'array', + ), + 'mongogridfs::distinct' => + array ( + 0 => 'array|bool', + 'key' => 'string', + 'query=' => 'array|null', + ), + 'mongogridfs::drop' => + array ( + 0 => 'array', + ), + 'mongogridfs::ensureindex' => + array ( + 0 => 'bool', + 'keys' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::find' => + array ( + 0 => 'MongoGridFSCursor', + 'query=' => 'array', + 'fields=' => 'array', + ), + 'mongogridfs::findandmodify' => + array ( + 0 => 'array', + 'query' => 'array', + 'update=' => 'array|null', + 'fields=' => 'array|null', + 'options=' => 'array|null', + ), + 'mongogridfs::findone' => + array ( + 0 => 'MongoGridFSFile|null', + 'query=' => 'mixed', + 'fields=' => 'mixed', + ), + 'mongogridfs::get' => + array ( + 0 => 'MongoGridFSFile|null', + 'id' => 'mixed', + ), + 'mongogridfs::getdbref' => + array ( + 0 => 'array', + 'ref' => 'array', + ), + 'mongogridfs::getindexinfo' => + array ( + 0 => 'array', + ), + 'mongogridfs::getname' => + array ( + 0 => 'string', + ), + 'mongogridfs::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongogridfs::getslaveokay' => + array ( + 0 => 'bool', + ), + 'mongogridfs::group' => + array ( + 0 => 'array', + 'keys' => 'mixed', + 'initial' => 'array', + 'reduce' => 'MongoCode', + 'condition=' => 'array', + ), + 'mongogridfs::insert' => + array ( + 0 => 'array|bool', + 'a' => 'array|object', + 'options=' => 'array', + ), + 'mongogridfs::put' => + array ( + 0 => 'mixed', + 'filename' => 'string', + 'extra=' => 'array', + ), + 'mongogridfs::remove' => + array ( + 0 => 'bool', + 'criteria=' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::save' => + array ( + 0 => 'array|bool', + 'a' => 'array|object', + 'options=' => 'array', + ), + 'mongogridfs::setreadpreference' => + array ( + 0 => 'bool', + 'read_preference' => 'string', + 'tags' => 'array', + ), + 'mongogridfs::setslaveokay' => + array ( + 0 => 'bool', + 'ok=' => 'bool', + ), + 'mongogridfs::storebytes' => + array ( + 0 => 'mixed', + 'bytes' => 'string', + 'extra=' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::storefile' => + array ( + 0 => 'mixed', + 'filename' => 'string', + 'extra=' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::storeupload' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'filename=' => 'string', + ), + 'mongogridfs::toindexstring' => + array ( + 0 => 'string', + 'keys' => 'mixed', + ), + 'mongogridfs::update' => + array ( + 0 => 'bool', + 'criteria' => 'array', + 'newobj' => 'array', + 'options=' => 'array', + ), + 'mongogridfs::validate' => + array ( + 0 => 'array', + 'scan_data=' => 'bool', + ), + 'mongogridfscursor::__construct' => + array ( + 0 => 'void', + 'gridfs' => 'MongoGridFS', + 'connection' => 'resource', + 'ns' => 'string', + 'query' => 'array', + 'fields' => 'array', + ), + 'mongogridfscursor::addoption' => + array ( + 0 => 'MongoCursor', + 'key' => 'string', + 'value' => 'mixed', + ), + 'mongogridfscursor::awaitdata' => + array ( + 0 => 'MongoCursor', + 'wait=' => 'bool', + ), + 'mongogridfscursor::batchsize' => + array ( + 0 => 'MongoCursor', + 'batchSize' => 'int', + ), + 'mongogridfscursor::count' => + array ( + 0 => 'int', + 'all=' => 'bool', + ), + 'mongogridfscursor::current' => + array ( + 0 => 'MongoGridFSFile', + ), + 'mongogridfscursor::dead' => + array ( + 0 => 'bool', + ), + 'mongogridfscursor::doquery' => + array ( + 0 => 'void', + ), + 'mongogridfscursor::explain' => + array ( + 0 => 'array', + ), + 'mongogridfscursor::fields' => + array ( + 0 => 'MongoCursor', + 'f' => 'array', + ), + 'mongogridfscursor::getnext' => + array ( + 0 => 'MongoGridFSFile', + ), + 'mongogridfscursor::getreadpreference' => + array ( + 0 => 'array', + ), + 'mongogridfscursor::hasnext' => + array ( + 0 => 'bool', + ), + 'mongogridfscursor::hint' => + array ( + 0 => 'MongoCursor', + 'key_pattern' => 'mixed', + ), + 'mongogridfscursor::immortal' => + array ( + 0 => 'MongoCursor', + 'liveForever=' => 'bool', + ), + 'mongogridfscursor::info' => + array ( + 0 => 'array', + ), + 'mongogridfscursor::key' => + array ( + 0 => 'string', + ), + 'mongogridfscursor::limit' => + array ( + 0 => 'MongoCursor', + 'num' => 'int', + ), + 'mongogridfscursor::maxtimems' => + array ( + 0 => 'MongoCursor', + 'ms' => 'int', + ), + 'mongogridfscursor::next' => + array ( + 0 => 'void', + ), + 'mongogridfscursor::partial' => + array ( + 0 => 'MongoCursor', + 'okay=' => 'bool', + ), + 'mongogridfscursor::reset' => + array ( + 0 => 'void', + ), + 'mongogridfscursor::rewind' => + array ( + 0 => 'void', + ), + 'mongogridfscursor::setflag' => + array ( + 0 => 'MongoCursor', + 'flag' => 'int', + 'set=' => 'bool', + ), + 'mongogridfscursor::setreadpreference' => + array ( + 0 => 'MongoCursor', + 'read_preference' => 'string', + 'tags' => 'array', + ), + 'mongogridfscursor::skip' => + array ( + 0 => 'MongoCursor', + 'num' => 'int', + ), + 'mongogridfscursor::slaveokay' => + array ( + 0 => 'MongoCursor', + 'okay=' => 'bool', + ), + 'mongogridfscursor::snapshot' => + array ( + 0 => 'MongoCursor', + ), + 'mongogridfscursor::sort' => + array ( + 0 => 'MongoCursor', + 'fields' => 'array', + ), + 'mongogridfscursor::tailable' => + array ( + 0 => 'MongoCursor', + 'tail=' => 'bool', + ), + 'mongogridfscursor::timeout' => + array ( + 0 => 'MongoCursor', + 'ms' => 'int', + ), + 'mongogridfscursor::valid' => + array ( + 0 => 'bool', + ), + 'mongogridfsfile::__construct' => + array ( + 0 => 'void', + 'gridfs' => 'MongoGridFS', + 'file' => 'array', + ), + 'mongogridfsfile::getbytes' => + array ( + 0 => 'string', + ), + 'mongogridfsfile::getfilename' => + array ( + 0 => 'string', + ), + 'mongogridfsfile::getresource' => + array ( + 0 => 'resource', + ), + 'mongogridfsfile::getsize' => + array ( + 0 => 'int', + ), + 'mongogridfsfile::write' => + array ( + 0 => 'int', + 'filename=' => 'string', + ), + 'mongoid::__construct' => + array ( + 0 => 'void', + 'id=' => 'MongoId|string', + ), + 'mongoid::__set_state' => + array ( + 0 => 'MongoId', + 'props' => 'array', + ), + 'mongoid::__tostring' => + array ( + 0 => 'string', + ), + 'mongoid::gethostname' => + array ( + 0 => 'string', + ), + 'mongoid::getinc' => + array ( + 0 => 'int', + ), + 'mongoid::getpid' => + array ( + 0 => 'int', + ), + 'mongoid::gettimestamp' => + array ( + 0 => 'int', + ), + 'mongoid::isvalid' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'mongoinsertbatch::__construct' => + array ( + 0 => 'void', + 'collection' => 'MongoCollection', + 'write_options=' => 'array', + ), + 'mongoint32::__construct' => + array ( + 0 => 'void', + 'value' => 'string', + ), + 'mongoint32::__tostring' => + array ( + 0 => 'string', + ), + 'mongoint64::__construct' => + array ( + 0 => 'void', + 'value' => 'string', + ), + 'mongoint64::__tostring' => + array ( + 0 => 'string', + ), + 'mongolog::getcallback' => + array ( + 0 => 'callable', + ), + 'mongolog::getlevel' => + array ( + 0 => 'int', + ), + 'mongolog::getmodule' => + array ( + 0 => 'int', + ), + 'mongolog::setcallback' => + array ( + 0 => 'void', + 'log_function' => 'callable', + ), + 'mongolog::setlevel' => + array ( + 0 => 'void', + 'level' => 'int', + ), + 'mongolog::setmodule' => + array ( + 0 => 'void', + 'module' => 'int', + ), + 'mongopool::getsize' => + array ( + 0 => 'int', + ), + 'mongopool::info' => + array ( + 0 => 'array', + ), + 'mongopool::setsize' => + array ( + 0 => 'bool', + 'size' => 'int', + ), + 'mongoregex::__construct' => + array ( + 0 => 'void', + 'regex' => 'string', + ), + 'mongoregex::__tostring' => + array ( + 0 => 'string', + ), + 'mongoresultexception::__clone' => + array ( + 0 => 'void', + ), + 'mongoresultexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'mongoresultexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongoresultexception::__wakeup' => + array ( + 0 => 'void', + ), + 'mongoresultexception::getcode' => + array ( + 0 => 'int', + ), + 'mongoresultexception::getdocument' => + array ( + 0 => 'array', + ), + 'mongoresultexception::getfile' => + array ( + 0 => 'string', + ), + 'mongoresultexception::getline' => + array ( + 0 => 'int', + ), + 'mongoresultexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongoresultexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'mongoresultexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'mongoresultexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'mongotimestamp::__construct' => + array ( + 0 => 'void', + 'second=' => 'int', + 'inc=' => 'int', + ), + 'mongotimestamp::__tostring' => + array ( + 0 => 'string', + ), + 'mongoupdatebatch::__construct' => + array ( + 0 => 'void', + 'collection' => 'MongoCollection', + 'write_options=' => 'array', + ), + 'mongoupdatebatch::add' => + array ( + 0 => 'bool', + 'item' => 'array', + ), + 'mongoupdatebatch::execute' => + array ( + 0 => 'array', + 'write_options' => 'array', + ), + 'mongowritebatch::__construct' => + array ( + 0 => 'void', + 'collection' => 'MongoCollection', + 'batch_type' => 'string', + 'write_options' => 'array', + ), + 'mongowritebatch::add' => + array ( + 0 => 'bool', + 'item' => 'array', + ), + 'mongowritebatch::execute' => + array ( + 0 => 'array', + 'write_options' => 'array', + ), + 'mongowriteconcernexception::__clone' => + array ( + 0 => 'void', + ), + 'mongowriteconcernexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'mongowriteconcernexception::__tostring' => + array ( + 0 => 'string', + ), + 'mongowriteconcernexception::__wakeup' => + array ( + 0 => 'void', + ), + 'mongowriteconcernexception::getcode' => + array ( + 0 => 'int', + ), + 'mongowriteconcernexception::getdocument' => + array ( + 0 => 'array', + ), + 'mongowriteconcernexception::getfile' => + array ( + 0 => 'string', + ), + 'mongowriteconcernexception::getline' => + array ( + 0 => 'int', + ), + 'mongowriteconcernexception::getmessage' => + array ( + 0 => 'string', + ), + 'mongowriteconcernexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'mongowriteconcernexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'mongowriteconcernexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'monitor_custom_event' => + array ( + 0 => 'void', + 'class' => 'string', + 'text' => 'string', + 'severe=' => 'int', + 'user_data=' => 'mixed', + ), + 'monitor_httperror_event' => + array ( + 0 => 'void', + 'error_code' => 'int', + 'url' => 'string', + 'severe=' => 'int', + ), + 'monitor_license_info' => + array ( + 0 => 'array', + ), + 'monitor_pass_error' => + array ( + 0 => 'void', + 'errno' => 'int', + 'errstr' => 'string', + 'errfile' => 'string', + 'errline' => 'int', + ), + 'monitor_set_aggregation_hint' => + array ( + 0 => 'void', + 'hint' => 'string', + ), + 'mqseries_back' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_begin' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'beginoptions' => 'array', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_close' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'hobj' => 'resource', + 'options' => 'int', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_cmit' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_conn' => + array ( + 0 => 'void', + 'qmanagername' => 'string', + 'hconn' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_connx' => + array ( + 0 => 'void', + 'qmanagername' => 'string', + 'connoptions' => 'array', + 'hconn' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_disc' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_get' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'hobj' => 'resource', + 'md' => 'array', + 'gmo' => 'array', + 'bufferlength' => 'int', + 'msg' => 'string', + 'data_length' => 'int', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_inq' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'hobj' => 'resource', + 'selectorcount' => 'int', + 'selectors' => 'array', + 'intattrcount' => 'int', + 'intattr' => 'resource', + 'charattrlength' => 'int', + 'charattr' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_open' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'objdesc' => 'array', + 'option' => 'int', + 'hobj' => 'resource', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_put' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'hobj' => 'resource', + 'md' => 'array', + 'pmo' => 'array', + 'message' => 'string', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_put1' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'objdesc' => 'resource', + 'msgdesc' => 'resource', + 'pmo' => 'resource', + 'buffer' => 'string', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_set' => + array ( + 0 => 'void', + 'hconn' => 'resource', + 'hobj' => 'resource', + 'selectorcount' => 'int', + 'selectors' => 'array', + 'intattrcount' => 'int', + 'intattrs' => 'array', + 'charattrlength' => 'int', + 'charattrs' => 'array', + 'compcode' => 'resource', + 'reason' => 'resource', + ), + 'mqseries_strerror' => + array ( + 0 => 'string', + 'reason' => 'int', + ), + 'ms_geterrorobj' => + array ( + 0 => 'errorObj', + ), + 'ms_getversion' => + array ( + 0 => 'string', + ), + 'ms_getversionint' => + array ( + 0 => 'int', + ), + 'ms_iogetstdoutbufferbytes' => + array ( + 0 => 'int', + ), + 'ms_iogetstdoutbufferstring' => + array ( + 0 => 'void', + ), + 'ms_ioinstallstdinfrombuffer' => + array ( + 0 => 'void', + ), + 'ms_ioinstallstdouttobuffer' => + array ( + 0 => 'void', + ), + 'ms_ioresethandlers' => + array ( + 0 => 'void', + ), + 'ms_iostripstdoutbuffercontentheaders' => + array ( + 0 => 'void', + ), + 'ms_iostripstdoutbuffercontenttype' => + array ( + 0 => 'string', + ), + 'ms_reseterrorlist' => + array ( + 0 => 'void', + ), + 'ms_tokenizemap' => + array ( + 0 => 'array', + 'map_file_name' => 'string', + ), + 'msession_connect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'string', + ), + 'msession_count' => + array ( + 0 => 'int', + ), + 'msession_create' => + array ( + 0 => 'bool', + 'session' => 'string', + 'classname=' => 'string', + 'data=' => 'string', + ), + 'msession_destroy' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'msession_disconnect' => + array ( + 0 => 'void', + ), + 'msession_find' => + array ( + 0 => 'array', + 'name' => 'string', + 'value' => 'string', + ), + 'msession_get' => + array ( + 0 => 'string', + 'session' => 'string', + 'name' => 'string', + 'value' => 'string', + ), + 'msession_get_array' => + array ( + 0 => 'array', + 'session' => 'string', + ), + 'msession_get_data' => + array ( + 0 => 'string', + 'session' => 'string', + ), + 'msession_inc' => + array ( + 0 => 'string', + 'session' => 'string', + 'name' => 'string', + ), + 'msession_list' => + array ( + 0 => 'array', + ), + 'msession_listvar' => + array ( + 0 => 'array', + 'name' => 'string', + ), + 'msession_lock' => + array ( + 0 => 'int', + 'name' => 'string', + ), + 'msession_plugin' => + array ( + 0 => 'string', + 'session' => 'string', + 'value' => 'string', + 'param=' => 'string', + ), + 'msession_randstr' => + array ( + 0 => 'string', + 'param' => 'int', + ), + 'msession_set' => + array ( + 0 => 'bool', + 'session' => 'string', + 'name' => 'string', + 'value' => 'string', + ), + 'msession_set_array' => + array ( + 0 => 'void', + 'session' => 'string', + 'tuples' => 'array', + ), + 'msession_set_data' => + array ( + 0 => 'bool', + 'session' => 'string', + 'value' => 'string', + ), + 'msession_timeout' => + array ( + 0 => 'int', + 'session' => 'string', + 'param=' => 'int', + ), + 'msession_uniq' => + array ( + 0 => 'string', + 'param' => 'int', + 'classname=' => 'string', + 'data=' => 'string', + ), + 'msession_unlock' => + array ( + 0 => 'int', + 'session' => 'string', + 'key' => 'int', + ), + 'msg_get_queue' => + array ( + 0 => 'SysvMessageQueue|false', + 'key' => 'int', + 'permissions=' => 'int', + ), + 'msg_queue_exists' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'msg_receive' => + array ( + 0 => 'bool', + 'queue' => 'SysvMessageQueue', + 'desired_message_type' => 'int', + '&w_received_message_type' => 'int', + 'max_message_size' => 'int', + '&w_message' => 'mixed', + 'unserialize=' => 'bool', + 'flags=' => 'int', + '&w_error_code=' => 'int', + ), + 'msg_remove_queue' => + array ( + 0 => 'bool', + 'queue' => 'SysvMessageQueue', + ), + 'msg_send' => + array ( + 0 => 'bool', + 'queue' => 'SysvMessageQueue', + 'message_type' => 'int', + 'message' => 'mixed', + 'serialize=' => 'bool', + 'blocking=' => 'bool', + '&w_error_code=' => 'int', + ), + 'msg_set_queue' => + array ( + 0 => 'bool', + 'queue' => 'SysvMessageQueue', + 'data' => 'array', + ), + 'msg_stat_queue' => + array ( + 0 => 'array', + 'queue' => 'SysvMessageQueue', + ), + 'msql_affected_rows' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'msql_close' => + array ( + 0 => 'bool', + 'link_identifier=' => 'null|resource', + ), + 'msql_connect' => + array ( + 0 => 'resource', + 'hostname=' => 'string', + ), + 'msql_create_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'msql_data_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'row_number' => 'int', + ), + 'msql_db_query' => + array ( + 0 => 'resource', + 'database' => 'string', + 'query' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'msql_drop_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'msql_error' => + array ( + 0 => 'string', + ), + 'msql_fetch_array' => + array ( + 0 => 'array', + 'result' => 'resource', + 'result_type=' => 'int', + ), + 'msql_fetch_field' => + array ( + 0 => 'object', + 'result' => 'resource', + 'field_offset=' => 'int', + ), + 'msql_fetch_object' => + array ( + 0 => 'object', + 'result' => 'resource', + ), + 'msql_fetch_row' => + array ( + 0 => 'array', + 'result' => 'resource', + ), + 'msql_field_flags' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'msql_field_len' => + array ( + 0 => 'int', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'msql_field_name' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'msql_field_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'msql_field_table' => + array ( + 0 => 'int', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'msql_field_type' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_offset' => 'int', + ), + 'msql_free_result' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'msql_list_dbs' => + array ( + 0 => 'resource', + 'link_identifier=' => 'null|resource', + ), + 'msql_list_fields' => + array ( + 0 => 'resource', + 'database' => 'string', + 'tablename' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'msql_list_tables' => + array ( + 0 => 'resource', + 'database' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'msql_num_fields' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'msql_num_rows' => + array ( + 0 => 'int', + 'query_identifier' => 'resource', + ), + 'msql_pconnect' => + array ( + 0 => 'resource', + 'hostname=' => 'string', + ), + 'msql_query' => + array ( + 0 => 'resource', + 'query' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'msql_result' => + array ( + 0 => 'string', + 'result' => 'resource', + 'row' => 'int', + 'field=' => 'mixed', + ), + 'msql_select_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'link_identifier=' => 'null|resource', + ), + 'mt_rand\'1' => + array ( + 0 => 'int', + ), + 'mutex::create' => + array ( + 0 => 'long', + 'lock=' => 'bool', + ), + 'mutex::destroy' => + array ( + 0 => 'bool', + 'mutex' => 'long', + ), + 'mutex::lock' => + array ( + 0 => 'bool', + 'mutex' => 'long', + ), + 'mutex::trylock' => + array ( + 0 => 'bool', + 'mutex' => 'long', + ), + 'mutex::unlock' => + array ( + 0 => 'bool', + 'mutex' => 'long', + 'destroy=' => 'bool', + ), + 'mysql_xdevapi\\baseresult::getwarnings' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\baseresult::getwarningscount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\collection::add' => + array ( + 0 => 'mysql_xdevapi\\CollectionAdd', + 'document' => 'mixed', + ), + 'mysql_xdevapi\\collection::addorreplaceone' => + array ( + 0 => 'mysql_xdevapi\\Result', + 'id' => 'string', + 'doc' => 'string', + ), + 'mysql_xdevapi\\collection::count' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\collection::createindex' => + array ( + 0 => 'void', + 'index_name' => 'string', + 'index_desc_json' => 'string', + ), + 'mysql_xdevapi\\collection::dropindex' => + array ( + 0 => 'bool', + 'index_name' => 'string', + ), + 'mysql_xdevapi\\collection::existsindatabase' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\collection::find' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'search_condition=' => 'string', + ), + 'mysql_xdevapi\\collection::getname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\collection::getone' => + array ( + 0 => 'Document', + 'id' => 'string', + ), + 'mysql_xdevapi\\collection::getschema' => + array ( + 0 => 'mysql_xdevapi\\schema', + ), + 'mysql_xdevapi\\collection::getsession' => + array ( + 0 => 'Session', + ), + 'mysql_xdevapi\\collection::modify' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'search_condition' => 'string', + ), + 'mysql_xdevapi\\collection::remove' => + array ( + 0 => 'mysql_xdevapi\\CollectionRemove', + 'search_condition' => 'string', + ), + 'mysql_xdevapi\\collection::removeone' => + array ( + 0 => 'mysql_xdevapi\\Result', + 'id' => 'string', + ), + 'mysql_xdevapi\\collection::replaceone' => + array ( + 0 => 'mysql_xdevapi\\Result', + 'id' => 'string', + 'doc' => 'string', + ), + 'mysql_xdevapi\\collectionadd::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\collectionfind::bind' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\collectionfind::execute' => + array ( + 0 => 'mysql_xdevapi\\DocResult', + ), + 'mysql_xdevapi\\collectionfind::fields' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'projection' => 'string', + ), + 'mysql_xdevapi\\collectionfind::groupby' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\collectionfind::having' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\collectionfind::limit' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'rows' => 'int', + ), + 'mysql_xdevapi\\collectionfind::lockexclusive' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'lock_waiting_option=' => 'int', + ), + 'mysql_xdevapi\\collectionfind::lockshared' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'lock_waiting_option=' => 'int', + ), + 'mysql_xdevapi\\collectionfind::offset' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'position' => 'int', + ), + 'mysql_xdevapi\\collectionfind::sort' => + array ( + 0 => 'mysql_xdevapi\\CollectionFind', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::arrayappend' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'collection_field' => 'string', + 'expression_or_literal' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::arrayinsert' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'collection_field' => 'string', + 'expression_or_literal' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::bind' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\collectionmodify::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\collectionmodify::limit' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'rows' => 'int', + ), + 'mysql_xdevapi\\collectionmodify::patch' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'document' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::replace' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'collection_field' => 'string', + 'expression_or_literal' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::set' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'collection_field' => 'string', + 'expression_or_literal' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::skip' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'position' => 'int', + ), + 'mysql_xdevapi\\collectionmodify::sort' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\collectionmodify::unset' => + array ( + 0 => 'mysql_xdevapi\\CollectionModify', + 'fields' => 'array', + ), + 'mysql_xdevapi\\collectionremove::bind' => + array ( + 0 => 'mysql_xdevapi\\CollectionRemove', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\collectionremove::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\collectionremove::limit' => + array ( + 0 => 'mysql_xdevapi\\CollectionRemove', + 'rows' => 'int', + ), + 'mysql_xdevapi\\collectionremove::sort' => + array ( + 0 => 'mysql_xdevapi\\CollectionRemove', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\columnresult::getcharactersetname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::getcollationname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::getcolumnlabel' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::getcolumnname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::getfractionaldigits' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\columnresult::getlength' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\columnresult::getschemaname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::gettablelabel' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::gettablename' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\columnresult::gettype' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\columnresult::isnumbersigned' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\columnresult::ispadded' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\crudoperationbindable::bind' => + array ( + 0 => 'mysql_xdevapi\\CrudOperationBindable', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\crudoperationlimitable::limit' => + array ( + 0 => 'mysql_xdevapi\\CrudOperationLimitable', + 'rows' => 'int', + ), + 'mysql_xdevapi\\crudoperationskippable::skip' => + array ( + 0 => 'mysql_xdevapi\\CrudOperationSkippable', + 'skip' => 'int', + ), + 'mysql_xdevapi\\crudoperationsortable::sort' => + array ( + 0 => 'mysql_xdevapi\\CrudOperationSortable', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\databaseobject::existsindatabase' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\databaseobject::getname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\databaseobject::getsession' => + array ( + 0 => 'mysql_xdevapi\\Session', + ), + 'mysql_xdevapi\\docresult::fetchall' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\docresult::fetchone' => + array ( + 0 => 'object', + ), + 'mysql_xdevapi\\docresult::getwarnings' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\docresult::getwarningscount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\executable::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\getsession' => + array ( + 0 => 'mysql_xdevapi\\Session', + 'uri' => 'string', + ), + 'mysql_xdevapi\\result::getautoincrementvalue' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\result::getgeneratedids' => + array ( + 0 => 'ArrayOfInt', + ), + 'mysql_xdevapi\\result::getwarnings' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\result::getwarningscount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\rowresult::fetchall' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\rowresult::fetchone' => + array ( + 0 => 'object', + ), + 'mysql_xdevapi\\rowresult::getcolumncount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\rowresult::getcolumnnames' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\rowresult::getcolumns' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\rowresult::getwarnings' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\rowresult::getwarningscount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\schema::createcollection' => + array ( + 0 => 'mysql_xdevapi\\Collection', + 'name' => 'string', + ), + 'mysql_xdevapi\\schema::dropcollection' => + array ( + 0 => 'bool', + 'collection_name' => 'string', + ), + 'mysql_xdevapi\\schema::existsindatabase' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\schema::getcollection' => + array ( + 0 => 'mysql_xdevapi\\Collection', + 'name' => 'string', + ), + 'mysql_xdevapi\\schema::getcollectionastable' => + array ( + 0 => 'mysql_xdevapi\\Table', + 'name' => 'string', + ), + 'mysql_xdevapi\\schema::getcollections' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\schema::getname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\schema::getsession' => + array ( + 0 => 'mysql_xdevapi\\Session', + ), + 'mysql_xdevapi\\schema::gettable' => + array ( + 0 => 'mysql_xdevapi\\Table', + 'name' => 'string', + ), + 'mysql_xdevapi\\schema::gettables' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\schemaobject::getschema' => + array ( + 0 => 'mysql_xdevapi\\Schema', + ), + 'mysql_xdevapi\\session::close' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\session::commit' => + array ( + 0 => 'object', + ), + 'mysql_xdevapi\\session::createschema' => + array ( + 0 => 'mysql_xdevapi\\Schema', + 'schema_name' => 'string', + ), + 'mysql_xdevapi\\session::dropschema' => + array ( + 0 => 'bool', + 'schema_name' => 'string', + ), + 'mysql_xdevapi\\session::executesql' => + array ( + 0 => 'object', + 'statement' => 'string', + ), + 'mysql_xdevapi\\session::generateuuid' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\session::getclientid' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\session::getschema' => + array ( + 0 => 'mysql_xdevapi\\Schema', + 'schema_name' => 'string', + ), + 'mysql_xdevapi\\session::getschemas' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\session::getserverversion' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\session::killclient' => + array ( + 0 => 'object', + 'client_id' => 'int', + ), + 'mysql_xdevapi\\session::listclients' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\session::quotename' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'mysql_xdevapi\\session::releasesavepoint' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'mysql_xdevapi\\session::rollback' => + array ( + 0 => 'void', + ), + 'mysql_xdevapi\\session::rollbackto' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'mysql_xdevapi\\session::setsavepoint' => + array ( + 0 => 'string', + 'name=' => 'string', + ), + 'mysql_xdevapi\\session::sql' => + array ( + 0 => 'mysql_xdevapi\\SqlStatement', + 'query' => 'string', + ), + 'mysql_xdevapi\\session::starttransaction' => + array ( + 0 => 'void', + ), + 'mysql_xdevapi\\sqlstatement::bind' => + array ( + 0 => 'mysql_xdevapi\\SqlStatement', + 'param' => 'string', + ), + 'mysql_xdevapi\\sqlstatement::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\sqlstatement::getnextresult' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\sqlstatement::getresult' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\sqlstatement::hasmoreresults' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\sqlstatementresult::fetchall' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\sqlstatementresult::fetchone' => + array ( + 0 => 'object', + ), + 'mysql_xdevapi\\sqlstatementresult::getaffecteditemscount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\sqlstatementresult::getcolumncount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\sqlstatementresult::getcolumnnames' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\sqlstatementresult::getcolumns' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\sqlstatementresult::getgeneratedids' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\sqlstatementresult::getlastinsertid' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\sqlstatementresult::getwarnings' => + array ( + 0 => 'array', + ), + 'mysql_xdevapi\\sqlstatementresult::getwarningscount' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\sqlstatementresult::hasdata' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\sqlstatementresult::nextresult' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\statement::getnextresult' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\statement::getresult' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\statement::hasmoreresults' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\table::count' => + array ( + 0 => 'int', + ), + 'mysql_xdevapi\\table::delete' => + array ( + 0 => 'mysql_xdevapi\\TableDelete', + ), + 'mysql_xdevapi\\table::existsindatabase' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\table::getname' => + array ( + 0 => 'string', + ), + 'mysql_xdevapi\\table::getschema' => + array ( + 0 => 'mysql_xdevapi\\Schema', + ), + 'mysql_xdevapi\\table::getsession' => + array ( + 0 => 'mysql_xdevapi\\Session', + ), + 'mysql_xdevapi\\table::insert' => + array ( + 0 => 'mysql_xdevapi\\TableInsert', + 'columns' => 'mixed', + '...args=' => 'mixed', + ), + 'mysql_xdevapi\\table::isview' => + array ( + 0 => 'bool', + ), + 'mysql_xdevapi\\table::select' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'columns' => 'mixed', + '...args=' => 'mixed', + ), + 'mysql_xdevapi\\table::update' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + ), + 'mysql_xdevapi\\tabledelete::bind' => + array ( + 0 => 'mysql_xdevapi\\TableDelete', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\tabledelete::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\tabledelete::limit' => + array ( + 0 => 'mysql_xdevapi\\TableDelete', + 'rows' => 'int', + ), + 'mysql_xdevapi\\tabledelete::offset' => + array ( + 0 => 'mysql_xdevapi\\TableDelete', + 'position' => 'int', + ), + 'mysql_xdevapi\\tabledelete::orderby' => + array ( + 0 => 'mysql_xdevapi\\TableDelete', + 'orderby_expr' => 'string', + ), + 'mysql_xdevapi\\tabledelete::where' => + array ( + 0 => 'mysql_xdevapi\\TableDelete', + 'where_expr' => 'string', + ), + 'mysql_xdevapi\\tableinsert::execute' => + array ( + 0 => 'mysql_xdevapi\\Result', + ), + 'mysql_xdevapi\\tableinsert::values' => + array ( + 0 => 'mysql_xdevapi\\TableInsert', + 'row_values' => 'array', + ), + 'mysql_xdevapi\\tableselect::bind' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\tableselect::execute' => + array ( + 0 => 'mysql_xdevapi\\RowResult', + ), + 'mysql_xdevapi\\tableselect::groupby' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'sort_expr' => 'mixed', + ), + 'mysql_xdevapi\\tableselect::having' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'sort_expr' => 'string', + ), + 'mysql_xdevapi\\tableselect::limit' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'rows' => 'int', + ), + 'mysql_xdevapi\\tableselect::lockexclusive' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'lock_waiting_option=' => 'int', + ), + 'mysql_xdevapi\\tableselect::lockshared' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'lock_waiting_option=' => 'int', + ), + 'mysql_xdevapi\\tableselect::offset' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'position' => 'int', + ), + 'mysql_xdevapi\\tableselect::orderby' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'sort_expr' => 'mixed', + '...args=' => 'mixed', + ), + 'mysql_xdevapi\\tableselect::where' => + array ( + 0 => 'mysql_xdevapi\\TableSelect', + 'where_expr' => 'string', + ), + 'mysql_xdevapi\\tableupdate::bind' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + 'placeholder_values' => 'array', + ), + 'mysql_xdevapi\\tableupdate::execute' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + ), + 'mysql_xdevapi\\tableupdate::limit' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + 'rows' => 'int', + ), + 'mysql_xdevapi\\tableupdate::orderby' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + 'orderby_expr' => 'mixed', + '...args=' => 'mixed', + ), + 'mysql_xdevapi\\tableupdate::set' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + 'table_field' => 'string', + 'expression_or_literal' => 'string', + ), + 'mysql_xdevapi\\tableupdate::where' => + array ( + 0 => 'mysql_xdevapi\\TableUpdate', + 'where_expr' => 'string', + ), + 'mysqli::__construct' => + array ( + 0 => 'void', + 'hostname=' => 'null|string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'database=' => 'null|string', + 'port=' => 'int|null', + 'socket=' => 'null|string', + ), + 'mysqli::autocommit' => + array ( + 0 => 'bool', + 'enable' => 'bool', + ), + 'mysqli::begin_transaction' => + array ( + 0 => 'bool', + 'flags=' => 'int', + 'name=' => 'null|string', + ), + 'mysqli::change_user' => + array ( + 0 => 'bool', + 'username' => 'string', + 'password' => 'string', + 'database' => 'null|string', + ), + 'mysqli::character_set_name' => + array ( + 0 => 'string', + ), + 'mysqli::close' => + array ( + 0 => 'true', + ), + 'mysqli::commit' => + array ( + 0 => 'bool', + 'flags=' => 'int', + 'name=' => 'null|string', + ), + 'mysqli::connect' => + array ( + 0 => 'bool', + 'hostname=' => 'null|string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'database=' => 'null|string', + 'port=' => 'int|null', + 'socket=' => 'null|string', + ), + 'mysqli::debug' => + array ( + 0 => 'true', + 'options' => 'string', + ), + 'mysqli::dump_debug_info' => + array ( + 0 => 'bool', + ), + 'mysqli::escape_string' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'mysqli::execute_query' => + array ( + 0 => 'bool|mysqli_result', + 'query' => 'non-empty-string', + 'params=' => 'list|null', + ), + 'mysqli::get_charset' => + array ( + 0 => 'null|object', + ), + 'mysqli::get_client_info' => + array ( + 0 => 'string', + ), + 'mysqli::get_connection_stats' => + array ( + 0 => 'array', + ), + 'mysqli::get_warnings' => + array ( + 0 => 'mysqli_warning', + ), + 'mysqli::init' => + array ( + 0 => 'false|null', + ), + 'mysqli::kill' => + array ( + 0 => 'bool', + 'process_id' => 'int', + ), + 'mysqli::more_results' => + array ( + 0 => 'bool', + ), + 'mysqli::multi_query' => + array ( + 0 => 'bool', + 'query' => 'string', + ), + 'mysqli::next_result' => + array ( + 0 => 'bool', + ), + 'mysqli::options' => + array ( + 0 => 'bool', + 'option' => 'int', + 'value' => 'int|string', + ), + 'mysqli::ping' => + array ( + 0 => 'bool', + ), + 'mysqli::poll' => + array ( + 0 => 'false|int', + '&w_read' => 'array|null', + '&w_error' => 'array|null', + '&w_reject' => 'array', + 'seconds' => 'int', + 'microseconds=' => 'int', + ), + 'mysqli::prepare' => + array ( + 0 => 'false|mysqli_stmt', + 'query' => 'string', + ), + 'mysqli::query' => + array ( + 0 => 'bool|mysqli_result', + 'query' => 'string', + 'result_mode=' => 'int', + ), + 'mysqli::real_connect' => + array ( + 0 => 'bool', + 'hostname=' => 'null|string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'database=' => 'null|string', + 'port=' => 'int|null', + 'socket=' => 'null|string', + 'flags=' => 'int', + ), + 'mysqli::real_escape_string' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'mysqli::real_query' => + array ( + 0 => 'bool', + 'query' => 'string', + ), + 'mysqli::reap_async_query' => + array ( + 0 => 'false|mysqli_result', + ), + 'mysqli::refresh' => + array ( + 0 => 'bool', + 'flags' => 'int', + ), + 'mysqli::release_savepoint' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'mysqli::rollback' => + array ( + 0 => 'bool', + 'flags=' => 'int', + 'name=' => 'null|string', + ), + 'mysqli::savepoint' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'mysqli::select_db' => + array ( + 0 => 'bool', + 'database' => 'string', + ), + 'mysqli::set_charset' => + array ( + 0 => 'bool', + 'charset' => 'string', + ), + 'mysqli::set_opt' => + array ( + 0 => 'bool', + 'option' => 'int', + 'value' => 'int|string', + ), + 'mysqli::ssl_set' => + array ( + 0 => 'true', + 'key' => 'null|string', + 'certificate' => 'null|string', + 'ca_certificate' => 'null|string', + 'ca_path' => 'null|string', + 'cipher_algos' => 'null|string', + ), + 'mysqli::stat' => + array ( + 0 => 'false|string', + ), + 'mysqli::stmt_init' => + array ( + 0 => 'mysqli_stmt', + ), + 'mysqli::store_result' => + array ( + 0 => 'false|mysqli_result', + 'mode=' => 'int', + ), + 'mysqli::thread_safe' => + array ( + 0 => 'bool', + ), + 'mysqli::use_result' => + array ( + 0 => 'false|mysqli_result', + ), + 'mysqli_affected_rows' => + array ( + 0 => 'int<-1, max>|numeric-string', + 'mysql' => 'mysqli', + ), + 'mysqli_autocommit' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'enable' => 'bool', + ), + 'mysqli_begin_transaction' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'flags=' => 'int', + 'name=' => 'null|string', + ), + 'mysqli_change_user' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'username' => 'string', + 'password' => 'string', + 'database' => 'null|string', + ), + 'mysqli_character_set_name' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + ), + 'mysqli_close' => + array ( + 0 => 'true', + 'mysql' => 'mysqli', + ), + 'mysqli_commit' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'flags=' => 'int', + 'name=' => 'null|string', + ), + 'mysqli_connect' => + array ( + 0 => 'false|mysqli', + 'hostname=' => 'null|string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'database=' => 'null|string', + 'port=' => 'int|null', + 'socket=' => 'null|string', + ), + 'mysqli_connect_errno' => + array ( + 0 => 'int', + ), + 'mysqli_connect_error' => + array ( + 0 => 'null|string', + ), + 'mysqli_data_seek' => + array ( + 0 => 'bool', + 'result' => 'mysqli_result', + 'offset' => 'int', + ), + 'mysqli_debug' => + array ( + 0 => 'true', + 'options' => 'string', + ), + 'mysqli_disable_reads_from_master' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + ), + 'mysqli_disable_rpl_parse' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + ), + 'mysqli_dump_debug_info' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + ), + 'mysqli_embedded_server_end' => + array ( + 0 => 'void', + ), + 'mysqli_embedded_server_start' => + array ( + 0 => 'bool', + 'start' => 'int', + 'arguments' => 'array', + 'groups' => 'array', + ), + 'mysqli_enable_reads_from_master' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + ), + 'mysqli_enable_rpl_parse' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + ), + 'mysqli_errno' => + array ( + 0 => 'int', + 'mysql' => 'mysqli', + ), + 'mysqli_error' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + ), + 'mysqli_error_list' => + array ( + 0 => 'array', + 'mysql' => 'mysqli', + ), + 'mysqli_escape_string' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + 'string' => 'string', + ), + 'mysqli_execute' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + 'params=' => 'list|null', + ), + 'mysqli_execute_query' => + array ( + 0 => 'bool|mysqli_result', + 'mysql' => 'mysqli', + 'query' => 'non-empty-string', + 'params=' => 'list|null', + ), + 'mysqli_fetch_all' => + array ( + 0 => 'list>', + 'result' => 'mysqli_result', + 'mode=' => '3', + ), + 'mysqli_fetch_all\'1' => + array ( + 0 => 'list>', + 'result' => 'mysqli_result', + 'mode=' => '1', + ), + 'mysqli_fetch_all\'2' => + array ( + 0 => 'list>', + 'result' => 'mysqli_result', + 'mode=' => '2', + ), + 'mysqli_fetch_array' => + array ( + 0 => 'array|false|null', + 'result' => 'mysqli_result', + 'mode=' => '3', + ), + 'mysqli_fetch_array\'1' => + array ( + 0 => 'array|false|null', + 'result' => 'mysqli_result', + 'mode=' => '1', + ), + 'mysqli_fetch_array\'2' => + array ( + 0 => 'false|list|null', + 'result' => 'mysqli_result', + 'mode=' => '2', + ), + 'mysqli_fetch_assoc' => + array ( + 0 => 'array|false|null', + 'result' => 'mysqli_result', + ), + 'mysqli_fetch_column' => + array ( + 0 => 'false|float|int|null|string', + 'result' => 'mysqli_result', + 'column=' => 'int', + ), + 'mysqli_fetch_field' => + array ( + 0 => 'false|object{name:string, orgname:string, table:string, orgtable:string, max_length:0, length:int, charsetnr:int, flags:int, type:int, decimals:int, db:string, def:\'\', catalog:\'def\'}', + 'result' => 'mysqli_result', + ), + 'mysqli_fetch_field_direct' => + array ( + 0 => 'false|object{name:string, orgname:string, table:string, orgtable:string, max_length:0, length:int, charsetnr:int, flags:int, type:int, decimals:int, db:string, def:\'\', catalog:\'def\'}', + 'result' => 'mysqli_result', + 'index' => 'int', + ), + 'mysqli_fetch_fields' => + array ( + 0 => 'list', + 'result' => 'mysqli_result', + ), + 'mysqli_fetch_lengths' => + array ( + 0 => 'array|false', + 'result' => 'mysqli_result', + ), + 'mysqli_fetch_object' => + array ( + 0 => 'false|null|object', + 'result' => 'mysqli_result', + 'class=' => 'string', + 'constructor_args=' => 'array', + ), + 'mysqli_fetch_row' => + array ( + 0 => 'false|list|null', + 'result' => 'mysqli_result', + ), + 'mysqli_field_count' => + array ( + 0 => 'int', + 'mysql' => 'mysqli', + ), + 'mysqli_field_seek' => + array ( + 0 => 'true', + 'result' => 'mysqli_result', + 'index' => 'int', + ), + 'mysqli_field_tell' => + array ( + 0 => 'int', + 'result' => 'mysqli_result', + ), + 'mysqli_free_result' => + array ( + 0 => 'void', + 'result' => 'mysqli_result', + ), + 'mysqli_get_cache_stats' => + array ( + 0 => 'array|false', + ), + 'mysqli_get_charset' => + array ( + 0 => 'null|object', + 'mysql' => 'mysqli', + ), + 'mysqli_get_client_info' => + array ( + 0 => 'string', + 'mysql=' => 'mysqli|null', + ), + 'mysqli_get_client_stats' => + array ( + 0 => 'array', + ), + 'mysqli_get_client_version' => + array ( + 0 => 'int', + ), + 'mysqli_get_connection_stats' => + array ( + 0 => 'array', + 'mysql' => 'mysqli', + ), + 'mysqli_get_host_info' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + ), + 'mysqli_get_links_stats' => + array ( + 0 => 'array', + ), + 'mysqli_get_proto_info' => + array ( + 0 => 'int', + 'mysql' => 'mysqli', + ), + 'mysqli_get_server_info' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + ), + 'mysqli_get_server_version' => + array ( + 0 => 'int', + 'mysql' => 'mysqli', + ), + 'mysqli_get_warnings' => + array ( + 0 => 'mysqli_warning', + 'mysql' => 'mysqli', + ), + 'mysqli_info' => + array ( + 0 => 'null|string', + 'mysql' => 'mysqli', + ), + 'mysqli_init' => + array ( + 0 => 'false|mysqli', + ), + 'mysqli_insert_id' => + array ( + 0 => 'int|string', + 'mysql' => 'mysqli', + ), + 'mysqli_kill' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'process_id' => 'int', + ), + 'mysqli_link_construct' => + array ( + 0 => 'object', + ), + 'mysqli_master_query' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_more_results' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + ), + 'mysqli_multi_query' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_next_result' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + ), + 'mysqli_num_fields' => + array ( + 0 => 'int', + 'result' => 'mysqli_result', + ), + 'mysqli_num_rows' => + array ( + 0 => 'int<0, max>|numeric-string', + 'result' => 'mysqli_result', + ), + 'mysqli_options' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'option' => 'int', + 'value' => 'int|string', + ), + 'mysqli_ping' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + ), + 'mysqli_poll' => + array ( + 0 => 'false|int', + '&w_read' => 'array|null', + '&w_error' => 'array|null', + '&w_reject' => 'array', + 'seconds' => 'int', + 'microseconds=' => 'int', + ), + 'mysqli_prepare' => + array ( + 0 => 'false|mysqli_stmt', + 'mysql' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_query' => + array ( + 0 => 'bool|mysqli_result', + 'mysql' => 'mysqli', + 'query' => 'string', + 'result_mode=' => 'int', + ), + 'mysqli_real_connect' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'hostname=' => 'null|string', + 'username=' => 'null|string', + 'password=' => 'null|string', + 'database=' => 'null|string', + 'port=' => 'int|null', + 'socket=' => 'null|string', + 'flags=' => 'int', + ), + 'mysqli_real_escape_string' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + 'string' => 'string', + ), + 'mysqli_real_query' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_reap_async_query' => + array ( + 0 => 'false|mysqli_result', + 'mysql' => 'mysqli', + ), + 'mysqli_refresh' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'flags' => 'int', + ), + 'mysqli_release_savepoint' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'name' => 'string', + ), + 'mysqli_report' => + array ( + 0 => 'true', + 'flags' => 'int', + ), + 'mysqli_result::__construct' => + array ( + 0 => 'void', + 'mysql' => 'mysqli', + 'result_mode=' => 'int', + ), + 'mysqli_result::close' => + array ( + 0 => 'void', + ), + 'mysqli_result::data_seek' => + array ( + 0 => 'bool', + 'offset' => 'int', + ), + 'mysqli_result::fetch_all' => + array ( + 0 => 'list>', + 'mode=' => '3', + ), + 'mysqli_result::fetch_all\'1' => + array ( + 0 => 'list>', + 'mode=' => '1', + ), + 'mysqli_result::fetch_all\'2' => + array ( + 0 => 'list>', + 'mode=' => '2', + ), + 'mysqli_result::fetch_array' => + array ( + 0 => 'array|false|null', + 'mode=' => '3', + ), + 'mysqli_result::fetch_array\'1' => + array ( + 0 => 'array|false|null', + 'mode=' => '1', + ), + 'mysqli_result::fetch_array\'2' => + array ( + 0 => 'false|list|null', + 'mode=' => '2', + ), + 'mysqli_result::fetch_assoc' => + array ( + 0 => 'array|false|null', + ), + 'mysqli_result::fetch_column' => + array ( + 0 => 'false|float|int|null|string', + 'column=' => 'int', + ), + 'mysqli_result::fetch_field' => + array ( + 0 => 'false|object{name:string, orgname:string, table:string, orgtable:string, max_length:0, length:int, charsetnr:int, flags:int, type:int, decimals:int, db:string, def:\'\', catalog:\'def\'}', + ), + 'mysqli_result::fetch_field_direct' => + array ( + 0 => 'false|object{name:string, orgname:string, table:string, orgtable:string, max_length:0, length:int, charsetnr:int, flags:int, type:int, decimals:int, db:string, def:\'\', catalog:\'def\'}', + 'index' => 'int', + ), + 'mysqli_result::fetch_fields' => + array ( + 0 => 'list', + ), + 'mysqli_result::fetch_object' => + array ( + 0 => 'false|null|object', + 'class=' => 'string', + 'constructor_args=' => 'array', + ), + 'mysqli_result::fetch_row' => + array ( + 0 => 'false|list|null', + ), + 'mysqli_result::field_seek' => + array ( + 0 => 'true', + 'index' => 'int', + ), + 'mysqli_result::free' => + array ( + 0 => 'void', + ), + 'mysqli_result::free_result' => + array ( + 0 => 'void', + ), + 'mysqli_rollback' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'flags=' => 'int', + 'name=' => 'null|string', + ), + 'mysqli_rpl_parse_enabled' => + array ( + 0 => 'int', + 'link' => 'mysqli', + ), + 'mysqli_rpl_probe' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + ), + 'mysqli_rpl_query_type' => + array ( + 0 => 'int', + 'link' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_savepoint' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'name' => 'string', + ), + 'mysqli_savepoint_libmysql' => + array ( + 0 => 'bool', + ), + 'mysqli_select_db' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'database' => 'string', + ), + 'mysqli_send_query' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_set_charset' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'charset' => 'string', + ), + 'mysqli_set_local_infile_default' => + array ( + 0 => 'void', + 'link' => 'mysqli', + ), + 'mysqli_set_local_infile_handler' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + 'read_func' => 'callable', + ), + 'mysqli_set_opt' => + array ( + 0 => 'bool', + 'mysql' => 'mysqli', + 'option' => 'int', + 'value' => 'int|string', + ), + 'mysqli_slave_query' => + array ( + 0 => 'bool', + 'link' => 'mysqli', + 'query' => 'string', + ), + 'mysqli_sqlstate' => + array ( + 0 => 'string', + 'mysql' => 'mysqli', + ), + 'mysqli_ssl_set' => + array ( + 0 => 'true', + 'mysql' => 'mysqli', + 'key' => 'null|string', + 'certificate' => 'null|string', + 'ca_certificate' => 'null|string', + 'ca_path' => 'null|string', + 'cipher_algos' => 'null|string', + ), + 'mysqli_stat' => + array ( + 0 => 'false|string', + 'mysql' => 'mysqli', + ), + 'mysqli_stmt::__construct' => + array ( + 0 => 'void', + 'mysql' => 'mysqli', + 'query=' => 'null|string', + ), + 'mysqli_stmt::attr_get' => + array ( + 0 => 'int', + 'attribute' => 'int', + ), + 'mysqli_stmt::attr_set' => + array ( + 0 => 'bool', + 'attribute' => 'int', + 'value' => 'int', + ), + 'mysqli_stmt::bind_param' => + array ( + 0 => 'bool', + 'types' => 'string', + '&var' => 'mixed', + '&...vars=' => 'mixed', + ), + 'mysqli_stmt::bind_result' => + array ( + 0 => 'bool', + '&w_var1' => 'mixed', + '&...w_vars=' => 'mixed', + ), + 'mysqli_stmt::close' => + array ( + 0 => 'true', + ), + 'mysqli_stmt::data_seek' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'mysqli_stmt::execute' => + array ( + 0 => 'bool', + 'params=' => 'list|null', + ), + 'mysqli_stmt::fetch' => + array ( + 0 => 'bool|null', + ), + 'mysqli_stmt::free_result' => + array ( + 0 => 'void', + ), + 'mysqli_stmt::get_result' => + array ( + 0 => 'false|mysqli_result', + ), + 'mysqli_stmt::get_warnings' => + array ( + 0 => 'false|mysqli_warning', + ), + 'mysqli_stmt::more_results' => + array ( + 0 => 'bool', + ), + 'mysqli_stmt::next_result' => + array ( + 0 => 'bool', + ), + 'mysqli_stmt::num_rows' => + array ( + 0 => 'int<0, max>|numeric-string', + ), + 'mysqli_stmt::prepare' => + array ( + 0 => 'bool', + 'query' => 'string', + ), + 'mysqli_stmt::reset' => + array ( + 0 => 'bool', + ), + 'mysqli_stmt::result_metadata' => + array ( + 0 => 'false|mysqli_result', + ), + 'mysqli_stmt::send_long_data' => + array ( + 0 => 'bool', + 'param_num' => 'int', + 'data' => 'string', + ), + 'mysqli_stmt::store_result' => + array ( + 0 => 'bool', + ), + 'mysqli_stmt_affected_rows' => + array ( + 0 => 'int<-1, max>|numeric-string', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_attr_get' => + array ( + 0 => 'int', + 'statement' => 'mysqli_stmt', + 'attribute' => 'int', + ), + 'mysqli_stmt_attr_set' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + 'attribute' => 'int', + 'value' => 'int', + ), + 'mysqli_stmt_bind_param' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + 'types' => 'string', + '&var' => 'mixed', + '&...vars=' => 'mixed', + ), + 'mysqli_stmt_bind_result' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + '&w_var1' => 'mixed', + '&...w_vars=' => 'mixed', + ), + 'mysqli_stmt_close' => + array ( + 0 => 'true', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_data_seek' => + array ( + 0 => 'void', + 'statement' => 'mysqli_stmt', + 'offset' => 'int', + ), + 'mysqli_stmt_errno' => + array ( + 0 => 'int', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_error' => + array ( + 0 => 'string', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_error_list' => + array ( + 0 => 'array', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_execute' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + 'params=' => 'list|null', + ), + 'mysqli_stmt_fetch' => + array ( + 0 => 'bool|null', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_field_count' => + array ( + 0 => 'int', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_free_result' => + array ( + 0 => 'void', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_get_result' => + array ( + 0 => 'false|mysqli_result', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_get_warnings' => + array ( + 0 => 'false|mysqli_warning', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_init' => + array ( + 0 => 'mysqli_stmt', + 'mysql' => 'mysqli', + ), + 'mysqli_stmt_insert_id' => + array ( + 0 => 'int|string', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_more_results' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_next_result' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_num_rows' => + array ( + 0 => 'int', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_param_count' => + array ( + 0 => 'int', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_prepare' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + 'query' => 'string', + ), + 'mysqli_stmt_reset' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_result_metadata' => + array ( + 0 => 'false|mysqli_result', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_send_long_data' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + 'param_num' => 'int', + 'data' => 'string', + ), + 'mysqli_stmt_sqlstate' => + array ( + 0 => 'string', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_stmt_store_result' => + array ( + 0 => 'bool', + 'statement' => 'mysqli_stmt', + ), + 'mysqli_store_result' => + array ( + 0 => 'false|mysqli_result', + 'mysql' => 'mysqli', + 'mode=' => 'int', + ), + 'mysqli_thread_id' => + array ( + 0 => 'int', + 'mysql' => 'mysqli', + ), + 'mysqli_thread_safe' => + array ( + 0 => 'bool', + ), + 'mysqli_use_result' => + array ( + 0 => 'false|mysqli_result', + 'mysql' => 'mysqli', + ), + 'mysqli_warning::__construct' => + array ( + 0 => 'void', + ), + 'mysqli_warning::next' => + array ( + 0 => 'bool', + ), + 'mysqli_warning_count' => + array ( + 0 => 'int', + 'mysql' => 'mysqli', + ), + 'mysqlnd_memcache_get_config' => + array ( + 0 => 'array', + 'connection' => 'mixed', + ), + 'mysqlnd_memcache_set' => + array ( + 0 => 'bool', + 'mysql_connection' => 'mixed', + 'memcache_connection=' => 'Memcached', + 'pattern=' => 'string', + 'callback=' => 'callable', + ), + 'mysqlnd_ms_dump_servers' => + array ( + 0 => 'array', + 'connection' => 'mixed', + ), + 'mysqlnd_ms_fabric_select_global' => + array ( + 0 => 'array', + 'connection' => 'mixed', + 'table_name' => 'mixed', + ), + 'mysqlnd_ms_fabric_select_shard' => + array ( + 0 => 'array', + 'connection' => 'mixed', + 'table_name' => 'mixed', + 'shard_key' => 'mixed', + ), + 'mysqlnd_ms_get_last_gtid' => + array ( + 0 => 'string', + 'connection' => 'mixed', + ), + 'mysqlnd_ms_get_last_used_connection' => + array ( + 0 => 'array', + 'connection' => 'mixed', + ), + 'mysqlnd_ms_get_stats' => + array ( + 0 => 'array', + ), + 'mysqlnd_ms_match_wild' => + array ( + 0 => 'bool', + 'table_name' => 'string', + 'wildcard' => 'string', + ), + 'mysqlnd_ms_query_is_select' => + array ( + 0 => 'int', + 'query' => 'string', + ), + 'mysqlnd_ms_set_qos' => + array ( + 0 => 'bool', + 'connection' => 'mixed', + 'service_level' => 'int', + 'service_level_option=' => 'int', + 'option_value=' => 'mixed', + ), + 'mysqlnd_ms_set_user_pick_server' => + array ( + 0 => 'bool', + 'function' => 'string', + ), + 'mysqlnd_ms_xa_begin' => + array ( + 0 => 'int', + 'connection' => 'mixed', + 'gtrid' => 'string', + 'timeout=' => 'int', + ), + 'mysqlnd_ms_xa_commit' => + array ( + 0 => 'int', + 'connection' => 'mixed', + 'gtrid' => 'string', + ), + 'mysqlnd_ms_xa_gc' => + array ( + 0 => 'int', + 'connection' => 'mixed', + 'gtrid=' => 'string', + 'ignore_max_retries=' => 'bool', + ), + 'mysqlnd_ms_xa_rollback' => + array ( + 0 => 'int', + 'connection' => 'mixed', + 'gtrid' => 'string', + ), + 'mysqlnd_qc_change_handler' => + array ( + 0 => 'bool', + 'handler' => 'mixed', + ), + 'mysqlnd_qc_clear_cache' => + array ( + 0 => 'bool', + ), + 'mysqlnd_qc_get_available_handlers' => + array ( + 0 => 'array', + ), + 'mysqlnd_qc_get_cache_info' => + array ( + 0 => 'array', + ), + 'mysqlnd_qc_get_core_stats' => + array ( + 0 => 'array', + ), + 'mysqlnd_qc_get_handler' => + array ( + 0 => 'array', + ), + 'mysqlnd_qc_get_normalized_query_trace_log' => + array ( + 0 => 'array', + ), + 'mysqlnd_qc_get_query_trace_log' => + array ( + 0 => 'array', + ), + 'mysqlnd_qc_set_cache_condition' => + array ( + 0 => 'bool', + 'condition_type' => 'int', + 'condition' => 'mixed', + 'condition_option' => 'mixed', + ), + 'mysqlnd_qc_set_is_select' => + array ( + 0 => 'mixed', + 'callback' => 'string', + ), + 'mysqlnd_qc_set_storage_handler' => + array ( + 0 => 'bool', + 'handler' => 'string', + ), + 'mysqlnd_qc_set_user_handlers' => + array ( + 0 => 'bool', + 'get_hash' => 'string', + 'find_query_in_cache' => 'string', + 'return_to_cache' => 'string', + 'add_query_to_cache_if_not_exists' => 'string', + 'query_is_select' => 'string', + 'update_query_run_time_stats' => 'string', + 'get_stats' => 'string', + 'clear_cache' => 'string', + ), + 'mysqlnd_uh_convert_to_mysqlnd' => + array ( + 0 => 'resource', + '&rw_mysql_connection' => 'mysqli', + ), + 'mysqlnd_uh_set_connection_proxy' => + array ( + 0 => 'bool', + '&rw_connection_proxy' => 'MysqlndUhConnection', + '&rw_mysqli_connection=' => 'mysqli', + ), + 'mysqlnd_uh_set_statement_proxy' => + array ( + 0 => 'bool', + '&rw_statement_proxy' => 'MysqlndUhStatement', + ), + 'mysqlnduhconnection::__construct' => + array ( + 0 => 'void', + ), + 'mysqlnduhconnection::changeuser' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'user' => 'string', + 'password' => 'string', + 'database' => 'string', + 'silent' => 'bool', + 'passwd_len' => 'int', + ), + 'mysqlnduhconnection::charsetname' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::close' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'close_type' => 'int', + ), + 'mysqlnduhconnection::connect' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'host' => 'string', + 'use' => 'string', + 'password' => 'string', + 'database' => 'string', + 'port' => 'int', + 'socket' => 'string', + 'mysql_flags' => 'int', + ), + 'mysqlnduhconnection::endpsession' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::escapestring' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + 'escape_string' => 'string', + ), + 'mysqlnduhconnection::getaffectedrows' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::geterrornumber' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::geterrorstring' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getfieldcount' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::gethostinformation' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getlastinsertid' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getlastmessage' => + array ( + 0 => 'void', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getprotocolinformation' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getserverinformation' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getserverstatistics' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getserverversion' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getsqlstate' => + array ( + 0 => 'string', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getstatistics' => + array ( + 0 => 'array', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getthreadid' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::getwarningcount' => + array ( + 0 => 'int', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::init' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::killconnection' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'pid' => 'int', + ), + 'mysqlnduhconnection::listfields' => + array ( + 0 => 'array', + 'connection' => 'mysqlnd_connection', + 'table' => 'string', + 'achtung_wild' => 'string', + ), + 'mysqlnduhconnection::listmethod' => + array ( + 0 => 'void', + 'connection' => 'mysqlnd_connection', + 'query' => 'string', + 'achtung_wild' => 'string', + 'par1' => 'string', + ), + 'mysqlnduhconnection::moreresults' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::nextresult' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::ping' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::query' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'query' => 'string', + ), + 'mysqlnduhconnection::queryreadresultsetheader' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'mysqlnd_stmt' => 'mysqlnd_statement', + ), + 'mysqlnduhconnection::reapquery' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::refreshserver' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'options' => 'int', + ), + 'mysqlnduhconnection::restartpsession' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::selectdb' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'database' => 'string', + ), + 'mysqlnduhconnection::sendclose' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::sendquery' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'query' => 'string', + ), + 'mysqlnduhconnection::serverdumpdebuginformation' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::setautocommit' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'mode' => 'int', + ), + 'mysqlnduhconnection::setcharset' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'charset' => 'string', + ), + 'mysqlnduhconnection::setclientoption' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'option' => 'int', + 'value' => 'int', + ), + 'mysqlnduhconnection::setserveroption' => + array ( + 0 => 'void', + 'connection' => 'mysqlnd_connection', + 'option' => 'int', + ), + 'mysqlnduhconnection::shutdownserver' => + array ( + 0 => 'void', + 'MYSQLND_UH_RES_MYSQLND_NAME' => 'string', + 'level' => 'string', + ), + 'mysqlnduhconnection::simplecommand' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'command' => 'int', + 'arg' => 'string', + 'ok_packet' => 'int', + 'silent' => 'bool', + 'ignore_upsert_status' => 'bool', + ), + 'mysqlnduhconnection::simplecommandhandleresponse' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'ok_packet' => 'int', + 'silent' => 'bool', + 'command' => 'int', + 'ignore_upsert_status' => 'bool', + ), + 'mysqlnduhconnection::sslset' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + 'key' => 'string', + 'cert' => 'string', + 'ca' => 'string', + 'capath' => 'string', + 'cipher' => 'string', + ), + 'mysqlnduhconnection::stmtinit' => + array ( + 0 => 'resource', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::storeresult' => + array ( + 0 => 'resource', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::txcommit' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::txrollback' => + array ( + 0 => 'bool', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhconnection::useresult' => + array ( + 0 => 'resource', + 'connection' => 'mysqlnd_connection', + ), + 'mysqlnduhpreparedstatement::__construct' => + array ( + 0 => 'void', + ), + 'mysqlnduhpreparedstatement::execute' => + array ( + 0 => 'bool', + 'statement' => 'mysqlnd_prepared_statement', + ), + 'mysqlnduhpreparedstatement::prepare' => + array ( + 0 => 'bool', + 'statement' => 'mysqlnd_prepared_statement', + 'query' => 'string', + ), + 'newrelic_add_custom_parameter' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'scalar', + ), + 'newrelic_add_custom_tracer' => + array ( + 0 => 'bool', + 'function_name' => 'string', + ), + 'newrelic_background_job' => + array ( + 0 => 'void', + 'flag=' => 'bool', + ), + 'newrelic_capture_params' => + array ( + 0 => 'void', + 'enable=' => 'bool', + ), + 'newrelic_custom_metric' => + array ( + 0 => 'bool', + 'metric_name' => 'string', + 'value' => 'float', + ), + 'newrelic_disable_autorum' => + array ( + 0 => 'true', + ), + 'newrelic_end_of_transaction' => + array ( + 0 => 'void', + ), + 'newrelic_end_transaction' => + array ( + 0 => 'bool', + 'ignore=' => 'bool', + ), + 'newrelic_get_browser_timing_footer' => + array ( + 0 => 'string', + 'include_tags=' => 'bool', + ), + 'newrelic_get_browser_timing_header' => + array ( + 0 => 'string', + 'include_tags=' => 'bool', + ), + 'newrelic_ignore_apdex' => + array ( + 0 => 'void', + ), + 'newrelic_ignore_transaction' => + array ( + 0 => 'void', + ), + 'newrelic_name_transaction' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'newrelic_notice_error' => + array ( + 0 => 'void', + 'message' => 'string', + 'exception=' => 'Exception|Throwable', + ), + 'newrelic_notice_error\'1' => + array ( + 0 => 'void', + 'unused_1' => 'string', + 'message' => 'string', + 'unused_2' => 'string', + 'unused_3' => 'int', + 'unused_4=' => 'mixed', + ), + 'newrelic_record_custom_event' => + array ( + 0 => 'void', + 'name' => 'string', + 'attributes' => 'array', + ), + 'newrelic_record_datastore_segment' => + array ( + 0 => 'mixed', + 'func' => 'callable', + 'parameters' => 'array', + ), + 'newrelic_set_appname' => + array ( + 0 => 'bool', + 'name' => 'string', + 'license=' => 'string', + 'xmit=' => 'bool', + ), + 'newrelic_set_user_attributes' => + array ( + 0 => 'bool', + 'user' => 'string', + 'account' => 'string', + 'product' => 'string', + ), + 'newrelic_start_transaction' => + array ( + 0 => 'bool', + 'appname' => 'string', + 'license=' => 'string', + ), + 'ngettext' => + array ( + 0 => 'string', + 'singular' => 'string', + 'plural' => 'string', + 'count' => 'int', + ), + 'notes_body' => + array ( + 0 => 'array', + 'server' => 'string', + 'mailbox' => 'string', + 'msg_number' => 'int', + ), + 'notes_copy_db' => + array ( + 0 => 'bool', + 'from_database_name' => 'string', + 'to_database_name' => 'string', + ), + 'notes_create_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + ), + 'notes_create_note' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'form_name' => 'string', + ), + 'notes_drop_db' => + array ( + 0 => 'bool', + 'database_name' => 'string', + ), + 'notes_find_note' => + array ( + 0 => 'int', + 'database_name' => 'string', + 'name' => 'string', + 'type=' => 'string', + ), + 'notes_header_info' => + array ( + 0 => 'object', + 'server' => 'string', + 'mailbox' => 'string', + 'msg_number' => 'int', + ), + 'notes_list_msgs' => + array ( + 0 => 'bool', + 'db' => 'string', + ), + 'notes_mark_read' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'user_name' => 'string', + 'note_id' => 'string', + ), + 'notes_mark_unread' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'user_name' => 'string', + 'note_id' => 'string', + ), + 'notes_nav_create' => + array ( + 0 => 'bool', + 'database_name' => 'string', + 'name' => 'string', + ), + 'notes_search' => + array ( + 0 => 'array', + 'database_name' => 'string', + 'keywords' => 'string', + ), + 'notes_unread' => + array ( + 0 => 'array', + 'database_name' => 'string', + 'user_name' => 'string', + ), + 'notes_version' => + array ( + 0 => 'float', + 'database_name' => 'string', + ), + 'nsapi_request_headers' => + array ( + 0 => 'array', + ), + 'nsapi_response_headers' => + array ( + 0 => 'array', + ), + 'nsapi_virtual' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'nthmac' => + array ( + 0 => 'string', + 'clent' => 'string', + 'data' => 'string', + ), + 'oauth::__construct' => + array ( + 0 => 'void', + 'consumer_key' => 'string', + 'consumer_secret' => 'string', + 'signature_method=' => 'string', + 'auth_type=' => 'int', + ), + 'oauth::disabledebug' => + array ( + 0 => 'bool', + ), + 'oauth::disableredirects' => + array ( + 0 => 'bool', + ), + 'oauth::disablesslchecks' => + array ( + 0 => 'bool', + ), + 'oauth::enabledebug' => + array ( + 0 => 'bool', + ), + 'oauth::enableredirects' => + array ( + 0 => 'bool', + ), + 'oauth::enablesslchecks' => + array ( + 0 => 'bool', + ), + 'oauth::fetch' => + array ( + 0 => 'mixed', + 'protected_resource_url' => 'string', + 'extra_parameters=' => 'array', + 'http_method=' => 'string', + 'http_headers=' => 'array', + ), + 'oauth::generatesignature' => + array ( + 0 => 'string', + 'http_method' => 'string', + 'url' => 'string', + 'extra_parameters=' => 'mixed', + ), + 'oauth::getaccesstoken' => + array ( + 0 => 'array|false', + 'access_token_url' => 'string', + 'auth_session_handle=' => 'string', + 'verifier_token=' => 'string', + 'http_method=' => 'string', + ), + 'oauth::getcapath' => + array ( + 0 => 'array', + ), + 'oauth::getlastresponse' => + array ( + 0 => 'string', + ), + 'oauth::getlastresponseheaders' => + array ( + 0 => 'false|string', + ), + 'oauth::getlastresponseinfo' => + array ( + 0 => 'array', + ), + 'oauth::getrequestheader' => + array ( + 0 => 'false|string', + 'http_method' => 'string', + 'url' => 'string', + 'extra_parameters=' => 'mixed', + ), + 'oauth::getrequesttoken' => + array ( + 0 => 'array|false', + 'request_token_url' => 'string', + 'callback_url=' => 'string', + 'http_method=' => 'string', + ), + 'oauth::setauthtype' => + array ( + 0 => 'bool', + 'auth_type' => 'int', + ), + 'oauth::setcapath' => + array ( + 0 => 'mixed', + 'ca_path=' => 'string', + 'ca_info=' => 'string', + ), + 'oauth::setnonce' => + array ( + 0 => 'mixed', + 'nonce' => 'string', + ), + 'oauth::setrequestengine' => + array ( + 0 => 'void', + 'reqengine' => 'int', + ), + 'oauth::setrsacertificate' => + array ( + 0 => 'mixed', + 'cert' => 'string', + ), + 'oauth::setsslchecks' => + array ( + 0 => 'bool', + 'sslcheck' => 'int', + ), + 'oauth::settimeout' => + array ( + 0 => 'void', + 'timeout' => 'int', + ), + 'oauth::settimestamp' => + array ( + 0 => 'mixed', + 'timestamp' => 'string', + ), + 'oauth::settoken' => + array ( + 0 => 'bool', + 'token' => 'string', + 'token_secret' => 'string', + ), + 'oauth::setversion' => + array ( + 0 => 'bool', + 'version' => 'string', + ), + 'oauth_get_sbs' => + array ( + 0 => 'string', + 'http_method' => 'string', + 'uri' => 'string', + 'parameters' => 'array', + ), + 'oauth_urlencode' => + array ( + 0 => 'string', + 'uri' => 'string', + ), + 'oauthprovider::__construct' => + array ( + 0 => 'void', + 'params_array=' => 'array', + ), + 'oauthprovider::addrequiredparameter' => + array ( + 0 => 'bool', + 'req_params' => 'string', + ), + 'oauthprovider::callconsumerhandler' => + array ( + 0 => 'void', + ), + 'oauthprovider::calltimestampnoncehandler' => + array ( + 0 => 'void', + ), + 'oauthprovider::calltokenhandler' => + array ( + 0 => 'void', + ), + 'oauthprovider::checkoauthrequest' => + array ( + 0 => 'void', + 'uri=' => 'string', + 'method=' => 'string', + ), + 'oauthprovider::consumerhandler' => + array ( + 0 => 'void', + 'callback_function' => 'callable', + ), + 'oauthprovider::generatetoken' => + array ( + 0 => 'string', + 'size' => 'int', + 'strong=' => 'bool', + ), + 'oauthprovider::is2leggedendpoint' => + array ( + 0 => 'void', + 'params_array' => 'mixed', + ), + 'oauthprovider::isrequesttokenendpoint' => + array ( + 0 => 'void', + 'will_issue_request_token' => 'bool', + ), + 'oauthprovider::removerequiredparameter' => + array ( + 0 => 'bool', + 'req_params' => 'string', + ), + 'oauthprovider::reportproblem' => + array ( + 0 => 'string', + 'oauthexception' => 'string', + 'send_headers=' => 'bool', + ), + 'oauthprovider::setparam' => + array ( + 0 => 'bool', + 'param_key' => 'string', + 'param_val=' => 'mixed', + ), + 'oauthprovider::setrequesttokenpath' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'oauthprovider::timestampnoncehandler' => + array ( + 0 => 'void', + 'callback_function' => 'callable', + ), + 'oauthprovider::tokenhandler' => + array ( + 0 => 'void', + 'callback_function' => 'callable', + ), + 'ob_deflatehandler' => + array ( + 0 => 'string', + 'data' => 'string', + 'mode' => 'int', + ), + 'ob_etaghandler' => + array ( + 0 => 'string', + 'data' => 'string', + 'mode' => 'int', + ), + 'ob_iconv_handler' => + array ( + 0 => 'string', + 'contents' => 'string', + 'status' => 'int', + ), + 'ob_inflatehandler' => + array ( + 0 => 'string', + 'data' => 'string', + 'mode' => 'int', + ), + 'ob_tidyhandler' => + array ( + 0 => 'string', + 'input' => 'string', + 'mode=' => 'int', + ), + 'oci_bind_array_by_name' => + array ( + 0 => 'bool', + 'statement' => 'resource', + 'param' => 'string', + '&rw_var' => 'array', + 'max_array_length' => 'int', + 'max_item_length=' => 'int', + 'type=' => 'int', + ), + 'oci_bind_by_name' => + array ( + 0 => 'bool', + 'statement' => 'resource', + 'param' => 'string', + '&rw_var' => 'mixed', + 'max_length=' => 'int', + 'type=' => 'int', + ), + 'oci_cancel' => + array ( + 0 => 'bool', + 'statement' => 'resource', + ), + 'oci_client_version' => + array ( + 0 => 'string', + ), + 'oci_close' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'oci_collection_append' => + array ( + 0 => 'bool', + 'collection' => 'string', + ), + 'oci_collection_assign' => + array ( + 0 => 'bool', + 'to' => 'object', + ), + 'oci_collection_element_assign' => + array ( + 0 => 'bool', + 'collection' => 'int', + 'index' => 'string', + ), + 'oci_collection_element_get' => + array ( + 0 => 'string', + 'collection' => 'int', + ), + 'oci_collection_max' => + array ( + 0 => 'int', + ), + 'oci_collection_size' => + array ( + 0 => 'int', + ), + 'oci_collection_trim' => + array ( + 0 => 'bool', + 'collection' => 'int', + ), + 'oci_commit' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'oci_connect' => + array ( + 0 => 'false|resource', + 'username' => 'string', + 'password' => 'string', + 'connection_string=' => 'string', + 'encoding=' => 'string', + 'session_mode=' => 'int', + ), + 'oci_define_by_name' => + array ( + 0 => 'bool', + 'statement' => 'resource', + 'column' => 'string', + '&w_var' => 'mixed', + 'type=' => 'int', + ), + 'oci_error' => + array ( + 0 => 'array|false', + 'connection_or_statement=' => 'resource', + ), + 'oci_execute' => + array ( + 0 => 'bool', + 'statement' => 'resource', + 'mode=' => 'int', + ), + 'oci_fetch' => + array ( + 0 => 'bool', + 'statement' => 'resource', + ), + 'oci_fetch_all' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + '&w_output' => 'array', + 'offset=' => 'int', + 'limit=' => 'int', + 'flags=' => 'int', + ), + 'oci_fetch_array' => + array ( + 0 => 'array|false', + 'statement' => 'resource', + 'mode=' => 'int', + ), + 'oci_fetch_assoc' => + array ( + 0 => 'array|false', + 'statement' => 'resource', + ), + 'oci_fetch_object' => + array ( + 0 => 'false|object', + 'statement' => 'resource', + ), + 'oci_fetch_row' => + array ( + 0 => 'array|false', + 'statement' => 'resource', + ), + 'oci_field_is_null' => + array ( + 0 => 'bool', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_field_name' => + array ( + 0 => 'false|string', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_field_precision' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_field_scale' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_field_size' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_field_type' => + array ( + 0 => 'false|mixed', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_field_type_raw' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_free_collection' => + array ( + 0 => 'bool', + ), + 'oci_free_cursor' => + array ( + 0 => 'bool', + 'statement' => 'resource', + ), + 'oci_free_descriptor' => + array ( + 0 => 'bool', + ), + 'oci_free_statement' => + array ( + 0 => 'bool', + 'statement' => 'resource', + ), + 'oci_get_implicit' => + array ( + 0 => 'bool', + 'stmt' => 'mixed', + ), + 'oci_get_implicit_resultset' => + array ( + 0 => 'false|resource', + 'statement' => 'resource', + ), + 'oci_internal_debug' => + array ( + 0 => 'void', + 'onoff' => 'bool', + ), + 'oci_lob_append' => + array ( + 0 => 'bool', + 'to' => 'object', + ), + 'oci_lob_close' => + array ( + 0 => 'bool', + ), + 'oci_lob_copy' => + array ( + 0 => 'bool', + 'to' => 'OCILob', + 'from' => 'OCILob', + 'length=' => 'int', + ), + 'oci_lob_eof' => + array ( + 0 => 'bool', + ), + 'oci_lob_erase' => + array ( + 0 => 'int', + 'lob' => 'int', + 'offset' => 'int', + ), + 'oci_lob_export' => + array ( + 0 => 'bool', + 'lob' => 'string', + 'filename' => 'int', + 'offset' => 'int', + ), + 'oci_lob_flush' => + array ( + 0 => 'bool', + 'lob' => 'int', + ), + 'oci_lob_import' => + array ( + 0 => 'bool', + 'lob' => 'string', + ), + 'oci_lob_is_equal' => + array ( + 0 => 'bool', + 'lob1' => 'OCILob', + 'lob2' => 'OCILob', + ), + 'oci_lob_load' => + array ( + 0 => 'string', + ), + 'oci_lob_read' => + array ( + 0 => 'string', + 'lob' => 'int', + ), + 'oci_lob_rewind' => + array ( + 0 => 'bool', + ), + 'oci_lob_save' => + array ( + 0 => 'bool', + 'lob' => 'string', + 'data' => 'int', + ), + 'oci_lob_seek' => + array ( + 0 => 'bool', + 'lob' => 'int', + 'offset' => 'int', + ), + 'oci_lob_size' => + array ( + 0 => 'int', + ), + 'oci_lob_tell' => + array ( + 0 => 'int', + ), + 'oci_lob_truncate' => + array ( + 0 => 'bool', + 'lob' => 'int', + ), + 'oci_lob_write' => + array ( + 0 => 'int', + 'lob' => 'string', + 'data' => 'int', + ), + 'oci_lob_write_temporary' => + array ( + 0 => 'bool', + 'value' => 'string', + 'lob_type' => 'int', + ), + 'oci_new_collection' => + array ( + 0 => 'OCICollection|false', + 'connection' => 'resource', + 'type_name' => 'string', + 'schema=' => 'string', + ), + 'oci_new_connect' => + array ( + 0 => 'false|resource', + 'username' => 'string', + 'password' => 'string', + 'connection_string=' => 'string', + 'encoding=' => 'string', + 'session_mode=' => 'int', + ), + 'oci_new_cursor' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + ), + 'oci_new_descriptor' => + array ( + 0 => 'OCILob|false', + 'connection' => 'resource', + 'type=' => 'int', + ), + 'oci_num_fields' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + ), + 'oci_num_rows' => + array ( + 0 => 'false|int', + 'statement' => 'resource', + ), + 'oci_parse' => + array ( + 0 => 'false|resource', + 'connection' => 'resource', + 'sql' => 'string', + ), + 'oci_password_change' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'username' => 'string', + 'old_password' => 'string', + 'new_password' => 'string', + ), + 'oci_pconnect' => + array ( + 0 => 'false|resource', + 'username' => 'string', + 'password' => 'string', + 'connection_string=' => 'string', + 'encoding=' => 'string', + 'session_mode=' => 'int', + ), + 'oci_register_taf_callback' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'callback=' => 'callable', + ), + 'oci_result' => + array ( + 0 => 'false|mixed', + 'statement' => 'resource', + 'column' => 'mixed', + ), + 'oci_rollback' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'oci_server_version' => + array ( + 0 => 'false|string', + 'connection' => 'resource', + ), + 'oci_set_action' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'action' => 'string', + ), + 'oci_set_call_timeout' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'timeout' => 'int', + ), + 'oci_set_client_identifier' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'client_id' => 'string', + ), + 'oci_set_client_info' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'client_info' => 'string', + ), + 'oci_set_db_operation' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'action' => 'string', + ), + 'oci_set_edition' => + array ( + 0 => 'bool', + 'edition' => 'string', + ), + 'oci_set_module_name' => + array ( + 0 => 'bool', + 'connection' => 'resource', + 'name' => 'string', + ), + 'oci_set_prefetch' => + array ( + 0 => 'bool', + 'statement' => 'resource', + 'rows' => 'int', + ), + 'oci_statement_type' => + array ( + 0 => 'false|string', + 'statement' => 'resource', + ), + 'oci_unregister_taf_callback' => + array ( + 0 => 'bool', + 'connection' => 'resource', + ), + 'ocicollection::append' => + array ( + 0 => 'bool', + 'value' => 'mixed', + ), + 'ocicollection::assign' => + array ( + 0 => 'bool', + 'from' => 'OCI_Collection', + ), + 'ocicollection::assignelem' => + array ( + 0 => 'bool', + 'index' => 'int', + 'value' => 'mixed', + ), + 'ocicollection::free' => + array ( + 0 => 'bool', + ), + 'ocicollection::getelem' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ocicollection::max' => + array ( + 0 => 'false|int', + ), + 'ocicollection::size' => + array ( + 0 => 'false|int', + ), + 'ocicollection::trim' => + array ( + 0 => 'bool', + 'num' => 'int', + ), + 'ocifetchinto' => + array ( + 0 => 'bool|int', + 'statement' => 'resource', + '&w_result' => 'array', + 'mode=' => 'int', + ), + 'ocigetbufferinglob' => + array ( + 0 => 'bool', + ), + 'ocilob::append' => + array ( + 0 => 'bool', + 'lob_from' => 'OCILob', + ), + 'ocilob::close' => + array ( + 0 => 'bool', + ), + 'ocilob::eof' => + array ( + 0 => 'bool', + ), + 'ocilob::erase' => + array ( + 0 => 'false|int', + 'offset=' => 'int', + 'length=' => 'int', + ), + 'ocilob::export' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'start=' => 'int', + 'length=' => 'int', + ), + 'ocilob::flush' => + array ( + 0 => 'bool', + 'flag=' => 'int', + ), + 'ocilob::free' => + array ( + 0 => 'bool', + ), + 'ocilob::getbuffering' => + array ( + 0 => 'bool', + ), + 'ocilob::import' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'ocilob::load' => + array ( + 0 => 'false|string', + ), + 'ocilob::read' => + array ( + 0 => 'false|string', + 'length' => 'int', + ), + 'ocilob::rewind' => + array ( + 0 => 'bool', + ), + 'ocilob::save' => + array ( + 0 => 'bool', + 'data' => 'string', + 'offset=' => 'int', + ), + 'ocilob::savefile' => + array ( + 0 => 'bool', + 'filename' => 'mixed', + ), + 'ocilob::seek' => + array ( + 0 => 'bool', + 'offset' => 'int', + 'whence=' => 'int', + ), + 'ocilob::setbuffering' => + array ( + 0 => 'bool', + 'on_off' => 'bool', + ), + 'ocilob::size' => + array ( + 0 => 'false|int', + ), + 'ocilob::tell' => + array ( + 0 => 'false|int', + ), + 'ocilob::truncate' => + array ( + 0 => 'bool', + 'length=' => 'int', + ), + 'ocilob::write' => + array ( + 0 => 'false|int', + 'data' => 'string', + 'length=' => 'int', + ), + 'ocilob::writetemporary' => + array ( + 0 => 'bool', + 'data' => 'string', + 'lob_type=' => 'int', + ), + 'ocilob::writetofile' => + array ( + 0 => 'bool', + 'filename' => 'mixed', + 'start' => 'mixed', + 'length' => 'mixed', + ), + 'ocisetbufferinglob' => + array ( + 0 => 'bool', + 'lob' => 'bool', + ), + 'odbc_autocommit' => + array ( + 0 => 'bool|int', + 'odbc' => 'Odbc\\Connection', + 'enable=' => 'bool|null', + ), + 'odbc_binmode' => + array ( + 0 => 'true', + 'statement' => 'Odbc\\Result', + 'mode' => 'int', + ), + 'odbc_close' => + array ( + 0 => 'void', + 'odbc' => 'Odbc\\Connection', + ), + 'odbc_close_all' => + array ( + 0 => 'void', + ), + 'odbc_columnprivileges' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog' => 'null|string', + 'schema' => 'string', + 'table' => 'string', + 'column' => 'string', + ), + 'odbc_columns' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog=' => 'null|string', + 'schema=' => 'null|string', + 'table=' => 'null|string', + 'column=' => 'null|string', + ), + 'odbc_commit' => + array ( + 0 => 'bool', + 'odbc' => 'Odbc\\Connection', + ), + 'odbc_connect' => + array ( + 0 => 'Odbc\\Connection|false', + 'dsn' => 'string', + 'user' => 'null|string', + 'password' => 'null|string', + 'cursor_option=' => 'int', + ), + 'odbc_cursor' => + array ( + 0 => 'string', + 'statement' => 'Odbc\\Result', + ), + 'odbc_data_source' => + array ( + 0 => 'array|false|null', + 'odbc' => 'Odbc\\Connection', + 'fetch_type' => 'int', + ), + 'odbc_do' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'query' => 'string', + ), + 'odbc_error' => + array ( + 0 => 'string', + 'odbc=' => 'Odbc\\Connection|null', + ), + 'odbc_errormsg' => + array ( + 0 => 'string', + 'odbc=' => 'Odbc\\Connection|null', + ), + 'odbc_exec' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'query' => 'string', + ), + 'odbc_execute' => + array ( + 0 => 'bool', + 'statement' => 'Odbc\\Result', + 'params=' => 'array', + ), + 'odbc_fetch_array' => + array ( + 0 => 'array|false', + 'statement' => 'resource', + 'row=' => 'int|null', + ), + 'odbc_fetch_into' => + array ( + 0 => 'int', + 'statement' => 'resource', + '&w_array' => 'array', + 'row=' => 'int|null', + ), + 'odbc_fetch_object' => + array ( + 0 => 'false|stdClass', + 'statement' => 'resource', + 'row=' => 'int|null', + ), + 'odbc_fetch_row' => + array ( + 0 => 'bool', + 'statement' => 'Odbc\\Result', + 'row=' => 'int|null', + ), + 'odbc_field_len' => + array ( + 0 => 'false|int', + 'statement' => 'Odbc\\Result', + 'field' => 'int', + ), + 'odbc_field_name' => + array ( + 0 => 'false|string', + 'statement' => 'Odbc\\Result', + 'field' => 'int', + ), + 'odbc_field_num' => + array ( + 0 => 'false|int', + 'statement' => 'Odbc\\Result', + 'field' => 'string', + ), + 'odbc_field_precision' => + array ( + 0 => 'int', + 'statement' => 'Odbc\\Result', + 'field' => 'int', + ), + 'odbc_field_scale' => + array ( + 0 => 'false|int', + 'statement' => 'Odbc\\Result', + 'field' => 'int', + ), + 'odbc_field_type' => + array ( + 0 => 'false|string', + 'statement' => 'Odbc\\Result', + 'field' => 'int', + ), + 'odbc_foreignkeys' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'pk_catalog' => 'null|string', + 'pk_schema' => 'string', + 'pk_table' => 'string', + 'fk_catalog' => 'string', + 'fk_schema' => 'string', + 'fk_table' => 'string', + ), + 'odbc_free_result' => + array ( + 0 => 'true', + 'statement' => 'Odbc\\Result', + ), + 'odbc_gettypeinfo' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'data_type=' => 'int', + ), + 'odbc_longreadlen' => + array ( + 0 => 'true', + 'statement' => 'Odbc\\Result', + 'length' => 'int', + ), + 'odbc_next_result' => + array ( + 0 => 'bool', + 'statement' => 'Odbc\\Result', + ), + 'odbc_num_fields' => + array ( + 0 => 'int', + 'statement' => 'Odbc\\Result', + ), + 'odbc_num_rows' => + array ( + 0 => 'int', + 'statement' => 'Odbc\\Result', + ), + 'odbc_pconnect' => + array ( + 0 => 'Odbc\\Connection|false', + 'dsn' => 'string', + 'user' => 'null|string', + 'password' => 'null|string', + 'cursor_option=' => 'int', + ), + 'odbc_prepare' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'query' => 'string', + ), + 'odbc_primarykeys' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog' => 'null|string', + 'schema' => 'string', + 'table' => 'string', + ), + 'odbc_procedurecolumns' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog=' => 'null|string', + 'schema=' => 'null|string', + 'procedure=' => 'null|string', + 'column=' => 'null|string', + ), + 'odbc_procedures' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog=' => 'null|string', + 'schema=' => 'null|string', + 'procedure=' => 'null|string', + ), + 'odbc_result' => + array ( + 0 => 'bool|null|string', + 'statement' => 'Odbc\\Result', + 'field' => 'int|string', + ), + 'odbc_result_all' => + array ( + 0 => 'false|int', + 'statement' => 'Odbc\\Result', + 'format=' => 'string', + ), + 'odbc_rollback' => + array ( + 0 => 'bool', + 'odbc' => 'Odbc\\Connection', + ), + 'odbc_setoption' => + array ( + 0 => 'bool', + 'odbc' => 'Odbc\\Connection|Odbc\\Result', + 'which' => 'int', + 'option' => 'int', + 'value' => 'int', + ), + 'odbc_specialcolumns' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'type' => 'int', + 'catalog' => 'null|string', + 'schema' => 'string', + 'table' => 'string', + 'scope' => 'int', + 'nullable' => 'int', + ), + 'odbc_statistics' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog' => 'null|string', + 'schema' => 'string', + 'table' => 'string', + 'unique' => 'int', + 'accuracy' => 'int', + ), + 'odbc_tableprivileges' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog' => 'null|string', + 'schema' => 'string', + 'table' => 'string', + ), + 'odbc_tables' => + array ( + 0 => 'Odbc\\Result|false', + 'odbc' => 'Odbc\\Connection', + 'catalog=' => 'null|string', + 'schema=' => 'null|string', + 'table=' => 'null|string', + 'types=' => 'null|string', + ), + 'openal_buffer_create' => + array ( + 0 => 'resource', + ), + 'openal_buffer_data' => + array ( + 0 => 'bool', + 'buffer' => 'resource', + 'format' => 'int', + 'data' => 'string', + 'freq' => 'int', + ), + 'openal_buffer_destroy' => + array ( + 0 => 'bool', + 'buffer' => 'resource', + ), + 'openal_buffer_get' => + array ( + 0 => 'int', + 'buffer' => 'resource', + 'property' => 'int', + ), + 'openal_buffer_loadwav' => + array ( + 0 => 'bool', + 'buffer' => 'resource', + 'wavfile' => 'string', + ), + 'openal_context_create' => + array ( + 0 => 'resource', + 'device' => 'resource', + ), + 'openal_context_current' => + array ( + 0 => 'bool', + 'context' => 'resource', + ), + 'openal_context_destroy' => + array ( + 0 => 'bool', + 'context' => 'resource', + ), + 'openal_context_process' => + array ( + 0 => 'bool', + 'context' => 'resource', + ), + 'openal_context_suspend' => + array ( + 0 => 'bool', + 'context' => 'resource', + ), + 'openal_device_close' => + array ( + 0 => 'bool', + 'device' => 'resource', + ), + 'openal_device_open' => + array ( + 0 => 'false|resource', + 'device_desc=' => 'string', + ), + 'openal_listener_get' => + array ( + 0 => 'mixed', + 'property' => 'int', + ), + 'openal_listener_set' => + array ( + 0 => 'bool', + 'property' => 'int', + 'setting' => 'mixed', + ), + 'openal_source_create' => + array ( + 0 => 'resource', + ), + 'openal_source_destroy' => + array ( + 0 => 'bool', + 'source' => 'resource', + ), + 'openal_source_get' => + array ( + 0 => 'mixed', + 'source' => 'resource', + 'property' => 'int', + ), + 'openal_source_pause' => + array ( + 0 => 'bool', + 'source' => 'resource', + ), + 'openal_source_play' => + array ( + 0 => 'bool', + 'source' => 'resource', + ), + 'openal_source_rewind' => + array ( + 0 => 'bool', + 'source' => 'resource', + ), + 'openal_source_set' => + array ( + 0 => 'bool', + 'source' => 'resource', + 'property' => 'int', + 'setting' => 'mixed', + ), + 'openal_source_stop' => + array ( + 0 => 'bool', + 'source' => 'resource', + ), + 'openal_stream' => + array ( + 0 => 'resource', + 'source' => 'resource', + 'format' => 'int', + 'rate' => 'int', + ), + 'outeriterator::current' => + array ( + 0 => 'mixed', + ), + 'outeriterator::getinneriterator' => + array ( + 0 => 'Iterator|null', + ), + 'outeriterator::key' => + array ( + 0 => 'int|string', + ), + 'outeriterator::next' => + array ( + 0 => 'void', + ), + 'outeriterator::rewind' => + array ( + 0 => 'void', + ), + 'outeriterator::valid' => + array ( + 0 => 'bool', + ), + 'output_cache_disable' => + array ( + 0 => 'void', + ), + 'output_cache_disable_compression' => + array ( + 0 => 'void', + ), + 'output_cache_exists' => + array ( + 0 => 'bool', + 'key' => 'string', + 'lifetime' => 'int', + ), + 'output_cache_fetch' => + array ( + 0 => 'string', + 'key' => 'string', + 'function' => 'mixed', + 'lifetime' => 'int', + ), + 'output_cache_get' => + array ( + 0 => 'false|mixed', + 'key' => 'string', + 'lifetime' => 'int', + ), + 'output_cache_output' => + array ( + 0 => 'string', + 'key' => 'string', + 'function' => 'mixed', + 'lifetime' => 'int', + ), + 'output_cache_put' => + array ( + 0 => 'bool', + 'key' => 'string', + 'data' => 'mixed', + ), + 'output_cache_remove' => + array ( + 0 => 'bool', + 'filename' => 'mixed', + ), + 'output_cache_remove_key' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'output_cache_remove_url' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'output_cache_stop' => + array ( + 0 => 'void', + ), + 'outputformatobj::getoption' => + array ( + 0 => 'string', + 'property_name' => 'string', + ), + 'outputformatobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'outputformatobj::setoption' => + array ( + 0 => 'void', + 'property_name' => 'string', + 'new_value' => 'string', + ), + 'outputformatobj::validate' => + array ( + 0 => 'int', + ), + 'overload' => + array ( + 0 => 'mixed', + 'class_name' => 'string', + ), + 'override_function' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'function_args' => 'string', + 'function_code' => 'string', + ), + 'owsrequestobj::__construct' => + array ( + 0 => 'void', + ), + 'owsrequestobj::addparameter' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'string', + ), + 'owsrequestobj::getname' => + array ( + 0 => 'string', + 'index' => 'int', + ), + 'owsrequestobj::getvalue' => + array ( + 0 => 'string', + 'index' => 'int', + ), + 'owsrequestobj::getvaluebyname' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'owsrequestobj::loadparams' => + array ( + 0 => 'int', + ), + 'owsrequestobj::setparameter' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'string', + ), + 'parallel\\future::done' => + array ( + 0 => 'bool', + ), + 'parallel\\future::select' => + array ( + 0 => 'mixed', + '&resolving' => 'array', + '&w_resolved' => 'array', + '&w_errored' => 'array', + '&w_timedout=' => 'array', + 'timeout=' => 'int', + ), + 'parallel\\future::value' => + array ( + 0 => 'mixed', + 'timeout=' => 'int', + ), + 'parallel\\runtime::__construct' => + array ( + 0 => 'void', + 'arg' => 'array|string', + ), + 'parallel\\runtime::__construct\'1' => + array ( + 0 => 'void', + 'bootstrap' => 'string', + 'configuration' => 'array', + ), + 'parallel\\runtime::close' => + array ( + 0 => 'void', + ), + 'parallel\\runtime::kill' => + array ( + 0 => 'void', + ), + 'parallel\\runtime::run' => + array ( + 0 => 'null|parallel\\Future', + 'closure' => 'Closure', + 'args=' => 'array', + ), + 'parle\\lexer::advance' => + array ( + 0 => 'void', + ), + 'parle\\lexer::build' => + array ( + 0 => 'void', + ), + 'parle\\lexer::callout' => + array ( + 0 => 'void', + 'id' => 'int', + 'callback' => 'callable', + ), + 'parle\\lexer::consume' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'parle\\lexer::dump' => + array ( + 0 => 'void', + ), + 'parle\\lexer::gettoken' => + array ( + 0 => 'Parle\\Token', + ), + 'parle\\lexer::insertmacro' => + array ( + 0 => 'void', + 'name' => 'string', + 'regex' => 'string', + ), + 'parle\\lexer::push' => + array ( + 0 => 'void', + 'regex' => 'string', + 'id' => 'int', + ), + 'parle\\lexer::reset' => + array ( + 0 => 'void', + 'pos' => 'int', + ), + 'parle\\parser::advance' => + array ( + 0 => 'void', + ), + 'parle\\parser::build' => + array ( + 0 => 'void', + ), + 'parle\\parser::consume' => + array ( + 0 => 'void', + 'data' => 'string', + 'lexer' => 'Parle\\Lexer', + ), + 'parle\\parser::dump' => + array ( + 0 => 'void', + ), + 'parle\\parser::errorinfo' => + array ( + 0 => 'Parle\\ErrorInfo', + ), + 'parle\\parser::left' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\parser::nonassoc' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\parser::precedence' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\parser::push' => + array ( + 0 => 'int', + 'name' => 'string', + 'rule' => 'string', + ), + 'parle\\parser::reset' => + array ( + 0 => 'void', + 'tokenId' => 'int', + ), + 'parle\\parser::right' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\parser::sigil' => + array ( + 0 => 'string', + 'idx' => 'array', + ), + 'parle\\parser::token' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\parser::tokenid' => + array ( + 0 => 'int', + 'token' => 'string', + ), + 'parle\\parser::trace' => + array ( + 0 => 'string', + ), + 'parle\\parser::validate' => + array ( + 0 => 'bool', + 'data' => 'string', + 'lexer' => 'Parle\\Lexer', + ), + 'parle\\rlexer::advance' => + array ( + 0 => 'void', + ), + 'parle\\rlexer::build' => + array ( + 0 => 'void', + ), + 'parle\\rlexer::callout' => + array ( + 0 => 'void', + 'id' => 'int', + 'callback' => 'callable', + ), + 'parle\\rlexer::consume' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'parle\\rlexer::dump' => + array ( + 0 => 'void', + ), + 'parle\\rlexer::gettoken' => + array ( + 0 => 'Parle\\Token', + ), + 'parle\\rlexer::insertmacro' => + array ( + 0 => 'void', + 'name' => 'string', + 'regex' => 'string', + ), + 'parle\\rlexer::push' => + array ( + 0 => 'void', + 'state' => 'string', + 'regex' => 'string', + 'newState' => 'string', + ), + 'parle\\rlexer::pushstate' => + array ( + 0 => 'int', + 'state' => 'string', + ), + 'parle\\rlexer::reset' => + array ( + 0 => 'void', + 'pos' => 'int', + ), + 'parle\\rparser::advance' => + array ( + 0 => 'void', + ), + 'parle\\rparser::build' => + array ( + 0 => 'void', + ), + 'parle\\rparser::consume' => + array ( + 0 => 'void', + 'data' => 'string', + 'lexer' => 'Parle\\Lexer', + ), + 'parle\\rparser::dump' => + array ( + 0 => 'void', + ), + 'parle\\rparser::errorinfo' => + array ( + 0 => 'Parle\\ErrorInfo', + ), + 'parle\\rparser::left' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\rparser::nonassoc' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\rparser::precedence' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\rparser::push' => + array ( + 0 => 'int', + 'name' => 'string', + 'rule' => 'string', + ), + 'parle\\rparser::reset' => + array ( + 0 => 'void', + 'tokenId' => 'int', + ), + 'parle\\rparser::right' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\rparser::sigil' => + array ( + 0 => 'string', + 'idx' => 'array', + ), + 'parle\\rparser::token' => + array ( + 0 => 'void', + 'token' => 'string', + ), + 'parle\\rparser::tokenid' => + array ( + 0 => 'int', + 'token' => 'string', + ), + 'parle\\rparser::trace' => + array ( + 0 => 'string', + ), + 'parle\\rparser::validate' => + array ( + 0 => 'bool', + 'data' => 'string', + 'lexer' => 'Parle\\Lexer', + ), + 'parle\\stack::pop' => + array ( + 0 => 'void', + ), + 'parle\\stack::push' => + array ( + 0 => 'void', + 'item' => 'mixed', + ), + 'parsekit_compile_file' => + array ( + 0 => 'array', + 'filename' => 'string', + 'errors=' => 'array', + 'options=' => 'int', + ), + 'parsekit_compile_string' => + array ( + 0 => 'array', + 'phpcode' => 'string', + 'errors=' => 'array', + 'options=' => 'int', + ), + 'parsekit_func_arginfo' => + array ( + 0 => 'array', + 'function' => 'mixed', + ), + 'password_make_salt' => + array ( + 0 => 'bool', + 'password' => 'string', + 'hash' => 'string', + ), + 'pcnlt_sigwaitinfo' => + array ( + 0 => 'int', + 'set' => 'array', + '&w_siginfo' => 'array', + ), + 'pdf_activate_item' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'id' => 'int', + ), + 'pdf_add_launchlink' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'filename' => 'string', + ), + 'pdf_add_locallink' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'lowerleftx' => 'float', + 'lowerlefty' => 'float', + 'upperrightx' => 'float', + 'upperrighty' => 'float', + 'page' => 'int', + 'dest' => 'string', + ), + 'pdf_add_nameddest' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'name' => 'string', + 'optlist' => 'string', + ), + 'pdf_add_note' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'contents' => 'string', + 'title' => 'string', + 'icon' => 'string', + 'open' => 'int', + ), + 'pdf_add_pdflink' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'bottom_left_x' => 'float', + 'bottom_left_y' => 'float', + 'up_right_x' => 'float', + 'up_right_y' => 'float', + 'filename' => 'string', + 'page' => 'int', + 'dest' => 'string', + ), + 'pdf_add_table_cell' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'table' => 'int', + 'column' => 'int', + 'row' => 'int', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdf_add_textflow' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'textflow' => 'int', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdf_add_thumbnail' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'image' => 'int', + ), + 'pdf_add_weblink' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'lowerleftx' => 'float', + 'lowerlefty' => 'float', + 'upperrightx' => 'float', + 'upperrighty' => 'float', + 'url' => 'string', + ), + 'pdf_arc' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'pdf_arcn' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'pdf_attach_file' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'filename' => 'string', + 'description' => 'string', + 'author' => 'string', + 'mimetype' => 'string', + 'icon' => 'string', + ), + 'pdf_begin_document' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdf_begin_font' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'filename' => 'string', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'e' => 'float', + 'f' => 'float', + 'optlist' => 'string', + ), + 'pdf_begin_glyph' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'glyphname' => 'string', + 'wx' => 'float', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + ), + 'pdf_begin_item' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'tag' => 'string', + 'optlist' => 'string', + ), + 'pdf_begin_layer' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'layer' => 'int', + ), + 'pdf_begin_page' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + ), + 'pdf_begin_page_ext' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + 'optlist' => 'string', + ), + 'pdf_begin_pattern' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + 'xstep' => 'float', + 'ystep' => 'float', + 'painttype' => 'int', + ), + 'pdf_begin_template' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + ), + 'pdf_begin_template_ext' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + 'optlist' => 'string', + ), + 'pdf_circle' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + ), + 'pdf_clip' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_close' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_close_image' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'image' => 'int', + ), + 'pdf_close_pdi' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'doc' => 'int', + ), + 'pdf_close_pdi_page' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'page' => 'int', + ), + 'pdf_closepath' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_closepath_fill_stroke' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_closepath_stroke' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_concat' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'e' => 'float', + 'f' => 'float', + ), + 'pdf_continue_text' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'text' => 'string', + ), + 'pdf_create_3dview' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'username' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_action' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_annotation' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_bookmark' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_field' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'name' => 'string', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_fieldgroup' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'name' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_gstate' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'optlist' => 'string', + ), + 'pdf_create_pvf' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'filename' => 'string', + 'data' => 'string', + 'optlist' => 'string', + ), + 'pdf_create_textflow' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdf_curveto' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'pdf_define_layer' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'name' => 'string', + 'optlist' => 'string', + ), + 'pdf_delete' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + ), + 'pdf_delete_pvf' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'filename' => 'string', + ), + 'pdf_delete_table' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'table' => 'int', + 'optlist' => 'string', + ), + 'pdf_delete_textflow' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'textflow' => 'int', + ), + 'pdf_encoding_set_char' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'encoding' => 'string', + 'slot' => 'int', + 'glyphname' => 'string', + 'uv' => 'int', + ), + 'pdf_end_document' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'optlist' => 'string', + ), + 'pdf_end_font' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + ), + 'pdf_end_glyph' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + ), + 'pdf_end_item' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'id' => 'int', + ), + 'pdf_end_layer' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + ), + 'pdf_end_page' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_end_page_ext' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'optlist' => 'string', + ), + 'pdf_end_pattern' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_end_template' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_endpath' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_fill' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_fill_imageblock' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'page' => 'int', + 'blockname' => 'string', + 'image' => 'int', + 'optlist' => 'string', + ), + 'pdf_fill_pdfblock' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'page' => 'int', + 'blockname' => 'string', + 'contents' => 'int', + 'optlist' => 'string', + ), + 'pdf_fill_stroke' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_fill_textblock' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'page' => 'int', + 'blockname' => 'string', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdf_findfont' => + array ( + 0 => 'int', + 'p' => 'resource', + 'fontname' => 'string', + 'encoding' => 'string', + 'embed' => 'int', + ), + 'pdf_fit_image' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'image' => 'int', + 'x' => 'float', + 'y' => 'float', + 'optlist' => 'string', + ), + 'pdf_fit_pdi_page' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'page' => 'int', + 'x' => 'float', + 'y' => 'float', + 'optlist' => 'string', + ), + 'pdf_fit_table' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + 'table' => 'int', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'optlist' => 'string', + ), + 'pdf_fit_textflow' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + 'textflow' => 'int', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'optlist' => 'string', + ), + 'pdf_fit_textline' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'text' => 'string', + 'x' => 'float', + 'y' => 'float', + 'optlist' => 'string', + ), + 'pdf_get_apiname' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + ), + 'pdf_get_buffer' => + array ( + 0 => 'string', + 'p' => 'resource', + ), + 'pdf_get_errmsg' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + ), + 'pdf_get_errnum' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + ), + 'pdf_get_majorversion' => + array ( + 0 => 'int', + ), + 'pdf_get_minorversion' => + array ( + 0 => 'int', + ), + 'pdf_get_parameter' => + array ( + 0 => 'string', + 'p' => 'resource', + 'key' => 'string', + 'modifier' => 'float', + ), + 'pdf_get_pdi_parameter' => + array ( + 0 => 'string', + 'p' => 'resource', + 'key' => 'string', + 'doc' => 'int', + 'page' => 'int', + 'reserved' => 'int', + ), + 'pdf_get_pdi_value' => + array ( + 0 => 'float', + 'p' => 'resource', + 'key' => 'string', + 'doc' => 'int', + 'page' => 'int', + 'reserved' => 'int', + ), + 'pdf_get_value' => + array ( + 0 => 'float', + 'p' => 'resource', + 'key' => 'string', + 'modifier' => 'float', + ), + 'pdf_info_font' => + array ( + 0 => 'float', + 'pdfdoc' => 'resource', + 'font' => 'int', + 'keyword' => 'string', + 'optlist' => 'string', + ), + 'pdf_info_matchbox' => + array ( + 0 => 'float', + 'pdfdoc' => 'resource', + 'boxname' => 'string', + 'num' => 'int', + 'keyword' => 'string', + ), + 'pdf_info_table' => + array ( + 0 => 'float', + 'pdfdoc' => 'resource', + 'table' => 'int', + 'keyword' => 'string', + ), + 'pdf_info_textflow' => + array ( + 0 => 'float', + 'pdfdoc' => 'resource', + 'textflow' => 'int', + 'keyword' => 'string', + ), + 'pdf_info_textline' => + array ( + 0 => 'float', + 'pdfdoc' => 'resource', + 'text' => 'string', + 'keyword' => 'string', + 'optlist' => 'string', + ), + 'pdf_initgraphics' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_lineto' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'pdf_load_3ddata' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdf_load_font' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'fontname' => 'string', + 'encoding' => 'string', + 'optlist' => 'string', + ), + 'pdf_load_iccprofile' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'profilename' => 'string', + 'optlist' => 'string', + ), + 'pdf_load_image' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'imagetype' => 'string', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdf_makespotcolor' => + array ( + 0 => 'int', + 'p' => 'resource', + 'spotname' => 'string', + ), + 'pdf_moveto' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'pdf_new' => + array ( + 0 => 'resource', + ), + 'pdf_open_ccitt' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'filename' => 'string', + 'width' => 'int', + 'height' => 'int', + 'bitreverse' => 'int', + 'k' => 'int', + 'blackls1' => 'int', + ), + 'pdf_open_file' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'filename' => 'string', + ), + 'pdf_open_image' => + array ( + 0 => 'int', + 'p' => 'resource', + 'imagetype' => 'string', + 'source' => 'string', + 'data' => 'string', + 'length' => 'int', + 'width' => 'int', + 'height' => 'int', + 'components' => 'int', + 'bpc' => 'int', + 'params' => 'string', + ), + 'pdf_open_image_file' => + array ( + 0 => 'int', + 'p' => 'resource', + 'imagetype' => 'string', + 'filename' => 'string', + 'stringparam' => 'string', + 'intparam' => 'int', + ), + 'pdf_open_memory_image' => + array ( + 0 => 'int', + 'p' => 'resource', + 'image' => 'resource', + ), + 'pdf_open_pdi' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'filename' => 'string', + 'optlist' => 'string', + 'length' => 'int', + ), + 'pdf_open_pdi_document' => + array ( + 0 => 'int', + 'p' => 'resource', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdf_open_pdi_page' => + array ( + 0 => 'int', + 'p' => 'resource', + 'doc' => 'int', + 'pagenumber' => 'int', + 'optlist' => 'string', + ), + 'pdf_pcos_get_number' => + array ( + 0 => 'float', + 'p' => 'resource', + 'doc' => 'int', + 'path' => 'string', + ), + 'pdf_pcos_get_stream' => + array ( + 0 => 'string', + 'p' => 'resource', + 'doc' => 'int', + 'optlist' => 'string', + 'path' => 'string', + ), + 'pdf_pcos_get_string' => + array ( + 0 => 'string', + 'p' => 'resource', + 'doc' => 'int', + 'path' => 'string', + ), + 'pdf_place_image' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'image' => 'int', + 'x' => 'float', + 'y' => 'float', + 'scale' => 'float', + ), + 'pdf_place_pdi_page' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'page' => 'int', + 'x' => 'float', + 'y' => 'float', + 'sx' => 'float', + 'sy' => 'float', + ), + 'pdf_process_pdi' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'doc' => 'int', + 'page' => 'int', + 'optlist' => 'string', + ), + 'pdf_rect' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + ), + 'pdf_restore' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_resume_page' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'optlist' => 'string', + ), + 'pdf_rotate' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'phi' => 'float', + ), + 'pdf_save' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_scale' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'sx' => 'float', + 'sy' => 'float', + ), + 'pdf_set_border_color' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdf_set_border_dash' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'black' => 'float', + 'white' => 'float', + ), + 'pdf_set_border_style' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'style' => 'string', + 'width' => 'float', + ), + 'pdf_set_gstate' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'gstate' => 'int', + ), + 'pdf_set_info' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'key' => 'string', + 'value' => 'string', + ), + 'pdf_set_layer_dependency' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdf_set_parameter' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'key' => 'string', + 'value' => 'string', + ), + 'pdf_set_text_pos' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'pdf_set_value' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'key' => 'string', + 'value' => 'float', + ), + 'pdf_setcolor' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'fstype' => 'string', + 'colorspace' => 'string', + 'c1' => 'float', + 'c2' => 'float', + 'c3' => 'float', + 'c4' => 'float', + ), + 'pdf_setdash' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'b' => 'float', + 'w' => 'float', + ), + 'pdf_setdashpattern' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'optlist' => 'string', + ), + 'pdf_setflat' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'flatness' => 'float', + ), + 'pdf_setfont' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'font' => 'int', + 'fontsize' => 'float', + ), + 'pdf_setgray' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'g' => 'float', + ), + 'pdf_setgray_fill' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'g' => 'float', + ), + 'pdf_setgray_stroke' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'g' => 'float', + ), + 'pdf_setlinecap' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'linecap' => 'int', + ), + 'pdf_setlinejoin' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'value' => 'int', + ), + 'pdf_setlinewidth' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'width' => 'float', + ), + 'pdf_setmatrix' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'e' => 'float', + 'f' => 'float', + ), + 'pdf_setmiterlimit' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'miter' => 'float', + ), + 'pdf_setrgbcolor' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdf_setrgbcolor_fill' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdf_setrgbcolor_stroke' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdf_shading' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'shtype' => 'string', + 'x0' => 'float', + 'y0' => 'float', + 'x1' => 'float', + 'y1' => 'float', + 'c1' => 'float', + 'c2' => 'float', + 'c3' => 'float', + 'c4' => 'float', + 'optlist' => 'string', + ), + 'pdf_shading_pattern' => + array ( + 0 => 'int', + 'pdfdoc' => 'resource', + 'shading' => 'int', + 'optlist' => 'string', + ), + 'pdf_shfill' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'shading' => 'int', + ), + 'pdf_show' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'text' => 'string', + ), + 'pdf_show_boxed' => + array ( + 0 => 'int', + 'p' => 'resource', + 'text' => 'string', + 'left' => 'float', + 'top' => 'float', + 'width' => 'float', + 'height' => 'float', + 'mode' => 'string', + 'feature' => 'string', + ), + 'pdf_show_xy' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'text' => 'string', + 'x' => 'float', + 'y' => 'float', + ), + 'pdf_skew' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'pdf_stringwidth' => + array ( + 0 => 'float', + 'p' => 'resource', + 'text' => 'string', + 'font' => 'int', + 'fontsize' => 'float', + ), + 'pdf_stroke' => + array ( + 0 => 'bool', + 'p' => 'resource', + ), + 'pdf_suspend_page' => + array ( + 0 => 'bool', + 'pdfdoc' => 'resource', + 'optlist' => 'string', + ), + 'pdf_translate' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'tx' => 'float', + 'ty' => 'float', + ), + 'pdf_utf16_to_utf8' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + 'utf16string' => 'string', + ), + 'pdf_utf32_to_utf16' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + 'utf32string' => 'string', + 'ordering' => 'string', + ), + 'pdf_utf8_to_utf16' => + array ( + 0 => 'string', + 'pdfdoc' => 'resource', + 'utf8string' => 'string', + 'ordering' => 'string', + ), + 'pdflib::activate_item' => + array ( + 0 => 'bool', + 'id' => 'mixed', + ), + 'pdflib::add_launchlink' => + array ( + 0 => 'bool', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'filename' => 'string', + ), + 'pdflib::add_locallink' => + array ( + 0 => 'bool', + 'lowerleftx' => 'float', + 'lowerlefty' => 'float', + 'upperrightx' => 'float', + 'upperrighty' => 'float', + 'page' => 'int', + 'dest' => 'string', + ), + 'pdflib::add_nameddest' => + array ( + 0 => 'bool', + 'name' => 'string', + 'optlist' => 'string', + ), + 'pdflib::add_note' => + array ( + 0 => 'bool', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'contents' => 'string', + 'title' => 'string', + 'icon' => 'string', + 'open' => 'int', + ), + 'pdflib::add_pdflink' => + array ( + 0 => 'bool', + 'bottom_left_x' => 'float', + 'bottom_left_y' => 'float', + 'up_right_x' => 'float', + 'up_right_y' => 'float', + 'filename' => 'string', + 'page' => 'int', + 'dest' => 'string', + ), + 'pdflib::add_table_cell' => + array ( + 0 => 'int', + 'table' => 'int', + 'column' => 'int', + 'row' => 'int', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdflib::add_textflow' => + array ( + 0 => 'int', + 'textflow' => 'int', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdflib::add_thumbnail' => + array ( + 0 => 'bool', + 'image' => 'int', + ), + 'pdflib::add_weblink' => + array ( + 0 => 'bool', + 'lowerleftx' => 'float', + 'lowerlefty' => 'float', + 'upperrightx' => 'float', + 'upperrighty' => 'float', + 'url' => 'string', + ), + 'pdflib::arc' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'pdflib::arcn' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'pdflib::attach_file' => + array ( + 0 => 'bool', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'filename' => 'string', + 'description' => 'string', + 'author' => 'string', + 'mimetype' => 'string', + 'icon' => 'string', + ), + 'pdflib::begin_document' => + array ( + 0 => 'int', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdflib::begin_font' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'e' => 'float', + 'f' => 'float', + 'optlist' => 'string', + ), + 'pdflib::begin_glyph' => + array ( + 0 => 'bool', + 'glyphname' => 'string', + 'wx' => 'float', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + ), + 'pdflib::begin_item' => + array ( + 0 => 'int', + 'tag' => 'string', + 'optlist' => 'string', + ), + 'pdflib::begin_layer' => + array ( + 0 => 'bool', + 'layer' => 'int', + ), + 'pdflib::begin_page' => + array ( + 0 => 'bool', + 'width' => 'float', + 'height' => 'float', + ), + 'pdflib::begin_page_ext' => + array ( + 0 => 'bool', + 'width' => 'float', + 'height' => 'float', + 'optlist' => 'string', + ), + 'pdflib::begin_pattern' => + array ( + 0 => 'int', + 'width' => 'float', + 'height' => 'float', + 'xstep' => 'float', + 'ystep' => 'float', + 'painttype' => 'int', + ), + 'pdflib::begin_template' => + array ( + 0 => 'int', + 'width' => 'float', + 'height' => 'float', + ), + 'pdflib::begin_template_ext' => + array ( + 0 => 'int', + 'width' => 'float', + 'height' => 'float', + 'optlist' => 'string', + ), + 'pdflib::circle' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + ), + 'pdflib::clip' => + array ( + 0 => 'bool', + ), + 'pdflib::close' => + array ( + 0 => 'bool', + ), + 'pdflib::close_image' => + array ( + 0 => 'bool', + 'image' => 'int', + ), + 'pdflib::close_pdi' => + array ( + 0 => 'bool', + 'doc' => 'int', + ), + 'pdflib::close_pdi_page' => + array ( + 0 => 'bool', + 'page' => 'int', + ), + 'pdflib::closepath' => + array ( + 0 => 'bool', + ), + 'pdflib::closepath_fill_stroke' => + array ( + 0 => 'bool', + ), + 'pdflib::closepath_stroke' => + array ( + 0 => 'bool', + ), + 'pdflib::concat' => + array ( + 0 => 'bool', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'e' => 'float', + 'f' => 'float', + ), + 'pdflib::continue_text' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'pdflib::create_3dview' => + array ( + 0 => 'int', + 'username' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_action' => + array ( + 0 => 'int', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_annotation' => + array ( + 0 => 'bool', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_bookmark' => + array ( + 0 => 'int', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_field' => + array ( + 0 => 'bool', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'name' => 'string', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_fieldgroup' => + array ( + 0 => 'bool', + 'name' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_gstate' => + array ( + 0 => 'int', + 'optlist' => 'string', + ), + 'pdflib::create_pvf' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'data' => 'string', + 'optlist' => 'string', + ), + 'pdflib::create_textflow' => + array ( + 0 => 'int', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdflib::curveto' => + array ( + 0 => 'bool', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'pdflib::define_layer' => + array ( + 0 => 'int', + 'name' => 'string', + 'optlist' => 'string', + ), + 'pdflib::delete' => + array ( + 0 => 'bool', + ), + 'pdflib::delete_pvf' => + array ( + 0 => 'int', + 'filename' => 'string', + ), + 'pdflib::delete_table' => + array ( + 0 => 'bool', + 'table' => 'int', + 'optlist' => 'string', + ), + 'pdflib::delete_textflow' => + array ( + 0 => 'bool', + 'textflow' => 'int', + ), + 'pdflib::encoding_set_char' => + array ( + 0 => 'bool', + 'encoding' => 'string', + 'slot' => 'int', + 'glyphname' => 'string', + 'uv' => 'int', + ), + 'pdflib::end_document' => + array ( + 0 => 'bool', + 'optlist' => 'string', + ), + 'pdflib::end_font' => + array ( + 0 => 'bool', + ), + 'pdflib::end_glyph' => + array ( + 0 => 'bool', + ), + 'pdflib::end_item' => + array ( + 0 => 'bool', + 'id' => 'int', + ), + 'pdflib::end_layer' => + array ( + 0 => 'bool', + ), + 'pdflib::end_page' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::end_page_ext' => + array ( + 0 => 'bool', + 'optlist' => 'string', + ), + 'pdflib::end_pattern' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::end_template' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::endpath' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::fill' => + array ( + 0 => 'bool', + ), + 'pdflib::fill_imageblock' => + array ( + 0 => 'int', + 'page' => 'int', + 'blockname' => 'string', + 'image' => 'int', + 'optlist' => 'string', + ), + 'pdflib::fill_pdfblock' => + array ( + 0 => 'int', + 'page' => 'int', + 'blockname' => 'string', + 'contents' => 'int', + 'optlist' => 'string', + ), + 'pdflib::fill_stroke' => + array ( + 0 => 'bool', + ), + 'pdflib::fill_textblock' => + array ( + 0 => 'int', + 'page' => 'int', + 'blockname' => 'string', + 'text' => 'string', + 'optlist' => 'string', + ), + 'pdflib::findfont' => + array ( + 0 => 'int', + 'fontname' => 'string', + 'encoding' => 'string', + 'embed' => 'int', + ), + 'pdflib::fit_image' => + array ( + 0 => 'bool', + 'image' => 'int', + 'x' => 'float', + 'y' => 'float', + 'optlist' => 'string', + ), + 'pdflib::fit_pdi_page' => + array ( + 0 => 'bool', + 'page' => 'int', + 'x' => 'float', + 'y' => 'float', + 'optlist' => 'string', + ), + 'pdflib::fit_table' => + array ( + 0 => 'string', + 'table' => 'int', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'optlist' => 'string', + ), + 'pdflib::fit_textflow' => + array ( + 0 => 'string', + 'textflow' => 'int', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'optlist' => 'string', + ), + 'pdflib::fit_textline' => + array ( + 0 => 'bool', + 'text' => 'string', + 'x' => 'float', + 'y' => 'float', + 'optlist' => 'string', + ), + 'pdflib::get_apiname' => + array ( + 0 => 'string', + ), + 'pdflib::get_buffer' => + array ( + 0 => 'string', + ), + 'pdflib::get_errmsg' => + array ( + 0 => 'string', + ), + 'pdflib::get_errnum' => + array ( + 0 => 'int', + ), + 'pdflib::get_majorversion' => + array ( + 0 => 'int', + ), + 'pdflib::get_minorversion' => + array ( + 0 => 'int', + ), + 'pdflib::get_parameter' => + array ( + 0 => 'string', + 'key' => 'string', + 'modifier' => 'float', + ), + 'pdflib::get_pdi_parameter' => + array ( + 0 => 'string', + 'key' => 'string', + 'doc' => 'int', + 'page' => 'int', + 'reserved' => 'int', + ), + 'pdflib::get_pdi_value' => + array ( + 0 => 'float', + 'key' => 'string', + 'doc' => 'int', + 'page' => 'int', + 'reserved' => 'int', + ), + 'pdflib::get_value' => + array ( + 0 => 'float', + 'key' => 'string', + 'modifier' => 'float', + ), + 'pdflib::info_font' => + array ( + 0 => 'float', + 'font' => 'int', + 'keyword' => 'string', + 'optlist' => 'string', + ), + 'pdflib::info_matchbox' => + array ( + 0 => 'float', + 'boxname' => 'string', + 'num' => 'int', + 'keyword' => 'string', + ), + 'pdflib::info_table' => + array ( + 0 => 'float', + 'table' => 'int', + 'keyword' => 'string', + ), + 'pdflib::info_textflow' => + array ( + 0 => 'float', + 'textflow' => 'int', + 'keyword' => 'string', + ), + 'pdflib::info_textline' => + array ( + 0 => 'float', + 'text' => 'string', + 'keyword' => 'string', + 'optlist' => 'string', + ), + 'pdflib::initgraphics' => + array ( + 0 => 'bool', + ), + 'pdflib::lineto' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'pdflib::load_3ddata' => + array ( + 0 => 'int', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdflib::load_font' => + array ( + 0 => 'int', + 'fontname' => 'string', + 'encoding' => 'string', + 'optlist' => 'string', + ), + 'pdflib::load_iccprofile' => + array ( + 0 => 'int', + 'profilename' => 'string', + 'optlist' => 'string', + ), + 'pdflib::load_image' => + array ( + 0 => 'int', + 'imagetype' => 'string', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdflib::makespotcolor' => + array ( + 0 => 'int', + 'spotname' => 'string', + ), + 'pdflib::moveto' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'pdflib::open_ccitt' => + array ( + 0 => 'int', + 'filename' => 'string', + 'width' => 'int', + 'height' => 'int', + 'BitReverse' => 'int', + 'k' => 'int', + 'Blackls1' => 'int', + ), + 'pdflib::open_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'pdflib::open_image' => + array ( + 0 => 'int', + 'imagetype' => 'string', + 'source' => 'string', + 'data' => 'string', + 'length' => 'int', + 'width' => 'int', + 'height' => 'int', + 'components' => 'int', + 'bpc' => 'int', + 'params' => 'string', + ), + 'pdflib::open_image_file' => + array ( + 0 => 'int', + 'imagetype' => 'string', + 'filename' => 'string', + 'stringparam' => 'string', + 'intparam' => 'int', + ), + 'pdflib::open_memory_image' => + array ( + 0 => 'int', + 'image' => 'resource', + ), + 'pdflib::open_pdi' => + array ( + 0 => 'int', + 'filename' => 'string', + 'optlist' => 'string', + 'length' => 'int', + ), + 'pdflib::open_pdi_document' => + array ( + 0 => 'int', + 'filename' => 'string', + 'optlist' => 'string', + ), + 'pdflib::open_pdi_page' => + array ( + 0 => 'int', + 'doc' => 'int', + 'pagenumber' => 'int', + 'optlist' => 'string', + ), + 'pdflib::pcos_get_number' => + array ( + 0 => 'float', + 'doc' => 'int', + 'path' => 'string', + ), + 'pdflib::pcos_get_stream' => + array ( + 0 => 'string', + 'doc' => 'int', + 'optlist' => 'string', + 'path' => 'string', + ), + 'pdflib::pcos_get_string' => + array ( + 0 => 'string', + 'doc' => 'int', + 'path' => 'string', + ), + 'pdflib::place_image' => + array ( + 0 => 'bool', + 'image' => 'int', + 'x' => 'float', + 'y' => 'float', + 'scale' => 'float', + ), + 'pdflib::place_pdi_page' => + array ( + 0 => 'bool', + 'page' => 'int', + 'x' => 'float', + 'y' => 'float', + 'sx' => 'float', + 'sy' => 'float', + ), + 'pdflib::process_pdi' => + array ( + 0 => 'int', + 'doc' => 'int', + 'page' => 'int', + 'optlist' => 'string', + ), + 'pdflib::rect' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + ), + 'pdflib::restore' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::resume_page' => + array ( + 0 => 'bool', + 'optlist' => 'string', + ), + 'pdflib::rotate' => + array ( + 0 => 'bool', + 'phi' => 'float', + ), + 'pdflib::save' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::scale' => + array ( + 0 => 'bool', + 'sx' => 'float', + 'sy' => 'float', + ), + 'pdflib::set_border_color' => + array ( + 0 => 'bool', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdflib::set_border_dash' => + array ( + 0 => 'bool', + 'black' => 'float', + 'white' => 'float', + ), + 'pdflib::set_border_style' => + array ( + 0 => 'bool', + 'style' => 'string', + 'width' => 'float', + ), + 'pdflib::set_gstate' => + array ( + 0 => 'bool', + 'gstate' => 'int', + ), + 'pdflib::set_info' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'pdflib::set_layer_dependency' => + array ( + 0 => 'bool', + 'type' => 'string', + 'optlist' => 'string', + ), + 'pdflib::set_parameter' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'string', + ), + 'pdflib::set_text_pos' => + array ( + 0 => 'bool', + 'x' => 'float', + 'y' => 'float', + ), + 'pdflib::set_value' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'float', + ), + 'pdflib::setcolor' => + array ( + 0 => 'bool', + 'fstype' => 'string', + 'colorspace' => 'string', + 'c1' => 'float', + 'c2' => 'float', + 'c3' => 'float', + 'c4' => 'float', + ), + 'pdflib::setdash' => + array ( + 0 => 'bool', + 'b' => 'float', + 'w' => 'float', + ), + 'pdflib::setdashpattern' => + array ( + 0 => 'bool', + 'optlist' => 'string', + ), + 'pdflib::setflat' => + array ( + 0 => 'bool', + 'flatness' => 'float', + ), + 'pdflib::setfont' => + array ( + 0 => 'bool', + 'font' => 'int', + 'fontsize' => 'float', + ), + 'pdflib::setgray' => + array ( + 0 => 'bool', + 'g' => 'float', + ), + 'pdflib::setgray_fill' => + array ( + 0 => 'bool', + 'g' => 'float', + ), + 'pdflib::setgray_stroke' => + array ( + 0 => 'bool', + 'g' => 'float', + ), + 'pdflib::setlinecap' => + array ( + 0 => 'bool', + 'linecap' => 'int', + ), + 'pdflib::setlinejoin' => + array ( + 0 => 'bool', + 'value' => 'int', + ), + 'pdflib::setlinewidth' => + array ( + 0 => 'bool', + 'width' => 'float', + ), + 'pdflib::setmatrix' => + array ( + 0 => 'bool', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'e' => 'float', + 'f' => 'float', + ), + 'pdflib::setmiterlimit' => + array ( + 0 => 'bool', + 'miter' => 'float', + ), + 'pdflib::setrgbcolor' => + array ( + 0 => 'bool', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdflib::setrgbcolor_fill' => + array ( + 0 => 'bool', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdflib::setrgbcolor_stroke' => + array ( + 0 => 'bool', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'pdflib::shading' => + array ( + 0 => 'int', + 'shtype' => 'string', + 'x0' => 'float', + 'y0' => 'float', + 'x1' => 'float', + 'y1' => 'float', + 'c1' => 'float', + 'c2' => 'float', + 'c3' => 'float', + 'c4' => 'float', + 'optlist' => 'string', + ), + 'pdflib::shading_pattern' => + array ( + 0 => 'int', + 'shading' => 'int', + 'optlist' => 'string', + ), + 'pdflib::shfill' => + array ( + 0 => 'bool', + 'shading' => 'int', + ), + 'pdflib::show' => + array ( + 0 => 'bool', + 'text' => 'string', + ), + 'pdflib::show_boxed' => + array ( + 0 => 'int', + 'text' => 'string', + 'left' => 'float', + 'top' => 'float', + 'width' => 'float', + 'height' => 'float', + 'mode' => 'string', + 'feature' => 'string', + ), + 'pdflib::show_xy' => + array ( + 0 => 'bool', + 'text' => 'string', + 'x' => 'float', + 'y' => 'float', + ), + 'pdflib::skew' => + array ( + 0 => 'bool', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'pdflib::stringwidth' => + array ( + 0 => 'float', + 'text' => 'string', + 'font' => 'int', + 'fontsize' => 'float', + ), + 'pdflib::stroke' => + array ( + 0 => 'bool', + 'p' => 'mixed', + ), + 'pdflib::suspend_page' => + array ( + 0 => 'bool', + 'optlist' => 'string', + ), + 'pdflib::translate' => + array ( + 0 => 'bool', + 'tx' => 'float', + 'ty' => 'float', + ), + 'pdflib::utf16_to_utf8' => + array ( + 0 => 'string', + 'utf16string' => 'string', + ), + 'pdflib::utf32_to_utf16' => + array ( + 0 => 'string', + 'utf32string' => 'string', + 'ordering' => 'string', + ), + 'pdflib::utf8_to_utf16' => + array ( + 0 => 'string', + 'utf8string' => 'string', + 'ordering' => 'string', + ), + 'pdo::cubrid_schema' => + array ( + 0 => 'array', + 'schema_type' => 'int', + 'table_name=' => 'string', + 'col_name=' => 'string', + ), + 'pdo::pgsqlcopyfromarray' => + array ( + 0 => 'bool', + 'table_name' => 'string', + 'rows' => 'array', + 'delimiter' => 'string', + 'null_as' => 'string', + 'fields' => 'string', + ), + 'pdo::pgsqlcopyfromfile' => + array ( + 0 => 'bool', + 'table_name' => 'string', + 'filename' => 'string', + 'delimiter' => 'string', + 'null_as' => 'string', + 'fields' => 'string', + ), + 'pdo::pgsqlcopytoarray' => + array ( + 0 => 'array', + 'table_name' => 'string', + 'delimiter' => 'string', + 'null_as' => 'string', + 'fields' => 'string', + ), + 'pdo::pgsqlcopytofile' => + array ( + 0 => 'bool', + 'table_name' => 'string', + 'filename' => 'string', + 'delimiter' => 'string', + 'null_as' => 'string', + 'fields' => 'string', + ), + 'pdo::pgsqlgetnotify' => + array ( + 0 => 'array{message: string, payload?: string, pid: int}|false', + 'result_type=' => 'PDO::FETCH_*', + 'ms_timeout=' => 'int', + ), + 'pdo::pgsqlgetpid' => + array ( + 0 => 'int', + ), + 'pdo::pgsqllobcreate' => + array ( + 0 => 'string', + ), + 'pdo::pgsqllobopen' => + array ( + 0 => 'resource', + 'oid' => 'string', + 'mode=' => 'string', + ), + 'pdo::pgsqllobunlink' => + array ( + 0 => 'bool', + 'oid' => 'string', + ), + 'pdo::query\'1' => + array ( + 0 => 'PDOStatement|false', + 'query' => 'string', + 'fetch_column' => 'int', + 'colno=' => 'int', + ), + 'pdo::query\'2' => + array ( + 0 => 'PDOStatement|false', + 'query' => 'string', + 'fetch_class' => 'int', + 'classname' => 'string', + 'constructorArgs' => 'array', + ), + 'pdo::query\'3' => + array ( + 0 => 'PDOStatement|false', + 'query' => 'string', + 'fetch_into' => 'int', + 'object' => 'object', + ), + 'pdo::sqlitecreateaggregate' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'step_func' => 'callable', + 'finalize_func' => 'callable', + 'num_args=' => 'int', + ), + 'pdo::sqlitecreatecollation' => + array ( + 0 => 'bool', + 'name' => 'string', + 'callback' => 'callable', + ), + 'pdo::sqlitecreatefunction' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'callback' => 'callable', + 'num_args=' => 'int', + ), + 'pg_escape_bytea\'1' => + array ( + 0 => 'string', + 'connection' => 'string', + ), + 'pg_escape_identifier\'1' => + array ( + 0 => 'false|string', + 'connection' => 'string', + ), + 'pg_escape_literal\'1' => + array ( + 0 => 'false|string', + 'connection' => 'string', + ), + 'pg_escape_string\'1' => + array ( + 0 => 'string', + 'connection' => 'string', + ), + 'pg_exec\'1' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'string', + ), + 'pg_execute\'1' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'string', + 'statement_name' => 'array', + ), + 'pg_fetch_result\'1' => + array ( + 0 => 'false|null|string', + 'result' => 'PgSql\\Result', + 'row' => 'int|null', + 'field' => 'int|string', + ), + 'pg_field_is_null\'1' => + array ( + 0 => 'false|int', + 'result' => 'PgSql\\Result', + 'row' => 'int', + 'field' => 'int|string', + ), + 'pg_field_prtlen\'1' => + array ( + 0 => 'false|int', + 'result' => 'PgSql\\Result', + 'row' => 'int', + 'field' => 'int|string', + ), + 'pg_lo_export\'1' => + array ( + 0 => 'bool', + 'connection' => 'int|string', + 'oid' => 'string', + ), + 'pg_lo_import\'1' => + array ( + 0 => 'false|int|string', + 'connection' => 'string', + 'filename' => 'int|string', + ), + 'pg_lo_open\'1' => + array ( + 0 => 'PgSql\\Lob|false', + 'connection' => 'int|string', + 'oid' => 'string', + ), + 'pg_lo_unlink\'1' => + array ( + 0 => 'bool', + 'connection' => 'int|string', + ), + 'pg_parameter_status\'1' => + array ( + 0 => 'false|string', + 'connection' => 'string', + ), + 'pg_prepare\'1' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'string', + 'statement_name' => 'string', + ), + 'pg_put_line\'1' => + array ( + 0 => 'bool', + 'connection' => 'string', + ), + 'pg_query\'1' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'string', + ), + 'pg_query_params\'1' => + array ( + 0 => 'PgSql\\Result|false', + 'connection' => 'string', + 'query' => 'array', + ), + 'pg_set_client_encoding\'1' => + array ( + 0 => 'int', + 'connection' => 'string', + ), + 'pg_set_error_verbosity\'1' => + array ( + 0 => 'false|int', + 'connection' => 'int', + ), + 'phdfs::__construct' => + array ( + 0 => 'void', + 'ip' => 'string', + 'port' => 'string', + ), + 'phdfs::__destruct' => + array ( + 0 => 'void', + ), + 'phdfs::connect' => + array ( + 0 => 'bool', + ), + 'phdfs::copy' => + array ( + 0 => 'bool', + 'source_file' => 'string', + 'destination_file' => 'string', + ), + 'phdfs::create_directory' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'phdfs::delete' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'phdfs::disconnect' => + array ( + 0 => 'bool', + ), + 'phdfs::exists' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'phdfs::file_info' => + array ( + 0 => 'array', + 'path' => 'string', + ), + 'phdfs::list_directory' => + array ( + 0 => 'array', + 'path' => 'string', + ), + 'phdfs::read' => + array ( + 0 => 'string', + 'path' => 'string', + 'length=' => 'string', + ), + 'phdfs::rename' => + array ( + 0 => 'bool', + 'old_path' => 'string', + 'new_path' => 'string', + ), + 'phdfs::tell' => + array ( + 0 => 'int', + 'path' => 'string', + ), + 'phdfs::write' => + array ( + 0 => 'bool', + 'path' => 'string', + 'buffer' => 'string', + 'mode=' => 'string', + ), + 'php_check_syntax' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'error_message=' => 'string', + ), + 'php_logo_guid' => + array ( + 0 => 'string', + ), + 'phpdbg_break_file' => + array ( + 0 => 'void', + 'file' => 'string', + 'line' => 'int', + ), + 'phpdbg_break_function' => + array ( + 0 => 'void', + 'function' => 'string', + ), + 'phpdbg_break_method' => + array ( + 0 => 'void', + 'class' => 'string', + 'method' => 'string', + ), + 'phpdbg_break_next' => + array ( + 0 => 'void', + ), + 'phpdbg_clear' => + array ( + 0 => 'void', + ), + 'phpdbg_color' => + array ( + 0 => 'void', + 'element' => 'int', + 'color' => 'string', + ), + 'phpdbg_end_oplog' => + array ( + 0 => 'array', + 'options=' => 'array', + ), + 'phpdbg_exec' => + array ( + 0 => 'mixed', + 'context=' => 'string', + ), + 'phpdbg_get_executable' => + array ( + 0 => 'array', + 'options=' => 'array', + ), + 'phpdbg_prompt' => + array ( + 0 => 'void', + 'string' => 'string', + ), + 'phpdbg_start_oplog' => + array ( + 0 => 'void', + ), + 'pht\\atomicinteger::__construct' => + array ( + 0 => 'void', + 'value=' => 'int', + ), + 'pht\\atomicinteger::dec' => + array ( + 0 => 'void', + ), + 'pht\\atomicinteger::get' => + array ( + 0 => 'int', + ), + 'pht\\atomicinteger::inc' => + array ( + 0 => 'void', + ), + 'pht\\atomicinteger::lock' => + array ( + 0 => 'void', + ), + 'pht\\atomicinteger::set' => + array ( + 0 => 'void', + 'value' => 'int', + ), + 'pht\\atomicinteger::unlock' => + array ( + 0 => 'void', + ), + 'pht\\hashtable::lock' => + array ( + 0 => 'void', + ), + 'pht\\hashtable::size' => + array ( + 0 => 'int', + ), + 'pht\\hashtable::unlock' => + array ( + 0 => 'void', + ), + 'pht\\queue::front' => + array ( + 0 => 'mixed', + ), + 'pht\\queue::lock' => + array ( + 0 => 'void', + ), + 'pht\\queue::pop' => + array ( + 0 => 'mixed', + ), + 'pht\\queue::push' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'pht\\queue::size' => + array ( + 0 => 'int', + ), + 'pht\\queue::unlock' => + array ( + 0 => 'void', + ), + 'pht\\runnable::run' => + array ( + 0 => 'void', + ), + 'pht\\thread::addclasstask' => + array ( + 0 => 'void', + 'className' => 'string', + '...ctorArgs=' => 'mixed', + ), + 'pht\\thread::addfiletask' => + array ( + 0 => 'void', + 'fileName' => 'string', + '...globals=' => 'mixed', + ), + 'pht\\thread::addfunctiontask' => + array ( + 0 => 'void', + 'func' => 'callable', + '...funcArgs=' => 'mixed', + ), + 'pht\\thread::join' => + array ( + 0 => 'void', + ), + 'pht\\thread::start' => + array ( + 0 => 'void', + ), + 'pht\\thread::taskcount' => + array ( + 0 => 'int', + ), + 'pht\\threaded::lock' => + array ( + 0 => 'void', + ), + 'pht\\threaded::unlock' => + array ( + 0 => 'void', + ), + 'pht\\vector::__construct' => + array ( + 0 => 'void', + 'size=' => 'int', + 'value=' => 'mixed', + ), + 'pht\\vector::deleteat' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'pht\\vector::insertat' => + array ( + 0 => 'void', + 'value' => 'mixed', + 'offset' => 'int', + ), + 'pht\\vector::lock' => + array ( + 0 => 'void', + ), + 'pht\\vector::pop' => + array ( + 0 => 'mixed', + ), + 'pht\\vector::push' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'pht\\vector::resize' => + array ( + 0 => 'void', + 'size' => 'int', + 'value=' => 'mixed', + ), + 'pht\\vector::shift' => + array ( + 0 => 'mixed', + ), + 'pht\\vector::size' => + array ( + 0 => 'int', + ), + 'pht\\vector::unlock' => + array ( + 0 => 'void', + ), + 'pht\\vector::unshift' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'pht\\vector::updateat' => + array ( + 0 => 'void', + 'value' => 'mixed', + 'offset' => 'int', + ), + 'pointobj::__construct' => + array ( + 0 => 'void', + ), + 'pointobj::distancetoline' => + array ( + 0 => 'float', + 'p1' => 'pointObj', + 'p2' => 'pointObj', + ), + 'pointobj::distancetopoint' => + array ( + 0 => 'float', + 'poPoint' => 'pointObj', + ), + 'pointobj::distancetoshape' => + array ( + 0 => 'float', + 'shape' => 'shapeObj', + ), + 'pointobj::draw' => + array ( + 0 => 'int', + 'map' => 'mapObj', + 'layer' => 'layerObj', + 'img' => 'imageObj', + 'class_index' => 'int', + 'text' => 'string', + ), + 'pointobj::ms_newpointobj' => + array ( + 0 => 'pointObj', + ), + 'pointobj::project' => + array ( + 0 => 'int', + 'in' => 'projectionObj', + 'out' => 'projectionObj', + ), + 'pointobj::setxy' => + array ( + 0 => 'int', + 'x' => 'float', + 'y' => 'float', + 'm' => 'float', + ), + 'pointobj::setxyz' => + array ( + 0 => 'int', + 'x' => 'float', + 'y' => 'float', + 'z' => 'float', + 'm' => 'float', + ), + 'pool::__construct' => + array ( + 0 => 'void', + 'size' => 'int', + 'class' => 'string', + 'ctor=' => 'array', + ), + 'pool::collect' => + array ( + 0 => 'int', + 'collector=' => 'callable', + ), + 'pool::resize' => + array ( + 0 => 'void', + 'size' => 'int', + ), + 'pool::shutdown' => + array ( + 0 => 'void', + ), + 'pool::submit' => + array ( + 0 => 'int', + 'task' => 'Threaded', + ), + 'pool::submitto' => + array ( + 0 => 'int', + 'worker' => 'int', + 'task' => 'Threaded', + ), + 'postal\\expand::expand_address' => + array ( + 0 => 'array', + 'address' => 'string', + 'options=' => 'array', + ), + 'postal\\parser::parse_address' => + array ( + 0 => 'array', + 'address' => 'string', + 'options=' => 'array', + ), + 'preg_match\'1' => + array ( + 0 => '0|1|false', + 'pattern' => 'string', + 'subject' => 'string', + '&w_matches=' => 'array', + 'flags=' => 'int', + 'offset=' => 'int', + ), + 'preg_replace_callback\'1' => + array ( + 0 => 'array|null', + 'pattern' => 'array|string', + 'callback' => 'callable(array):string', + 'subject' => 'array', + 'limit=' => 'int', + '&w_count=' => 'int', + 'flags=' => 'int', + ), + 'preg_replace_callback_array\'1' => + array ( + 0 => 'array|null', + 'pattern' => 'array):string>', + 'subject' => 'array', + 'limit=' => 'int', + '&w_count=' => 'int', + 'flags=' => 'int', + ), + 'preg_split\'1' => + array ( + 0 => 'false|list|string>', + 'pattern' => 'string', + 'subject' => 'string', + 'limit=' => 'int', + 'flags=' => 'int', + ), + 'print' => + array ( + 0 => 'int', + 'arg' => 'string', + ), + 'print_r\'1' => + array ( + 0 => 'true', + 'value' => 'mixed', + 'return=' => 'bool', + ), + 'projectionobj::__construct' => + array ( + 0 => 'void', + 'projectionString' => 'string', + ), + 'projectionobj::getunits' => + array ( + 0 => 'int', + ), + 'projectionobj::ms_newprojectionobj' => + array ( + 0 => 'projectionObj', + 'projectionString' => 'string', + ), + 'ps_add_bookmark' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'text' => 'string', + 'parent=' => 'int', + 'open=' => 'int', + ), + 'ps_add_launchlink' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'filename' => 'string', + ), + 'ps_add_locallink' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'page' => 'int', + 'dest' => 'string', + ), + 'ps_add_note' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'contents' => 'string', + 'title' => 'string', + 'icon' => 'string', + 'open' => 'int', + ), + 'ps_add_pdflink' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'filename' => 'string', + 'page' => 'int', + 'dest' => 'string', + ), + 'ps_add_weblink' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'llx' => 'float', + 'lly' => 'float', + 'urx' => 'float', + 'ury' => 'float', + 'url' => 'string', + ), + 'ps_arc' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'radius' => 'float', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'ps_arcn' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'radius' => 'float', + 'alpha' => 'float', + 'beta' => 'float', + ), + 'ps_begin_page' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + ), + 'ps_begin_pattern' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + 'xstep' => 'float', + 'ystep' => 'float', + 'painttype' => 'int', + ), + 'ps_begin_template' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'width' => 'float', + 'height' => 'float', + ), + 'ps_circle' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'radius' => 'float', + ), + 'ps_clip' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_close' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_close_image' => + array ( + 0 => 'void', + 'psdoc' => 'resource', + 'imageid' => 'int', + ), + 'ps_closepath' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_closepath_stroke' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_continue_text' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'text' => 'string', + ), + 'ps_curveto' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'ps_delete' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_end_page' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_end_pattern' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_end_template' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_fill' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_fill_stroke' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_findfont' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'fontname' => 'string', + 'encoding' => 'string', + 'embed=' => 'bool', + ), + 'ps_get_buffer' => + array ( + 0 => 'string', + 'psdoc' => 'resource', + ), + 'ps_get_parameter' => + array ( + 0 => 'string', + 'psdoc' => 'resource', + 'name' => 'string', + 'modifier=' => 'float', + ), + 'ps_get_value' => + array ( + 0 => 'float', + 'psdoc' => 'resource', + 'name' => 'string', + 'modifier=' => 'float', + ), + 'ps_hyphenate' => + array ( + 0 => 'array', + 'psdoc' => 'resource', + 'text' => 'string', + ), + 'ps_include_file' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'file' => 'string', + ), + 'ps_lineto' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'ps_makespotcolor' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'name' => 'string', + 'reserved=' => 'int', + ), + 'ps_moveto' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'ps_new' => + array ( + 0 => 'resource', + ), + 'ps_open_file' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'filename=' => 'string', + ), + 'ps_open_image' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'type' => 'string', + 'source' => 'string', + 'data' => 'string', + 'length' => 'int', + 'width' => 'int', + 'height' => 'int', + 'components' => 'int', + 'bpc' => 'int', + 'params' => 'string', + ), + 'ps_open_image_file' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'type' => 'string', + 'filename' => 'string', + 'stringparam=' => 'string', + 'intparam=' => 'int', + ), + 'ps_open_memory_image' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'gd' => 'int', + ), + 'ps_place_image' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'imageid' => 'int', + 'x' => 'float', + 'y' => 'float', + 'scale' => 'float', + ), + 'ps_rect' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + 'width' => 'float', + 'height' => 'float', + ), + 'ps_restore' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_rotate' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'rot' => 'float', + ), + 'ps_save' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_scale' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'ps_set_border_color' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + ), + 'ps_set_border_dash' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'black' => 'float', + 'white' => 'float', + ), + 'ps_set_border_style' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'style' => 'string', + 'width' => 'float', + ), + 'ps_set_info' => + array ( + 0 => 'bool', + 'p' => 'resource', + 'key' => 'string', + 'value' => 'string', + ), + 'ps_set_parameter' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'name' => 'string', + 'value' => 'string', + ), + 'ps_set_text_pos' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'ps_set_value' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'name' => 'string', + 'value' => 'float', + ), + 'ps_setcolor' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'type' => 'string', + 'colorspace' => 'string', + 'c1' => 'float', + 'c2' => 'float', + 'c3' => 'float', + 'c4' => 'float', + ), + 'ps_setdash' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'on' => 'float', + 'off' => 'float', + ), + 'ps_setflat' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'value' => 'float', + ), + 'ps_setfont' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'fontid' => 'int', + 'size' => 'float', + ), + 'ps_setgray' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'gray' => 'float', + ), + 'ps_setlinecap' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'type' => 'int', + ), + 'ps_setlinejoin' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'type' => 'int', + ), + 'ps_setlinewidth' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'width' => 'float', + ), + 'ps_setmiterlimit' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'value' => 'float', + ), + 'ps_setoverprintmode' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'mode' => 'int', + ), + 'ps_setpolydash' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'arr' => 'float', + ), + 'ps_shading' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'type' => 'string', + 'x0' => 'float', + 'y0' => 'float', + 'x1' => 'float', + 'y1' => 'float', + 'c1' => 'float', + 'c2' => 'float', + 'c3' => 'float', + 'c4' => 'float', + 'optlist' => 'string', + ), + 'ps_shading_pattern' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'shadingid' => 'int', + 'optlist' => 'string', + ), + 'ps_shfill' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'shadingid' => 'int', + ), + 'ps_show' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'text' => 'string', + ), + 'ps_show2' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'text' => 'string', + 'length' => 'int', + ), + 'ps_show_boxed' => + array ( + 0 => 'int', + 'psdoc' => 'resource', + 'text' => 'string', + 'left' => 'float', + 'bottom' => 'float', + 'width' => 'float', + 'height' => 'float', + 'hmode' => 'string', + 'feature=' => 'string', + ), + 'ps_show_xy' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'text' => 'string', + 'x' => 'float', + 'y' => 'float', + ), + 'ps_show_xy2' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'text' => 'string', + 'length' => 'int', + 'xcoor' => 'float', + 'ycoor' => 'float', + ), + 'ps_string_geometry' => + array ( + 0 => 'array', + 'psdoc' => 'resource', + 'text' => 'string', + 'fontid=' => 'int', + 'size=' => 'float', + ), + 'ps_stringwidth' => + array ( + 0 => 'float', + 'psdoc' => 'resource', + 'text' => 'string', + 'fontid=' => 'int', + 'size=' => 'float', + ), + 'ps_stroke' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + ), + 'ps_symbol' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'ord' => 'int', + ), + 'ps_symbol_name' => + array ( + 0 => 'string', + 'psdoc' => 'resource', + 'ord' => 'int', + 'fontid=' => 'int', + ), + 'ps_symbol_width' => + array ( + 0 => 'float', + 'psdoc' => 'resource', + 'ord' => 'int', + 'fontid=' => 'int', + 'size=' => 'float', + ), + 'ps_translate' => + array ( + 0 => 'bool', + 'psdoc' => 'resource', + 'x' => 'float', + 'y' => 'float', + ), + 'pspell_add_to_personal' => + array ( + 0 => 'bool', + 'dictionary' => 'PSpell\\Dictionary', + 'word' => 'string', + ), + 'pspell_add_to_session' => + array ( + 0 => 'bool', + 'dictionary' => 'PSpell\\Dictionary', + 'word' => 'string', + ), + 'pspell_check' => + array ( + 0 => 'bool', + 'dictionary' => 'PSpell\\Dictionary', + 'word' => 'string', + ), + 'pspell_clear_session' => + array ( + 0 => 'bool', + 'dictionary' => 'PSpell\\Dictionary', + ), + 'pspell_config_create' => + array ( + 0 => 'PSpell\\Config', + 'language' => 'string', + 'spelling=' => 'string', + 'jargon=' => 'string', + 'encoding=' => 'string', + ), + 'pspell_config_data_dir' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'directory' => 'string', + ), + 'pspell_config_dict_dir' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'directory' => 'string', + ), + 'pspell_config_ignore' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'min_length' => 'int', + ), + 'pspell_config_mode' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'mode' => 'int', + ), + 'pspell_config_personal' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'filename' => 'string', + ), + 'pspell_config_repl' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'filename' => 'string', + ), + 'pspell_config_runtogether' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'allow' => 'bool', + ), + 'pspell_config_save_repl' => + array ( + 0 => 'bool', + 'config' => 'PSpell\\Config', + 'save' => 'bool', + ), + 'pspell_new' => + array ( + 0 => 'PSpell\\Dictionary|false', + 'language' => 'string', + 'spelling=' => 'string', + 'jargon=' => 'string', + 'encoding=' => 'string', + 'mode=' => 'int', + ), + 'pspell_new_config' => + array ( + 0 => 'PSpell\\Dictionary|false', + 'config' => 'PSpell\\Config', + ), + 'pspell_new_personal' => + array ( + 0 => 'PSpell\\Dictionary|false', + 'filename' => 'string', + 'language' => 'string', + 'spelling=' => 'string', + 'jargon=' => 'string', + 'encoding=' => 'string', + 'mode=' => 'int', + ), + 'pspell_save_wordlist' => + array ( + 0 => 'bool', + 'dictionary' => 'PSpell\\Dictionary', + ), + 'pspell_store_replacement' => + array ( + 0 => 'bool', + 'dictionary' => 'PSpell\\Dictionary', + 'misspelled' => 'string', + 'correct' => 'string', + ), + 'pspell_suggest' => + array ( + 0 => 'array', + 'dictionary' => 'PSpell\\Dictionary', + 'word' => 'string', + ), + 'px_close' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + ), + 'px_create_fp' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'file' => 'resource', + 'fielddesc' => 'array', + ), + 'px_date2string' => + array ( + 0 => 'string', + 'pxdoc' => 'resource', + 'value' => 'int', + 'format' => 'string', + ), + 'px_delete' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + ), + 'px_delete_record' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'num' => 'int', + ), + 'px_get_field' => + array ( + 0 => 'array', + 'pxdoc' => 'resource', + 'fieldno' => 'int', + ), + 'px_get_info' => + array ( + 0 => 'array', + 'pxdoc' => 'resource', + ), + 'px_get_parameter' => + array ( + 0 => 'string', + 'pxdoc' => 'resource', + 'name' => 'string', + ), + 'px_get_record' => + array ( + 0 => 'array', + 'pxdoc' => 'resource', + 'num' => 'int', + 'mode=' => 'int', + ), + 'px_get_schema' => + array ( + 0 => 'array', + 'pxdoc' => 'resource', + 'mode=' => 'int', + ), + 'px_get_value' => + array ( + 0 => 'float', + 'pxdoc' => 'resource', + 'name' => 'string', + ), + 'px_insert_record' => + array ( + 0 => 'int', + 'pxdoc' => 'resource', + 'data' => 'array', + ), + 'px_new' => + array ( + 0 => 'resource', + ), + 'px_numfields' => + array ( + 0 => 'int', + 'pxdoc' => 'resource', + ), + 'px_numrecords' => + array ( + 0 => 'int', + 'pxdoc' => 'resource', + ), + 'px_open_fp' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'file' => 'resource', + ), + 'px_put_record' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'record' => 'array', + 'recpos=' => 'int', + ), + 'px_retrieve_record' => + array ( + 0 => 'array', + 'pxdoc' => 'resource', + 'num' => 'int', + 'mode=' => 'int', + ), + 'px_set_blob_file' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'filename' => 'string', + ), + 'px_set_parameter' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'name' => 'string', + 'value' => 'string', + ), + 'px_set_tablename' => + array ( + 0 => 'void', + 'pxdoc' => 'resource', + 'name' => 'string', + ), + 'px_set_targetencoding' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'encoding' => 'string', + ), + 'px_set_value' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'name' => 'string', + 'value' => 'float', + ), + 'px_timestamp2string' => + array ( + 0 => 'string', + 'pxdoc' => 'resource', + 'value' => 'float', + 'format' => 'string', + ), + 'px_update_record' => + array ( + 0 => 'bool', + 'pxdoc' => 'resource', + 'data' => 'array', + 'num' => 'int', + ), + 'qdom_error' => + array ( + 0 => 'string', + ), + 'qdom_tree' => + array ( + 0 => 'QDomDocument', + 'doc' => 'string', + ), + 'querymapobj::converttostring' => + array ( + 0 => 'string', + ), + 'querymapobj::free' => + array ( + 0 => 'void', + ), + 'querymapobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'querymapobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'quickhashinthash::__construct' => + array ( + 0 => 'void', + 'size' => 'int', + 'options=' => 'int', + ), + 'quickhashinthash::add' => + array ( + 0 => 'bool', + 'key' => 'int', + 'value=' => 'int', + ), + 'quickhashinthash::delete' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashinthash::exists' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashinthash::get' => + array ( + 0 => 'int', + 'key' => 'int', + ), + 'quickhashinthash::getsize' => + array ( + 0 => 'int', + ), + 'quickhashinthash::loadfromfile' => + array ( + 0 => 'QuickHashIntHash', + 'filename' => 'string', + 'options=' => 'int', + ), + 'quickhashinthash::loadfromstring' => + array ( + 0 => 'QuickHashIntHash', + 'contents' => 'string', + 'options=' => 'int', + ), + 'quickhashinthash::savetofile' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'quickhashinthash::savetostring' => + array ( + 0 => 'string', + ), + 'quickhashinthash::set' => + array ( + 0 => 'bool', + 'key' => 'int', + 'value' => 'int', + ), + 'quickhashinthash::update' => + array ( + 0 => 'bool', + 'key' => 'int', + 'value' => 'int', + ), + 'quickhashintset::__construct' => + array ( + 0 => 'void', + 'size' => 'int', + 'options=' => 'int', + ), + 'quickhashintset::add' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashintset::delete' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashintset::exists' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashintset::getsize' => + array ( + 0 => 'int', + ), + 'quickhashintset::loadfromfile' => + array ( + 0 => 'QuickHashIntSet', + 'filename' => 'string', + 'size=' => 'int', + 'options=' => 'int', + ), + 'quickhashintset::loadfromstring' => + array ( + 0 => 'QuickHashIntSet', + 'contents' => 'string', + 'size=' => 'int', + 'options=' => 'int', + ), + 'quickhashintset::savetofile' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'quickhashintset::savetostring' => + array ( + 0 => 'string', + ), + 'quickhashintstringhash::__construct' => + array ( + 0 => 'void', + 'size' => 'int', + 'options=' => 'int', + ), + 'quickhashintstringhash::add' => + array ( + 0 => 'bool', + 'key' => 'int', + 'value' => 'string', + ), + 'quickhashintstringhash::delete' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashintstringhash::exists' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'quickhashintstringhash::get' => + array ( + 0 => 'mixed', + 'key' => 'int', + ), + 'quickhashintstringhash::getsize' => + array ( + 0 => 'int', + ), + 'quickhashintstringhash::loadfromfile' => + array ( + 0 => 'QuickHashIntStringHash', + 'filename' => 'string', + 'size=' => 'int', + 'options=' => 'int', + ), + 'quickhashintstringhash::loadfromstring' => + array ( + 0 => 'QuickHashIntStringHash', + 'contents' => 'string', + 'size=' => 'int', + 'options=' => 'int', + ), + 'quickhashintstringhash::savetofile' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'quickhashintstringhash::savetostring' => + array ( + 0 => 'string', + ), + 'quickhashintstringhash::set' => + array ( + 0 => 'int', + 'key' => 'int', + 'value' => 'string', + ), + 'quickhashintstringhash::update' => + array ( + 0 => 'bool', + 'key' => 'int', + 'value' => 'string', + ), + 'quickhashstringinthash::__construct' => + array ( + 0 => 'void', + 'size' => 'int', + 'options=' => 'int', + ), + 'quickhashstringinthash::add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'int', + ), + 'quickhashstringinthash::delete' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'quickhashstringinthash::exists' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'quickhashstringinthash::get' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'quickhashstringinthash::getsize' => + array ( + 0 => 'int', + ), + 'quickhashstringinthash::loadfromfile' => + array ( + 0 => 'QuickHashStringIntHash', + 'filename' => 'string', + 'size=' => 'int', + 'options=' => 'int', + ), + 'quickhashstringinthash::loadfromstring' => + array ( + 0 => 'QuickHashStringIntHash', + 'contents' => 'string', + 'size=' => 'int', + 'options=' => 'int', + ), + 'quickhashstringinthash::savetofile' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'quickhashstringinthash::savetostring' => + array ( + 0 => 'string', + ), + 'quickhashstringinthash::set' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'int', + ), + 'quickhashstringinthash::update' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'int', + ), + 'radius_acct_open' => + array ( + 0 => 'false|resource', + ), + 'radius_add_server' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'hostname' => 'string', + 'port' => 'int', + 'secret' => 'string', + 'timeout' => 'int', + 'max_tries' => 'int', + ), + 'radius_auth_open' => + array ( + 0 => 'false|resource', + ), + 'radius_close' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + ), + 'radius_config' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'file' => 'string', + ), + 'radius_create_request' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'type' => 'int', + ), + 'radius_cvt_addr' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'radius_cvt_int' => + array ( + 0 => 'int', + 'data' => 'string', + ), + 'radius_cvt_string' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'radius_demangle' => + array ( + 0 => 'string', + 'radius_handle' => 'resource', + 'mangled' => 'string', + ), + 'radius_demangle_mppe_key' => + array ( + 0 => 'string', + 'radius_handle' => 'resource', + 'mangled' => 'string', + ), + 'radius_get_attr' => + array ( + 0 => 'mixed', + 'radius_handle' => 'resource', + ), + 'radius_get_tagged_attr_data' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'radius_get_tagged_attr_tag' => + array ( + 0 => 'int', + 'data' => 'string', + ), + 'radius_get_vendor_attr' => + array ( + 0 => 'array', + 'data' => 'string', + ), + 'radius_put_addr' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'type' => 'int', + 'addr' => 'string', + ), + 'radius_put_attr' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'type' => 'int', + 'value' => 'string', + ), + 'radius_put_int' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'type' => 'int', + 'value' => 'int', + ), + 'radius_put_string' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'type' => 'int', + 'value' => 'string', + ), + 'radius_put_vendor_addr' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'vendor' => 'int', + 'type' => 'int', + 'addr' => 'string', + ), + 'radius_put_vendor_attr' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'vendor' => 'int', + 'type' => 'int', + 'value' => 'string', + ), + 'radius_put_vendor_int' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'vendor' => 'int', + 'type' => 'int', + 'value' => 'int', + ), + 'radius_put_vendor_string' => + array ( + 0 => 'bool', + 'radius_handle' => 'resource', + 'vendor' => 'int', + 'type' => 'int', + 'value' => 'string', + ), + 'radius_request_authenticator' => + array ( + 0 => 'string', + 'radius_handle' => 'resource', + ), + 'radius_salt_encrypt_attr' => + array ( + 0 => 'string', + 'radius_handle' => 'resource', + 'data' => 'string', + ), + 'radius_send_request' => + array ( + 0 => 'false|int', + 'radius_handle' => 'resource', + ), + 'radius_server_secret' => + array ( + 0 => 'string', + 'radius_handle' => 'resource', + ), + 'radius_strerror' => + array ( + 0 => 'string', + 'radius_handle' => 'resource', + ), + 'rand\'1' => + array ( + 0 => 'int', + ), + 'rar_allow_broken_set' => + array ( + 0 => 'bool', + 'rarfile' => 'RarArchive', + 'allow_broken' => 'bool', + ), + 'rar_broken_is' => + array ( + 0 => 'bool', + 'rarfile' => 'rararchive', + ), + 'rar_close' => + array ( + 0 => 'bool', + 'rarfile' => 'rararchive', + ), + 'rar_comment_get' => + array ( + 0 => 'string', + 'rarfile' => 'rararchive', + ), + 'rar_entry_get' => + array ( + 0 => 'RarEntry', + 'rarfile' => 'RarArchive', + 'entryname' => 'string', + ), + 'rar_list' => + array ( + 0 => 'RarArchive', + 'rarfile' => 'rararchive', + ), + 'rar_open' => + array ( + 0 => 'RarArchive', + 'filename' => 'string', + 'password=' => 'string', + 'volume_callback=' => 'callable', + ), + 'rar_solid_is' => + array ( + 0 => 'bool', + 'rarfile' => 'rararchive', + ), + 'rar_wrapper_cache_stats' => + array ( + 0 => 'string', + ), + 'rararchive::__tostring' => + array ( + 0 => 'string', + ), + 'rararchive::close' => + array ( + 0 => 'bool', + ), + 'rararchive::getcomment' => + array ( + 0 => 'null|string', + ), + 'rararchive::getentries' => + array ( + 0 => 'array|false', + ), + 'rararchive::getentry' => + array ( + 0 => 'RarEntry|false', + 'entryname' => 'string', + ), + 'rararchive::isbroken' => + array ( + 0 => 'bool', + ), + 'rararchive::issolid' => + array ( + 0 => 'bool', + ), + 'rararchive::open' => + array ( + 0 => 'RarArchive|false', + 'filename' => 'string', + 'password=' => 'string', + 'volume_callback=' => 'callable', + ), + 'rararchive::setallowbroken' => + array ( + 0 => 'bool', + 'allow_broken' => 'bool', + ), + 'rarentry::__tostring' => + array ( + 0 => 'string', + ), + 'rarentry::extract' => + array ( + 0 => 'bool', + 'dir' => 'string', + 'filepath=' => 'string', + 'password=' => 'string', + 'extended_data=' => 'bool', + ), + 'rarentry::getattr' => + array ( + 0 => 'false|int', + ), + 'rarentry::getcrc' => + array ( + 0 => 'false|string', + ), + 'rarentry::getfiletime' => + array ( + 0 => 'false|string', + ), + 'rarentry::gethostos' => + array ( + 0 => 'false|int', + ), + 'rarentry::getmethod' => + array ( + 0 => 'false|int', + ), + 'rarentry::getname' => + array ( + 0 => 'false|string', + ), + 'rarentry::getpackedsize' => + array ( + 0 => 'false|int', + ), + 'rarentry::getstream' => + array ( + 0 => 'false|resource', + 'password=' => 'string', + ), + 'rarentry::getunpackedsize' => + array ( + 0 => 'false|int', + ), + 'rarentry::getversion' => + array ( + 0 => 'false|int', + ), + 'rarentry::isdirectory' => + array ( + 0 => 'bool', + ), + 'rarentry::isencrypted' => + array ( + 0 => 'bool', + ), + 'rarexception::getcode' => + array ( + 0 => 'int', + ), + 'rarexception::getfile' => + array ( + 0 => 'string', + ), + 'rarexception::getline' => + array ( + 0 => 'int', + ), + 'rarexception::getmessage' => + array ( + 0 => 'string', + ), + 'rarexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'rarexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'rarexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'rarexception::isusingexceptions' => + array ( + 0 => 'bool', + ), + 'rarexception::setusingexceptions' => + array ( + 0 => 'RarEntry', + 'using_exceptions' => 'bool', + ), + 'recode' => + array ( + 0 => 'string', + 'request' => 'string', + 'string' => 'string', + ), + 'recode_file' => + array ( + 0 => 'bool', + 'request' => 'string', + 'input' => 'resource', + 'output' => 'resource', + ), + 'recode_string' => + array ( + 0 => 'false|string', + 'request' => 'string', + 'string' => 'string', + ), + 'rectobj::__construct' => + array ( + 0 => 'void', + ), + 'rectobj::draw' => + array ( + 0 => 'int', + 'map' => 'mapObj', + 'layer' => 'layerObj', + 'img' => 'imageObj', + 'class_index' => 'int', + 'text' => 'string', + ), + 'rectobj::fit' => + array ( + 0 => 'float', + 'width' => 'int', + 'height' => 'int', + ), + 'rectobj::ms_newrectobj' => + array ( + 0 => 'rectObj', + ), + 'rectobj::project' => + array ( + 0 => 'int', + 'in' => 'projectionObj', + 'out' => 'projectionObj', + ), + 'rectobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'rectobj::setextent' => + array ( + 0 => 'void', + 'minx' => 'float', + 'miny' => 'float', + 'maxx' => 'float', + 'maxy' => 'float', + ), + 'recursiveiterator::__construct' => + array ( + 0 => 'void', + ), + 'recursiveiterator::current' => + array ( + 0 => 'mixed', + ), + 'recursiveiterator::getchildren' => + array ( + 0 => 'RecursiveIterator|null', + ), + 'recursiveiterator::haschildren' => + array ( + 0 => 'bool', + ), + 'recursiveiterator::key' => + array ( + 0 => 'int|string', + ), + 'recursiveiterator::next' => + array ( + 0 => 'void', + ), + 'recursiveiterator::rewind' => + array ( + 0 => 'void', + ), + 'recursiveiterator::valid' => + array ( + 0 => 'bool', + ), + 'redis::blpop\'1' => + array ( + 0 => 'array', + 'key' => 'string', + 'timeout_or_key' => 'int|string', + '...extra_args' => 'int|string', + ), + 'redis::brpop\'1' => + array ( + 0 => 'array', + 'key' => 'string', + 'timeout_or_key' => 'int|string', + '...extra_args' => 'int|string', + ), + 'redis::decrbyfloat' => + array ( + 0 => 'float', + 'key' => 'string', + 'value' => 'float', + ), + 'redis::del\'1' => + array ( + 0 => 'int', + 'key' => 'array', + ), + 'redis::delete\'1' => + array ( + 0 => 'int', + 'key' => 'array', + ), + 'redis::evaluate' => + array ( + 0 => 'mixed', + 'script' => 'string', + 'args=' => 'array', + 'numKeys=' => 'int', + ), + 'redis::evaluatesha' => + array ( + 0 => 'mixed', + 'scriptSha' => 'string', + 'args=' => 'array', + 'numKeys=' => 'int', + ), + 'redis::exists\'1' => + array ( + 0 => 'int', + '...keys' => 'string', + ), + 'redis::getkeys' => + array ( + 0 => 'array', + 'pattern' => 'string', + ), + 'redis::getmultiple' => + array ( + 0 => 'array', + 'keys' => 'array', + ), + 'redis::lget' => + array ( + 0 => 'string', + 'key' => 'string', + 'index' => 'int', + ), + 'redis::lgetrange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::listtrim' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'start' => 'int', + 'stop' => 'int', + ), + 'redis::lremove' => + array ( + 0 => 'int', + 'key' => 'string', + 'value' => 'string', + 'count' => 'int', + ), + 'redis::lsize' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::renamekey' => + array ( + 0 => 'bool', + 'srckey' => 'string', + 'dstkey' => 'string', + ), + 'redis::resetstat' => + array ( + 0 => 'bool', + ), + 'redis::scontains' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'value' => 'string', + ), + 'redis::sendecho' => + array ( + 0 => 'string', + 'msg' => 'string', + ), + 'redis::set\'1' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + 'timeout=' => 'int', + ), + 'redis::settimeout' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'ttl' => 'int', + ), + 'redis::sgetmembers' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'redis::slave' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'int', + ), + 'redis::slave\'1' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'int', + ), + 'redis::sremove' => + array ( + 0 => 'int', + 'key' => 'string', + 'member1' => 'string', + '...other_members=' => 'string', + ), + 'redis::ssize' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'redis::substr' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::unlink\'1' => + array ( + 0 => 'int', + 'key' => 'array', + ), + 'redis::zadd\'1' => + array ( + 0 => 'int', + 'options' => 'array', + 'key' => 'string', + 'score1' => 'float', + 'value1' => 'string', + 'score2=' => 'float', + 'value2=' => 'string', + 'scoreN=' => 'float', + 'valueN=' => 'string', + ), + 'redis::zdelete' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'redis::zdeleterangebyrank' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::zdeleterangebyscore' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'start' => 'float', + 'end' => 'float', + ), + 'redis::zremove' => + array ( + 0 => 'int', + 'key' => 'string', + 'member' => 'string', + '...other_members=' => 'string', + ), + 'redis::zremoverangebyrank' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + ), + 'redis::zremoverangebyscore' => + array ( + 0 => 'int', + 'key' => 'string', + 'start' => 'float|string', + 'end' => 'float|string', + ), + 'redis::zreverserange' => + array ( + 0 => 'array', + 'key' => 'string', + 'start' => 'int', + 'end' => 'int', + 'withscore=' => 'bool', + ), + 'redis::zsize' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'redisarray::delete' => + array ( + 0 => 'bool', + 'key' => 'string', + '...args' => 'string', + ), + 'redisarray::delete\'1' => + array ( + 0 => 'bool', + 'key' => 'array', + ), + 'redisarray::getmultiple' => + array ( + 0 => 'mixed', + 'keys' => 'mixed', + ), + 'redisarray::unlink\'1' => + array ( + 0 => 'int', + 'key' => 'array', + ), + 'rediscluster::del\'1' => + array ( + 0 => 'int', + 'key' => 'array', + ), + 'rediscluster::sunion\'1' => + array ( + 0 => 'list', + 'keys' => 'array', + ), + 'reflectionmethod::__construct\'1' => + array ( + 0 => 'void', + 'class_method' => 'string', + ), + 'reflectionproperty::setvalue\'1' => + array ( + 0 => 'void', + 'value' => 'mixed', + ), + 'reflector::__tostring' => + array ( + 0 => 'string', + ), + 'reflector::export' => + array ( + 0 => 'null|string', + ), + 'register_event_handler' => + array ( + 0 => 'bool', + 'event_handler_func' => 'string', + 'handler_register_name' => 'string', + 'event_type_mask' => 'int', + ), + 'rename_function' => + array ( + 0 => 'bool', + 'original_name' => 'string', + 'new_name' => 'string', + ), + 'restore_include_path' => + array ( + 0 => 'void', + ), + 'rpm_close' => + array ( + 0 => 'bool', + 'rpmr' => 'resource', + ), + 'rpm_get_tag' => + array ( + 0 => 'mixed', + 'rpmr' => 'resource', + 'tagnum' => 'int', + ), + 'rpm_is_valid' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'rpm_open' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + ), + 'rpm_version' => + array ( + 0 => 'string', + ), + 'rpmaddtag' => + array ( + 0 => 'bool', + 'tag' => 'int', + ), + 'rpmdbinfo' => + array ( + 0 => 'array', + 'nevr' => 'string', + 'full=' => 'bool', + ), + 'rpmdbsearch' => + array ( + 0 => 'array', + 'pattern' => 'string', + 'rpmtag=' => 'int', + 'rpmmire=' => 'int', + 'full=' => 'bool', + ), + 'rpminfo' => + array ( + 0 => 'array', + 'path' => 'string', + 'full=' => 'bool', + 'error=' => 'string', + ), + 'rpmvercmp' => + array ( + 0 => 'int', + 'evr1' => 'string', + 'evr2' => 'string', + ), + 'rrd_create' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'options' => 'array', + ), + 'rrd_disconnect' => + array ( + 0 => 'void', + ), + 'rrd_error' => + array ( + 0 => 'string', + ), + 'rrd_fetch' => + array ( + 0 => 'array', + 'filename' => 'string', + 'options' => 'array', + ), + 'rrd_first' => + array ( + 0 => 'false|int', + 'file' => 'string', + 'raaindex=' => 'int', + ), + 'rrd_graph' => + array ( + 0 => 'array|false', + 'filename' => 'string', + 'options' => 'array', + ), + 'rrd_info' => + array ( + 0 => 'array|false', + 'filename' => 'string', + ), + 'rrd_last' => + array ( + 0 => 'int', + 'filename' => 'string', + ), + 'rrd_lastupdate' => + array ( + 0 => 'array|false', + 'filename' => 'string', + ), + 'rrd_restore' => + array ( + 0 => 'bool', + 'xml_file' => 'string', + 'rrd_file' => 'string', + 'options=' => 'array', + ), + 'rrd_tune' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'options' => 'array', + ), + 'rrd_update' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'options' => 'array', + ), + 'rrd_version' => + array ( + 0 => 'string', + ), + 'rrd_xport' => + array ( + 0 => 'array|false', + 'options' => 'array', + ), + 'rrdc_disconnect' => + array ( + 0 => 'void', + ), + 'rrdcreator::__construct' => + array ( + 0 => 'void', + 'path' => 'string', + 'starttime=' => 'string', + 'step=' => 'int', + ), + 'rrdcreator::addarchive' => + array ( + 0 => 'void', + 'description' => 'string', + ), + 'rrdcreator::adddatasource' => + array ( + 0 => 'void', + 'description' => 'string', + ), + 'rrdcreator::save' => + array ( + 0 => 'bool', + ), + 'rrdgraph::__construct' => + array ( + 0 => 'void', + 'path' => 'string', + ), + 'rrdgraph::save' => + array ( + 0 => 'array|false', + ), + 'rrdgraph::saveverbose' => + array ( + 0 => 'array|false', + ), + 'rrdgraph::setoptions' => + array ( + 0 => 'void', + 'options' => 'array', + ), + 'rrdupdater::__construct' => + array ( + 0 => 'void', + 'path' => 'string', + ), + 'rrdupdater::update' => + array ( + 0 => 'bool', + 'values' => 'array', + 'time=' => 'string', + ), + 'runkit7_constant_add' => + array ( + 0 => 'bool', + 'constant_name' => 'string', + 'value' => 'mixed', + 'new_visibility=' => 'int', + ), + 'runkit7_constant_redefine' => + array ( + 0 => 'bool', + 'constant_name' => 'string', + 'value' => 'mixed', + 'new_visibility=' => 'int|null', + ), + 'runkit7_constant_remove' => + array ( + 0 => 'bool', + 'constant_name' => 'string', + ), + 'runkit7_function_add' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'argument_list_or_closure' => 'Closure|string', + 'code_or_doc_comment=' => 'null|string', + 'return_by_reference=' => 'bool|null', + 'doc_comment=' => 'null|string', + 'return_type=' => 'null|string', + 'is_strict=' => 'bool|null', + ), + 'runkit7_function_copy' => + array ( + 0 => 'bool', + 'source_name' => 'string', + 'target_name' => 'string', + ), + 'runkit7_function_redefine' => + array ( + 0 => 'bool', + 'function_name' => 'string', + 'argument_list_or_closure' => 'Closure|string', + 'code_or_doc_comment=' => 'null|string', + 'return_by_reference=' => 'bool|null', + 'doc_comment=' => 'null|string', + 'return_type=' => 'null|string', + 'is_strict=' => 'bool|null', + ), + 'runkit7_function_remove' => + array ( + 0 => 'bool', + 'function_name' => 'string', + ), + 'runkit7_function_rename' => + array ( + 0 => 'bool', + 'source_name' => 'string', + 'target_name' => 'string', + ), + 'runkit7_import' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int|null', + ), + 'runkit7_method_add' => + array ( + 0 => 'bool', + 'class_name' => 'string', + 'method_name' => 'string', + 'argument_list_or_closure' => 'Closure|string', + 'code_or_flags=' => 'int|null|string', + 'flags_or_doc_comment=' => 'int|null|string', + 'doc_comment=' => 'null|string', + 'return_type=' => 'null|string', + 'is_strict=' => 'bool|null', + ), + 'runkit7_method_copy' => + array ( + 0 => 'bool', + 'destination_class' => 'string', + 'destination_method' => 'string', + 'source_class' => 'string', + 'source_method=' => 'null|string', + ), + 'runkit7_method_redefine' => + array ( + 0 => 'bool', + 'class_name' => 'string', + 'method_name' => 'string', + 'argument_list_or_closure' => 'Closure|string', + 'code_or_flags=' => 'int|null|string', + 'flags_or_doc_comment=' => 'int|null|string', + 'doc_comment=' => 'null|string', + 'return_type=' => 'null|string', + 'is_strict=' => 'bool|null', + ), + 'runkit7_method_remove' => + array ( + 0 => 'bool', + 'class_name' => 'string', + 'method_name' => 'string', + ), + 'runkit7_method_rename' => + array ( + 0 => 'bool', + 'class_name' => 'string', + 'source_method_name' => 'string', + 'source_target_name' => 'string', + ), + 'runkit7_superglobals' => + array ( + 0 => 'array', + ), + 'runkit7_zval_inspect' => + array ( + 0 => 'array', + 'value' => 'mixed', + ), + 'runkit_class_adopt' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'parentname' => 'string', + ), + 'runkit_class_emancipate' => + array ( + 0 => 'bool', + 'classname' => 'string', + ), + 'runkit_constant_add' => + array ( + 0 => 'bool', + 'constname' => 'string', + 'value' => 'mixed', + ), + 'runkit_constant_redefine' => + array ( + 0 => 'bool', + 'constname' => 'string', + 'newvalue' => 'mixed', + ), + 'runkit_constant_remove' => + array ( + 0 => 'bool', + 'constname' => 'string', + ), + 'runkit_function_add' => + array ( + 0 => 'bool', + 'funcname' => 'string', + 'arglist' => 'string', + 'code' => 'string', + 'doccomment=' => 'null|string', + ), + 'runkit_function_add\'1' => + array ( + 0 => 'bool', + 'funcname' => 'string', + 'closure' => 'Closure', + 'doccomment=' => 'null|string', + ), + 'runkit_function_copy' => + array ( + 0 => 'bool', + 'funcname' => 'string', + 'targetname' => 'string', + ), + 'runkit_function_redefine' => + array ( + 0 => 'bool', + 'funcname' => 'string', + 'arglist' => 'string', + 'code' => 'string', + 'doccomment=' => 'null|string', + ), + 'runkit_function_redefine\'1' => + array ( + 0 => 'bool', + 'funcname' => 'string', + 'closure' => 'Closure', + 'doccomment=' => 'null|string', + ), + 'runkit_function_remove' => + array ( + 0 => 'bool', + 'funcname' => 'string', + ), + 'runkit_function_rename' => + array ( + 0 => 'bool', + 'funcname' => 'string', + 'newname' => 'string', + ), + 'runkit_import' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'runkit_lint' => + array ( + 0 => 'bool', + 'code' => 'string', + ), + 'runkit_lint_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'runkit_method_add' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'args' => 'string', + 'code' => 'string', + 'flags=' => 'int', + 'doccomment=' => 'null|string', + ), + 'runkit_method_add\'1' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'closure' => 'Closure', + 'flags=' => 'int', + 'doccomment=' => 'null|string', + ), + 'runkit_method_copy' => + array ( + 0 => 'bool', + 'dclass' => 'string', + 'dmethod' => 'string', + 'sclass' => 'string', + 'smethod=' => 'string', + ), + 'runkit_method_redefine' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'args' => 'string', + 'code' => 'string', + 'flags=' => 'int', + 'doccomment=' => 'null|string', + ), + 'runkit_method_redefine\'1' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'closure' => 'Closure', + 'flags=' => 'int', + 'doccomment=' => 'null|string', + ), + 'runkit_method_remove' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + ), + 'runkit_method_rename' => + array ( + 0 => 'bool', + 'classname' => 'string', + 'methodname' => 'string', + 'newname' => 'string', + ), + 'runkit_return_value_used' => + array ( + 0 => 'bool', + ), + 'runkit_sandbox::__construct' => + array ( + 0 => 'void', + 'options=' => 'array', + ), + 'runkit_sandbox_output_handler' => + array ( + 0 => 'mixed', + 'sandbox' => 'object', + 'callback=' => 'mixed', + ), + 'runkit_sandbox_parent' => + array ( + 0 => 'mixed', + ), + 'runkit_sandbox_parent::__construct' => + array ( + 0 => 'void', + ), + 'runkit_superglobals' => + array ( + 0 => 'array', + ), + 'runkit_zval_inspect' => + array ( + 0 => 'array', + 'value' => 'mixed', + ), + 'samconnection::commit' => + array ( + 0 => 'bool', + ), + 'samconnection::connect' => + array ( + 0 => 'bool', + 'protocol' => 'string', + 'properties=' => 'array', + ), + 'samconnection::disconnect' => + array ( + 0 => 'bool', + ), + 'samconnection::errno' => + array ( + 0 => 'int', + ), + 'samconnection::error' => + array ( + 0 => 'string', + ), + 'samconnection::isconnected' => + array ( + 0 => 'bool', + ), + 'samconnection::peek' => + array ( + 0 => 'SAMMessage', + 'target' => 'string', + 'properties=' => 'array', + ), + 'samconnection::peekall' => + array ( + 0 => 'array', + 'target' => 'string', + 'properties=' => 'array', + ), + 'samconnection::receive' => + array ( + 0 => 'SAMMessage', + 'target' => 'string', + 'properties=' => 'array', + ), + 'samconnection::remove' => + array ( + 0 => 'SAMMessage', + 'target' => 'string', + 'properties=' => 'array', + ), + 'samconnection::rollback' => + array ( + 0 => 'bool', + ), + 'samconnection::send' => + array ( + 0 => 'string', + 'target' => 'string', + 'msg' => 'sammessage', + 'properties=' => 'array', + ), + 'samconnection::setdebug' => + array ( + 0 => 'mixed', + 'switch' => 'bool', + ), + 'samconnection::subscribe' => + array ( + 0 => 'string', + 'targettopic' => 'string', + ), + 'samconnection::unsubscribe' => + array ( + 0 => 'bool', + 'subscriptionid' => 'string', + 'targettopic=' => 'string', + ), + 'sammessage::body' => + array ( + 0 => 'string', + ), + 'sammessage::header' => + array ( + 0 => 'object', + ), + 'sapi_windows_cp_conv' => + array ( + 0 => 'null|string', + 'in_codepage' => 'int|string', + 'out_codepage' => 'int|string', + 'subject' => 'string', + ), + 'sapi_windows_cp_get' => + array ( + 0 => 'int', + 'kind=' => 'string', + ), + 'sapi_windows_cp_is_utf8' => + array ( + 0 => 'bool', + ), + 'sapi_windows_cp_set' => + array ( + 0 => 'bool', + 'codepage' => 'int', + ), + 'sapi_windows_vt100_support' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'enable=' => 'bool|null', + ), + 'saxon\\saxonprocessor::__construct' => + array ( + 0 => 'void', + 'license=' => 'bool', + 'cwd=' => 'string', + ), + 'saxon\\saxonprocessor::createatomicvalue' => + array ( + 0 => 'Saxon\\XdmValue', + 'primitive_type_val' => 'scalar', + ), + 'saxon\\saxonprocessor::newschemavalidator' => + array ( + 0 => 'Saxon\\SchemaValidator', + ), + 'saxon\\saxonprocessor::newxpathprocessor' => + array ( + 0 => 'Saxon\\XPathProcessor', + ), + 'saxon\\saxonprocessor::newxqueryprocessor' => + array ( + 0 => 'Saxon\\XQueryProcessor', + ), + 'saxon\\saxonprocessor::newxsltprocessor' => + array ( + 0 => 'Saxon\\XsltProcessor', + ), + 'saxon\\saxonprocessor::parsexmlfromfile' => + array ( + 0 => 'Saxon\\XdmNode', + 'fileName' => 'string', + ), + 'saxon\\saxonprocessor::parsexmlfromstring' => + array ( + 0 => 'Saxon\\XdmNode', + 'value' => 'string', + ), + 'saxon\\saxonprocessor::registerphpfunctions' => + array ( + 0 => 'void', + 'library' => 'string', + ), + 'saxon\\saxonprocessor::setconfigurationproperty' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'saxon\\saxonprocessor::setcwd' => + array ( + 0 => 'void', + 'cwd' => 'string', + ), + 'saxon\\saxonprocessor::setresourcedirectory' => + array ( + 0 => 'void', + 'dir' => 'string', + ), + 'saxon\\saxonprocessor::version' => + array ( + 0 => 'string', + ), + 'saxon\\schemavalidator::clearparameters' => + array ( + 0 => 'void', + ), + 'saxon\\schemavalidator::clearproperties' => + array ( + 0 => 'void', + ), + 'saxon\\schemavalidator::exceptionclear' => + array ( + 0 => 'void', + ), + 'saxon\\schemavalidator::geterrorcode' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\schemavalidator::geterrormessage' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\schemavalidator::getexceptioncount' => + array ( + 0 => 'int', + ), + 'saxon\\schemavalidator::getvalidationreport' => + array ( + 0 => 'Saxon\\XdmNode', + ), + 'saxon\\schemavalidator::registerschemafromfile' => + array ( + 0 => 'void', + 'fileName' => 'string', + ), + 'saxon\\schemavalidator::registerschemafromstring' => + array ( + 0 => 'void', + 'schemaStr' => 'string', + ), + 'saxon\\schemavalidator::setoutputfile' => + array ( + 0 => 'void', + 'fileName' => 'string', + ), + 'saxon\\schemavalidator::setparameter' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'Saxon\\XdmValue', + ), + 'saxon\\schemavalidator::setproperty' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'saxon\\schemavalidator::setsourcenode' => + array ( + 0 => 'void', + 'node' => 'Saxon\\XdmNode', + ), + 'saxon\\schemavalidator::validate' => + array ( + 0 => 'void', + 'filename=' => 'null|string', + ), + 'saxon\\schemavalidator::validatetonode' => + array ( + 0 => 'Saxon\\XdmNode', + 'filename=' => 'null|string', + ), + 'saxon\\xdmatomicvalue::addxdmitem' => + array ( + 0 => 'mixed', + 'item' => 'Saxon\\XdmItem', + ), + 'saxon\\xdmatomicvalue::getatomicvalue' => + array ( + 0 => 'Saxon\\XdmAtomicValue|null', + ), + 'saxon\\xdmatomicvalue::getbooleanvalue' => + array ( + 0 => 'bool', + ), + 'saxon\\xdmatomicvalue::getdoublevalue' => + array ( + 0 => 'float', + ), + 'saxon\\xdmatomicvalue::gethead' => + array ( + 0 => 'Saxon\\XdmItem', + ), + 'saxon\\xdmatomicvalue::getlongvalue' => + array ( + 0 => 'int', + ), + 'saxon\\xdmatomicvalue::getnodevalue' => + array ( + 0 => 'Saxon\\XdmNode|null', + ), + 'saxon\\xdmatomicvalue::getstringvalue' => + array ( + 0 => 'string', + ), + 'saxon\\xdmatomicvalue::isatomic' => + array ( + 0 => 'true', + ), + 'saxon\\xdmatomicvalue::isnode' => + array ( + 0 => 'bool', + ), + 'saxon\\xdmatomicvalue::itemat' => + array ( + 0 => 'Saxon\\XdmItem', + 'index' => 'int', + ), + 'saxon\\xdmatomicvalue::size' => + array ( + 0 => 'int', + ), + 'saxon\\xdmitem::addxdmitem' => + array ( + 0 => 'mixed', + 'item' => 'Saxon\\XdmItem', + ), + 'saxon\\xdmitem::getatomicvalue' => + array ( + 0 => 'Saxon\\XdmAtomicValue|null', + ), + 'saxon\\xdmitem::gethead' => + array ( + 0 => 'Saxon\\XdmItem', + ), + 'saxon\\xdmitem::getnodevalue' => + array ( + 0 => 'Saxon\\XdmNode|null', + ), + 'saxon\\xdmitem::getstringvalue' => + array ( + 0 => 'string', + ), + 'saxon\\xdmitem::isatomic' => + array ( + 0 => 'bool', + ), + 'saxon\\xdmitem::isnode' => + array ( + 0 => 'bool', + ), + 'saxon\\xdmitem::itemat' => + array ( + 0 => 'Saxon\\XdmItem', + 'index' => 'int', + ), + 'saxon\\xdmitem::size' => + array ( + 0 => 'int', + ), + 'saxon\\xdmnode::addxdmitem' => + array ( + 0 => 'mixed', + 'item' => 'Saxon\\XdmItem', + ), + 'saxon\\xdmnode::getatomicvalue' => + array ( + 0 => 'Saxon\\XdmAtomicValue|null', + ), + 'saxon\\xdmnode::getattributecount' => + array ( + 0 => 'int', + ), + 'saxon\\xdmnode::getattributenode' => + array ( + 0 => 'Saxon\\XdmNode|null', + 'index' => 'int', + ), + 'saxon\\xdmnode::getattributevalue' => + array ( + 0 => 'null|string', + 'index' => 'int', + ), + 'saxon\\xdmnode::getchildcount' => + array ( + 0 => 'int', + ), + 'saxon\\xdmnode::getchildnode' => + array ( + 0 => 'Saxon\\XdmNode|null', + 'index' => 'int', + ), + 'saxon\\xdmnode::gethead' => + array ( + 0 => 'Saxon\\XdmItem', + ), + 'saxon\\xdmnode::getnodekind' => + array ( + 0 => 'int', + ), + 'saxon\\xdmnode::getnodename' => + array ( + 0 => 'string', + ), + 'saxon\\xdmnode::getnodevalue' => + array ( + 0 => 'Saxon\\XdmNode|null', + ), + 'saxon\\xdmnode::getparent' => + array ( + 0 => 'Saxon\\XdmNode|null', + ), + 'saxon\\xdmnode::getstringvalue' => + array ( + 0 => 'string', + ), + 'saxon\\xdmnode::isatomic' => + array ( + 0 => 'false', + ), + 'saxon\\xdmnode::isnode' => + array ( + 0 => 'bool', + ), + 'saxon\\xdmnode::itemat' => + array ( + 0 => 'Saxon\\XdmItem', + 'index' => 'int', + ), + 'saxon\\xdmnode::size' => + array ( + 0 => 'int', + ), + 'saxon\\xdmvalue::addxdmitem' => + array ( + 0 => 'mixed', + 'item' => 'Saxon\\XdmItem', + ), + 'saxon\\xdmvalue::gethead' => + array ( + 0 => 'Saxon\\XdmItem', + ), + 'saxon\\xdmvalue::itemat' => + array ( + 0 => 'Saxon\\XdmItem', + 'index' => 'int', + ), + 'saxon\\xdmvalue::size' => + array ( + 0 => 'int', + ), + 'saxon\\xpathprocessor::clearparameters' => + array ( + 0 => 'void', + ), + 'saxon\\xpathprocessor::clearproperties' => + array ( + 0 => 'void', + ), + 'saxon\\xpathprocessor::declarenamespace' => + array ( + 0 => 'void', + 'prefix' => 'mixed', + 'namespace' => 'mixed', + ), + 'saxon\\xpathprocessor::effectivebooleanvalue' => + array ( + 0 => 'bool', + 'xpathStr' => 'string', + ), + 'saxon\\xpathprocessor::evaluate' => + array ( + 0 => 'Saxon\\XdmValue', + 'xpathStr' => 'string', + ), + 'saxon\\xpathprocessor::evaluatesingle' => + array ( + 0 => 'Saxon\\XdmItem', + 'xpathStr' => 'string', + ), + 'saxon\\xpathprocessor::exceptionclear' => + array ( + 0 => 'void', + ), + 'saxon\\xpathprocessor::geterrorcode' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\xpathprocessor::geterrormessage' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\xpathprocessor::getexceptioncount' => + array ( + 0 => 'int', + ), + 'saxon\\xpathprocessor::setbaseuri' => + array ( + 0 => 'void', + 'uri' => 'string', + ), + 'saxon\\xpathprocessor::setcontextfile' => + array ( + 0 => 'void', + 'fileName' => 'string', + ), + 'saxon\\xpathprocessor::setcontextitem' => + array ( + 0 => 'void', + 'item' => 'Saxon\\XdmItem', + ), + 'saxon\\xpathprocessor::setparameter' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'Saxon\\XdmValue', + ), + 'saxon\\xpathprocessor::setproperty' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'saxon\\xqueryprocessor::clearparameters' => + array ( + 0 => 'void', + ), + 'saxon\\xqueryprocessor::clearproperties' => + array ( + 0 => 'void', + ), + 'saxon\\xqueryprocessor::declarenamespace' => + array ( + 0 => 'void', + 'prefix' => 'string', + 'namespace' => 'string', + ), + 'saxon\\xqueryprocessor::exceptionclear' => + array ( + 0 => 'void', + ), + 'saxon\\xqueryprocessor::geterrorcode' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\xqueryprocessor::geterrormessage' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\xqueryprocessor::getexceptioncount' => + array ( + 0 => 'int', + ), + 'saxon\\xqueryprocessor::runquerytofile' => + array ( + 0 => 'void', + 'outfilename' => 'string', + ), + 'saxon\\xqueryprocessor::runquerytostring' => + array ( + 0 => 'null|string', + ), + 'saxon\\xqueryprocessor::runquerytovalue' => + array ( + 0 => 'Saxon\\XdmValue|null', + ), + 'saxon\\xqueryprocessor::setcontextitem' => + array ( + 0 => 'void', + 'object' => 'Saxon\\XdmAtomicValue|Saxon\\XdmItem|Saxon\\XdmNode|Saxon\\XdmValue', + ), + 'saxon\\xqueryprocessor::setcontextitemfromfile' => + array ( + 0 => 'void', + 'fileName' => 'string', + ), + 'saxon\\xqueryprocessor::setparameter' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'Saxon\\XdmValue', + ), + 'saxon\\xqueryprocessor::setproperty' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'saxon\\xqueryprocessor::setquerybaseuri' => + array ( + 0 => 'void', + 'uri' => 'string', + ), + 'saxon\\xqueryprocessor::setquerycontent' => + array ( + 0 => 'void', + 'string' => 'string', + ), + 'saxon\\xqueryprocessor::setqueryfile' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'saxon\\xqueryprocessor::setqueryitem' => + array ( + 0 => 'void', + 'item' => 'Saxon\\XdmItem', + ), + 'saxon\\xsltprocessor::clearparameters' => + array ( + 0 => 'void', + ), + 'saxon\\xsltprocessor::clearproperties' => + array ( + 0 => 'void', + ), + 'saxon\\xsltprocessor::compilefromfile' => + array ( + 0 => 'void', + 'fileName' => 'string', + ), + 'saxon\\xsltprocessor::compilefromstring' => + array ( + 0 => 'void', + 'string' => 'string', + ), + 'saxon\\xsltprocessor::compilefromvalue' => + array ( + 0 => 'void', + 'node' => 'Saxon\\XdmNode', + ), + 'saxon\\xsltprocessor::exceptionclear' => + array ( + 0 => 'void', + ), + 'saxon\\xsltprocessor::geterrorcode' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\xsltprocessor::geterrormessage' => + array ( + 0 => 'string', + 'i' => 'int', + ), + 'saxon\\xsltprocessor::getexceptioncount' => + array ( + 0 => 'int', + ), + 'saxon\\xsltprocessor::setoutputfile' => + array ( + 0 => 'void', + 'fileName' => 'string', + ), + 'saxon\\xsltprocessor::setparameter' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'Saxon\\XdmValue', + ), + 'saxon\\xsltprocessor::setproperty' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'saxon\\xsltprocessor::setsourcefromfile' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'saxon\\xsltprocessor::setsourcefromxdmvalue' => + array ( + 0 => 'void', + 'value' => 'Saxon\\XdmValue', + ), + 'saxon\\xsltprocessor::transformfiletofile' => + array ( + 0 => 'void', + 'sourceFileName' => 'string', + 'stylesheetFileName' => 'string', + 'outputfileName' => 'string', + ), + 'saxon\\xsltprocessor::transformfiletostring' => + array ( + 0 => 'null|string', + 'sourceFileName' => 'string', + 'stylesheetFileName' => 'string', + ), + 'saxon\\xsltprocessor::transformfiletovalue' => + array ( + 0 => 'Saxon\\XdmValue', + 'fileName' => 'string', + ), + 'saxon\\xsltprocessor::transformtofile' => + array ( + 0 => 'void', + ), + 'saxon\\xsltprocessor::transformtostring' => + array ( + 0 => 'string', + ), + 'saxon\\xsltprocessor::transformtovalue' => + array ( + 0 => 'Saxon\\XdmValue|null', + ), + 'sca::createdataobject' => + array ( + 0 => 'SDO_DataObject', + 'type_namespace_uri' => 'string', + 'type_name' => 'string', + ), + 'sca::getservice' => + array ( + 0 => 'mixed', + 'target' => 'string', + 'binding=' => 'string', + 'config=' => 'array', + ), + 'sca_localproxy::createdataobject' => + array ( + 0 => 'SDO_DataObject', + 'type_namespace_uri' => 'string', + 'type_name' => 'string', + ), + 'sca_soapproxy::createdataobject' => + array ( + 0 => 'SDO_DataObject', + 'type_namespace_uri' => 'string', + 'type_name' => 'string', + ), + 'scalebarobj::converttostring' => + array ( + 0 => 'string', + ), + 'scalebarobj::free' => + array ( + 0 => 'void', + ), + 'scalebarobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'scalebarobj::setimagecolor' => + array ( + 0 => 'int', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'scalebarobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'sdo_das_changesummary::beginlogging' => + array ( + 0 => 'mixed', + ), + 'sdo_das_changesummary::endlogging' => + array ( + 0 => 'mixed', + ), + 'sdo_das_changesummary::getchangeddataobjects' => + array ( + 0 => 'SDO_List', + ), + 'sdo_das_changesummary::getchangetype' => + array ( + 0 => 'int', + 'dataobject' => 'sdo_dataobject', + ), + 'sdo_das_changesummary::getoldcontainer' => + array ( + 0 => 'SDO_DataObject', + 'data_object' => 'sdo_dataobject', + ), + 'sdo_das_changesummary::getoldvalues' => + array ( + 0 => 'SDO_List', + 'data_object' => 'sdo_dataobject', + ), + 'sdo_das_changesummary::islogging' => + array ( + 0 => 'bool', + ), + 'sdo_das_datafactory::addpropertytotype' => + array ( + 0 => 'mixed', + 'parent_type_namespace_uri' => 'string', + 'parent_type_name' => 'string', + 'property_name' => 'string', + 'type_namespace_uri' => 'string', + 'type_name' => 'string', + 'options=' => 'array', + ), + 'sdo_das_datafactory::addtype' => + array ( + 0 => 'mixed', + 'type_namespace_uri' => 'string', + 'type_name' => 'string', + 'options=' => 'array', + ), + 'sdo_das_datafactory::getdatafactory' => + array ( + 0 => 'SDO_DAS_DataFactory', + ), + 'sdo_das_dataobject::getchangesummary' => + array ( + 0 => 'SDO_DAS_ChangeSummary', + ), + 'sdo_das_relational::__construct' => + array ( + 0 => 'void', + 'database_metadata' => 'array', + 'application_root_type=' => 'string', + 'sdo_containment_references_metadata=' => 'array', + ), + 'sdo_das_relational::applychanges' => + array ( + 0 => 'mixed', + 'database_handle' => 'pdo', + 'root_data_object' => 'sdodataobject', + ), + 'sdo_das_relational::createrootdataobject' => + array ( + 0 => 'SDODataObject', + ), + 'sdo_das_relational::executepreparedquery' => + array ( + 0 => 'SDODataObject', + 'database_handle' => 'pdo', + 'prepared_statement' => 'pdostatement', + 'value_list' => 'array', + 'column_specifier=' => 'array', + ), + 'sdo_das_relational::executequery' => + array ( + 0 => 'SDODataObject', + 'database_handle' => 'pdo', + 'sql_statement' => 'string', + 'column_specifier=' => 'array', + ), + 'sdo_das_setting::getlistindex' => + array ( + 0 => 'int', + ), + 'sdo_das_setting::getpropertyindex' => + array ( + 0 => 'int', + ), + 'sdo_das_setting::getpropertyname' => + array ( + 0 => 'string', + ), + 'sdo_das_setting::getvalue' => + array ( + 0 => 'mixed', + ), + 'sdo_das_setting::isset' => + array ( + 0 => 'bool', + ), + 'sdo_das_xml::addtypes' => + array ( + 0 => 'mixed', + 'xsd_file' => 'string', + ), + 'sdo_das_xml::create' => + array ( + 0 => 'SDO_DAS_XML', + 'xsd_file=' => 'mixed', + 'key=' => 'string', + ), + 'sdo_das_xml::createdataobject' => + array ( + 0 => 'SDO_DataObject', + 'namespace_uri' => 'string', + 'type_name' => 'string', + ), + 'sdo_das_xml::createdocument' => + array ( + 0 => 'SDO_DAS_XML_Document', + 'document_element_name' => 'string', + 'document_element_namespace_uri' => 'string', + 'dataobject=' => 'sdo_dataobject', + ), + 'sdo_das_xml::loadfile' => + array ( + 0 => 'SDO_XMLDocument', + 'xml_file' => 'string', + ), + 'sdo_das_xml::loadstring' => + array ( + 0 => 'SDO_DAS_XML_Document', + 'xml_string' => 'string', + ), + 'sdo_das_xml::savefile' => + array ( + 0 => 'mixed', + 'xdoc' => 'sdo_xmldocument', + 'xml_file' => 'string', + 'indent=' => 'int', + ), + 'sdo_das_xml::savestring' => + array ( + 0 => 'string', + 'xdoc' => 'sdo_xmldocument', + 'indent=' => 'int', + ), + 'sdo_das_xml_document::getrootdataobject' => + array ( + 0 => 'SDO_DataObject', + ), + 'sdo_das_xml_document::getrootelementname' => + array ( + 0 => 'string', + ), + 'sdo_das_xml_document::getrootelementuri' => + array ( + 0 => 'string', + ), + 'sdo_das_xml_document::setencoding' => + array ( + 0 => 'mixed', + 'encoding' => 'string', + ), + 'sdo_das_xml_document::setxmldeclaration' => + array ( + 0 => 'mixed', + 'xmldeclatation' => 'bool', + ), + 'sdo_das_xml_document::setxmlversion' => + array ( + 0 => 'mixed', + 'xmlversion' => 'string', + ), + 'sdo_datafactory::create' => + array ( + 0 => 'void', + 'type_namespace_uri' => 'string', + 'type_name' => 'string', + ), + 'sdo_dataobject::clear' => + array ( + 0 => 'void', + ), + 'sdo_dataobject::createdataobject' => + array ( + 0 => 'SDO_DataObject', + 'identifier' => 'mixed', + ), + 'sdo_dataobject::getcontainer' => + array ( + 0 => 'SDO_DataObject', + ), + 'sdo_dataobject::getsequence' => + array ( + 0 => 'SDO_Sequence', + ), + 'sdo_dataobject::gettypename' => + array ( + 0 => 'string', + ), + 'sdo_dataobject::gettypenamespaceuri' => + array ( + 0 => 'string', + ), + 'sdo_exception::getcause' => + array ( + 0 => 'mixed', + ), + 'sdo_list::insert' => + array ( + 0 => 'void', + 'value' => 'mixed', + 'index=' => 'int', + ), + 'sdo_model_property::getcontainingtype' => + array ( + 0 => 'SDO_Model_Type', + ), + 'sdo_model_property::getdefault' => + array ( + 0 => 'mixed', + ), + 'sdo_model_property::getname' => + array ( + 0 => 'string', + ), + 'sdo_model_property::gettype' => + array ( + 0 => 'SDO_Model_Type', + ), + 'sdo_model_property::iscontainment' => + array ( + 0 => 'bool', + ), + 'sdo_model_property::ismany' => + array ( + 0 => 'bool', + ), + 'sdo_model_reflectiondataobject::__construct' => + array ( + 0 => 'void', + 'data_object' => 'sdo_dataobject', + ), + 'sdo_model_reflectiondataobject::export' => + array ( + 0 => 'mixed', + 'rdo' => 'sdo_model_reflectiondataobject', + 'return=' => 'bool', + ), + 'sdo_model_reflectiondataobject::getcontainmentproperty' => + array ( + 0 => 'SDO_Model_Property', + ), + 'sdo_model_reflectiondataobject::getinstanceproperties' => + array ( + 0 => 'array', + ), + 'sdo_model_reflectiondataobject::gettype' => + array ( + 0 => 'SDO_Model_Type', + ), + 'sdo_model_type::getbasetype' => + array ( + 0 => 'SDO_Model_Type', + ), + 'sdo_model_type::getname' => + array ( + 0 => 'string', + ), + 'sdo_model_type::getnamespaceuri' => + array ( + 0 => 'string', + ), + 'sdo_model_type::getproperties' => + array ( + 0 => 'array', + ), + 'sdo_model_type::getproperty' => + array ( + 0 => 'SDO_Model_Property', + 'identifier' => 'mixed', + ), + 'sdo_model_type::isabstracttype' => + array ( + 0 => 'bool', + ), + 'sdo_model_type::isdatatype' => + array ( + 0 => 'bool', + ), + 'sdo_model_type::isinstance' => + array ( + 0 => 'bool', + 'data_object' => 'sdo_dataobject', + ), + 'sdo_model_type::isopentype' => + array ( + 0 => 'bool', + ), + 'sdo_model_type::issequencedtype' => + array ( + 0 => 'bool', + ), + 'sdo_sequence::getproperty' => + array ( + 0 => 'SDO_Model_Property', + 'sequence_index' => 'int', + ), + 'sdo_sequence::insert' => + array ( + 0 => 'void', + 'value' => 'mixed', + 'sequenceindex=' => 'int', + 'propertyidentifier=' => 'mixed', + ), + 'sdo_sequence::move' => + array ( + 0 => 'void', + 'toindex' => 'int', + 'fromindex' => 'int', + ), + 'seaslog::__destruct' => + array ( + 0 => 'void', + ), + 'seaslog::alert' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::analyzercount' => + array ( + 0 => 'mixed', + 'level' => 'string', + 'log_path=' => 'string', + 'key_word=' => 'string', + ), + 'seaslog::analyzerdetail' => + array ( + 0 => 'mixed', + 'level' => 'string', + 'log_path=' => 'string', + 'key_word=' => 'string', + 'start=' => 'int', + 'limit=' => 'int', + 'order=' => 'int', + ), + 'seaslog::closeloggerstream' => + array ( + 0 => 'bool', + 'model' => 'int', + 'logger' => 'string', + ), + 'seaslog::critical' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::debug' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::emergency' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::error' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::flushbuffer' => + array ( + 0 => 'bool', + ), + 'seaslog::getbasepath' => + array ( + 0 => 'string', + ), + 'seaslog::getbuffer' => + array ( + 0 => 'array', + ), + 'seaslog::getbufferenabled' => + array ( + 0 => 'bool', + ), + 'seaslog::getdatetimeformat' => + array ( + 0 => 'string', + ), + 'seaslog::getlastlogger' => + array ( + 0 => 'string', + ), + 'seaslog::getrequestid' => + array ( + 0 => 'string', + ), + 'seaslog::getrequestvariable' => + array ( + 0 => 'bool', + 'key' => 'int', + ), + 'seaslog::info' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::log' => + array ( + 0 => 'bool', + 'level' => 'string', + 'message=' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::notice' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog::setbasepath' => + array ( + 0 => 'bool', + 'base_path' => 'string', + ), + 'seaslog::setdatetimeformat' => + array ( + 0 => 'bool', + 'format' => 'string', + ), + 'seaslog::setlogger' => + array ( + 0 => 'bool', + 'logger' => 'string', + ), + 'seaslog::setrequestid' => + array ( + 0 => 'bool', + 'request_id' => 'string', + ), + 'seaslog::setrequestvariable' => + array ( + 0 => 'bool', + 'key' => 'int', + 'value' => 'string', + ), + 'seaslog::warning' => + array ( + 0 => 'bool', + 'message' => 'string', + 'content=' => 'array', + 'logger=' => 'string', + ), + 'seaslog_get_author' => + array ( + 0 => 'string', + ), + 'seaslog_get_version' => + array ( + 0 => 'string', + ), + 'seekableiterator::__construct' => + array ( + 0 => 'void', + ), + 'seekableiterator::current' => + array ( + 0 => 'mixed', + ), + 'seekableiterator::key' => + array ( + 0 => 'int|string', + ), + 'seekableiterator::next' => + array ( + 0 => 'void', + ), + 'seekableiterator::rewind' => + array ( + 0 => 'void', + ), + 'seekableiterator::seek' => + array ( + 0 => 'void', + 'position' => 'int', + ), + 'seekableiterator::valid' => + array ( + 0 => 'bool', + ), + 'sem_acquire' => + array ( + 0 => 'bool', + 'semaphore' => 'SysvSemaphore', + 'non_blocking=' => 'bool', + ), + 'sem_get' => + array ( + 0 => 'SysvSemaphore|false', + 'key' => 'int', + 'max_acquire=' => 'int', + 'permissions=' => 'int', + 'auto_release=' => 'bool', + ), + 'sem_release' => + array ( + 0 => 'bool', + 'semaphore' => 'SysvSemaphore', + ), + 'sem_remove' => + array ( + 0 => 'bool', + 'semaphore' => 'SysvSemaphore', + ), + 'serializable::__construct' => + array ( + 0 => 'void', + ), + 'serializable::serialize' => + array ( + 0 => 'null|string', + ), + 'serializable::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'serverrequest::withinput' => + array ( + 0 => 'ServerRequest', + 'input' => 'mixed', + ), + 'serverrequest::withoutparams' => + array ( + 0 => 'ServerRequest', + 'params' => 'int|string', + ), + 'serverrequest::withparam' => + array ( + 0 => 'ServerRequest', + 'key' => 'int|string', + 'value' => 'mixed', + ), + 'serverrequest::withparams' => + array ( + 0 => 'ServerRequest', + 'params' => 'mixed', + ), + 'serverrequest::withurl' => + array ( + 0 => 'ServerRequest', + 'url' => 'array', + ), + 'serverresponse::addheader' => + array ( + 0 => 'void', + 'label' => 'string', + 'value' => 'string', + ), + 'serverresponse::date' => + array ( + 0 => 'string', + 'date' => 'DateTimeInterface|string', + ), + 'serverresponse::getheader' => + array ( + 0 => 'string', + 'label' => 'string', + ), + 'serverresponse::getheaders' => + array ( + 0 => 'array', + ), + 'serverresponse::getstatus' => + array ( + 0 => 'int', + ), + 'serverresponse::getversion' => + array ( + 0 => 'string', + ), + 'serverresponse::setheader' => + array ( + 0 => 'void', + 'label' => 'string', + 'value' => 'string', + ), + 'serverresponse::setstatus' => + array ( + 0 => 'void', + 'status' => 'int', + ), + 'serverresponse::setversion' => + array ( + 0 => 'void', + 'version' => 'string', + ), + 'session_is_registered' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'session_pgsql_add_error' => + array ( + 0 => 'bool', + 'error_level' => 'int', + 'error_message=' => 'string', + ), + 'session_pgsql_get_error' => + array ( + 0 => 'array', + 'with_error_message=' => 'bool', + ), + 'session_pgsql_get_field' => + array ( + 0 => 'string', + ), + 'session_pgsql_reset' => + array ( + 0 => 'bool', + ), + 'session_pgsql_set_field' => + array ( + 0 => 'bool', + 'value' => 'string', + ), + 'session_pgsql_status' => + array ( + 0 => 'array', + ), + 'session_register' => + array ( + 0 => 'bool', + 'name' => 'mixed', + '...args=' => 'mixed', + ), + 'session_set_cookie_params\'1' => + array ( + 0 => 'bool', + 'options' => 'array{domain?: null|string, httponly?: bool|null, lifetime?: int|null, path?: null|string, samesite?: null|string, secure?: bool|null}', + ), + 'session_set_save_handler\'1' => + array ( + 0 => 'bool', + 'open' => 'SessionHandlerInterface', + 'close=' => 'bool', + ), + 'session_unregister' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'sessionhandlerinterface::close' => + array ( + 0 => 'bool', + ), + 'sessionhandlerinterface::destroy' => + array ( + 0 => 'bool', + 'id' => 'string', + ), + 'sessionhandlerinterface::gc' => + array ( + 0 => 'false|int', + 'max_lifetime' => 'int', + ), + 'sessionhandlerinterface::open' => + array ( + 0 => 'bool', + 'path' => 'string', + 'name' => 'string', + ), + 'sessionhandlerinterface::read' => + array ( + 0 => 'false|string', + 'id' => 'string', + ), + 'sessionhandlerinterface::write' => + array ( + 0 => 'bool', + 'id' => 'string', + 'data' => 'string', + ), + 'sessionidinterface::create_sid' => + array ( + 0 => 'string', + ), + 'sessionupdatetimestamphandler::updatetimestamp' => + array ( + 0 => 'bool', + 'id' => 'string', + 'data' => 'string', + ), + 'sessionupdatetimestamphandler::validateid' => + array ( + 0 => 'char', + 'id' => 'string', + ), + 'sessionupdatetimestamphandlerinterface::updatetimestamp' => + array ( + 0 => 'bool', + 'id' => 'string', + 'data' => 'string', + ), + 'sessionupdatetimestamphandlerinterface::validateid' => + array ( + 0 => 'bool', + 'id' => 'string', + ), + 'set_magic_quotes_runtime' => + array ( + 0 => 'bool', + 'new_setting' => 'bool', + ), + 'setcookie\'1' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'string', + 'options=' => 'array', + ), + 'setleftfill' => + array ( + 0 => 'void', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'setline' => + array ( + 0 => 'void', + 'width' => 'int', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'setlocale\'1' => + array ( + 0 => 'false|string', + 'category' => 'int', + 'locales' => 'array|null', + ), + 'setproctitle' => + array ( + 0 => 'void', + 'title' => 'string', + ), + 'setrawcookie\'1' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'string', + 'options=' => 'array', + ), + 'setrightfill' => + array ( + 0 => 'void', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'setthreadtitle' => + array ( + 0 => 'bool', + 'title' => 'string', + ), + 'sha256' => + array ( + 0 => 'string', + 'string' => 'string', + 'raw_output=' => 'bool', + ), + 'sha256_file' => + array ( + 0 => 'string', + 'filename' => 'string', + 'raw_output=' => 'bool', + ), + 'shapefileobj::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'type' => 'int', + ), + 'shapefileobj::addpoint' => + array ( + 0 => 'int', + 'point' => 'pointObj', + ), + 'shapefileobj::addshape' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'shapefileobj::free' => + array ( + 0 => 'void', + ), + 'shapefileobj::getextent' => + array ( + 0 => 'rectObj', + 'i' => 'int', + ), + 'shapefileobj::getpoint' => + array ( + 0 => 'shapeObj', + 'i' => 'int', + ), + 'shapefileobj::getshape' => + array ( + 0 => 'shapeObj', + 'i' => 'int', + ), + 'shapefileobj::gettransformed' => + array ( + 0 => 'shapeObj', + 'map' => 'mapObj', + 'i' => 'int', + ), + 'shapefileobj::ms_newshapefileobj' => + array ( + 0 => 'shapefileObj', + 'filename' => 'string', + 'type' => 'int', + ), + 'shapeobj::__construct' => + array ( + 0 => 'void', + 'type' => 'int', + ), + 'shapeobj::add' => + array ( + 0 => 'int', + 'line' => 'lineObj', + ), + 'shapeobj::boundary' => + array ( + 0 => 'shapeObj', + ), + 'shapeobj::contains' => + array ( + 0 => 'bool', + 'point' => 'pointObj', + ), + 'shapeobj::containsshape' => + array ( + 0 => 'int', + 'shape2' => 'shapeObj', + ), + 'shapeobj::convexhull' => + array ( + 0 => 'shapeObj', + ), + 'shapeobj::crosses' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'shapeobj::difference' => + array ( + 0 => 'shapeObj', + 'shape' => 'shapeObj', + ), + 'shapeobj::disjoint' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'shapeobj::draw' => + array ( + 0 => 'int', + 'map' => 'mapObj', + 'layer' => 'layerObj', + 'img' => 'imageObj', + ), + 'shapeobj::equals' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'shapeobj::free' => + array ( + 0 => 'void', + ), + 'shapeobj::getarea' => + array ( + 0 => 'float', + ), + 'shapeobj::getcentroid' => + array ( + 0 => 'pointObj', + ), + 'shapeobj::getlabelpoint' => + array ( + 0 => 'pointObj', + ), + 'shapeobj::getlength' => + array ( + 0 => 'float', + ), + 'shapeobj::getpointusingmeasure' => + array ( + 0 => 'pointObj', + 'm' => 'float', + ), + 'shapeobj::getvalue' => + array ( + 0 => 'string', + 'layer' => 'layerObj', + 'filedname' => 'string', + ), + 'shapeobj::intersection' => + array ( + 0 => 'shapeObj', + 'shape' => 'shapeObj', + ), + 'shapeobj::intersects' => + array ( + 0 => 'bool', + 'shape' => 'shapeObj', + ), + 'shapeobj::line' => + array ( + 0 => 'lineObj', + 'i' => 'int', + ), + 'shapeobj::ms_shapeobjfromwkt' => + array ( + 0 => 'shapeObj', + 'wkt' => 'string', + ), + 'shapeobj::overlaps' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'shapeobj::project' => + array ( + 0 => 'int', + 'in' => 'projectionObj', + 'out' => 'projectionObj', + ), + 'shapeobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'shapeobj::setbounds' => + array ( + 0 => 'int', + ), + 'shapeobj::simplify' => + array ( + 0 => 'null|shapeObj', + 'tolerance' => 'float', + ), + 'shapeobj::symdifference' => + array ( + 0 => 'shapeObj', + 'shape' => 'shapeObj', + ), + 'shapeobj::topologypreservingsimplify' => + array ( + 0 => 'null|shapeObj', + 'tolerance' => 'float', + ), + 'shapeobj::touches' => + array ( + 0 => 'int', + 'shape' => 'shapeObj', + ), + 'shapeobj::towkt' => + array ( + 0 => 'string', + ), + 'shapeobj::union' => + array ( + 0 => 'shapeObj', + 'shape' => 'shapeObj', + ), + 'shapeobj::within' => + array ( + 0 => 'int', + 'shape2' => 'shapeObj', + ), + 'shm_attach' => + array ( + 0 => 'SysvSharedMemory|false', + 'key' => 'int', + 'size=' => 'int|null', + 'permissions=' => 'int', + ), + 'shm_detach' => + array ( + 0 => 'bool', + 'shm' => 'SysvSharedMemory', + ), + 'shm_get_var' => + array ( + 0 => 'mixed', + 'shm' => 'SysvSharedMemory', + 'key' => 'int', + ), + 'shm_has_var' => + array ( + 0 => 'bool', + 'shm' => 'SysvSharedMemory', + 'key' => 'int', + ), + 'shm_put_var' => + array ( + 0 => 'bool', + 'shm' => 'SysvSharedMemory', + 'key' => 'int', + 'value' => 'mixed', + ), + 'shm_remove' => + array ( + 0 => 'bool', + 'shm' => 'SysvSharedMemory', + ), + 'shm_remove_var' => + array ( + 0 => 'bool', + 'shm' => 'SysvSharedMemory', + 'key' => 'int', + ), + 'shmop_close' => + array ( + 0 => 'void', + 'shmop' => 'Shmop', + ), + 'shmop_delete' => + array ( + 0 => 'bool', + 'shmop' => 'Shmop', + ), + 'shmop_open' => + array ( + 0 => 'Shmop|false', + 'key' => 'int', + 'mode' => 'string', + 'permissions' => 'int', + 'size' => 'int', + ), + 'shmop_read' => + array ( + 0 => 'string', + 'shmop' => 'Shmop', + 'offset' => 'int', + 'size' => 'int', + ), + 'shmop_size' => + array ( + 0 => 'int', + 'shmop' => 'Shmop', + ), + 'shmop_write' => + array ( + 0 => 'int', + 'shmop' => 'Shmop', + 'data' => 'string', + 'offset' => 'int', + ), + 'signeurlpaiement' => + array ( + 0 => 'string', + 'clent' => 'string', + 'data' => 'string', + ), + 'simplexmlelement::__get' => + array ( + 0 => 'SimpleXMLElement', + 'name' => 'string', + ), + 'simplexmlelement::asxml\'1' => + array ( + 0 => 'false|string', + ), + 'simplexmlelement::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'simplexmlelement::offsetget' => + array ( + 0 => 'SimpleXMLElement', + 'offset' => 'int|string', + ), + 'simplexmlelement::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'simplexmlelement::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'snmp2_get' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp2_getnext' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp2_real_walk' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp2_set' => + array ( + 0 => 'bool', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'type' => 'array|string', + 'value' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp2_walk' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp3_get' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + 'security_name' => 'string', + 'security_level' => 'string', + 'auth_protocol' => 'string', + 'auth_passphrase' => 'string', + 'privacy_protocol' => 'string', + 'privacy_passphrase' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp3_getnext' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + 'security_name' => 'string', + 'security_level' => 'string', + 'auth_protocol' => 'string', + 'auth_passphrase' => 'string', + 'privacy_protocol' => 'string', + 'privacy_passphrase' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp3_real_walk' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'security_name' => 'string', + 'security_level' => 'string', + 'auth_protocol' => 'string', + 'auth_passphrase' => 'string', + 'privacy_protocol' => 'string', + 'privacy_passphrase' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp3_set' => + array ( + 0 => 'bool', + 'hostname' => 'string', + 'security_name' => 'string', + 'security_level' => 'string', + 'auth_protocol' => 'string', + 'auth_passphrase' => 'string', + 'privacy_protocol' => 'string', + 'privacy_passphrase' => 'string', + 'object_id' => 'array|string', + 'type' => 'array|string', + 'value' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp3_walk' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'security_name' => 'string', + 'security_level' => 'string', + 'auth_protocol' => 'string', + 'auth_passphrase' => 'string', + 'privacy_protocol' => 'string', + 'privacy_passphrase' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp::__construct' => + array ( + 0 => 'void', + 'version' => 'int', + 'hostname' => 'string', + 'community' => 'string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmp::close' => + array ( + 0 => 'bool', + ), + 'snmp::get' => + array ( + 0 => 'array|false|string', + 'objectId' => 'array|string', + 'preserveKeys=' => 'bool', + ), + 'snmp::geterrno' => + array ( + 0 => 'int', + ), + 'snmp::geterror' => + array ( + 0 => 'string', + ), + 'snmp::getnext' => + array ( + 0 => 'array|false|string', + 'objectId' => 'array|string', + ), + 'snmp::set' => + array ( + 0 => 'bool', + 'objectId' => 'array|string', + 'type' => 'array|string', + 'value' => 'array|string', + ), + 'snmp::setsecurity' => + array ( + 0 => 'bool', + 'securityLevel' => 'string', + 'authProtocol=' => 'string', + 'authPassphrase=' => 'string', + 'privacyProtocol=' => 'string', + 'privacyPassphrase=' => 'string', + 'contextName=' => 'string', + 'contextEngineId=' => 'string', + ), + 'snmp::walk' => + array ( + 0 => 'array|false', + 'objectId' => 'array|string', + 'suffixAsKey=' => 'bool', + 'maxRepetitions=' => 'int', + 'nonRepeaters=' => 'int', + ), + 'snmp_get_quick_print' => + array ( + 0 => 'bool', + ), + 'snmp_get_valueretrieval' => + array ( + 0 => 'int', + ), + 'snmp_read_mib' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'snmp_set_enum_print' => + array ( + 0 => 'true', + 'enable' => 'bool', + ), + 'snmp_set_oid_numeric_print' => + array ( + 0 => 'true', + 'format' => 'int', + ), + 'snmp_set_oid_output_format' => + array ( + 0 => 'true', + 'format' => 'int', + ), + 'snmp_set_quick_print' => + array ( + 0 => 'bool', + 'enable' => 'bool', + ), + 'snmp_set_valueretrieval' => + array ( + 0 => 'true', + 'method' => 'int', + ), + 'snmpget' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmpgetnext' => + array ( + 0 => 'false|string', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmprealwalk' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmpset' => + array ( + 0 => 'bool', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'type' => 'array|string', + 'value' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmpwalk' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'snmpwalkoid' => + array ( + 0 => 'array|false', + 'hostname' => 'string', + 'community' => 'string', + 'object_id' => 'array|string', + 'timeout=' => 'int', + 'retries=' => 'int', + ), + 'soapclient::__call' => + array ( + 0 => 'mixed', + 'function_name' => 'string', + 'arguments' => 'array', + ), + 'soapclient::__construct' => + array ( + 0 => 'void', + 'wsdl' => 'null|string', + 'options=' => 'array', + ), + 'soapclient::__dorequest' => + array ( + 0 => 'null|string', + 'request' => 'string', + 'location' => 'string', + 'action' => 'string', + 'version' => 'int', + 'one_way=' => 'bool', + ), + 'soapclient::__getcookies' => + array ( + 0 => 'array', + ), + 'soapclient::__getfunctions' => + array ( + 0 => 'array|null', + ), + 'soapclient::__getlastrequest' => + array ( + 0 => 'null|string', + ), + 'soapclient::__getlastrequestheaders' => + array ( + 0 => 'null|string', + ), + 'soapclient::__getlastresponse' => + array ( + 0 => 'null|string', + ), + 'soapclient::__getlastresponseheaders' => + array ( + 0 => 'null|string', + ), + 'soapclient::__gettypes' => + array ( + 0 => 'array|null', + ), + 'soapclient::__setcookie' => + array ( + 0 => 'void', + 'name' => 'string', + 'value=' => 'null|string', + ), + 'soapclient::__setlocation' => + array ( + 0 => 'null|string', + 'new_location=' => 'string', + ), + 'soapclient::__setsoapheaders' => + array ( + 0 => 'bool', + 'soapheaders=' => 'mixed', + ), + 'soapclient::__soapcall' => + array ( + 0 => 'mixed', + 'function_name' => 'string', + 'arguments' => 'array', + 'options=' => 'array|null', + 'input_headers=' => 'SoapHeader|array', + '&w_output_headers=' => 'array', + ), + 'soapclient::soapclient' => + array ( + 0 => 'object', + 'wsdl' => 'mixed', + 'options=' => 'array|null', + ), + 'soapfault::__clone' => + array ( + 0 => 'void', + ), + 'soapfault::__construct' => + array ( + 0 => 'void', + 'code' => 'array|null|string', + 'string' => 'string', + 'actor=' => 'null|string', + 'details=' => 'mixed|null', + 'name=' => 'null|string', + 'headerFault=' => 'mixed|null', + ), + 'soapfault::__tostring' => + array ( + 0 => 'string', + ), + 'soapfault::__wakeup' => + array ( + 0 => 'void', + ), + 'soapfault::getcode' => + array ( + 0 => 'int', + ), + 'soapfault::getfile' => + array ( + 0 => 'string', + ), + 'soapfault::getline' => + array ( + 0 => 'int', + ), + 'soapfault::getmessage' => + array ( + 0 => 'string', + ), + 'soapfault::getprevious' => + array ( + 0 => 'Exception|Throwable|null', + ), + 'soapfault::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'soapfault::gettraceasstring' => + array ( + 0 => 'string', + ), + 'soapfault::soapfault' => + array ( + 0 => 'object', + 'faultcode' => 'string', + 'faultstring' => 'string', + 'faultactor=' => 'null|string', + 'detail=' => 'mixed|null', + 'faultname=' => 'null|string', + 'headerfault=' => 'mixed|null', + ), + 'soapheader::__construct' => + array ( + 0 => 'void', + 'namespace' => 'string', + 'name' => 'string', + 'data=' => 'mixed', + 'mustunderstand=' => 'bool', + 'actor=' => 'null|string', + ), + 'soapheader::soapheader' => + array ( + 0 => 'object', + 'namespace' => 'string', + 'name' => 'string', + 'data=' => 'mixed', + 'mustunderstand=' => 'bool', + 'actor=' => 'string', + ), + 'soapparam::__construct' => + array ( + 0 => 'void', + 'data' => 'mixed', + 'name' => 'string', + ), + 'soapparam::soapparam' => + array ( + 0 => 'object', + 'data' => 'mixed', + 'name' => 'string', + ), + 'soapserver::__construct' => + array ( + 0 => 'void', + 'wsdl' => 'null|string', + 'options=' => 'array', + ), + 'soapserver::addfunction' => + array ( + 0 => 'void', + 'functions' => 'mixed', + ), + 'soapserver::addsoapheader' => + array ( + 0 => 'void', + 'object' => 'SoapHeader', + ), + 'soapserver::fault' => + array ( + 0 => 'void', + 'code' => 'string', + 'string' => 'string', + 'actor=' => 'string', + 'details=' => 'string', + 'name=' => 'string', + ), + 'soapserver::getfunctions' => + array ( + 0 => 'array', + ), + 'soapserver::handle' => + array ( + 0 => 'void', + 'soap_request=' => 'string', + ), + 'soapserver::setclass' => + array ( + 0 => 'void', + 'class_name' => 'string', + '...args=' => 'mixed', + ), + 'soapserver::setobject' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'soapserver::setpersistence' => + array ( + 0 => 'void', + 'mode' => 'int', + ), + 'soapserver::soapserver' => + array ( + 0 => 'object', + 'wsdl' => 'null|string', + 'options=' => 'array', + ), + 'soapvar::__construct' => + array ( + 0 => 'void', + 'data' => 'mixed', + 'encoding' => 'int|null', + 'type_name=' => 'null|string', + 'type_namespace=' => 'null|string', + 'node_name=' => 'null|string', + 'node_namespace=' => 'null|string', + ), + 'soapvar::soapvar' => + array ( + 0 => 'object', + 'data' => 'mixed', + 'encoding' => 'int', + 'type_name=' => 'null|string', + 'type_namespace=' => 'null|string', + 'node_name=' => 'null|string', + 'node_namespace=' => 'null|string', + ), + 'socket_accept' => + array ( + 0 => 'Socket|false', + 'socket' => 'Socket', + ), + 'socket_addrinfo_bind' => + array ( + 0 => 'Socket|false', + 'address' => 'AddressInfo', + ), + 'socket_addrinfo_connect' => + array ( + 0 => 'Socket|false', + 'address' => 'AddressInfo', + ), + 'socket_addrinfo_explain' => + array ( + 0 => 'array', + 'address' => 'AddressInfo', + ), + 'socket_addrinfo_lookup' => + array ( + 0 => 'array|false', + 'host' => 'string', + 'service=' => 'null|string', + 'hints=' => 'array', + ), + 'socket_bind' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + 'address' => 'string', + 'port=' => 'int', + ), + 'socket_clear_error' => + array ( + 0 => 'void', + 'socket=' => 'Socket|null', + ), + 'socket_close' => + array ( + 0 => 'void', + 'socket' => 'Socket', + ), + 'socket_cmsg_space' => + array ( + 0 => 'int|null', + 'level' => 'int', + 'type' => 'int', + 'num=' => 'int', + ), + 'socket_connect' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + 'address' => 'string', + 'port=' => 'int|null', + ), + 'socket_create' => + array ( + 0 => 'Socket|false', + 'domain' => 'int', + 'type' => 'int', + 'protocol' => 'int', + ), + 'socket_create_listen' => + array ( + 0 => 'Socket|false', + 'port' => 'int', + 'backlog=' => 'int', + ), + 'socket_create_pair' => + array ( + 0 => 'bool', + 'domain' => 'int', + 'type' => 'int', + 'protocol' => 'int', + '&w_pair' => 'array', + ), + 'socket_export_stream' => + array ( + 0 => 'false|resource', + 'socket' => 'Socket', + ), + 'socket_get_option' => + array ( + 0 => 'array|false|int', + 'socket' => 'Socket', + 'level' => 'int', + 'option' => 'int', + ), + 'socket_getopt' => + array ( + 0 => 'array|false|int', + 'socket' => 'Socket', + 'level' => 'int', + 'option' => 'int', + ), + 'socket_getpeername' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + '&w_address' => 'string', + '&w_port=' => 'int', + ), + 'socket_getsockname' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + '&w_address' => 'string', + '&w_port=' => 'int', + ), + 'socket_import_stream' => + array ( + 0 => 'Socket|false', + 'stream' => 'resource', + ), + 'socket_last_error' => + array ( + 0 => 'int', + 'socket=' => 'Socket|null', + ), + 'socket_listen' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + 'backlog=' => 'int', + ), + 'socket_read' => + array ( + 0 => 'false|string', + 'socket' => 'Socket', + 'length' => 'int', + 'mode=' => 'int', + ), + 'socket_recv' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + '&w_data' => 'string', + 'length' => 'int', + 'flags' => 'int', + ), + 'socket_recvfrom' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + '&w_data' => 'string', + 'length' => 'int', + 'flags' => 'int', + '&w_address' => 'string', + '&w_port=' => 'int', + ), + 'socket_recvmsg' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + '&w_message' => 'array', + 'flags=' => 'int', + ), + 'socket_select' => + array ( + 0 => 'false|int', + '&rw_read' => 'array|null', + '&rw_write' => 'array|null', + '&rw_except' => 'array|null', + 'seconds' => 'int|null', + 'microseconds=' => 'int', + ), + 'socket_send' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + 'data' => 'string', + 'length' => 'int', + 'flags' => 'int', + ), + 'socket_sendmsg' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + 'message' => 'array', + 'flags=' => 'int', + ), + 'socket_sendto' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + 'data' => 'string', + 'length' => 'int', + 'flags' => 'int', + 'address' => 'string', + 'port=' => 'int|null', + ), + 'socket_set_block' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + ), + 'socket_set_nonblock' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + ), + 'socket_set_option' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + 'level' => 'int', + 'option' => 'int', + 'value' => 'array|int|string', + ), + 'socket_setopt' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + 'level' => 'int', + 'option' => 'int', + 'value' => 'array|int|string', + ), + 'socket_shutdown' => + array ( + 0 => 'bool', + 'socket' => 'Socket', + 'mode=' => 'int', + ), + 'socket_strerror' => + array ( + 0 => 'string', + 'error_code' => 'int', + ), + 'socket_write' => + array ( + 0 => 'false|int', + 'socket' => 'Socket', + 'data' => 'string', + 'length=' => 'int|null', + ), + 'socket_wsaprotocol_info_export' => + array ( + 0 => 'false|string', + 'socket' => 'Socket', + 'process_id' => 'int', + ), + 'socket_wsaprotocol_info_import' => + array ( + 0 => 'Socket|false', + 'info_id' => 'string', + ), + 'socket_wsaprotocol_info_release' => + array ( + 0 => 'bool', + 'info_id' => 'string', + ), + 'solid_fetch_prev' => + array ( + 0 => 'bool', + 'result_id' => 'mixed', + ), + 'solr_get_version' => + array ( + 0 => 'false|string', + ), + 'solrclient::__construct' => + array ( + 0 => 'void', + 'clientOptions' => 'array', + ), + 'solrclient::__destruct' => + array ( + 0 => 'void', + ), + 'solrclient::adddocument' => + array ( + 0 => 'SolrUpdateResponse', + 'doc' => 'SolrInputDocument', + 'allowdups=' => 'bool', + 'commitwithin=' => 'int', + ), + 'solrclient::adddocuments' => + array ( + 0 => 'SolrUpdateResponse', + 'docs' => 'array', + 'allowdups=' => 'bool', + 'commitwithin=' => 'int', + ), + 'solrclient::commit' => + array ( + 0 => 'SolrUpdateResponse', + 'maxsegments=' => 'int', + 'waitflush=' => 'bool', + 'waitsearcher=' => 'bool', + ), + 'solrclient::deletebyid' => + array ( + 0 => 'SolrUpdateResponse', + 'id' => 'string', + ), + 'solrclient::deletebyids' => + array ( + 0 => 'SolrUpdateResponse', + 'ids' => 'array', + ), + 'solrclient::deletebyqueries' => + array ( + 0 => 'SolrUpdateResponse', + 'queries' => 'array', + ), + 'solrclient::deletebyquery' => + array ( + 0 => 'SolrUpdateResponse', + 'query' => 'string', + ), + 'solrclient::getbyid' => + array ( + 0 => 'SolrQueryResponse', + 'id' => 'string', + ), + 'solrclient::getbyids' => + array ( + 0 => 'SolrQueryResponse', + 'ids' => 'array', + ), + 'solrclient::getdebug' => + array ( + 0 => 'string', + ), + 'solrclient::getoptions' => + array ( + 0 => 'array', + ), + 'solrclient::optimize' => + array ( + 0 => 'SolrUpdateResponse', + 'maxsegments=' => 'int', + 'waitflush=' => 'bool', + 'waitsearcher=' => 'bool', + ), + 'solrclient::ping' => + array ( + 0 => 'SolrPingResponse', + ), + 'solrclient::query' => + array ( + 0 => 'SolrQueryResponse', + 'query' => 'SolrParams', + ), + 'solrclient::request' => + array ( + 0 => 'SolrUpdateResponse', + 'raw_request' => 'string', + ), + 'solrclient::rollback' => + array ( + 0 => 'SolrUpdateResponse', + ), + 'solrclient::setresponsewriter' => + array ( + 0 => 'void', + 'responsewriter' => 'string', + ), + 'solrclient::setservlet' => + array ( + 0 => 'bool', + 'type' => 'int', + 'value' => 'string', + ), + 'solrclient::system' => + array ( + 0 => 'SolrGenericResponse', + ), + 'solrclient::threads' => + array ( + 0 => 'SolrGenericResponse', + ), + 'solrclientexception::__clone' => + array ( + 0 => 'void', + ), + 'solrclientexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'solrclientexception::__tostring' => + array ( + 0 => 'string', + ), + 'solrclientexception::__wakeup' => + array ( + 0 => 'void', + ), + 'solrclientexception::getcode' => + array ( + 0 => 'int', + ), + 'solrclientexception::getfile' => + array ( + 0 => 'string', + ), + 'solrclientexception::getinternalinfo' => + array ( + 0 => 'array', + ), + 'solrclientexception::getline' => + array ( + 0 => 'int', + ), + 'solrclientexception::getmessage' => + array ( + 0 => 'string', + ), + 'solrclientexception::getprevious' => + array ( + 0 => 'Exception|Throwable|null', + ), + 'solrclientexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'solrclientexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::__construct' => + array ( + 0 => 'void', + 'field' => 'string', + ), + 'solrcollapsefunction::__tostring' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::getfield' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::gethint' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::getmax' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::getmin' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::getnullpolicy' => + array ( + 0 => 'string', + ), + 'solrcollapsefunction::getsize' => + array ( + 0 => 'int', + ), + 'solrcollapsefunction::setfield' => + array ( + 0 => 'SolrCollapseFunction', + 'fieldName' => 'string', + ), + 'solrcollapsefunction::sethint' => + array ( + 0 => 'SolrCollapseFunction', + 'hint' => 'string', + ), + 'solrcollapsefunction::setmax' => + array ( + 0 => 'SolrCollapseFunction', + 'max' => 'string', + ), + 'solrcollapsefunction::setmin' => + array ( + 0 => 'SolrCollapseFunction', + 'min' => 'string', + ), + 'solrcollapsefunction::setnullpolicy' => + array ( + 0 => 'SolrCollapseFunction', + 'nullPolicy' => 'string', + ), + 'solrcollapsefunction::setsize' => + array ( + 0 => 'SolrCollapseFunction', + 'size' => 'int', + ), + 'solrdismaxquery::__construct' => + array ( + 0 => 'void', + 'q=' => 'string', + ), + 'solrdismaxquery::__destruct' => + array ( + 0 => 'void', + ), + 'solrdismaxquery::add' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'string', + ), + 'solrdismaxquery::addbigramphrasefield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + 'boost' => 'string', + 'slop=' => 'string', + ), + 'solrdismaxquery::addboostquery' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + 'value' => 'string', + 'boost=' => 'string', + ), + 'solrdismaxquery::addexpandfilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrdismaxquery::addexpandsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'order' => 'string', + ), + 'solrdismaxquery::addfacetdatefield' => + array ( + 0 => 'SolrQuery', + 'dateField' => 'string', + ), + 'solrdismaxquery::addfacetdateother' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::addfacetfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::addfacetquery' => + array ( + 0 => 'SolrQuery', + 'facetQuery' => 'string', + ), + 'solrdismaxquery::addfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::addfilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrdismaxquery::addgroupfield' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::addgroupfunction' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::addgroupquery' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::addgroupsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'order' => 'int', + ), + 'solrdismaxquery::addhighlightfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::addmltfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::addmltqueryfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'boost' => 'float', + ), + 'solrdismaxquery::addparam' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'string', + ), + 'solrdismaxquery::addphrasefield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + 'boost' => 'string', + 'slop=' => 'string', + ), + 'solrdismaxquery::addqueryfield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + 'boost=' => 'string', + ), + 'solrdismaxquery::addsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'order=' => 'int', + ), + 'solrdismaxquery::addstatsfacet' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::addstatsfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::addtrigramphrasefield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + 'boost' => 'string', + 'slop=' => 'string', + ), + 'solrdismaxquery::adduserfield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::collapse' => + array ( + 0 => 'SolrQuery', + 'collapseFunction' => 'SolrCollapseFunction', + ), + 'solrdismaxquery::get' => + array ( + 0 => 'mixed', + 'param_name' => 'string', + ), + 'solrdismaxquery::getexpand' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getexpandfilterqueries' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getexpandquery' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getexpandrows' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getexpandsortfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getfacet' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getfacetdateend' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetdatefields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getfacetdategap' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetdatehardend' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetdateother' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetdatestart' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getfacetlimit' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetmethod' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetmincount' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetmissing' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetoffset' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetprefix' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfacetqueries' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::getfacetsort' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::getfields' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::getfilterqueries' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::getgroup' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getgroupcachepercent' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getgroupfacet' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getgroupfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getgroupformat' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::getgroupfunctions' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getgrouplimit' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getgroupmain' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getgroupngroups' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getgroupoffset' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getgroupqueries' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getgroupsortfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getgrouptruncate' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gethighlight' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gethighlightalternatefield' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::gethighlightformatter' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightfragmenter' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightfragsize' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlighthighlightmultiterm' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gethighlightmaxalternatefieldlength' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightmaxanalyzedchars' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::gethighlightmergecontiguous' => + array ( + 0 => 'bool', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightregexmaxanalyzedchars' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::gethighlightregexpattern' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::gethighlightregexslop' => + array ( + 0 => 'float', + ), + 'solrdismaxquery::gethighlightrequirefieldmatch' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gethighlightsimplepost' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightsimplepre' => + array ( + 0 => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightsnippets' => + array ( + 0 => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::gethighlightusephrasehighlighter' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getmlt' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getmltboost' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getmltcount' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getmltmaxnumqueryterms' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltmaxnumtokens' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltmaxwordlength' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltmindocfrequency' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltmintermfrequency' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltminwordlength' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getmltqueryfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getparam' => + array ( + 0 => 'mixed', + 'param_name' => 'string', + ), + 'solrdismaxquery::getparams' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getpreparedparams' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getquery' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::getrows' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getsortfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getstart' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::getstats' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::getstatsfacets' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getstatsfields' => + array ( + 0 => 'array', + ), + 'solrdismaxquery::getterms' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gettermsfield' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::gettermsincludelowerbound' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gettermsincludeupperbound' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gettermslimit' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::gettermslowerbound' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::gettermsmaxcount' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::gettermsmincount' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::gettermsprefix' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::gettermsreturnraw' => + array ( + 0 => 'bool', + ), + 'solrdismaxquery::gettermssort' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::gettermsupperbound' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::gettimeallowed' => + array ( + 0 => 'int', + ), + 'solrdismaxquery::removebigramphrasefield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removeboostquery' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removeexpandfilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrdismaxquery::removeexpandsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removefacetdatefield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removefacetdateother' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::removefacetfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removefacetquery' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::removefield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removefilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrdismaxquery::removehighlightfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removemltfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removemltqueryfield' => + array ( + 0 => 'SolrQuery', + 'queryField' => 'string', + ), + 'solrdismaxquery::removephrasefield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removequeryfield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removesortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removestatsfacet' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::removestatsfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removetrigramphrasefield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::removeuserfield' => + array ( + 0 => 'SolrDisMaxQuery', + 'field' => 'string', + ), + 'solrdismaxquery::serialize' => + array ( + 0 => 'string', + ), + 'solrdismaxquery::set' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'mixed', + ), + 'solrdismaxquery::setbigramphrasefields' => + array ( + 0 => 'SolrDisMaxQuery', + 'fields' => 'string', + ), + 'solrdismaxquery::setbigramphraseslop' => + array ( + 0 => 'SolrDisMaxQuery', + 'slop' => 'string', + ), + 'solrdismaxquery::setboostfunction' => + array ( + 0 => 'SolrDisMaxQuery', + 'function' => 'string', + ), + 'solrdismaxquery::setboostquery' => + array ( + 0 => 'SolrDisMaxQuery', + 'q' => 'string', + ), + 'solrdismaxquery::setechohandler' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setechoparams' => + array ( + 0 => 'SolrQuery', + 'type' => 'string', + ), + 'solrdismaxquery::setexpand' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrdismaxquery::setexpandquery' => + array ( + 0 => 'SolrQuery', + 'q' => 'string', + ), + 'solrdismaxquery::setexpandrows' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrdismaxquery::setexplainother' => + array ( + 0 => 'SolrQuery', + 'query' => 'string', + ), + 'solrdismaxquery::setfacet' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setfacetdateend' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetdategap' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetdatehardend' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetdatestart' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetenumcachemindefaultfrequency' => + array ( + 0 => 'SolrQuery', + 'frequency' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetlimit' => + array ( + 0 => 'SolrQuery', + 'limit' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetmethod' => + array ( + 0 => 'SolrQuery', + 'method' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetmincount' => + array ( + 0 => 'SolrQuery', + 'mincount' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetmissing' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetoffset' => + array ( + 0 => 'SolrQuery', + 'offset' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetprefix' => + array ( + 0 => 'SolrQuery', + 'prefix' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::setfacetsort' => + array ( + 0 => 'SolrQuery', + 'facetSort' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::setgroup' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrdismaxquery::setgroupcachepercent' => + array ( + 0 => 'SolrQuery', + 'percent' => 'int', + ), + 'solrdismaxquery::setgroupfacet' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrdismaxquery::setgroupformat' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::setgrouplimit' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrdismaxquery::setgroupmain' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::setgroupngroups' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrdismaxquery::setgroupoffset' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrdismaxquery::setgrouptruncate' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrdismaxquery::sethighlight' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::sethighlightalternatefield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightformatter' => + array ( + 0 => 'SolrQuery', + 'formatter' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightfragmenter' => + array ( + 0 => 'SolrQuery', + 'fragmenter' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightfragsize' => + array ( + 0 => 'SolrQuery', + 'size' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlighthighlightmultiterm' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::sethighlightmaxalternatefieldlength' => + array ( + 0 => 'SolrQuery', + 'fieldLength' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightmaxanalyzedchars' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrdismaxquery::sethighlightmergecontiguous' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightregexmaxanalyzedchars' => + array ( + 0 => 'SolrQuery', + 'maxAnalyzedChars' => 'int', + ), + 'solrdismaxquery::sethighlightregexpattern' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrdismaxquery::sethighlightregexslop' => + array ( + 0 => 'SolrQuery', + 'factor' => 'float', + ), + 'solrdismaxquery::sethighlightrequirefieldmatch' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::sethighlightsimplepost' => + array ( + 0 => 'SolrQuery', + 'simplePost' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightsimplepre' => + array ( + 0 => 'SolrQuery', + 'simplePre' => 'string', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightsnippets' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + 'field_override' => 'string', + ), + 'solrdismaxquery::sethighlightusephrasehighlighter' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setminimummatch' => + array ( + 0 => 'SolrDisMaxQuery', + 'value' => 'string', + ), + 'solrdismaxquery::setmlt' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setmltboost' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setmltcount' => + array ( + 0 => 'SolrQuery', + 'count' => 'int', + ), + 'solrdismaxquery::setmltmaxnumqueryterms' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrdismaxquery::setmltmaxnumtokens' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrdismaxquery::setmltmaxwordlength' => + array ( + 0 => 'SolrQuery', + 'maxWordLength' => 'int', + ), + 'solrdismaxquery::setmltmindocfrequency' => + array ( + 0 => 'SolrQuery', + 'minDocFrequency' => 'int', + ), + 'solrdismaxquery::setmltmintermfrequency' => + array ( + 0 => 'SolrQuery', + 'minTermFrequency' => 'int', + ), + 'solrdismaxquery::setmltminwordlength' => + array ( + 0 => 'SolrQuery', + 'minWordLength' => 'int', + ), + 'solrdismaxquery::setomitheader' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setparam' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'mixed', + ), + 'solrdismaxquery::setphrasefields' => + array ( + 0 => 'SolrDisMaxQuery', + 'fields' => 'string', + ), + 'solrdismaxquery::setphraseslop' => + array ( + 0 => 'SolrDisMaxQuery', + 'slop' => 'string', + ), + 'solrdismaxquery::setquery' => + array ( + 0 => 'SolrQuery', + 'query' => 'string', + ), + 'solrdismaxquery::setqueryalt' => + array ( + 0 => 'SolrDisMaxQuery', + 'q' => 'string', + ), + 'solrdismaxquery::setqueryphraseslop' => + array ( + 0 => 'SolrDisMaxQuery', + 'slop' => 'string', + ), + 'solrdismaxquery::setrows' => + array ( + 0 => 'SolrQuery', + 'rows' => 'int', + ), + 'solrdismaxquery::setshowdebuginfo' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setstart' => + array ( + 0 => 'SolrQuery', + 'start' => 'int', + ), + 'solrdismaxquery::setstats' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::setterms' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::settermsfield' => + array ( + 0 => 'SolrQuery', + 'fieldname' => 'string', + ), + 'solrdismaxquery::settermsincludelowerbound' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::settermsincludeupperbound' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::settermslimit' => + array ( + 0 => 'SolrQuery', + 'limit' => 'int', + ), + 'solrdismaxquery::settermslowerbound' => + array ( + 0 => 'SolrQuery', + 'lowerBound' => 'string', + ), + 'solrdismaxquery::settermsmaxcount' => + array ( + 0 => 'SolrQuery', + 'frequency' => 'int', + ), + 'solrdismaxquery::settermsmincount' => + array ( + 0 => 'SolrQuery', + 'frequency' => 'int', + ), + 'solrdismaxquery::settermsprefix' => + array ( + 0 => 'SolrQuery', + 'prefix' => 'string', + ), + 'solrdismaxquery::settermsreturnraw' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrdismaxquery::settermssort' => + array ( + 0 => 'SolrQuery', + 'sortType' => 'int', + ), + 'solrdismaxquery::settermsupperbound' => + array ( + 0 => 'SolrQuery', + 'upperBound' => 'string', + ), + 'solrdismaxquery::settiebreaker' => + array ( + 0 => 'SolrDisMaxQuery', + 'tieBreaker' => 'string', + ), + 'solrdismaxquery::settimeallowed' => + array ( + 0 => 'SolrQuery', + 'timeAllowed' => 'int', + ), + 'solrdismaxquery::settrigramphrasefields' => + array ( + 0 => 'SolrDisMaxQuery', + 'fields' => 'string', + ), + 'solrdismaxquery::settrigramphraseslop' => + array ( + 0 => 'SolrDisMaxQuery', + 'slop' => 'string', + ), + 'solrdismaxquery::setuserfields' => + array ( + 0 => 'SolrDisMaxQuery', + 'fields' => 'string', + ), + 'solrdismaxquery::tostring' => + array ( + 0 => 'string', + 'url_encode=' => 'bool', + ), + 'solrdismaxquery::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'solrdismaxquery::usedismaxqueryparser' => + array ( + 0 => 'SolrDisMaxQuery', + ), + 'solrdismaxquery::useedismaxqueryparser' => + array ( + 0 => 'SolrDisMaxQuery', + ), + 'solrdocument::__clone' => + array ( + 0 => 'void', + ), + 'solrdocument::__construct' => + array ( + 0 => 'void', + ), + 'solrdocument::__destruct' => + array ( + 0 => 'void', + ), + 'solrdocument::__get' => + array ( + 0 => 'SolrDocumentField', + 'fieldname' => 'string', + ), + 'solrdocument::__isset' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrdocument::__set' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + 'fieldvalue' => 'string', + ), + 'solrdocument::__unset' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrdocument::addfield' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + 'fieldvalue' => 'string', + ), + 'solrdocument::clear' => + array ( + 0 => 'bool', + ), + 'solrdocument::current' => + array ( + 0 => 'SolrDocumentField', + ), + 'solrdocument::deletefield' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrdocument::fieldexists' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrdocument::getchilddocuments' => + array ( + 0 => 'array', + ), + 'solrdocument::getchilddocumentscount' => + array ( + 0 => 'int', + ), + 'solrdocument::getfield' => + array ( + 0 => 'SolrDocumentField|false', + 'fieldname' => 'string', + ), + 'solrdocument::getfieldcount' => + array ( + 0 => 'false|int', + ), + 'solrdocument::getfieldnames' => + array ( + 0 => 'array|false', + ), + 'solrdocument::getinputdocument' => + array ( + 0 => 'SolrInputDocument', + ), + 'solrdocument::haschilddocuments' => + array ( + 0 => 'bool', + ), + 'solrdocument::key' => + array ( + 0 => 'string', + ), + 'solrdocument::merge' => + array ( + 0 => 'bool', + 'sourcedoc' => 'solrdocument', + 'overwrite=' => 'bool', + ), + 'solrdocument::next' => + array ( + 0 => 'void', + ), + 'solrdocument::offsetexists' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrdocument::offsetget' => + array ( + 0 => 'SolrDocumentField', + 'fieldname' => 'string', + ), + 'solrdocument::offsetset' => + array ( + 0 => 'void', + 'fieldname' => 'string', + 'fieldvalue' => 'string', + ), + 'solrdocument::offsetunset' => + array ( + 0 => 'void', + 'fieldname' => 'string', + ), + 'solrdocument::reset' => + array ( + 0 => 'bool', + ), + 'solrdocument::rewind' => + array ( + 0 => 'void', + ), + 'solrdocument::serialize' => + array ( + 0 => 'string', + ), + 'solrdocument::sort' => + array ( + 0 => 'bool', + 'sortorderby' => 'int', + 'sortdirection=' => 'int', + ), + 'solrdocument::toarray' => + array ( + 0 => 'array', + ), + 'solrdocument::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'solrdocument::valid' => + array ( + 0 => 'bool', + ), + 'solrdocumentfield::__construct' => + array ( + 0 => 'void', + ), + 'solrdocumentfield::__destruct' => + array ( + 0 => 'void', + ), + 'solrexception::__clone' => + array ( + 0 => 'void', + ), + 'solrexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'solrexception::__tostring' => + array ( + 0 => 'string', + ), + 'solrexception::__wakeup' => + array ( + 0 => 'void', + ), + 'solrexception::getcode' => + array ( + 0 => 'int', + ), + 'solrexception::getfile' => + array ( + 0 => 'string', + ), + 'solrexception::getinternalinfo' => + array ( + 0 => 'array', + ), + 'solrexception::getline' => + array ( + 0 => 'int', + ), + 'solrexception::getmessage' => + array ( + 0 => 'string', + ), + 'solrexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'solrexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'solrexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::__construct' => + array ( + 0 => 'void', + ), + 'solrgenericresponse::__destruct' => + array ( + 0 => 'void', + ), + 'solrgenericresponse::getdigestedresponse' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::gethttpstatus' => + array ( + 0 => 'int', + ), + 'solrgenericresponse::gethttpstatusmessage' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::getrawrequest' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::getrawrequestheaders' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::getrawresponse' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::getrawresponseheaders' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::getrequesturl' => + array ( + 0 => 'string', + ), + 'solrgenericresponse::getresponse' => + array ( + 0 => 'SolrObject', + ), + 'solrgenericresponse::setparsemode' => + array ( + 0 => 'bool', + 'parser_mode=' => 'int', + ), + 'solrgenericresponse::success' => + array ( + 0 => 'bool', + ), + 'solrillegalargumentexception::__clone' => + array ( + 0 => 'void', + ), + 'solrillegalargumentexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'solrillegalargumentexception::__tostring' => + array ( + 0 => 'string', + ), + 'solrillegalargumentexception::__wakeup' => + array ( + 0 => 'void', + ), + 'solrillegalargumentexception::getcode' => + array ( + 0 => 'int', + ), + 'solrillegalargumentexception::getfile' => + array ( + 0 => 'string', + ), + 'solrillegalargumentexception::getinternalinfo' => + array ( + 0 => 'array', + ), + 'solrillegalargumentexception::getline' => + array ( + 0 => 'int', + ), + 'solrillegalargumentexception::getmessage' => + array ( + 0 => 'string', + ), + 'solrillegalargumentexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'solrillegalargumentexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'solrillegalargumentexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'solrillegaloperationexception::__clone' => + array ( + 0 => 'void', + ), + 'solrillegaloperationexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'solrillegaloperationexception::__tostring' => + array ( + 0 => 'string', + ), + 'solrillegaloperationexception::__wakeup' => + array ( + 0 => 'void', + ), + 'solrillegaloperationexception::getcode' => + array ( + 0 => 'int', + ), + 'solrillegaloperationexception::getfile' => + array ( + 0 => 'string', + ), + 'solrillegaloperationexception::getinternalinfo' => + array ( + 0 => 'array', + ), + 'solrillegaloperationexception::getline' => + array ( + 0 => 'int', + ), + 'solrillegaloperationexception::getmessage' => + array ( + 0 => 'string', + ), + 'solrillegaloperationexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'solrillegaloperationexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'solrillegaloperationexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'solrinputdocument::__clone' => + array ( + 0 => 'void', + ), + 'solrinputdocument::__construct' => + array ( + 0 => 'void', + ), + 'solrinputdocument::__destruct' => + array ( + 0 => 'void', + ), + 'solrinputdocument::addchilddocument' => + array ( + 0 => 'void', + 'child' => 'SolrInputDocument', + ), + 'solrinputdocument::addchilddocuments' => + array ( + 0 => 'void', + 'docs' => 'array', + ), + 'solrinputdocument::addfield' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + 'fieldvalue' => 'string', + 'fieldboostvalue=' => 'float', + ), + 'solrinputdocument::clear' => + array ( + 0 => 'bool', + ), + 'solrinputdocument::deletefield' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrinputdocument::fieldexists' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + ), + 'solrinputdocument::getboost' => + array ( + 0 => 'false|float', + ), + 'solrinputdocument::getchilddocuments' => + array ( + 0 => 'array', + ), + 'solrinputdocument::getchilddocumentscount' => + array ( + 0 => 'int', + ), + 'solrinputdocument::getfield' => + array ( + 0 => 'SolrDocumentField|false', + 'fieldname' => 'string', + ), + 'solrinputdocument::getfieldboost' => + array ( + 0 => 'false|float', + 'fieldname' => 'string', + ), + 'solrinputdocument::getfieldcount' => + array ( + 0 => 'false|int', + ), + 'solrinputdocument::getfieldnames' => + array ( + 0 => 'array|false', + ), + 'solrinputdocument::haschilddocuments' => + array ( + 0 => 'bool', + ), + 'solrinputdocument::merge' => + array ( + 0 => 'bool', + 'sourcedoc' => 'SolrInputDocument', + 'overwrite=' => 'bool', + ), + 'solrinputdocument::reset' => + array ( + 0 => 'bool', + ), + 'solrinputdocument::setboost' => + array ( + 0 => 'bool', + 'documentboostvalue' => 'float', + ), + 'solrinputdocument::setfieldboost' => + array ( + 0 => 'bool', + 'fieldname' => 'string', + 'fieldboostvalue' => 'float', + ), + 'solrinputdocument::sort' => + array ( + 0 => 'bool', + 'sortorderby' => 'int', + 'sortdirection=' => 'int', + ), + 'solrinputdocument::toarray' => + array ( + 0 => 'array|false', + ), + 'solrmodifiableparams::__construct' => + array ( + 0 => 'void', + ), + 'solrmodifiableparams::__destruct' => + array ( + 0 => 'void', + ), + 'solrmodifiableparams::add' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'string', + ), + 'solrmodifiableparams::addparam' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'string', + ), + 'solrmodifiableparams::get' => + array ( + 0 => 'mixed', + 'param_name' => 'string', + ), + 'solrmodifiableparams::getparam' => + array ( + 0 => 'mixed', + 'param_name' => 'string', + ), + 'solrmodifiableparams::getparams' => + array ( + 0 => 'array', + ), + 'solrmodifiableparams::getpreparedparams' => + array ( + 0 => 'array', + ), + 'solrmodifiableparams::serialize' => + array ( + 0 => 'string', + ), + 'solrmodifiableparams::set' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'mixed', + ), + 'solrmodifiableparams::setparam' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'mixed', + ), + 'solrmodifiableparams::tostring' => + array ( + 0 => 'string', + 'url_encode=' => 'bool', + ), + 'solrmodifiableparams::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'solrobject::__construct' => + array ( + 0 => 'void', + ), + 'solrobject::__destruct' => + array ( + 0 => 'void', + ), + 'solrobject::getpropertynames' => + array ( + 0 => 'array', + ), + 'solrobject::offsetexists' => + array ( + 0 => 'bool', + 'property_name' => 'string', + ), + 'solrobject::offsetget' => + array ( + 0 => 'SolrDocumentField', + 'property_name' => 'string', + ), + 'solrobject::offsetset' => + array ( + 0 => 'void', + 'property_name' => 'string', + 'property_value' => 'string', + ), + 'solrobject::offsetunset' => + array ( + 0 => 'void', + 'property_name' => 'string', + ), + 'solrparams::__construct' => + array ( + 0 => 'void', + ), + 'solrparams::add' => + array ( + 0 => 'SolrParams|false', + 'name' => 'string', + 'value' => 'string', + ), + 'solrparams::addparam' => + array ( + 0 => 'SolrParams|false', + 'name' => 'string', + 'value' => 'string', + ), + 'solrparams::get' => + array ( + 0 => 'mixed', + 'param_name' => 'string', + ), + 'solrparams::getparam' => + array ( + 0 => 'mixed', + 'param_name=' => 'string', + ), + 'solrparams::getparams' => + array ( + 0 => 'array', + ), + 'solrparams::getpreparedparams' => + array ( + 0 => 'array', + ), + 'solrparams::serialize' => + array ( + 0 => 'string', + ), + 'solrparams::set' => + array ( + 0 => 'SolrParams|false', + 'name' => 'string', + 'value' => 'string', + ), + 'solrparams::setparam' => + array ( + 0 => 'SolrParams|false', + 'name' => 'string', + 'value' => 'string', + ), + 'solrparams::tostring' => + array ( + 0 => 'false|string', + 'url_encode=' => 'bool', + ), + 'solrparams::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'solrpingresponse::__construct' => + array ( + 0 => 'void', + ), + 'solrpingresponse::__destruct' => + array ( + 0 => 'void', + ), + 'solrpingresponse::getdigestedresponse' => + array ( + 0 => 'string', + ), + 'solrpingresponse::gethttpstatus' => + array ( + 0 => 'int', + ), + 'solrpingresponse::gethttpstatusmessage' => + array ( + 0 => 'string', + ), + 'solrpingresponse::getrawrequest' => + array ( + 0 => 'string', + ), + 'solrpingresponse::getrawrequestheaders' => + array ( + 0 => 'string', + ), + 'solrpingresponse::getrawresponse' => + array ( + 0 => 'string', + ), + 'solrpingresponse::getrawresponseheaders' => + array ( + 0 => 'string', + ), + 'solrpingresponse::getrequesturl' => + array ( + 0 => 'string', + ), + 'solrpingresponse::getresponse' => + array ( + 0 => 'string', + ), + 'solrpingresponse::setparsemode' => + array ( + 0 => 'bool', + 'parser_mode=' => 'int', + ), + 'solrpingresponse::success' => + array ( + 0 => 'bool', + ), + 'solrquery::__construct' => + array ( + 0 => 'void', + 'q=' => 'string', + ), + 'solrquery::__destruct' => + array ( + 0 => 'void', + ), + 'solrquery::add' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'string', + ), + 'solrquery::addexpandfilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrquery::addexpandsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'order=' => 'string', + ), + 'solrquery::addfacetdatefield' => + array ( + 0 => 'SolrQuery', + 'datefield' => 'string', + ), + 'solrquery::addfacetdateother' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::addfacetfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::addfacetquery' => + array ( + 0 => 'SolrQuery', + 'facetquery' => 'string', + ), + 'solrquery::addfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::addfilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrquery::addgroupfield' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::addgroupfunction' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::addgroupquery' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::addgroupsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'order=' => 'int', + ), + 'solrquery::addhighlightfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::addmltfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::addmltqueryfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'boost' => 'float', + ), + 'solrquery::addparam' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'string', + ), + 'solrquery::addsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'order=' => 'int', + ), + 'solrquery::addstatsfacet' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::addstatsfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::collapse' => + array ( + 0 => 'SolrQuery', + 'collapseFunction' => 'SolrCollapseFunction', + ), + 'solrquery::get' => + array ( + 0 => 'mixed', + 'param_name' => 'string', + ), + 'solrquery::getexpand' => + array ( + 0 => 'bool', + ), + 'solrquery::getexpandfilterqueries' => + array ( + 0 => 'array', + ), + 'solrquery::getexpandquery' => + array ( + 0 => 'array', + ), + 'solrquery::getexpandrows' => + array ( + 0 => 'int', + ), + 'solrquery::getexpandsortfields' => + array ( + 0 => 'array', + ), + 'solrquery::getfacet' => + array ( + 0 => 'bool|null', + ), + 'solrquery::getfacetdateend' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetdatefields' => + array ( + 0 => 'array', + ), + 'solrquery::getfacetdategap' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetdatehardend' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetdateother' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetdatestart' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetfields' => + array ( + 0 => 'array', + ), + 'solrquery::getfacetlimit' => + array ( + 0 => 'int|null', + 'field_override=' => 'string', + ), + 'solrquery::getfacetmethod' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetmincount' => + array ( + 0 => 'int|null', + 'field_override=' => 'string', + ), + 'solrquery::getfacetmissing' => + array ( + 0 => 'bool|null', + 'field_override=' => 'string', + ), + 'solrquery::getfacetoffset' => + array ( + 0 => 'int|null', + 'field_override=' => 'string', + ), + 'solrquery::getfacetprefix' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::getfacetqueries' => + array ( + 0 => 'array|null', + ), + 'solrquery::getfacetsort' => + array ( + 0 => 'int', + 'field_override=' => 'string', + ), + 'solrquery::getfields' => + array ( + 0 => 'array|null', + ), + 'solrquery::getfilterqueries' => + array ( + 0 => 'array|null', + ), + 'solrquery::getgroup' => + array ( + 0 => 'bool', + ), + 'solrquery::getgroupcachepercent' => + array ( + 0 => 'int', + ), + 'solrquery::getgroupfacet' => + array ( + 0 => 'bool', + ), + 'solrquery::getgroupfields' => + array ( + 0 => 'array', + ), + 'solrquery::getgroupformat' => + array ( + 0 => 'string', + ), + 'solrquery::getgroupfunctions' => + array ( + 0 => 'array', + ), + 'solrquery::getgrouplimit' => + array ( + 0 => 'int', + ), + 'solrquery::getgroupmain' => + array ( + 0 => 'bool', + ), + 'solrquery::getgroupngroups' => + array ( + 0 => 'bool', + ), + 'solrquery::getgroupoffset' => + array ( + 0 => 'int', + ), + 'solrquery::getgroupqueries' => + array ( + 0 => 'array', + ), + 'solrquery::getgroupsortfields' => + array ( + 0 => 'array', + ), + 'solrquery::getgrouptruncate' => + array ( + 0 => 'bool', + ), + 'solrquery::gethighlight' => + array ( + 0 => 'bool', + ), + 'solrquery::gethighlightalternatefield' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightfields' => + array ( + 0 => 'array|null', + ), + 'solrquery::gethighlightformatter' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightfragmenter' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightfragsize' => + array ( + 0 => 'int|null', + 'field_override=' => 'string', + ), + 'solrquery::gethighlighthighlightmultiterm' => + array ( + 0 => 'bool|null', + ), + 'solrquery::gethighlightmaxalternatefieldlength' => + array ( + 0 => 'int|null', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightmaxanalyzedchars' => + array ( + 0 => 'int|null', + ), + 'solrquery::gethighlightmergecontiguous' => + array ( + 0 => 'bool|null', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightregexmaxanalyzedchars' => + array ( + 0 => 'int|null', + ), + 'solrquery::gethighlightregexpattern' => + array ( + 0 => 'null|string', + ), + 'solrquery::gethighlightregexslop' => + array ( + 0 => 'float|null', + ), + 'solrquery::gethighlightrequirefieldmatch' => + array ( + 0 => 'bool|null', + ), + 'solrquery::gethighlightsimplepost' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightsimplepre' => + array ( + 0 => 'null|string', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightsnippets' => + array ( + 0 => 'int|null', + 'field_override=' => 'string', + ), + 'solrquery::gethighlightusephrasehighlighter' => + array ( + 0 => 'bool|null', + ), + 'solrquery::getmlt' => + array ( + 0 => 'bool|null', + ), + 'solrquery::getmltboost' => + array ( + 0 => 'bool|null', + ), + 'solrquery::getmltcount' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltfields' => + array ( + 0 => 'array|null', + ), + 'solrquery::getmltmaxnumqueryterms' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltmaxnumtokens' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltmaxwordlength' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltmindocfrequency' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltmintermfrequency' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltminwordlength' => + array ( + 0 => 'int|null', + ), + 'solrquery::getmltqueryfields' => + array ( + 0 => 'array|null', + ), + 'solrquery::getparam' => + array ( + 0 => 'mixed|null', + 'param_name' => 'string', + ), + 'solrquery::getparams' => + array ( + 0 => 'array|null', + ), + 'solrquery::getpreparedparams' => + array ( + 0 => 'array|null', + ), + 'solrquery::getquery' => + array ( + 0 => 'null|string', + ), + 'solrquery::getrows' => + array ( + 0 => 'int|null', + ), + 'solrquery::getsortfields' => + array ( + 0 => 'array|null', + ), + 'solrquery::getstart' => + array ( + 0 => 'int|null', + ), + 'solrquery::getstats' => + array ( + 0 => 'bool|null', + ), + 'solrquery::getstatsfacets' => + array ( + 0 => 'array|null', + ), + 'solrquery::getstatsfields' => + array ( + 0 => 'array|null', + ), + 'solrquery::getterms' => + array ( + 0 => 'bool|null', + ), + 'solrquery::gettermsfield' => + array ( + 0 => 'null|string', + ), + 'solrquery::gettermsincludelowerbound' => + array ( + 0 => 'bool|null', + ), + 'solrquery::gettermsincludeupperbound' => + array ( + 0 => 'bool|null', + ), + 'solrquery::gettermslimit' => + array ( + 0 => 'int|null', + ), + 'solrquery::gettermslowerbound' => + array ( + 0 => 'null|string', + ), + 'solrquery::gettermsmaxcount' => + array ( + 0 => 'int|null', + ), + 'solrquery::gettermsmincount' => + array ( + 0 => 'int|null', + ), + 'solrquery::gettermsprefix' => + array ( + 0 => 'null|string', + ), + 'solrquery::gettermsreturnraw' => + array ( + 0 => 'bool|null', + ), + 'solrquery::gettermssort' => + array ( + 0 => 'int|null', + ), + 'solrquery::gettermsupperbound' => + array ( + 0 => 'null|string', + ), + 'solrquery::gettimeallowed' => + array ( + 0 => 'int|null', + ), + 'solrquery::removeexpandfilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrquery::removeexpandsortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removefacetdatefield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removefacetdateother' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::removefacetfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removefacetquery' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::removefield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removefilterquery' => + array ( + 0 => 'SolrQuery', + 'fq' => 'string', + ), + 'solrquery::removehighlightfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removemltfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removemltqueryfield' => + array ( + 0 => 'SolrQuery', + 'queryfield' => 'string', + ), + 'solrquery::removesortfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::removestatsfacet' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::removestatsfield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + ), + 'solrquery::serialize' => + array ( + 0 => 'string', + ), + 'solrquery::set' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'mixed', + ), + 'solrquery::setechohandler' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setechoparams' => + array ( + 0 => 'SolrQuery', + 'type' => 'string', + ), + 'solrquery::setexpand' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrquery::setexpandquery' => + array ( + 0 => 'SolrQuery', + 'q' => 'string', + ), + 'solrquery::setexpandrows' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrquery::setexplainother' => + array ( + 0 => 'SolrQuery', + 'query' => 'string', + ), + 'solrquery::setfacet' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setfacetdateend' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::setfacetdategap' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::setfacetdatehardend' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + 'field_override=' => 'string', + ), + 'solrquery::setfacetdatestart' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::setfacetenumcachemindefaultfrequency' => + array ( + 0 => 'SolrQuery', + 'frequency' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::setfacetlimit' => + array ( + 0 => 'SolrQuery', + 'limit' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::setfacetmethod' => + array ( + 0 => 'SolrQuery', + 'method' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::setfacetmincount' => + array ( + 0 => 'SolrQuery', + 'mincount' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::setfacetmissing' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + 'field_override=' => 'string', + ), + 'solrquery::setfacetoffset' => + array ( + 0 => 'SolrQuery', + 'offset' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::setfacetprefix' => + array ( + 0 => 'SolrQuery', + 'prefix' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::setfacetsort' => + array ( + 0 => 'SolrQuery', + 'facetsort' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::setgroup' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrquery::setgroupcachepercent' => + array ( + 0 => 'SolrQuery', + 'percent' => 'int', + ), + 'solrquery::setgroupfacet' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrquery::setgroupformat' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::setgrouplimit' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrquery::setgroupmain' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::setgroupngroups' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrquery::setgroupoffset' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrquery::setgrouptruncate' => + array ( + 0 => 'SolrQuery', + 'value' => 'bool', + ), + 'solrquery::sethighlight' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::sethighlightalternatefield' => + array ( + 0 => 'SolrQuery', + 'field' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightformatter' => + array ( + 0 => 'SolrQuery', + 'formatter' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightfragmenter' => + array ( + 0 => 'SolrQuery', + 'fragmenter' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightfragsize' => + array ( + 0 => 'SolrQuery', + 'size' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::sethighlighthighlightmultiterm' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::sethighlightmaxalternatefieldlength' => + array ( + 0 => 'SolrQuery', + 'fieldlength' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightmaxanalyzedchars' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrquery::sethighlightmergecontiguous' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightregexmaxanalyzedchars' => + array ( + 0 => 'SolrQuery', + 'maxanalyzedchars' => 'int', + ), + 'solrquery::sethighlightregexpattern' => + array ( + 0 => 'SolrQuery', + 'value' => 'string', + ), + 'solrquery::sethighlightregexslop' => + array ( + 0 => 'SolrQuery', + 'factor' => 'float', + ), + 'solrquery::sethighlightrequirefieldmatch' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::sethighlightsimplepost' => + array ( + 0 => 'SolrQuery', + 'simplepost' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightsimplepre' => + array ( + 0 => 'SolrQuery', + 'simplepre' => 'string', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightsnippets' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + 'field_override=' => 'string', + ), + 'solrquery::sethighlightusephrasehighlighter' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setmlt' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setmltboost' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setmltcount' => + array ( + 0 => 'SolrQuery', + 'count' => 'int', + ), + 'solrquery::setmltmaxnumqueryterms' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrquery::setmltmaxnumtokens' => + array ( + 0 => 'SolrQuery', + 'value' => 'int', + ), + 'solrquery::setmltmaxwordlength' => + array ( + 0 => 'SolrQuery', + 'maxwordlength' => 'int', + ), + 'solrquery::setmltmindocfrequency' => + array ( + 0 => 'SolrQuery', + 'mindocfrequency' => 'int', + ), + 'solrquery::setmltmintermfrequency' => + array ( + 0 => 'SolrQuery', + 'mintermfrequency' => 'int', + ), + 'solrquery::setmltminwordlength' => + array ( + 0 => 'SolrQuery', + 'minwordlength' => 'int', + ), + 'solrquery::setomitheader' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setparam' => + array ( + 0 => 'SolrParams', + 'name' => 'string', + 'value' => 'mixed', + ), + 'solrquery::setquery' => + array ( + 0 => 'SolrQuery', + 'query' => 'string', + ), + 'solrquery::setrows' => + array ( + 0 => 'SolrQuery', + 'rows' => 'int', + ), + 'solrquery::setshowdebuginfo' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setstart' => + array ( + 0 => 'SolrQuery', + 'start' => 'int', + ), + 'solrquery::setstats' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::setterms' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::settermsfield' => + array ( + 0 => 'SolrQuery', + 'fieldname' => 'string', + ), + 'solrquery::settermsincludelowerbound' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::settermsincludeupperbound' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::settermslimit' => + array ( + 0 => 'SolrQuery', + 'limit' => 'int', + ), + 'solrquery::settermslowerbound' => + array ( + 0 => 'SolrQuery', + 'lowerbound' => 'string', + ), + 'solrquery::settermsmaxcount' => + array ( + 0 => 'SolrQuery', + 'frequency' => 'int', + ), + 'solrquery::settermsmincount' => + array ( + 0 => 'SolrQuery', + 'frequency' => 'int', + ), + 'solrquery::settermsprefix' => + array ( + 0 => 'SolrQuery', + 'prefix' => 'string', + ), + 'solrquery::settermsreturnraw' => + array ( + 0 => 'SolrQuery', + 'flag' => 'bool', + ), + 'solrquery::settermssort' => + array ( + 0 => 'SolrQuery', + 'sorttype' => 'int', + ), + 'solrquery::settermsupperbound' => + array ( + 0 => 'SolrQuery', + 'upperbound' => 'string', + ), + 'solrquery::settimeallowed' => + array ( + 0 => 'SolrQuery', + 'timeallowed' => 'int', + ), + 'solrquery::tostring' => + array ( + 0 => 'string', + 'url_encode=' => 'bool', + ), + 'solrquery::unserialize' => + array ( + 0 => 'void', + 'serialized' => 'string', + ), + 'solrqueryresponse::__construct' => + array ( + 0 => 'void', + ), + 'solrqueryresponse::__destruct' => + array ( + 0 => 'void', + ), + 'solrqueryresponse::getdigestedresponse' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::gethttpstatus' => + array ( + 0 => 'int', + ), + 'solrqueryresponse::gethttpstatusmessage' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::getrawrequest' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::getrawrequestheaders' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::getrawresponse' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::getrawresponseheaders' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::getrequesturl' => + array ( + 0 => 'string', + ), + 'solrqueryresponse::getresponse' => + array ( + 0 => 'SolrObject', + ), + 'solrqueryresponse::setparsemode' => + array ( + 0 => 'bool', + 'parser_mode=' => 'int', + ), + 'solrqueryresponse::success' => + array ( + 0 => 'bool', + ), + 'solrresponse::getdigestedresponse' => + array ( + 0 => 'string', + ), + 'solrresponse::gethttpstatus' => + array ( + 0 => 'int', + ), + 'solrresponse::gethttpstatusmessage' => + array ( + 0 => 'string', + ), + 'solrresponse::getrawrequest' => + array ( + 0 => 'string', + ), + 'solrresponse::getrawrequestheaders' => + array ( + 0 => 'string', + ), + 'solrresponse::getrawresponse' => + array ( + 0 => 'string', + ), + 'solrresponse::getrawresponseheaders' => + array ( + 0 => 'string', + ), + 'solrresponse::getrequesturl' => + array ( + 0 => 'string', + ), + 'solrresponse::getresponse' => + array ( + 0 => 'SolrObject', + ), + 'solrresponse::setparsemode' => + array ( + 0 => 'bool', + 'parser_mode=' => 'int', + ), + 'solrresponse::success' => + array ( + 0 => 'bool', + ), + 'solrserverexception::__clone' => + array ( + 0 => 'void', + ), + 'solrserverexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'solrserverexception::__tostring' => + array ( + 0 => 'string', + ), + 'solrserverexception::__wakeup' => + array ( + 0 => 'void', + ), + 'solrserverexception::getcode' => + array ( + 0 => 'int', + ), + 'solrserverexception::getfile' => + array ( + 0 => 'string', + ), + 'solrserverexception::getinternalinfo' => + array ( + 0 => 'array', + ), + 'solrserverexception::getline' => + array ( + 0 => 'int', + ), + 'solrserverexception::getmessage' => + array ( + 0 => 'string', + ), + 'solrserverexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'solrserverexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'solrserverexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::__construct' => + array ( + 0 => 'void', + ), + 'solrupdateresponse::__destruct' => + array ( + 0 => 'void', + ), + 'solrupdateresponse::getdigestedresponse' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::gethttpstatus' => + array ( + 0 => 'int', + ), + 'solrupdateresponse::gethttpstatusmessage' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::getrawrequest' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::getrawrequestheaders' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::getrawresponse' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::getrawresponseheaders' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::getrequesturl' => + array ( + 0 => 'string', + ), + 'solrupdateresponse::getresponse' => + array ( + 0 => 'SolrObject', + ), + 'solrupdateresponse::setparsemode' => + array ( + 0 => 'bool', + 'parser_mode=' => 'int', + ), + 'solrupdateresponse::success' => + array ( + 0 => 'bool', + ), + 'solrutils::digestxmlresponse' => + array ( + 0 => 'SolrObject', + 'xmlresponse' => 'string', + 'parse_mode=' => 'int', + ), + 'solrutils::escapequerychars' => + array ( + 0 => 'false|string', + 'string' => 'string', + ), + 'solrutils::getsolrversion' => + array ( + 0 => 'string', + ), + 'solrutils::queryphrase' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'sphinxclient::__construct' => + array ( + 0 => 'void', + ), + 'sphinxclient::addquery' => + array ( + 0 => 'int', + 'query' => 'string', + 'index=' => 'string', + 'comment=' => 'string', + ), + 'sphinxclient::buildexcerpts' => + array ( + 0 => 'array', + 'docs' => 'array', + 'index' => 'string', + 'words' => 'string', + 'opts=' => 'array', + ), + 'sphinxclient::buildkeywords' => + array ( + 0 => 'array', + 'query' => 'string', + 'index' => 'string', + 'hits' => 'bool', + ), + 'sphinxclient::close' => + array ( + 0 => 'bool', + ), + 'sphinxclient::escapestring' => + array ( + 0 => 'string', + 'string' => 'string', + ), + 'sphinxclient::getlasterror' => + array ( + 0 => 'string', + ), + 'sphinxclient::getlastwarning' => + array ( + 0 => 'string', + ), + 'sphinxclient::open' => + array ( + 0 => 'bool', + ), + 'sphinxclient::query' => + array ( + 0 => 'array', + 'query' => 'string', + 'index=' => 'string', + 'comment=' => 'string', + ), + 'sphinxclient::resetfilters' => + array ( + 0 => 'void', + ), + 'sphinxclient::resetgroupby' => + array ( + 0 => 'void', + ), + 'sphinxclient::runqueries' => + array ( + 0 => 'array', + ), + 'sphinxclient::setarrayresult' => + array ( + 0 => 'bool', + 'array_result' => 'bool', + ), + 'sphinxclient::setconnecttimeout' => + array ( + 0 => 'bool', + 'timeout' => 'float', + ), + 'sphinxclient::setfieldweights' => + array ( + 0 => 'bool', + 'weights' => 'array', + ), + 'sphinxclient::setfilter' => + array ( + 0 => 'bool', + 'attribute' => 'string', + 'values' => 'array', + 'exclude=' => 'bool', + ), + 'sphinxclient::setfilterfloatrange' => + array ( + 0 => 'bool', + 'attribute' => 'string', + 'min' => 'float', + 'max' => 'float', + 'exclude=' => 'bool', + ), + 'sphinxclient::setfilterrange' => + array ( + 0 => 'bool', + 'attribute' => 'string', + 'min' => 'int', + 'max' => 'int', + 'exclude=' => 'bool', + ), + 'sphinxclient::setgeoanchor' => + array ( + 0 => 'bool', + 'attrlat' => 'string', + 'attrlong' => 'string', + 'latitude' => 'float', + 'longitude' => 'float', + ), + 'sphinxclient::setgroupby' => + array ( + 0 => 'bool', + 'attribute' => 'string', + 'func' => 'int', + 'groupsort=' => 'string', + ), + 'sphinxclient::setgroupdistinct' => + array ( + 0 => 'bool', + 'attribute' => 'string', + ), + 'sphinxclient::setidrange' => + array ( + 0 => 'bool', + 'min' => 'int', + 'max' => 'int', + ), + 'sphinxclient::setindexweights' => + array ( + 0 => 'bool', + 'weights' => 'array', + ), + 'sphinxclient::setlimits' => + array ( + 0 => 'bool', + 'offset' => 'int', + 'limit' => 'int', + 'max_matches=' => 'int', + 'cutoff=' => 'int', + ), + 'sphinxclient::setmatchmode' => + array ( + 0 => 'bool', + 'mode' => 'int', + ), + 'sphinxclient::setmaxquerytime' => + array ( + 0 => 'bool', + 'qtime' => 'int', + ), + 'sphinxclient::setoverride' => + array ( + 0 => 'bool', + 'attribute' => 'string', + 'type' => 'int', + 'values' => 'array', + ), + 'sphinxclient::setrankingmode' => + array ( + 0 => 'bool', + 'ranker' => 'int', + ), + 'sphinxclient::setretries' => + array ( + 0 => 'bool', + 'count' => 'int', + 'delay=' => 'int', + ), + 'sphinxclient::setselect' => + array ( + 0 => 'bool', + 'clause' => 'string', + ), + 'sphinxclient::setserver' => + array ( + 0 => 'bool', + 'server' => 'string', + 'port' => 'int', + ), + 'sphinxclient::setsortmode' => + array ( + 0 => 'bool', + 'mode' => 'int', + 'sortby=' => 'string', + ), + 'sphinxclient::status' => + array ( + 0 => 'array', + ), + 'sphinxclient::updateattributes' => + array ( + 0 => 'int', + 'index' => 'string', + 'attributes' => 'array', + 'values' => 'array', + 'mva=' => 'bool', + ), + 'spldoublylinkedlist::__construct' => + array ( + 0 => 'void', + ), + 'splenum::__construct' => + array ( + 0 => 'void', + 'initial_value=' => 'mixed', + 'strict=' => 'bool', + ), + 'splenum::getconstlist' => + array ( + 0 => 'array', + 'include_default=' => 'bool', + ), + 'splheap::__construct' => + array ( + 0 => 'void', + ), + 'splmaxheap::__construct' => + array ( + 0 => 'void', + ), + 'splobjectstorage::__construct' => + array ( + 0 => 'void', + ), + 'splobserver::update' => + array ( + 0 => 'void', + 'subject' => 'SplSubject', + ), + 'splpriorityqueue::__construct' => + array ( + 0 => 'void', + ), + 'splstack::__construct' => + array ( + 0 => 'void', + ), + 'splsubject::attach' => + array ( + 0 => 'void', + 'observer' => 'SplObserver', + ), + 'splsubject::detach' => + array ( + 0 => 'void', + 'observer' => 'SplObserver', + ), + 'splsubject::notify' => + array ( + 0 => 'void', + ), + 'spltype::__construct' => + array ( + 0 => 'void', + 'initial_value=' => 'mixed', + 'strict=' => 'bool', + ), + 'sqlite_array_query' => + array ( + 0 => 'array|false', + 'dbhandle' => 'resource', + 'query' => 'string', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqlite_busy_timeout' => + array ( + 0 => 'void', + 'dbhandle' => 'resource', + 'milliseconds' => 'int', + ), + 'sqlite_changes' => + array ( + 0 => 'int', + 'dbhandle' => 'resource', + ), + 'sqlite_close' => + array ( + 0 => 'void', + 'dbhandle' => 'resource', + ), + 'sqlite_column' => + array ( + 0 => 'mixed', + 'result' => 'resource', + 'index_or_name' => 'mixed', + 'decode_binary=' => 'bool', + ), + 'sqlite_create_aggregate' => + array ( + 0 => 'void', + 'dbhandle' => 'resource', + 'function_name' => 'string', + 'step_func' => 'callable', + 'finalize_func' => 'callable', + 'num_args=' => 'int', + ), + 'sqlite_create_function' => + array ( + 0 => 'void', + 'dbhandle' => 'resource', + 'function_name' => 'string', + 'callback' => 'callable', + 'num_args=' => 'int', + ), + 'sqlite_current' => + array ( + 0 => 'array|false', + 'result' => 'resource', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqlite_error_string' => + array ( + 0 => 'string', + 'error_code' => 'int', + ), + 'sqlite_escape_string' => + array ( + 0 => 'string', + 'item' => 'string', + ), + 'sqlite_exec' => + array ( + 0 => 'bool', + 'dbhandle' => 'resource', + 'query' => 'string', + 'error_msg=' => 'string', + ), + 'sqlite_factory' => + array ( + 0 => 'SQLiteDatabase', + 'filename' => 'string', + 'mode=' => 'int', + 'error_message=' => 'string', + ), + 'sqlite_fetch_all' => + array ( + 0 => 'array', + 'result' => 'resource', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqlite_fetch_array' => + array ( + 0 => 'array|false', + 'result' => 'resource', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqlite_fetch_column_types' => + array ( + 0 => 'array|false', + 'table_name' => 'string', + 'dbhandle' => 'resource', + 'result_type=' => 'int', + ), + 'sqlite_fetch_object' => + array ( + 0 => 'object', + 'result' => 'resource', + 'class_name=' => 'string', + 'ctor_params=' => 'array', + 'decode_binary=' => 'bool', + ), + 'sqlite_fetch_single' => + array ( + 0 => 'string', + 'result' => 'resource', + 'decode_binary=' => 'bool', + ), + 'sqlite_fetch_string' => + array ( + 0 => 'string', + 'result' => 'resource', + 'decode_binary' => 'bool', + ), + 'sqlite_field_name' => + array ( + 0 => 'string', + 'result' => 'resource', + 'field_index' => 'int', + ), + 'sqlite_has_more' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'sqlite_has_prev' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'sqlite_key' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'sqlite_last_error' => + array ( + 0 => 'int', + 'dbhandle' => 'resource', + ), + 'sqlite_last_insert_rowid' => + array ( + 0 => 'int', + 'dbhandle' => 'resource', + ), + 'sqlite_libencoding' => + array ( + 0 => 'string', + ), + 'sqlite_libversion' => + array ( + 0 => 'string', + ), + 'sqlite_next' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'sqlite_num_fields' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'sqlite_num_rows' => + array ( + 0 => 'int', + 'result' => 'resource', + ), + 'sqlite_open' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'mode=' => 'int', + 'error_message=' => 'string', + ), + 'sqlite_popen' => + array ( + 0 => 'false|resource', + 'filename' => 'string', + 'mode=' => 'int', + 'error_message=' => 'string', + ), + 'sqlite_prev' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'sqlite_query' => + array ( + 0 => 'false|resource', + 'dbhandle' => 'resource', + 'query' => 'resource|string', + 'result_type=' => 'int', + 'error_msg=' => 'string', + ), + 'sqlite_rewind' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'sqlite_seek' => + array ( + 0 => 'bool', + 'result' => 'resource', + 'rownum' => 'int', + ), + 'sqlite_single_query' => + array ( + 0 => 'array', + 'db' => 'resource', + 'query' => 'string', + 'first_row_only=' => 'bool', + 'decode_binary=' => 'bool', + ), + 'sqlite_udf_decode_binary' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'sqlite_udf_encode_binary' => + array ( + 0 => 'string', + 'data' => 'string', + ), + 'sqlite_unbuffered_query' => + array ( + 0 => 'SQLiteUnbuffered|false', + 'dbhandle' => 'resource', + 'query' => 'string', + 'result_type=' => 'int', + 'error_msg=' => 'string', + ), + 'sqlite_valid' => + array ( + 0 => 'bool', + 'result' => 'resource', + ), + 'sqlitedatabase::__construct' => + array ( + 0 => 'void', + 'filename' => 'mixed', + 'mode=' => 'int|mixed', + '&error_message' => 'mixed', + ), + 'sqlitedatabase::arrayquery' => + array ( + 0 => 'array', + 'query' => 'string', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqlitedatabase::busytimeout' => + array ( + 0 => 'int', + 'milliseconds' => 'int', + ), + 'sqlitedatabase::changes' => + array ( + 0 => 'int', + ), + 'sqlitedatabase::createaggregate' => + array ( + 0 => 'mixed', + 'function_name' => 'string', + 'step_func' => 'callable', + 'finalize_func' => 'callable', + 'num_args=' => 'int', + ), + 'sqlitedatabase::createfunction' => + array ( + 0 => 'mixed', + 'function_name' => 'string', + 'callback' => 'callable', + 'num_args=' => 'int', + ), + 'sqlitedatabase::exec' => + array ( + 0 => 'bool', + 'query' => 'string', + 'error_msg=' => 'string', + ), + 'sqlitedatabase::fetchcolumntypes' => + array ( + 0 => 'array', + 'table_name' => 'string', + 'result_type=' => 'int', + ), + 'sqlitedatabase::lasterror' => + array ( + 0 => 'int', + ), + 'sqlitedatabase::lastinsertrowid' => + array ( + 0 => 'int', + ), + 'sqlitedatabase::query' => + array ( + 0 => 'SQLiteResult|false', + 'query' => 'string', + 'result_type=' => 'int', + 'error_msg=' => 'string', + ), + 'sqlitedatabase::queryexec' => + array ( + 0 => 'bool', + 'query' => 'string', + '&w_error_msg=' => 'string', + ), + 'sqlitedatabase::singlequery' => + array ( + 0 => 'array', + 'query' => 'string', + 'first_row_only=' => 'bool', + 'decode_binary=' => 'bool', + ), + 'sqlitedatabase::unbufferedquery' => + array ( + 0 => 'SQLiteUnbuffered|false', + 'query' => 'string', + 'result_type=' => 'int', + 'error_msg=' => 'string', + ), + 'sqliteexception::__clone' => + array ( + 0 => 'void', + ), + 'sqliteexception::__construct' => + array ( + 0 => 'void', + 'message' => 'mixed', + 'code' => 'mixed', + 'previous' => 'mixed', + ), + 'sqliteexception::__tostring' => + array ( + 0 => 'string', + ), + 'sqliteexception::__wakeup' => + array ( + 0 => 'void', + ), + 'sqliteexception::getcode' => + array ( + 0 => 'int', + ), + 'sqliteexception::getfile' => + array ( + 0 => 'string', + ), + 'sqliteexception::getline' => + array ( + 0 => 'int', + ), + 'sqliteexception::getmessage' => + array ( + 0 => 'string', + ), + 'sqliteexception::getprevious' => + array ( + 0 => 'RuntimeException|Throwable|null', + ), + 'sqliteexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'sqliteexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'sqliteresult::__construct' => + array ( + 0 => 'void', + ), + 'sqliteresult::column' => + array ( + 0 => 'mixed', + 'index_or_name' => 'mixed', + 'decode_binary=' => 'bool', + ), + 'sqliteresult::count' => + array ( + 0 => 'int', + ), + 'sqliteresult::current' => + array ( + 0 => 'array', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqliteresult::fetch' => + array ( + 0 => 'array', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqliteresult::fetchall' => + array ( + 0 => 'array', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqliteresult::fetchobject' => + array ( + 0 => 'object', + 'class_name=' => 'string', + 'ctor_params=' => 'array', + 'decode_binary=' => 'bool', + ), + 'sqliteresult::fetchsingle' => + array ( + 0 => 'string', + 'decode_binary=' => 'bool', + ), + 'sqliteresult::fieldname' => + array ( + 0 => 'string', + 'field_index' => 'int', + ), + 'sqliteresult::hasprev' => + array ( + 0 => 'bool', + ), + 'sqliteresult::key' => + array ( + 0 => 'mixed|null', + ), + 'sqliteresult::next' => + array ( + 0 => 'bool', + ), + 'sqliteresult::numfields' => + array ( + 0 => 'int', + ), + 'sqliteresult::numrows' => + array ( + 0 => 'int', + ), + 'sqliteresult::prev' => + array ( + 0 => 'bool', + ), + 'sqliteresult::rewind' => + array ( + 0 => 'bool', + ), + 'sqliteresult::seek' => + array ( + 0 => 'bool', + 'rownum' => 'int', + ), + 'sqliteresult::valid' => + array ( + 0 => 'bool', + ), + 'sqliteunbuffered::column' => + array ( + 0 => 'void', + 'index_or_name' => 'mixed', + 'decode_binary=' => 'bool', + ), + 'sqliteunbuffered::current' => + array ( + 0 => 'array', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqliteunbuffered::fetch' => + array ( + 0 => 'array', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqliteunbuffered::fetchall' => + array ( + 0 => 'array', + 'result_type=' => 'int', + 'decode_binary=' => 'bool', + ), + 'sqliteunbuffered::fetchobject' => + array ( + 0 => 'object', + 'class_name=' => 'string', + 'ctor_params=' => 'array', + 'decode_binary=' => 'bool', + ), + 'sqliteunbuffered::fetchsingle' => + array ( + 0 => 'string', + 'decode_binary=' => 'bool', + ), + 'sqliteunbuffered::fieldname' => + array ( + 0 => 'string', + 'field_index' => 'int', + ), + 'sqliteunbuffered::next' => + array ( + 0 => 'bool', + ), + 'sqliteunbuffered::numfields' => + array ( + 0 => 'int', + ), + 'sqliteunbuffered::valid' => + array ( + 0 => 'bool', + ), + 'sqlsrv_begin_transaction' => + array ( + 0 => 'bool', + 'conn' => 'resource', + ), + 'sqlsrv_cancel' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'sqlsrv_client_info' => + array ( + 0 => 'array|false', + 'conn' => 'resource', + ), + 'sqlsrv_close' => + array ( + 0 => 'bool', + 'conn' => 'null|resource', + ), + 'sqlsrv_commit' => + array ( + 0 => 'bool', + 'conn' => 'resource', + ), + 'sqlsrv_configure' => + array ( + 0 => 'bool', + 'setting' => 'string', + 'value' => 'mixed', + ), + 'sqlsrv_connect' => + array ( + 0 => 'false|resource', + 'server_name' => 'string', + 'connection_info=' => 'array', + ), + 'sqlsrv_errors' => + array ( + 0 => 'array|null', + 'errors_and_or_warnings=' => 'int', + ), + 'sqlsrv_execute' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'sqlsrv_fetch' => + array ( + 0 => 'bool|null', + 'stmt' => 'resource', + 'row=' => 'int', + 'offset=' => 'int', + ), + 'sqlsrv_fetch_array' => + array ( + 0 => 'array|false|null', + 'stmt' => 'resource', + 'fetchType=' => 'int', + 'row=' => 'int', + 'offset=' => 'int', + ), + 'sqlsrv_fetch_object' => + array ( + 0 => 'false|null|object', + 'stmt' => 'resource', + 'className=' => 'string', + 'ctorParams=' => 'array', + 'row=' => 'int', + 'offset=' => 'int', + ), + 'sqlsrv_field_metadata' => + array ( + 0 => 'array|false', + 'stmt' => 'resource', + ), + 'sqlsrv_free_stmt' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'sqlsrv_get_config' => + array ( + 0 => 'mixed', + 'setting' => 'string', + ), + 'sqlsrv_get_field' => + array ( + 0 => 'mixed', + 'stmt' => 'resource', + 'fieldIndex' => 'int', + 'getAsType=' => 'int', + ), + 'sqlsrv_has_rows' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'sqlsrv_next_result' => + array ( + 0 => 'bool|null', + 'stmt' => 'resource', + ), + 'sqlsrv_num_fields' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + ), + 'sqlsrv_num_rows' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + ), + 'sqlsrv_prepare' => + array ( + 0 => 'false|resource', + 'conn' => 'resource', + 'sql' => 'string', + 'params=' => 'array', + 'options=' => 'array', + ), + 'sqlsrv_query' => + array ( + 0 => 'false|resource', + 'conn' => 'resource', + 'sql' => 'string', + 'params=' => 'array', + 'options=' => 'array', + ), + 'sqlsrv_rollback' => + array ( + 0 => 'bool', + 'conn' => 'resource', + ), + 'sqlsrv_rows_affected' => + array ( + 0 => 'false|int', + 'stmt' => 'resource', + ), + 'sqlsrv_send_stream_data' => + array ( + 0 => 'bool', + 'stmt' => 'resource', + ), + 'sqlsrv_server_info' => + array ( + 0 => 'array', + 'conn' => 'resource', + ), + 'ssdeep_fuzzy_compare' => + array ( + 0 => 'int', + 'signature1' => 'string', + 'signature2' => 'string', + ), + 'ssdeep_fuzzy_hash' => + array ( + 0 => 'string', + 'to_hash' => 'string', + ), + 'ssdeep_fuzzy_hash_filename' => + array ( + 0 => 'string', + 'file_name' => 'string', + ), + 'ssh2_auth_agent' => + array ( + 0 => 'bool', + 'session' => 'resource', + 'username' => 'string', + ), + 'ssh2_auth_hostbased_file' => + array ( + 0 => 'bool', + 'session' => 'resource', + 'username' => 'string', + 'hostname' => 'string', + 'pubkeyfile' => 'string', + 'privkeyfile' => 'string', + 'passphrase=' => 'string', + 'local_username=' => 'string', + ), + 'ssh2_auth_none' => + array ( + 0 => 'array|bool', + 'session' => 'resource', + 'username' => 'string', + ), + 'ssh2_auth_password' => + array ( + 0 => 'bool', + 'session' => 'resource', + 'username' => 'string', + 'password' => 'string', + ), + 'ssh2_auth_pubkey_file' => + array ( + 0 => 'bool', + 'session' => 'resource', + 'username' => 'string', + 'pubkeyfile' => 'string', + 'privkeyfile' => 'string', + 'passphrase=' => 'string', + ), + 'ssh2_connect' => + array ( + 0 => 'false|resource', + 'host' => 'string', + 'port=' => 'int', + 'methods=' => 'array', + 'callbacks=' => 'array', + ), + 'ssh2_disconnect' => + array ( + 0 => 'bool', + 'session' => 'resource', + ), + 'ssh2_exec' => + array ( + 0 => 'false|resource', + 'session' => 'resource', + 'command' => 'string', + 'pty=' => 'string', + 'env=' => 'array', + 'width=' => 'int', + 'height=' => 'int', + 'width_height_type=' => 'int', + ), + 'ssh2_fetch_stream' => + array ( + 0 => 'false|resource', + 'channel' => 'resource', + 'streamid' => 'int', + ), + 'ssh2_fingerprint' => + array ( + 0 => 'false|string', + 'session' => 'resource', + 'flags=' => 'int', + ), + 'ssh2_forward_accept' => + array ( + 0 => 'false|resource', + 'listener' => 'resource', + ), + 'ssh2_forward_listen' => + array ( + 0 => 'false|resource', + 'session' => 'resource', + 'port' => 'int', + 'host=' => 'string', + 'max_connections=' => 'string', + ), + 'ssh2_methods_negotiated' => + array ( + 0 => 'array|false', + 'session' => 'resource', + ), + 'ssh2_poll' => + array ( + 0 => 'int', + '&polldes' => 'array', + 'timeout=' => 'int', + ), + 'ssh2_publickey_add' => + array ( + 0 => 'bool', + 'pkey' => 'resource', + 'algoname' => 'string', + 'blob' => 'string', + 'overwrite=' => 'bool', + 'attributes=' => 'array', + ), + 'ssh2_publickey_init' => + array ( + 0 => 'false|resource', + 'session' => 'resource', + ), + 'ssh2_publickey_list' => + array ( + 0 => 'array|false', + 'pkey' => 'resource', + ), + 'ssh2_publickey_remove' => + array ( + 0 => 'bool', + 'pkey' => 'resource', + 'algoname' => 'string', + 'blob' => 'string', + ), + 'ssh2_scp_recv' => + array ( + 0 => 'bool', + 'session' => 'resource', + 'remote_file' => 'string', + 'local_file' => 'string', + ), + 'ssh2_scp_send' => + array ( + 0 => 'bool', + 'session' => 'resource', + 'local_file' => 'string', + 'remote_file' => 'string', + 'create_mode=' => 'int', + ), + 'ssh2_sftp' => + array ( + 0 => 'false|resource', + 'session' => 'resource', + ), + 'ssh2_sftp_chmod' => + array ( + 0 => 'bool', + 'sftp' => 'resource', + 'filename' => 'string', + 'mode' => 'int', + ), + 'ssh2_sftp_lstat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}|false', + 'sftp' => 'resource', + 'path' => 'string', + ), + 'ssh2_sftp_mkdir' => + array ( + 0 => 'bool', + 'sftp' => 'resource', + 'dirname' => 'string', + 'mode=' => 'int', + 'recursive=' => 'bool', + ), + 'ssh2_sftp_readlink' => + array ( + 0 => 'false|non-falsy-string', + 'sftp' => 'resource', + 'link' => 'string', + ), + 'ssh2_sftp_realpath' => + array ( + 0 => 'false|non-falsy-string', + 'sftp' => 'resource', + 'filename' => 'string', + ), + 'ssh2_sftp_rename' => + array ( + 0 => 'bool', + 'sftp' => 'resource', + 'from' => 'string', + 'to' => 'string', + ), + 'ssh2_sftp_rmdir' => + array ( + 0 => 'bool', + 'sftp' => 'resource', + 'dirname' => 'string', + ), + 'ssh2_sftp_stat' => + array ( + 0 => 'array{0: int, 10: int, 11: int, 12: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int, 9: int, atime: int, blksize: int, blocks: int, ctime: int, dev: int, gid: int, ino: int, mode: int, mtime: int, nlink: int, rdev: int, size: int, uid: int}|false', + 'sftp' => 'resource', + 'path' => 'string', + ), + 'ssh2_sftp_symlink' => + array ( + 0 => 'bool', + 'sftp' => 'resource', + 'target' => 'string', + 'link' => 'string', + ), + 'ssh2_sftp_unlink' => + array ( + 0 => 'bool', + 'sftp' => 'resource', + 'filename' => 'string', + ), + 'ssh2_shell' => + array ( + 0 => 'false|resource', + 'session' => 'resource', + 'termtype=' => 'string', + 'env=' => 'array', + 'width=' => 'int', + 'height=' => 'int', + 'width_height_type=' => 'int', + ), + 'ssh2_tunnel' => + array ( + 0 => 'false|resource', + 'session' => 'resource', + 'host' => 'string', + 'port' => 'int', + ), + 'stats_absolute_deviation' => + array ( + 0 => 'float', + 'a' => 'array', + ), + 'stats_cdf_beta' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_binomial' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_cauchy' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_chisquare' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'which' => 'int', + ), + 'stats_cdf_exponential' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'which' => 'int', + ), + 'stats_cdf_f' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_gamma' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_laplace' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_logistic' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_negative_binomial' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_noncentral_chisquare' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_noncentral_f' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'par4' => 'float', + 'which' => 'int', + ), + 'stats_cdf_noncentral_t' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_normal' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_poisson' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'which' => 'int', + ), + 'stats_cdf_t' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'which' => 'int', + ), + 'stats_cdf_uniform' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_cdf_weibull' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_covariance' => + array ( + 0 => 'float', + 'a' => 'array', + 'b' => 'array', + ), + 'stats_den_uniform' => + array ( + 0 => 'float', + 'x' => 'float', + 'a' => 'float', + 'b' => 'float', + ), + 'stats_dens_beta' => + array ( + 0 => 'float', + 'x' => 'float', + 'a' => 'float', + 'b' => 'float', + ), + 'stats_dens_cauchy' => + array ( + 0 => 'float', + 'x' => 'float', + 'ave' => 'float', + 'stdev' => 'float', + ), + 'stats_dens_chisquare' => + array ( + 0 => 'float', + 'x' => 'float', + 'dfr' => 'float', + ), + 'stats_dens_exponential' => + array ( + 0 => 'float', + 'x' => 'float', + 'scale' => 'float', + ), + 'stats_dens_f' => + array ( + 0 => 'float', + 'x' => 'float', + 'dfr1' => 'float', + 'dfr2' => 'float', + ), + 'stats_dens_gamma' => + array ( + 0 => 'float', + 'x' => 'float', + 'shape' => 'float', + 'scale' => 'float', + ), + 'stats_dens_laplace' => + array ( + 0 => 'float', + 'x' => 'float', + 'ave' => 'float', + 'stdev' => 'float', + ), + 'stats_dens_logistic' => + array ( + 0 => 'float', + 'x' => 'float', + 'ave' => 'float', + 'stdev' => 'float', + ), + 'stats_dens_negative_binomial' => + array ( + 0 => 'float', + 'x' => 'float', + 'n' => 'float', + 'pi' => 'float', + ), + 'stats_dens_normal' => + array ( + 0 => 'float', + 'x' => 'float', + 'ave' => 'float', + 'stdev' => 'float', + ), + 'stats_dens_pmf_binomial' => + array ( + 0 => 'float', + 'x' => 'float', + 'n' => 'float', + 'pi' => 'float', + ), + 'stats_dens_pmf_hypergeometric' => + array ( + 0 => 'float', + 'n1' => 'float', + 'n2' => 'float', + 'N1' => 'float', + 'N2' => 'float', + ), + 'stats_dens_pmf_negative_binomial' => + array ( + 0 => 'float', + 'x' => 'float', + 'n' => 'float', + 'pi' => 'float', + ), + 'stats_dens_pmf_poisson' => + array ( + 0 => 'float', + 'x' => 'float', + 'lb' => 'float', + ), + 'stats_dens_t' => + array ( + 0 => 'float', + 'x' => 'float', + 'dfr' => 'float', + ), + 'stats_dens_uniform' => + array ( + 0 => 'float', + 'x' => 'float', + 'a' => 'float', + 'b' => 'float', + ), + 'stats_dens_weibull' => + array ( + 0 => 'float', + 'x' => 'float', + 'a' => 'float', + 'b' => 'float', + ), + 'stats_harmonic_mean' => + array ( + 0 => 'float', + 'a' => 'array', + ), + 'stats_kurtosis' => + array ( + 0 => 'float', + 'a' => 'array', + ), + 'stats_rand_gen_beta' => + array ( + 0 => 'float', + 'a' => 'float', + 'b' => 'float', + ), + 'stats_rand_gen_chisquare' => + array ( + 0 => 'float', + 'df' => 'float', + ), + 'stats_rand_gen_exponential' => + array ( + 0 => 'float', + 'av' => 'float', + ), + 'stats_rand_gen_f' => + array ( + 0 => 'float', + 'dfn' => 'float', + 'dfd' => 'float', + ), + 'stats_rand_gen_funiform' => + array ( + 0 => 'float', + 'low' => 'float', + 'high' => 'float', + ), + 'stats_rand_gen_gamma' => + array ( + 0 => 'float', + 'a' => 'float', + 'r' => 'float', + ), + 'stats_rand_gen_ibinomial' => + array ( + 0 => 'int', + 'n' => 'int', + 'pp' => 'float', + ), + 'stats_rand_gen_ibinomial_negative' => + array ( + 0 => 'int', + 'n' => 'int', + 'p' => 'float', + ), + 'stats_rand_gen_int' => + array ( + 0 => 'int', + ), + 'stats_rand_gen_ipoisson' => + array ( + 0 => 'int', + 'mu' => 'float', + ), + 'stats_rand_gen_iuniform' => + array ( + 0 => 'int', + 'low' => 'int', + 'high' => 'int', + ), + 'stats_rand_gen_noncenral_chisquare' => + array ( + 0 => 'float', + 'df' => 'float', + 'xnonc' => 'float', + ), + 'stats_rand_gen_noncentral_chisquare' => + array ( + 0 => 'float', + 'df' => 'float', + 'xnonc' => 'float', + ), + 'stats_rand_gen_noncentral_f' => + array ( + 0 => 'float', + 'dfn' => 'float', + 'dfd' => 'float', + 'xnonc' => 'float', + ), + 'stats_rand_gen_noncentral_t' => + array ( + 0 => 'float', + 'df' => 'float', + 'xnonc' => 'float', + ), + 'stats_rand_gen_normal' => + array ( + 0 => 'float', + 'av' => 'float', + 'sd' => 'float', + ), + 'stats_rand_gen_t' => + array ( + 0 => 'float', + 'df' => 'float', + ), + 'stats_rand_get_seeds' => + array ( + 0 => 'array', + ), + 'stats_rand_phrase_to_seeds' => + array ( + 0 => 'array', + 'phrase' => 'string', + ), + 'stats_rand_ranf' => + array ( + 0 => 'float', + ), + 'stats_rand_setall' => + array ( + 0 => 'void', + 'iseed1' => 'int', + 'iseed2' => 'int', + ), + 'stats_skew' => + array ( + 0 => 'float', + 'a' => 'array', + ), + 'stats_standard_deviation' => + array ( + 0 => 'float', + 'a' => 'array', + 'sample=' => 'bool', + ), + 'stats_stat_binomial_coef' => + array ( + 0 => 'float', + 'x' => 'int', + 'n' => 'int', + ), + 'stats_stat_correlation' => + array ( + 0 => 'float', + 'array1' => 'array', + 'array2' => 'array', + ), + 'stats_stat_factorial' => + array ( + 0 => 'float', + 'n' => 'int', + ), + 'stats_stat_gennch' => + array ( + 0 => 'float', + 'n' => 'int', + ), + 'stats_stat_independent_t' => + array ( + 0 => 'float', + 'array1' => 'array', + 'array2' => 'array', + ), + 'stats_stat_innerproduct' => + array ( + 0 => 'float', + 'array1' => 'array', + 'array2' => 'array', + ), + 'stats_stat_noncentral_t' => + array ( + 0 => 'float', + 'par1' => 'float', + 'par2' => 'float', + 'par3' => 'float', + 'which' => 'int', + ), + 'stats_stat_paired_t' => + array ( + 0 => 'float', + 'array1' => 'array', + 'array2' => 'array', + ), + 'stats_stat_percentile' => + array ( + 0 => 'float', + 'arr' => 'array', + 'perc' => 'float', + ), + 'stats_stat_powersum' => + array ( + 0 => 'float', + 'arr' => 'array', + 'power' => 'float', + ), + 'stats_variance' => + array ( + 0 => 'float', + 'a' => 'array', + 'sample=' => 'bool', + ), + 'stomp::__construct' => + array ( + 0 => 'void', + 'broker=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + 'headers=' => 'array|null', + ), + 'stomp::abort' => + array ( + 0 => 'bool', + 'transaction_id' => 'string', + 'headers=' => 'array|null', + ), + 'stomp::ack' => + array ( + 0 => 'bool', + 'msg' => 'mixed', + 'headers=' => 'array|null', + ), + 'stomp::begin' => + array ( + 0 => 'bool', + 'transaction_id' => 'string', + 'headers=' => 'array|null', + ), + 'stomp::commit' => + array ( + 0 => 'bool', + 'transaction_id' => 'string', + 'headers=' => 'array|null', + ), + 'stomp::error' => + array ( + 0 => 'string', + ), + 'stomp::getreadtimeout' => + array ( + 0 => 'array', + ), + 'stomp::getsessionid' => + array ( + 0 => 'string', + ), + 'stomp::hasframe' => + array ( + 0 => 'bool', + ), + 'stomp::readframe' => + array ( + 0 => 'array', + 'class_name=' => 'string', + ), + 'stomp::send' => + array ( + 0 => 'bool', + 'destination' => 'string', + 'msg' => 'mixed', + 'headers=' => 'array|null', + ), + 'stomp::setreadtimeout' => + array ( + 0 => 'void', + 'seconds' => 'int', + 'microseconds=' => 'int|null', + ), + 'stomp::subscribe' => + array ( + 0 => 'bool', + 'destination' => 'string', + 'headers=' => 'array|null', + ), + 'stomp::unsubscribe' => + array ( + 0 => 'bool', + 'destination' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_abort' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'transaction_id' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_ack' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'msg' => 'mixed', + 'headers=' => 'array|null', + ), + 'stomp_begin' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'transaction_id' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_close' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'stomp_commit' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'transaction_id' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_connect' => + array ( + 0 => 'resource', + 'link' => 'resource', + 'broker=' => 'string', + 'username=' => 'string', + 'password=' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_connect_error' => + array ( + 0 => 'string', + ), + 'stomp_error' => + array ( + 0 => 'string', + 'link' => 'resource', + ), + 'stomp_get_read_timeout' => + array ( + 0 => 'array', + 'link' => 'resource', + ), + 'stomp_get_session_id' => + array ( + 0 => 'string', + 'link' => 'resource', + ), + 'stomp_has_frame' => + array ( + 0 => 'bool', + 'link' => 'resource', + ), + 'stomp_read_frame' => + array ( + 0 => 'array', + 'link' => 'resource', + 'class_name=' => 'string', + ), + 'stomp_send' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'destination' => 'string', + 'msg' => 'mixed', + 'headers=' => 'array|null', + ), + 'stomp_set_read_timeout' => + array ( + 0 => 'void', + 'link' => 'resource', + 'seconds' => 'int', + 'microseconds=' => 'int|null', + ), + 'stomp_subscribe' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'destination' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_unsubscribe' => + array ( + 0 => 'bool', + 'link' => 'resource', + 'destination' => 'string', + 'headers=' => 'array|null', + ), + 'stomp_version' => + array ( + 0 => 'string', + ), + 'stompexception::getdetails' => + array ( + 0 => 'string', + ), + 'stompframe::__construct' => + array ( + 0 => 'void', + 'command=' => 'string', + 'headers=' => 'array|null', + 'body=' => 'string', + ), + 'str_ireplace\'1' => + array ( + 0 => 'array', + 'search' => 'string', + 'replace' => 'string', + 'subject' => 'array', + '&w_count=' => 'int', + ), + 'str_ireplace\'2' => + array ( + 0 => 'string', + 'search' => 'array', + 'replace' => 'array|string', + 'subject' => 'string', + '&w_count=' => 'int', + ), + 'str_ireplace\'3' => + array ( + 0 => 'array', + 'search' => 'array', + 'replace' => 'array|string', + 'subject' => 'array', + '&w_count=' => 'int', + ), + 'str_replace\'1' => + array ( + 0 => 'array', + 'search' => 'string', + 'replace' => 'string', + 'subject' => 'array', + '&w_count=' => 'int', + ), + 'str_replace\'2' => + array ( + 0 => 'string', + 'search' => 'array', + 'replace' => 'array|string', + 'subject' => 'string', + '&w_count=' => 'int', + ), + 'str_replace\'3' => + array ( + 0 => 'array', + 'search' => 'array', + 'replace' => 'array|string', + 'subject' => 'array', + '&w_count=' => 'int', + ), + 'stream_context_set_option\'1' => + array ( + 0 => 'bool', + 'context' => 'mixed', + 'wrapper_or_options' => 'array', + ), + 'stream_encoding' => + array ( + 0 => 'bool', + 'stream' => 'resource', + 'encoding=' => 'string', + ), + 'stream_notification_callback' => + array ( + 0 => 'callback', + 'notification_code' => 'int', + 'severity' => 'int', + 'message' => 'string', + 'message_code' => 'int', + 'bytes_transferred' => 'int', + 'bytes_max' => 'int', + ), + 'streamwrapper::__construct' => + array ( + 0 => 'void', + ), + 'streamwrapper::__destruct' => + array ( + 0 => 'void', + ), + 'streamwrapper::dir_closedir' => + array ( + 0 => 'bool', + ), + 'streamwrapper::dir_opendir' => + array ( + 0 => 'bool', + 'path' => 'string', + 'options' => 'int', + ), + 'streamwrapper::dir_readdir' => + array ( + 0 => 'string', + ), + 'streamwrapper::dir_rewinddir' => + array ( + 0 => 'bool', + ), + 'streamwrapper::mkdir' => + array ( + 0 => 'bool', + 'path' => 'string', + 'mode' => 'int', + 'options' => 'int', + ), + 'streamwrapper::rename' => + array ( + 0 => 'bool', + 'path_from' => 'string', + 'path_to' => 'string', + ), + 'streamwrapper::rmdir' => + array ( + 0 => 'bool', + 'path' => 'string', + 'options' => 'int', + ), + 'streamwrapper::stream_cast' => + array ( + 0 => 'resource', + 'cast_as' => 'int', + ), + 'streamwrapper::stream_close' => + array ( + 0 => 'void', + ), + 'streamwrapper::stream_eof' => + array ( + 0 => 'bool', + ), + 'streamwrapper::stream_flush' => + array ( + 0 => 'bool', + ), + 'streamwrapper::stream_lock' => + array ( + 0 => 'bool', + 'operation' => 'mode', + ), + 'streamwrapper::stream_metadata' => + array ( + 0 => 'bool', + 'path' => 'string', + 'option' => 'int', + 'value' => 'mixed', + ), + 'streamwrapper::stream_open' => + array ( + 0 => 'bool', + 'path' => 'string', + 'mode' => 'string', + 'options' => 'int', + 'opened_path' => 'string', + ), + 'streamwrapper::stream_read' => + array ( + 0 => 'string', + 'count' => 'int', + ), + 'streamwrapper::stream_seek' => + array ( + 0 => 'bool', + 'offset' => 'int', + 'whence' => 'int', + ), + 'streamwrapper::stream_set_option' => + array ( + 0 => 'bool', + 'option' => 'int', + 'arg1' => 'int', + 'arg2' => 'int', + ), + 'streamwrapper::stream_stat' => + array ( + 0 => 'array', + ), + 'streamwrapper::stream_tell' => + array ( + 0 => 'int', + ), + 'streamwrapper::stream_truncate' => + array ( + 0 => 'bool', + 'new_size' => 'int', + ), + 'streamwrapper::stream_write' => + array ( + 0 => 'int', + 'data' => 'string', + ), + 'streamwrapper::unlink' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'streamwrapper::url_stat' => + array ( + 0 => 'array', + 'path' => 'string', + 'flags' => 'int', + ), + 'strtok\'1' => + array ( + 0 => 'false|non-empty-string', + 'string' => 'string', + ), + 'strtr\'1' => + array ( + 0 => 'string', + 'string' => 'string', + 'from' => 'array', + ), + 'styleobj::__construct' => + array ( + 0 => 'void', + 'label' => 'labelObj', + 'style' => 'styleObj', + ), + 'styleobj::converttostring' => + array ( + 0 => 'string', + ), + 'styleobj::free' => + array ( + 0 => 'void', + ), + 'styleobj::getbinding' => + array ( + 0 => 'string', + 'stylebinding' => 'mixed', + ), + 'styleobj::getgeomtransform' => + array ( + 0 => 'string', + ), + 'styleobj::ms_newstyleobj' => + array ( + 0 => 'styleObj', + 'class' => 'classObj', + 'style' => 'styleObj', + ), + 'styleobj::removebinding' => + array ( + 0 => 'int', + 'stylebinding' => 'mixed', + ), + 'styleobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'styleobj::setbinding' => + array ( + 0 => 'int', + 'stylebinding' => 'mixed', + 'value' => 'string', + ), + 'styleobj::setgeomtransform' => + array ( + 0 => 'int', + 'value' => 'string', + ), + 'styleobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'substr_replace\'1' => + array ( + 0 => 'array', + 'string' => 'array', + 'replace' => 'array|string', + 'offset' => 'array|int', + 'length=' => 'array|int|null', + ), + 'suhosin_encrypt_cookie' => + array ( + 0 => 'false|string', + 'name' => 'string', + 'value' => 'string', + ), + 'suhosin_get_raw_cookies' => + array ( + 0 => 'array', + ), + 'svm::__construct' => + array ( + 0 => 'void', + ), + 'svm::crossvalidate' => + array ( + 0 => 'float', + 'problem' => 'array', + 'number_of_folds' => 'int', + ), + 'svm::getoptions' => + array ( + 0 => 'array', + ), + 'svm::setoptions' => + array ( + 0 => 'bool', + 'params' => 'array', + ), + 'svm::train' => + array ( + 0 => 'SVMModel', + 'problem' => 'array', + 'weights=' => 'array', + ), + 'svmmodel::__construct' => + array ( + 0 => 'void', + 'filename=' => 'string', + ), + 'svmmodel::checkprobabilitymodel' => + array ( + 0 => 'bool', + ), + 'svmmodel::getlabels' => + array ( + 0 => 'array', + ), + 'svmmodel::getnrclass' => + array ( + 0 => 'int', + ), + 'svmmodel::getsvmtype' => + array ( + 0 => 'int', + ), + 'svmmodel::getsvrprobability' => + array ( + 0 => 'float', + ), + 'svmmodel::load' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'svmmodel::predict' => + array ( + 0 => 'float', + 'data' => 'array', + ), + 'svmmodel::predict_probability' => + array ( + 0 => 'float', + 'data' => 'array', + ), + 'svmmodel::save' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'svn_add' => + array ( + 0 => 'bool', + 'path' => 'string', + 'recursive=' => 'bool', + 'force=' => 'bool', + ), + 'svn_auth_get_parameter' => + array ( + 0 => 'null|string', + 'key' => 'string', + ), + 'svn_auth_set_parameter' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'string', + ), + 'svn_blame' => + array ( + 0 => 'array', + 'repository_url' => 'string', + 'revision_no=' => 'int', + ), + 'svn_cat' => + array ( + 0 => 'string', + 'repos_url' => 'string', + 'revision_no=' => 'int', + ), + 'svn_checkout' => + array ( + 0 => 'bool', + 'repos' => 'string', + 'targetpath' => 'string', + 'revision=' => 'int', + 'flags=' => 'int', + ), + 'svn_cleanup' => + array ( + 0 => 'bool', + 'workingdir' => 'string', + ), + 'svn_client_version' => + array ( + 0 => 'string', + ), + 'svn_commit' => + array ( + 0 => 'array', + 'log' => 'string', + 'targets' => 'array', + 'dontrecurse=' => 'bool', + ), + 'svn_delete' => + array ( + 0 => 'bool', + 'path' => 'string', + 'force=' => 'bool', + ), + 'svn_diff' => + array ( + 0 => 'array', + 'path1' => 'string', + 'rev1' => 'int', + 'path2' => 'string', + 'rev2' => 'int', + ), + 'svn_export' => + array ( + 0 => 'bool', + 'frompath' => 'string', + 'topath' => 'string', + 'working_copy=' => 'bool', + 'revision_no=' => 'int', + ), + 'svn_fs_abort_txn' => + array ( + 0 => 'bool', + 'txn' => 'resource', + ), + 'svn_fs_apply_text' => + array ( + 0 => 'resource', + 'root' => 'resource', + 'path' => 'string', + ), + 'svn_fs_begin_txn2' => + array ( + 0 => 'resource', + 'repos' => 'resource', + 'rev' => 'int', + ), + 'svn_fs_change_node_prop' => + array ( + 0 => 'bool', + 'root' => 'resource', + 'path' => 'string', + 'name' => 'string', + 'value' => 'string', + ), + 'svn_fs_check_path' => + array ( + 0 => 'int', + 'fsroot' => 'resource', + 'path' => 'string', + ), + 'svn_fs_contents_changed' => + array ( + 0 => 'bool', + 'root1' => 'resource', + 'path1' => 'string', + 'root2' => 'resource', + 'path2' => 'string', + ), + 'svn_fs_copy' => + array ( + 0 => 'bool', + 'from_root' => 'resource', + 'from_path' => 'string', + 'to_root' => 'resource', + 'to_path' => 'string', + ), + 'svn_fs_delete' => + array ( + 0 => 'bool', + 'root' => 'resource', + 'path' => 'string', + ), + 'svn_fs_dir_entries' => + array ( + 0 => 'array', + 'fsroot' => 'resource', + 'path' => 'string', + ), + 'svn_fs_file_contents' => + array ( + 0 => 'resource', + 'fsroot' => 'resource', + 'path' => 'string', + ), + 'svn_fs_file_length' => + array ( + 0 => 'int', + 'fsroot' => 'resource', + 'path' => 'string', + ), + 'svn_fs_is_dir' => + array ( + 0 => 'bool', + 'root' => 'resource', + 'path' => 'string', + ), + 'svn_fs_is_file' => + array ( + 0 => 'bool', + 'root' => 'resource', + 'path' => 'string', + ), + 'svn_fs_make_dir' => + array ( + 0 => 'bool', + 'root' => 'resource', + 'path' => 'string', + ), + 'svn_fs_make_file' => + array ( + 0 => 'bool', + 'root' => 'resource', + 'path' => 'string', + ), + 'svn_fs_node_created_rev' => + array ( + 0 => 'int', + 'fsroot' => 'resource', + 'path' => 'string', + ), + 'svn_fs_node_prop' => + array ( + 0 => 'string', + 'fsroot' => 'resource', + 'path' => 'string', + 'propname' => 'string', + ), + 'svn_fs_props_changed' => + array ( + 0 => 'bool', + 'root1' => 'resource', + 'path1' => 'string', + 'root2' => 'resource', + 'path2' => 'string', + ), + 'svn_fs_revision_prop' => + array ( + 0 => 'string', + 'fs' => 'resource', + 'revnum' => 'int', + 'propname' => 'string', + ), + 'svn_fs_revision_root' => + array ( + 0 => 'resource', + 'fs' => 'resource', + 'revnum' => 'int', + ), + 'svn_fs_txn_root' => + array ( + 0 => 'resource', + 'txn' => 'resource', + ), + 'svn_fs_youngest_rev' => + array ( + 0 => 'int', + 'fs' => 'resource', + ), + 'svn_import' => + array ( + 0 => 'bool', + 'path' => 'string', + 'url' => 'string', + 'nonrecursive' => 'bool', + ), + 'svn_log' => + array ( + 0 => 'array', + 'repos_url' => 'string', + 'start_revision=' => 'int', + 'end_revision=' => 'int', + 'limit=' => 'int', + 'flags=' => 'int', + ), + 'svn_ls' => + array ( + 0 => 'array', + 'repos_url' => 'string', + 'revision_no=' => 'int', + 'recurse=' => 'bool', + 'peg=' => 'bool', + ), + 'svn_mkdir' => + array ( + 0 => 'bool', + 'path' => 'string', + 'log_message=' => 'string', + ), + 'svn_move' => + array ( + 0 => 'mixed', + 'src_path' => 'string', + 'dst_path' => 'string', + 'force=' => 'bool', + ), + 'svn_propget' => + array ( + 0 => 'mixed', + 'path' => 'string', + 'property_name' => 'string', + 'recurse=' => 'bool', + 'revision' => 'int', + ), + 'svn_proplist' => + array ( + 0 => 'mixed', + 'path' => 'string', + 'recurse=' => 'bool', + 'revision' => 'int', + ), + 'svn_repos_create' => + array ( + 0 => 'resource', + 'path' => 'string', + 'config=' => 'array', + 'fsconfig=' => 'array', + ), + 'svn_repos_fs' => + array ( + 0 => 'resource', + 'repos' => 'resource', + ), + 'svn_repos_fs_begin_txn_for_commit' => + array ( + 0 => 'resource', + 'repos' => 'resource', + 'rev' => 'int', + 'author' => 'string', + 'log_msg' => 'string', + ), + 'svn_repos_fs_commit_txn' => + array ( + 0 => 'int', + 'txn' => 'resource', + ), + 'svn_repos_hotcopy' => + array ( + 0 => 'bool', + 'repospath' => 'string', + 'destpath' => 'string', + 'cleanlogs' => 'bool', + ), + 'svn_repos_open' => + array ( + 0 => 'resource', + 'path' => 'string', + ), + 'svn_repos_recover' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'svn_revert' => + array ( + 0 => 'bool', + 'path' => 'string', + 'recursive=' => 'bool', + ), + 'svn_status' => + array ( + 0 => 'array', + 'path' => 'string', + 'flags=' => 'int', + ), + 'svn_update' => + array ( + 0 => 'false|int', + 'path' => 'string', + 'revno=' => 'int', + 'recurse=' => 'bool', + ), + 'swf_actiongeturl' => + array ( + 0 => 'mixed', + 'url' => 'string', + 'target' => 'string', + ), + 'swf_actiongotoframe' => + array ( + 0 => 'mixed', + 'framenumber' => 'int', + ), + 'swf_actiongotolabel' => + array ( + 0 => 'mixed', + 'label' => 'string', + ), + 'swf_actionnextframe' => + array ( + 0 => 'mixed', + ), + 'swf_actionplay' => + array ( + 0 => 'mixed', + ), + 'swf_actionprevframe' => + array ( + 0 => 'mixed', + ), + 'swf_actionsettarget' => + array ( + 0 => 'mixed', + 'target' => 'string', + ), + 'swf_actionstop' => + array ( + 0 => 'mixed', + ), + 'swf_actiontogglequality' => + array ( + 0 => 'mixed', + ), + 'swf_actionwaitforframe' => + array ( + 0 => 'mixed', + 'framenumber' => 'int', + 'skipcount' => 'int', + ), + 'swf_addbuttonrecord' => + array ( + 0 => 'mixed', + 'states' => 'int', + 'shapeid' => 'int', + 'depth' => 'int', + ), + 'swf_addcolor' => + array ( + 0 => 'mixed', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + 'a' => 'float', + ), + 'swf_closefile' => + array ( + 0 => 'mixed', + 'return_file=' => 'int', + ), + 'swf_definebitmap' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'image_name' => 'string', + ), + 'swf_definefont' => + array ( + 0 => 'mixed', + 'fontid' => 'int', + 'fontname' => 'string', + ), + 'swf_defineline' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'width' => 'float', + ), + 'swf_definepoly' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'coords' => 'array', + 'npoints' => 'int', + 'width' => 'float', + ), + 'swf_definerect' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'width' => 'float', + ), + 'swf_definetext' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'string' => 'string', + 'docenter' => 'int', + ), + 'swf_endbutton' => + array ( + 0 => 'mixed', + ), + 'swf_enddoaction' => + array ( + 0 => 'mixed', + ), + 'swf_endshape' => + array ( + 0 => 'mixed', + ), + 'swf_endsymbol' => + array ( + 0 => 'mixed', + ), + 'swf_fontsize' => + array ( + 0 => 'mixed', + 'size' => 'float', + ), + 'swf_fontslant' => + array ( + 0 => 'mixed', + 'slant' => 'float', + ), + 'swf_fonttracking' => + array ( + 0 => 'mixed', + 'tracking' => 'float', + ), + 'swf_getbitmapinfo' => + array ( + 0 => 'array', + 'bitmapid' => 'int', + ), + 'swf_getfontinfo' => + array ( + 0 => 'array', + ), + 'swf_getframe' => + array ( + 0 => 'int', + ), + 'swf_labelframe' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'swf_lookat' => + array ( + 0 => 'mixed', + 'view_x' => 'float', + 'view_y' => 'float', + 'view_z' => 'float', + 'reference_x' => 'float', + 'reference_y' => 'float', + 'reference_z' => 'float', + 'twist' => 'float', + ), + 'swf_modifyobject' => + array ( + 0 => 'mixed', + 'depth' => 'int', + 'how' => 'int', + ), + 'swf_mulcolor' => + array ( + 0 => 'mixed', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + 'a' => 'float', + ), + 'swf_nextid' => + array ( + 0 => 'int', + ), + 'swf_oncondition' => + array ( + 0 => 'mixed', + 'transition' => 'int', + ), + 'swf_openfile' => + array ( + 0 => 'mixed', + 'filename' => 'string', + 'width' => 'float', + 'height' => 'float', + 'framerate' => 'float', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + ), + 'swf_ortho' => + array ( + 0 => 'mixed', + 'xmin' => 'float', + 'xmax' => 'float', + 'ymin' => 'float', + 'ymax' => 'float', + 'zmin' => 'float', + 'zmax' => 'float', + ), + 'swf_ortho2' => + array ( + 0 => 'mixed', + 'xmin' => 'float', + 'xmax' => 'float', + 'ymin' => 'float', + 'ymax' => 'float', + ), + 'swf_perspective' => + array ( + 0 => 'mixed', + 'fovy' => 'float', + 'aspect' => 'float', + 'near' => 'float', + 'far' => 'float', + ), + 'swf_placeobject' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'depth' => 'int', + ), + 'swf_polarview' => + array ( + 0 => 'mixed', + 'dist' => 'float', + 'azimuth' => 'float', + 'incidence' => 'float', + 'twist' => 'float', + ), + 'swf_popmatrix' => + array ( + 0 => 'mixed', + ), + 'swf_posround' => + array ( + 0 => 'mixed', + 'round' => 'int', + ), + 'swf_pushmatrix' => + array ( + 0 => 'mixed', + ), + 'swf_removeobject' => + array ( + 0 => 'mixed', + 'depth' => 'int', + ), + 'swf_rotate' => + array ( + 0 => 'mixed', + 'angle' => 'float', + 'axis' => 'string', + ), + 'swf_scale' => + array ( + 0 => 'mixed', + 'x' => 'float', + 'y' => 'float', + 'z' => 'float', + ), + 'swf_setfont' => + array ( + 0 => 'mixed', + 'fontid' => 'int', + ), + 'swf_setframe' => + array ( + 0 => 'mixed', + 'framenumber' => 'int', + ), + 'swf_shapearc' => + array ( + 0 => 'mixed', + 'x' => 'float', + 'y' => 'float', + 'r' => 'float', + 'ang1' => 'float', + 'ang2' => 'float', + ), + 'swf_shapecurveto' => + array ( + 0 => 'mixed', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + ), + 'swf_shapecurveto3' => + array ( + 0 => 'mixed', + 'x1' => 'float', + 'y1' => 'float', + 'x2' => 'float', + 'y2' => 'float', + 'x3' => 'float', + 'y3' => 'float', + ), + 'swf_shapefillbitmapclip' => + array ( + 0 => 'mixed', + 'bitmapid' => 'int', + ), + 'swf_shapefillbitmaptile' => + array ( + 0 => 'mixed', + 'bitmapid' => 'int', + ), + 'swf_shapefilloff' => + array ( + 0 => 'mixed', + ), + 'swf_shapefillsolid' => + array ( + 0 => 'mixed', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + 'a' => 'float', + ), + 'swf_shapelinesolid' => + array ( + 0 => 'mixed', + 'r' => 'float', + 'g' => 'float', + 'b' => 'float', + 'a' => 'float', + 'width' => 'float', + ), + 'swf_shapelineto' => + array ( + 0 => 'mixed', + 'x' => 'float', + 'y' => 'float', + ), + 'swf_shapemoveto' => + array ( + 0 => 'mixed', + 'x' => 'float', + 'y' => 'float', + ), + 'swf_showframe' => + array ( + 0 => 'mixed', + ), + 'swf_startbutton' => + array ( + 0 => 'mixed', + 'objid' => 'int', + 'type' => 'int', + ), + 'swf_startdoaction' => + array ( + 0 => 'mixed', + ), + 'swf_startshape' => + array ( + 0 => 'mixed', + 'objid' => 'int', + ), + 'swf_startsymbol' => + array ( + 0 => 'mixed', + 'objid' => 'int', + ), + 'swf_textwidth' => + array ( + 0 => 'float', + 'string' => 'string', + ), + 'swf_translate' => + array ( + 0 => 'mixed', + 'x' => 'float', + 'y' => 'float', + 'z' => 'float', + ), + 'swf_viewport' => + array ( + 0 => 'mixed', + 'xmin' => 'float', + 'xmax' => 'float', + 'ymin' => 'float', + 'ymax' => 'float', + ), + 'swfaction::__construct' => + array ( + 0 => 'void', + 'script' => 'string', + ), + 'swfbitmap::__construct' => + array ( + 0 => 'void', + 'file' => 'mixed', + 'alphafile=' => 'mixed', + ), + 'swfbitmap::getheight' => + array ( + 0 => 'float', + ), + 'swfbitmap::getwidth' => + array ( + 0 => 'float', + ), + 'swfbutton::__construct' => + array ( + 0 => 'void', + ), + 'swfbutton::addaction' => + array ( + 0 => 'void', + 'action' => 'swfaction', + 'flags' => 'int', + ), + 'swfbutton::addasound' => + array ( + 0 => 'SWFSoundInstance', + 'sound' => 'swfsound', + 'flags' => 'int', + ), + 'swfbutton::addshape' => + array ( + 0 => 'void', + 'shape' => 'swfshape', + 'flags' => 'int', + ), + 'swfbutton::setaction' => + array ( + 0 => 'void', + 'action' => 'swfaction', + ), + 'swfbutton::setdown' => + array ( + 0 => 'void', + 'shape' => 'swfshape', + ), + 'swfbutton::sethit' => + array ( + 0 => 'void', + 'shape' => 'swfshape', + ), + 'swfbutton::setmenu' => + array ( + 0 => 'void', + 'flag' => 'int', + ), + 'swfbutton::setover' => + array ( + 0 => 'void', + 'shape' => 'swfshape', + ), + 'swfbutton::setup' => + array ( + 0 => 'void', + 'shape' => 'swfshape', + ), + 'swfdisplayitem::addaction' => + array ( + 0 => 'void', + 'action' => 'swfaction', + 'flags' => 'int', + ), + 'swfdisplayitem::addcolor' => + array ( + 0 => 'void', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'swfdisplayitem::endmask' => + array ( + 0 => 'void', + ), + 'swfdisplayitem::getrot' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::getx' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::getxscale' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::getxskew' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::gety' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::getyscale' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::getyskew' => + array ( + 0 => 'float', + ), + 'swfdisplayitem::move' => + array ( + 0 => 'void', + 'dx' => 'float', + 'dy' => 'float', + ), + 'swfdisplayitem::moveto' => + array ( + 0 => 'void', + 'x' => 'float', + 'y' => 'float', + ), + 'swfdisplayitem::multcolor' => + array ( + 0 => 'void', + 'red' => 'float', + 'green' => 'float', + 'blue' => 'float', + 'a=' => 'float', + ), + 'swfdisplayitem::remove' => + array ( + 0 => 'void', + ), + 'swfdisplayitem::rotate' => + array ( + 0 => 'void', + 'angle' => 'float', + ), + 'swfdisplayitem::rotateto' => + array ( + 0 => 'void', + 'angle' => 'float', + ), + 'swfdisplayitem::scale' => + array ( + 0 => 'void', + 'dx' => 'float', + 'dy' => 'float', + ), + 'swfdisplayitem::scaleto' => + array ( + 0 => 'void', + 'x' => 'float', + 'y=' => 'float', + ), + 'swfdisplayitem::setdepth' => + array ( + 0 => 'void', + 'depth' => 'int', + ), + 'swfdisplayitem::setmasklevel' => + array ( + 0 => 'void', + 'level' => 'int', + ), + 'swfdisplayitem::setmatrix' => + array ( + 0 => 'void', + 'a' => 'float', + 'b' => 'float', + 'c' => 'float', + 'd' => 'float', + 'x' => 'float', + 'y' => 'float', + ), + 'swfdisplayitem::setname' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'swfdisplayitem::setratio' => + array ( + 0 => 'void', + 'ratio' => 'float', + ), + 'swfdisplayitem::skewx' => + array ( + 0 => 'void', + 'ddegrees' => 'float', + ), + 'swfdisplayitem::skewxto' => + array ( + 0 => 'void', + 'degrees' => 'float', + ), + 'swfdisplayitem::skewy' => + array ( + 0 => 'void', + 'ddegrees' => 'float', + ), + 'swfdisplayitem::skewyto' => + array ( + 0 => 'void', + 'degrees' => 'float', + ), + 'swffill::moveto' => + array ( + 0 => 'void', + 'x' => 'float', + 'y' => 'float', + ), + 'swffill::rotateto' => + array ( + 0 => 'void', + 'angle' => 'float', + ), + 'swffill::scaleto' => + array ( + 0 => 'void', + 'x' => 'float', + 'y=' => 'float', + ), + 'swffill::skewxto' => + array ( + 0 => 'void', + 'x' => 'float', + ), + 'swffill::skewyto' => + array ( + 0 => 'void', + 'y' => 'float', + ), + 'swffont::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + ), + 'swffont::getascent' => + array ( + 0 => 'float', + ), + 'swffont::getdescent' => + array ( + 0 => 'float', + ), + 'swffont::getleading' => + array ( + 0 => 'float', + ), + 'swffont::getshape' => + array ( + 0 => 'string', + 'code' => 'int', + ), + 'swffont::getutf8width' => + array ( + 0 => 'float', + 'string' => 'string', + ), + 'swffont::getwidth' => + array ( + 0 => 'float', + 'string' => 'string', + ), + 'swffontchar::addchars' => + array ( + 0 => 'void', + 'char' => 'string', + ), + 'swffontchar::addutf8chars' => + array ( + 0 => 'void', + 'char' => 'string', + ), + 'swfgradient::__construct' => + array ( + 0 => 'void', + ), + 'swfgradient::addentry' => + array ( + 0 => 'void', + 'ratio' => 'float', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha=' => 'int', + ), + 'swfmorph::__construct' => + array ( + 0 => 'void', + ), + 'swfmorph::getshape1' => + array ( + 0 => 'SWFShape', + ), + 'swfmorph::getshape2' => + array ( + 0 => 'SWFShape', + ), + 'swfmovie::__construct' => + array ( + 0 => 'void', + 'version=' => 'int', + ), + 'swfmovie::add' => + array ( + 0 => 'mixed', + 'instance' => 'object', + ), + 'swfmovie::addexport' => + array ( + 0 => 'void', + 'char' => 'swfcharacter', + 'name' => 'string', + ), + 'swfmovie::addfont' => + array ( + 0 => 'mixed', + 'font' => 'swffont', + ), + 'swfmovie::importchar' => + array ( + 0 => 'SWFSprite', + 'libswf' => 'string', + 'name' => 'string', + ), + 'swfmovie::importfont' => + array ( + 0 => 'SWFFontChar', + 'libswf' => 'string', + 'name' => 'string', + ), + 'swfmovie::labelframe' => + array ( + 0 => 'void', + 'label' => 'string', + ), + 'swfmovie::namedanchor' => + array ( + 0 => 'mixed', + ), + 'swfmovie::nextframe' => + array ( + 0 => 'void', + ), + 'swfmovie::output' => + array ( + 0 => 'int', + 'compression=' => 'int', + ), + 'swfmovie::protect' => + array ( + 0 => 'mixed', + ), + 'swfmovie::remove' => + array ( + 0 => 'void', + 'instance' => 'object', + ), + 'swfmovie::save' => + array ( + 0 => 'int', + 'filename' => 'string', + 'compression=' => 'int', + ), + 'swfmovie::savetofile' => + array ( + 0 => 'int', + 'x' => 'resource', + 'compression=' => 'int', + ), + 'swfmovie::setbackground' => + array ( + 0 => 'void', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + ), + 'swfmovie::setdimension' => + array ( + 0 => 'void', + 'width' => 'float', + 'height' => 'float', + ), + 'swfmovie::setframes' => + array ( + 0 => 'void', + 'number' => 'int', + ), + 'swfmovie::setrate' => + array ( + 0 => 'void', + 'rate' => 'float', + ), + 'swfmovie::startsound' => + array ( + 0 => 'SWFSoundInstance', + 'sound' => 'swfsound', + ), + 'swfmovie::stopsound' => + array ( + 0 => 'void', + 'sound' => 'swfsound', + ), + 'swfmovie::streammp3' => + array ( + 0 => 'int', + 'mp3file' => 'mixed', + 'skip=' => 'float', + ), + 'swfmovie::writeexports' => + array ( + 0 => 'void', + ), + 'swfprebuiltclip::__construct' => + array ( + 0 => 'void', + 'file' => 'mixed', + ), + 'swfshape::__construct' => + array ( + 0 => 'void', + ), + 'swfshape::addfill' => + array ( + 0 => 'SWFFill', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'alpha=' => 'int', + 'bitmap=' => 'swfbitmap', + 'flags=' => 'int', + 'gradient=' => 'swfgradient', + ), + 'swfshape::addfill\'1' => + array ( + 0 => 'SWFFill', + 'bitmap' => 'SWFBitmap', + 'flags=' => 'int', + ), + 'swfshape::addfill\'2' => + array ( + 0 => 'SWFFill', + 'gradient' => 'SWFGradient', + 'flags=' => 'int', + ), + 'swfshape::drawarc' => + array ( + 0 => 'void', + 'r' => 'float', + 'startangle' => 'float', + 'endangle' => 'float', + ), + 'swfshape::drawcircle' => + array ( + 0 => 'void', + 'r' => 'float', + ), + 'swfshape::drawcubic' => + array ( + 0 => 'int', + 'bx' => 'float', + 'by' => 'float', + 'cx' => 'float', + 'cy' => 'float', + 'dx' => 'float', + 'dy' => 'float', + ), + 'swfshape::drawcubicto' => + array ( + 0 => 'int', + 'bx' => 'float', + 'by' => 'float', + 'cx' => 'float', + 'cy' => 'float', + 'dx' => 'float', + 'dy' => 'float', + ), + 'swfshape::drawcurve' => + array ( + 0 => 'int', + 'controldx' => 'float', + 'controldy' => 'float', + 'anchordx' => 'float', + 'anchordy' => 'float', + 'targetdx=' => 'float', + 'targetdy=' => 'float', + ), + 'swfshape::drawcurveto' => + array ( + 0 => 'int', + 'controlx' => 'float', + 'controly' => 'float', + 'anchorx' => 'float', + 'anchory' => 'float', + 'targetx=' => 'float', + 'targety=' => 'float', + ), + 'swfshape::drawglyph' => + array ( + 0 => 'void', + 'font' => 'swffont', + 'character' => 'string', + 'size=' => 'int', + ), + 'swfshape::drawline' => + array ( + 0 => 'void', + 'dx' => 'float', + 'dy' => 'float', + ), + 'swfshape::drawlineto' => + array ( + 0 => 'void', + 'x' => 'float', + 'y' => 'float', + ), + 'swfshape::movepen' => + array ( + 0 => 'void', + 'dx' => 'float', + 'dy' => 'float', + ), + 'swfshape::movepento' => + array ( + 0 => 'void', + 'x' => 'float', + 'y' => 'float', + ), + 'swfshape::setleftfill' => + array ( + 0 => 'mixed', + 'fill' => 'swfgradient', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'swfshape::setline' => + array ( + 0 => 'mixed', + 'shape' => 'swfshape', + 'width' => 'int', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'swfshape::setrightfill' => + array ( + 0 => 'mixed', + 'fill' => 'swfgradient', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'swfsound' => + array ( + 0 => 'SWFSound', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'swfsound::__construct' => + array ( + 0 => 'void', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'swfsoundinstance::loopcount' => + array ( + 0 => 'void', + 'point' => 'int', + ), + 'swfsoundinstance::loopinpoint' => + array ( + 0 => 'void', + 'point' => 'int', + ), + 'swfsoundinstance::loopoutpoint' => + array ( + 0 => 'void', + 'point' => 'int', + ), + 'swfsoundinstance::nomultiple' => + array ( + 0 => 'void', + ), + 'swfsprite::__construct' => + array ( + 0 => 'void', + ), + 'swfsprite::add' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'swfsprite::labelframe' => + array ( + 0 => 'void', + 'label' => 'string', + ), + 'swfsprite::nextframe' => + array ( + 0 => 'void', + ), + 'swfsprite::remove' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'swfsprite::setframes' => + array ( + 0 => 'void', + 'number' => 'int', + ), + 'swfsprite::startsound' => + array ( + 0 => 'SWFSoundInstance', + 'sount' => 'swfsound', + ), + 'swfsprite::stopsound' => + array ( + 0 => 'void', + 'sount' => 'swfsound', + ), + 'swftext::__construct' => + array ( + 0 => 'void', + ), + 'swftext::addstring' => + array ( + 0 => 'void', + 'string' => 'string', + ), + 'swftext::addutf8string' => + array ( + 0 => 'void', + 'text' => 'string', + ), + 'swftext::getascent' => + array ( + 0 => 'float', + ), + 'swftext::getdescent' => + array ( + 0 => 'float', + ), + 'swftext::getleading' => + array ( + 0 => 'float', + ), + 'swftext::getutf8width' => + array ( + 0 => 'float', + 'string' => 'string', + ), + 'swftext::getwidth' => + array ( + 0 => 'float', + 'string' => 'string', + ), + 'swftext::moveto' => + array ( + 0 => 'void', + 'x' => 'float', + 'y' => 'float', + ), + 'swftext::setcolor' => + array ( + 0 => 'void', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'swftext::setfont' => + array ( + 0 => 'void', + 'font' => 'swffont', + ), + 'swftext::setheight' => + array ( + 0 => 'void', + 'height' => 'float', + ), + 'swftext::setspacing' => + array ( + 0 => 'void', + 'spacing' => 'float', + ), + 'swftextfield::__construct' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'swftextfield::addchars' => + array ( + 0 => 'void', + 'chars' => 'string', + ), + 'swftextfield::addstring' => + array ( + 0 => 'void', + 'string' => 'string', + ), + 'swftextfield::align' => + array ( + 0 => 'void', + 'alignement' => 'int', + ), + 'swftextfield::setbounds' => + array ( + 0 => 'void', + 'width' => 'float', + 'height' => 'float', + ), + 'swftextfield::setcolor' => + array ( + 0 => 'void', + 'red' => 'int', + 'green' => 'int', + 'blue' => 'int', + 'a=' => 'int', + ), + 'swftextfield::setfont' => + array ( + 0 => 'void', + 'font' => 'swffont', + ), + 'swftextfield::setheight' => + array ( + 0 => 'void', + 'height' => 'float', + ), + 'swftextfield::setindentation' => + array ( + 0 => 'void', + 'width' => 'float', + ), + 'swftextfield::setleftmargin' => + array ( + 0 => 'void', + 'width' => 'float', + ), + 'swftextfield::setlinespacing' => + array ( + 0 => 'void', + 'height' => 'float', + ), + 'swftextfield::setmargins' => + array ( + 0 => 'void', + 'left' => 'float', + 'right' => 'float', + ), + 'swftextfield::setname' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'swftextfield::setpadding' => + array ( + 0 => 'void', + 'padding' => 'float', + ), + 'swftextfield::setrightmargin' => + array ( + 0 => 'void', + 'width' => 'float', + ), + 'swfvideostream::__construct' => + array ( + 0 => 'void', + 'file=' => 'string', + ), + 'swfvideostream::getnumframes' => + array ( + 0 => 'int', + ), + 'swfvideostream::setdimension' => + array ( + 0 => 'void', + 'x' => 'int', + 'y' => 'int', + ), + 'swish::__construct' => + array ( + 0 => 'void', + 'index_names' => 'string', + ), + 'swish::getmetalist' => + array ( + 0 => 'array', + 'index_name' => 'string', + ), + 'swish::getpropertylist' => + array ( + 0 => 'array', + 'index_name' => 'string', + ), + 'swish::prepare' => + array ( + 0 => 'object', + 'query=' => 'string', + ), + 'swish::query' => + array ( + 0 => 'object', + 'query' => 'string', + ), + 'swishresult::getmetalist' => + array ( + 0 => 'array', + ), + 'swishresult::stem' => + array ( + 0 => 'array', + 'word' => 'string', + ), + 'swishresults::getparsedwords' => + array ( + 0 => 'array', + 'index_name' => 'string', + ), + 'swishresults::getremovedstopwords' => + array ( + 0 => 'array', + 'index_name' => 'string', + ), + 'swishresults::nextresult' => + array ( + 0 => 'object', + ), + 'swishresults::seekresult' => + array ( + 0 => 'int', + 'position' => 'int', + ), + 'swishsearch::execute' => + array ( + 0 => 'object', + 'query=' => 'string', + ), + 'swishsearch::resetlimit' => + array ( + 0 => 'mixed', + ), + 'swishsearch::setlimit' => + array ( + 0 => 'mixed', + 'property' => 'string', + 'low' => 'string', + 'high' => 'string', + ), + 'swishsearch::setphrasedelimiter' => + array ( + 0 => 'mixed', + 'delimiter' => 'string', + ), + 'swishsearch::setsort' => + array ( + 0 => 'mixed', + 'sort' => 'string', + ), + 'swishsearch::setstructure' => + array ( + 0 => 'mixed', + 'structure' => 'int', + ), + 'swoole\\async::dnslookup' => + array ( + 0 => 'void', + 'hostname' => 'string', + 'callback' => 'callable', + ), + 'swoole\\async::read' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'callback' => 'callable', + 'chunk_size=' => 'int', + 'offset=' => 'int', + ), + 'swoole\\async::readfile' => + array ( + 0 => 'void', + 'filename' => 'string', + 'callback' => 'callable', + ), + 'swoole\\async::set' => + array ( + 0 => 'void', + 'settings' => 'array', + ), + 'swoole\\async::write' => + array ( + 0 => 'void', + 'filename' => 'string', + 'content' => 'string', + 'offset=' => 'int', + 'callback=' => 'callable', + ), + 'swoole\\async::writefile' => + array ( + 0 => 'void', + 'filename' => 'string', + 'content' => 'string', + 'callback=' => 'callable', + 'flags=' => 'string', + ), + 'swoole\\atomic::add' => + array ( + 0 => 'int', + 'add_value=' => 'int', + ), + 'swoole\\atomic::cmpset' => + array ( + 0 => 'int', + 'cmp_value' => 'int', + 'new_value' => 'int', + ), + 'swoole\\atomic::get' => + array ( + 0 => 'int', + ), + 'swoole\\atomic::set' => + array ( + 0 => 'int', + 'value' => 'int', + ), + 'swoole\\atomic::sub' => + array ( + 0 => 'int', + 'sub_value=' => 'int', + ), + 'swoole\\buffer::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\buffer::__tostring' => + array ( + 0 => 'string', + ), + 'swoole\\buffer::append' => + array ( + 0 => 'int', + 'data' => 'string', + ), + 'swoole\\buffer::clear' => + array ( + 0 => 'void', + ), + 'swoole\\buffer::expand' => + array ( + 0 => 'int', + 'size' => 'int', + ), + 'swoole\\buffer::read' => + array ( + 0 => 'string', + 'offset' => 'int', + 'length' => 'int', + ), + 'swoole\\buffer::recycle' => + array ( + 0 => 'void', + ), + 'swoole\\buffer::substr' => + array ( + 0 => 'string', + 'offset' => 'int', + 'length=' => 'int', + 'remove=' => 'bool', + ), + 'swoole\\buffer::write' => + array ( + 0 => 'void', + 'offset' => 'int', + 'data' => 'string', + ), + 'swoole\\channel::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\channel::pop' => + array ( + 0 => 'mixed', + ), + 'swoole\\channel::push' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'swoole\\channel::stats' => + array ( + 0 => 'array', + ), + 'swoole\\client::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\client::close' => + array ( + 0 => 'bool', + 'force=' => 'bool', + ), + 'swoole\\client::connect' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port=' => 'int', + 'timeout=' => 'int', + 'flag=' => 'int', + ), + 'swoole\\client::getpeername' => + array ( + 0 => 'array', + ), + 'swoole\\client::getsockname' => + array ( + 0 => 'array', + ), + 'swoole\\client::isconnected' => + array ( + 0 => 'bool', + ), + 'swoole\\client::on' => + array ( + 0 => 'void', + 'event' => 'string', + 'callback' => 'callable', + ), + 'swoole\\client::pause' => + array ( + 0 => 'void', + ), + 'swoole\\client::pipe' => + array ( + 0 => 'void', + 'socket' => 'string', + ), + 'swoole\\client::recv' => + array ( + 0 => 'void', + 'size=' => 'string', + 'flag=' => 'string', + ), + 'swoole\\client::resume' => + array ( + 0 => 'void', + ), + 'swoole\\client::send' => + array ( + 0 => 'int', + 'data' => 'string', + 'flag=' => 'string', + ), + 'swoole\\client::sendfile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'offset=' => 'int', + ), + 'swoole\\client::sendto' => + array ( + 0 => 'bool', + 'ip' => 'string', + 'port' => 'int', + 'data' => 'string', + ), + 'swoole\\client::set' => + array ( + 0 => 'void', + 'settings' => 'array', + ), + 'swoole\\client::sleep' => + array ( + 0 => 'void', + ), + 'swoole\\client::wakeup' => + array ( + 0 => 'void', + ), + 'swoole\\connection\\iterator::count' => + array ( + 0 => 'int', + ), + 'swoole\\connection\\iterator::current' => + array ( + 0 => 'Connection', + ), + 'swoole\\connection\\iterator::key' => + array ( + 0 => 'int', + ), + 'swoole\\connection\\iterator::next' => + array ( + 0 => 'Connection', + ), + 'swoole\\connection\\iterator::offsetexists' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'swoole\\connection\\iterator::offsetget' => + array ( + 0 => 'Connection', + 'index' => 'string', + ), + 'swoole\\connection\\iterator::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int', + 'connection' => 'mixed', + ), + 'swoole\\connection\\iterator::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int', + ), + 'swoole\\connection\\iterator::rewind' => + array ( + 0 => 'void', + ), + 'swoole\\connection\\iterator::valid' => + array ( + 0 => 'bool', + ), + 'swoole\\coroutine::call_user_func' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'parameter=' => 'mixed', + '...args=' => 'mixed', + ), + 'swoole\\coroutine::call_user_func_array' => + array ( + 0 => 'mixed', + 'callback' => 'callable', + 'param_array' => 'array', + ), + 'swoole\\coroutine::cli_wait' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine::create' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine::getuid' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine::resume' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine::suspend' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::__destruct' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::close' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::connect' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::getpeername' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::getsockname' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::isconnected' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::recv' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::send' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::sendfile' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::sendto' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\client::set' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::__destruct' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::addfile' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::close' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::execute' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::get' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::getdefer' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::isconnected' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::post' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::recv' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::set' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::setcookies' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::setdata' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::setdefer' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::setheaders' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\http\\client::setmethod' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::__destruct' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::close' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::connect' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::getdefer' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::query' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::recv' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\coroutine\\mysql::setdefer' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\event::add' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'read_callback' => 'callable', + 'write_callback=' => 'callable', + 'events=' => 'string', + ), + 'swoole\\event::defer' => + array ( + 0 => 'void', + 'callback' => 'mixed', + ), + 'swoole\\event::del' => + array ( + 0 => 'bool', + 'fd' => 'string', + ), + 'swoole\\event::exit' => + array ( + 0 => 'void', + ), + 'swoole\\event::set' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'read_callback=' => 'string', + 'write_callback=' => 'string', + 'events=' => 'string', + ), + 'swoole\\event::wait' => + array ( + 0 => 'void', + ), + 'swoole\\event::write' => + array ( + 0 => 'void', + 'fd' => 'string', + 'data' => 'string', + ), + 'swoole\\http\\client::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\http\\client::addfile' => + array ( + 0 => 'void', + 'path' => 'string', + 'name' => 'string', + 'type=' => 'string', + 'filename=' => 'string', + 'offset=' => 'string', + ), + 'swoole\\http\\client::close' => + array ( + 0 => 'void', + ), + 'swoole\\http\\client::download' => + array ( + 0 => 'void', + 'path' => 'string', + 'file' => 'string', + 'callback' => 'callable', + 'offset=' => 'int', + ), + 'swoole\\http\\client::execute' => + array ( + 0 => 'void', + 'path' => 'string', + 'callback' => 'string', + ), + 'swoole\\http\\client::get' => + array ( + 0 => 'void', + 'path' => 'string', + 'callback' => 'callable', + ), + 'swoole\\http\\client::isconnected' => + array ( + 0 => 'bool', + ), + 'swoole\\http\\client::on' => + array ( + 0 => 'void', + 'event_name' => 'string', + 'callback' => 'callable', + ), + 'swoole\\http\\client::post' => + array ( + 0 => 'void', + 'path' => 'string', + 'data' => 'string', + 'callback' => 'callable', + ), + 'swoole\\http\\client::push' => + array ( + 0 => 'void', + 'data' => 'string', + 'opcode=' => 'string', + 'finish=' => 'string', + ), + 'swoole\\http\\client::set' => + array ( + 0 => 'void', + 'settings' => 'array', + ), + 'swoole\\http\\client::setcookies' => + array ( + 0 => 'void', + 'cookies' => 'array', + ), + 'swoole\\http\\client::setdata' => + array ( + 0 => 'ReturnType', + 'data' => 'string', + ), + 'swoole\\http\\client::setheaders' => + array ( + 0 => 'void', + 'headers' => 'array', + ), + 'swoole\\http\\client::setmethod' => + array ( + 0 => 'void', + 'method' => 'string', + ), + 'swoole\\http\\client::upgrade' => + array ( + 0 => 'void', + 'path' => 'string', + 'callback' => 'string', + ), + 'swoole\\http\\request::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\http\\request::rawcontent' => + array ( + 0 => 'string', + ), + 'swoole\\http\\response::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\http\\response::cookie' => + array ( + 0 => 'string', + 'name' => 'string', + 'value=' => 'string', + 'expires=' => 'string', + 'path=' => 'string', + 'domain=' => 'string', + 'secure=' => 'string', + 'httponly=' => 'string', + ), + 'swoole\\http\\response::end' => + array ( + 0 => 'void', + 'content=' => 'string', + ), + 'swoole\\http\\response::gzip' => + array ( + 0 => 'ReturnType', + 'compress_level=' => 'string', + ), + 'swoole\\http\\response::header' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'string', + 'ucwords=' => 'string', + ), + 'swoole\\http\\response::initheader' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\http\\response::rawcookie' => + array ( + 0 => 'ReturnType', + 'name' => 'string', + 'value=' => 'string', + 'expires=' => 'string', + 'path=' => 'string', + 'domain=' => 'string', + 'secure=' => 'string', + 'httponly=' => 'string', + ), + 'swoole\\http\\response::sendfile' => + array ( + 0 => 'ReturnType', + 'filename' => 'string', + 'offset=' => 'int', + ), + 'swoole\\http\\response::status' => + array ( + 0 => 'ReturnType', + 'http_code' => 'string', + ), + 'swoole\\http\\response::write' => + array ( + 0 => 'void', + 'content' => 'string', + ), + 'swoole\\http\\server::on' => + array ( + 0 => 'void', + 'event_name' => 'string', + 'callback' => 'callable', + ), + 'swoole\\http\\server::start' => + array ( + 0 => 'void', + ), + 'swoole\\lock::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\lock::lock' => + array ( + 0 => 'void', + ), + 'swoole\\lock::lock_read' => + array ( + 0 => 'void', + ), + 'swoole\\lock::trylock' => + array ( + 0 => 'void', + ), + 'swoole\\lock::trylock_read' => + array ( + 0 => 'void', + ), + 'swoole\\lock::unlock' => + array ( + 0 => 'void', + ), + 'swoole\\mmap::open' => + array ( + 0 => 'ReturnType', + 'filename' => 'string', + 'size=' => 'string', + 'offset=' => 'string', + ), + 'swoole\\mysql::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\mysql::close' => + array ( + 0 => 'void', + ), + 'swoole\\mysql::connect' => + array ( + 0 => 'void', + 'server_config' => 'array', + 'callback' => 'callable', + ), + 'swoole\\mysql::getbuffer' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\mysql::on' => + array ( + 0 => 'void', + 'event_name' => 'string', + 'callback' => 'callable', + ), + 'swoole\\mysql::query' => + array ( + 0 => 'ReturnType', + 'sql' => 'string', + 'callback' => 'callable', + ), + 'swoole\\process::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\process::alarm' => + array ( + 0 => 'void', + 'interval_usec' => 'int', + ), + 'swoole\\process::close' => + array ( + 0 => 'void', + ), + 'swoole\\process::daemon' => + array ( + 0 => 'void', + 'nochdir=' => 'bool', + 'noclose=' => 'bool', + ), + 'swoole\\process::exec' => + array ( + 0 => 'ReturnType', + 'exec_file' => 'string', + 'args' => 'string', + ), + 'swoole\\process::exit' => + array ( + 0 => 'void', + 'exit_code=' => 'string', + ), + 'swoole\\process::freequeue' => + array ( + 0 => 'void', + ), + 'swoole\\process::kill' => + array ( + 0 => 'void', + 'pid' => 'int', + 'signal_no=' => 'string', + ), + 'swoole\\process::name' => + array ( + 0 => 'void', + 'process_name' => 'string', + ), + 'swoole\\process::pop' => + array ( + 0 => 'mixed', + 'maxsize=' => 'int', + ), + 'swoole\\process::push' => + array ( + 0 => 'bool', + 'data' => 'string', + ), + 'swoole\\process::read' => + array ( + 0 => 'string', + 'maxsize=' => 'int', + ), + 'swoole\\process::signal' => + array ( + 0 => 'void', + 'signal_no' => 'string', + 'callback' => 'callable', + ), + 'swoole\\process::start' => + array ( + 0 => 'void', + ), + 'swoole\\process::statqueue' => + array ( + 0 => 'array', + ), + 'swoole\\process::usequeue' => + array ( + 0 => 'bool', + 'key' => 'int', + 'mode=' => 'int', + ), + 'swoole\\process::wait' => + array ( + 0 => 'array', + 'blocking=' => 'bool', + ), + 'swoole\\process::write' => + array ( + 0 => 'int', + 'data' => 'string', + ), + 'swoole\\redis\\server::format' => + array ( + 0 => 'ReturnType', + 'type' => 'string', + 'value=' => 'string', + ), + 'swoole\\redis\\server::sethandler' => + array ( + 0 => 'ReturnType', + 'command' => 'string', + 'callback' => 'string', + 'number_of_string_param=' => 'string', + 'type_of_array_param=' => 'string', + ), + 'swoole\\redis\\server::start' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\serialize::pack' => + array ( + 0 => 'ReturnType', + 'data' => 'string', + 'is_fast=' => 'int', + ), + 'swoole\\serialize::unpack' => + array ( + 0 => 'ReturnType', + 'data' => 'string', + 'args=' => 'string', + ), + 'swoole\\server::addlistener' => + array ( + 0 => 'void', + 'host' => 'string', + 'port' => 'int', + 'socket_type' => 'string', + ), + 'swoole\\server::addprocess' => + array ( + 0 => 'bool', + 'process' => 'swoole_process', + ), + 'swoole\\server::after' => + array ( + 0 => 'ReturnType', + 'after_time_ms' => 'int', + 'callback' => 'callable', + 'param=' => 'string', + ), + 'swoole\\server::bind' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'uid' => 'int', + ), + 'swoole\\server::close' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'reset=' => 'bool', + ), + 'swoole\\server::confirm' => + array ( + 0 => 'bool', + 'fd' => 'int', + ), + 'swoole\\server::connection_info' => + array ( + 0 => 'array', + 'fd' => 'int', + 'reactor_id=' => 'int', + ), + 'swoole\\server::connection_list' => + array ( + 0 => 'array', + 'start_fd' => 'int', + 'pagesize=' => 'int', + ), + 'swoole\\server::defer' => + array ( + 0 => 'void', + 'callback' => 'callable', + ), + 'swoole\\server::exist' => + array ( + 0 => 'bool', + 'fd' => 'int', + ), + 'swoole\\server::finish' => + array ( + 0 => 'void', + 'data' => 'string', + ), + 'swoole\\server::getclientinfo' => + array ( + 0 => 'ReturnType', + 'fd' => 'int', + 'reactor_id=' => 'int', + ), + 'swoole\\server::getclientlist' => + array ( + 0 => 'array', + 'start_fd' => 'int', + 'pagesize=' => 'int', + ), + 'swoole\\server::getlasterror' => + array ( + 0 => 'int', + ), + 'swoole\\server::heartbeat' => + array ( + 0 => 'mixed', + 'if_close_connection' => 'bool', + ), + 'swoole\\server::listen' => + array ( + 0 => 'bool', + 'host' => 'string', + 'port' => 'int', + 'socket_type' => 'string', + ), + 'swoole\\server::on' => + array ( + 0 => 'void', + 'event_name' => 'string', + 'callback' => 'callable', + ), + 'swoole\\server::pause' => + array ( + 0 => 'void', + 'fd' => 'int', + ), + 'swoole\\server::protect' => + array ( + 0 => 'void', + 'fd' => 'int', + 'is_protected=' => 'bool', + ), + 'swoole\\server::reload' => + array ( + 0 => 'bool', + ), + 'swoole\\server::resume' => + array ( + 0 => 'void', + 'fd' => 'int', + ), + 'swoole\\server::send' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'data' => 'string', + 'reactor_id=' => 'int', + ), + 'swoole\\server::sendfile' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'filename' => 'string', + 'offset=' => 'int', + ), + 'swoole\\server::sendmessage' => + array ( + 0 => 'bool', + 'worker_id' => 'int', + 'data' => 'string', + ), + 'swoole\\server::sendto' => + array ( + 0 => 'bool', + 'ip' => 'string', + 'port' => 'int', + 'data' => 'string', + 'server_socket=' => 'string', + ), + 'swoole\\server::sendwait' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'data' => 'string', + ), + 'swoole\\server::set' => + array ( + 0 => 'ReturnType', + 'settings' => 'array', + ), + 'swoole\\server::shutdown' => + array ( + 0 => 'void', + ), + 'swoole\\server::start' => + array ( + 0 => 'void', + ), + 'swoole\\server::stats' => + array ( + 0 => 'array', + ), + 'swoole\\server::stop' => + array ( + 0 => 'bool', + 'worker_id=' => 'int', + ), + 'swoole\\server::task' => + array ( + 0 => 'mixed', + 'data' => 'string', + 'dst_worker_id=' => 'int', + 'callback=' => 'callable', + ), + 'swoole\\server::taskwait' => + array ( + 0 => 'void', + 'data' => 'string', + 'timeout=' => 'float', + 'worker_id=' => 'int', + ), + 'swoole\\server::taskwaitmulti' => + array ( + 0 => 'void', + 'tasks' => 'array', + 'timeout_ms=' => 'float', + ), + 'swoole\\server::tick' => + array ( + 0 => 'void', + 'interval_ms' => 'int', + 'callback' => 'callable', + ), + 'swoole\\server\\port::__destruct' => + array ( + 0 => 'void', + ), + 'swoole\\server\\port::on' => + array ( + 0 => 'ReturnType', + 'event_name' => 'string', + 'callback' => 'callable', + ), + 'swoole\\server\\port::set' => + array ( + 0 => 'void', + 'settings' => 'array', + ), + 'swoole\\table::column' => + array ( + 0 => 'ReturnType', + 'name' => 'string', + 'type' => 'string', + 'size=' => 'int', + ), + 'swoole\\table::count' => + array ( + 0 => 'int', + ), + 'swoole\\table::create' => + array ( + 0 => 'void', + ), + 'swoole\\table::current' => + array ( + 0 => 'array', + ), + 'swoole\\table::decr' => + array ( + 0 => 'ReturnType', + 'key' => 'string', + 'column' => 'string', + 'decrby=' => 'int', + ), + 'swoole\\table::del' => + array ( + 0 => 'void', + 'key' => 'string', + ), + 'swoole\\table::destroy' => + array ( + 0 => 'void', + ), + 'swoole\\table::exist' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'swoole\\table::get' => + array ( + 0 => 'int', + 'row_key' => 'string', + 'column_key' => 'string', + ), + 'swoole\\table::incr' => + array ( + 0 => 'void', + 'key' => 'string', + 'column' => 'string', + 'incrby=' => 'int', + ), + 'swoole\\table::key' => + array ( + 0 => 'string', + ), + 'swoole\\table::next' => + array ( + 0 => 'ReturnType', + ), + 'swoole\\table::rewind' => + array ( + 0 => 'void', + ), + 'swoole\\table::set' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'array', + ), + 'swoole\\table::valid' => + array ( + 0 => 'bool', + ), + 'swoole\\timer::after' => + array ( + 0 => 'void', + 'after_time_ms' => 'int', + 'callback' => 'callable', + ), + 'swoole\\timer::clear' => + array ( + 0 => 'void', + 'timer_id' => 'int', + ), + 'swoole\\timer::exists' => + array ( + 0 => 'bool', + 'timer_id' => 'int', + ), + 'swoole\\timer::tick' => + array ( + 0 => 'void', + 'interval_ms' => 'int', + 'callback' => 'callable', + 'param=' => 'string', + ), + 'swoole\\websocket\\server::exist' => + array ( + 0 => 'bool', + 'fd' => 'int', + ), + 'swoole\\websocket\\server::on' => + array ( + 0 => 'ReturnType', + 'event_name' => 'string', + 'callback' => 'callable', + ), + 'swoole\\websocket\\server::pack' => + array ( + 0 => 'binary', + 'data' => 'string', + 'opcode=' => 'string', + 'finish=' => 'string', + 'mask=' => 'string', + ), + 'swoole\\websocket\\server::push' => + array ( + 0 => 'void', + 'fd' => 'string', + 'data' => 'string', + 'opcode=' => 'string', + 'finish=' => 'string', + ), + 'swoole\\websocket\\server::unpack' => + array ( + 0 => 'string', + 'data' => 'binary', + ), + 'swoole_async_dns_lookup' => + array ( + 0 => 'bool', + 'hostname' => 'string', + 'callback' => 'callable', + ), + 'swoole_async_read' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'callback' => 'callable', + 'chunk_size=' => 'int', + 'offset=' => 'int', + ), + 'swoole_async_readfile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'callback' => 'string', + ), + 'swoole_async_set' => + array ( + 0 => 'void', + 'settings' => 'array', + ), + 'swoole_async_write' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'content' => 'string', + 'offset=' => 'int', + 'callback=' => 'callable', + ), + 'swoole_async_writefile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'content' => 'string', + 'callback=' => 'callable', + 'flags=' => 'int', + ), + 'swoole_client_select' => + array ( + 0 => 'int', + 'read_array' => 'array', + 'write_array' => 'array', + 'error_array' => 'array', + 'timeout=' => 'float', + ), + 'swoole_cpu_num' => + array ( + 0 => 'int', + ), + 'swoole_errno' => + array ( + 0 => 'int', + ), + 'swoole_event_add' => + array ( + 0 => 'int', + 'fd' => 'int', + 'read_callback=' => 'callable', + 'write_callback=' => 'callable', + 'events=' => 'int', + ), + 'swoole_event_defer' => + array ( + 0 => 'bool', + 'callback' => 'callable', + ), + 'swoole_event_del' => + array ( + 0 => 'bool', + 'fd' => 'int', + ), + 'swoole_event_exit' => + array ( + 0 => 'void', + ), + 'swoole_event_set' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'read_callback=' => 'callable', + 'write_callback=' => 'callable', + 'events=' => 'int', + ), + 'swoole_event_wait' => + array ( + 0 => 'void', + ), + 'swoole_event_write' => + array ( + 0 => 'bool', + 'fd' => 'int', + 'data' => 'string', + ), + 'swoole_get_local_ip' => + array ( + 0 => 'array', + ), + 'swoole_last_error' => + array ( + 0 => 'int', + ), + 'swoole_load_module' => + array ( + 0 => 'mixed', + 'filename' => 'string', + ), + 'swoole_select' => + array ( + 0 => 'int', + 'read_array' => 'array', + 'write_array' => 'array', + 'error_array' => 'array', + 'timeout=' => 'float', + ), + 'swoole_set_process_name' => + array ( + 0 => 'void', + 'process_name' => 'string', + 'size=' => 'int', + ), + 'swoole_strerror' => + array ( + 0 => 'string', + 'errno' => 'int', + 'error_type=' => 'int', + ), + 'swoole_timer_after' => + array ( + 0 => 'int', + 'ms' => 'int', + 'callback' => 'callable', + 'param=' => 'mixed', + ), + 'swoole_timer_exists' => + array ( + 0 => 'bool', + 'timer_id' => 'int', + ), + 'swoole_timer_tick' => + array ( + 0 => 'int', + 'ms' => 'int', + 'callback' => 'callable', + 'param=' => 'mixed', + ), + 'swoole_version' => + array ( + 0 => 'string', + ), + 'symbolobj::__construct' => + array ( + 0 => 'void', + 'map' => 'mapObj', + 'symbolname' => 'string', + ), + 'symbolobj::free' => + array ( + 0 => 'void', + ), + 'symbolobj::getpatternarray' => + array ( + 0 => 'array', + ), + 'symbolobj::getpointsarray' => + array ( + 0 => 'array', + ), + 'symbolobj::ms_newsymbolobj' => + array ( + 0 => 'int', + 'map' => 'mapObj', + 'symbolname' => 'string', + ), + 'symbolobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'symbolobj::setimagepath' => + array ( + 0 => 'int', + 'filename' => 'string', + ), + 'symbolobj::setpattern' => + array ( + 0 => 'int', + 'int' => 'array', + ), + 'symbolobj::setpoints' => + array ( + 0 => 'int', + 'double' => 'array', + ), + 'syncevent::__construct' => + array ( + 0 => 'void', + 'name=' => 'string', + 'manual=' => 'bool', + ), + 'syncevent::fire' => + array ( + 0 => 'bool', + ), + 'syncevent::reset' => + array ( + 0 => 'bool', + ), + 'syncevent::wait' => + array ( + 0 => 'bool', + 'wait=' => 'int', + ), + 'syncmutex::__construct' => + array ( + 0 => 'void', + 'name=' => 'string', + ), + 'syncmutex::lock' => + array ( + 0 => 'bool', + 'wait=' => 'int', + ), + 'syncmutex::unlock' => + array ( + 0 => 'bool', + 'all=' => 'bool', + ), + 'syncreaderwriter::__construct' => + array ( + 0 => 'void', + 'name=' => 'string', + 'autounlock=' => 'bool', + ), + 'syncreaderwriter::readlock' => + array ( + 0 => 'bool', + 'wait=' => 'int', + ), + 'syncreaderwriter::readunlock' => + array ( + 0 => 'bool', + ), + 'syncreaderwriter::writelock' => + array ( + 0 => 'bool', + 'wait=' => 'int', + ), + 'syncreaderwriter::writeunlock' => + array ( + 0 => 'bool', + ), + 'syncsemaphore::__construct' => + array ( + 0 => 'void', + 'name=' => 'string', + 'initialval=' => 'int', + 'autounlock=' => 'bool', + ), + 'syncsemaphore::lock' => + array ( + 0 => 'bool', + 'wait=' => 'int', + ), + 'syncsemaphore::unlock' => + array ( + 0 => 'bool', + '&w_prevcount=' => 'int', + ), + 'syncsharedmemory::__construct' => + array ( + 0 => 'void', + 'name' => 'string', + 'size' => 'int', + ), + 'syncsharedmemory::first' => + array ( + 0 => 'bool', + ), + 'syncsharedmemory::read' => + array ( + 0 => 'string', + 'start=' => 'int', + 'length=' => 'int', + ), + 'syncsharedmemory::size' => + array ( + 0 => 'int', + ), + 'syncsharedmemory::write' => + array ( + 0 => 'int', + 'string=' => 'string', + 'start=' => 'int', + ), + 'taint' => + array ( + 0 => 'bool', + '&rw_string' => 'string', + '&...w_other_strings=' => 'string', + ), + 'tcpwrap_check' => + array ( + 0 => 'bool', + 'daemon' => 'string', + 'address' => 'string', + 'user=' => 'string', + 'nodns=' => 'bool', + ), + 'textdomain' => + array ( + 0 => 'string', + 'domain' => 'null|string', + ), + 'thread::__construct' => + array ( + 0 => 'void', + ), + 'thread::addref' => + array ( + 0 => 'void', + ), + 'thread::chunk' => + array ( + 0 => 'array', + 'size' => 'int', + 'preserve' => 'bool', + ), + 'thread::count' => + array ( + 0 => 'int', + ), + 'thread::delref' => + array ( + 0 => 'void', + ), + 'thread::detach' => + array ( + 0 => 'void', + ), + 'thread::extend' => + array ( + 0 => 'bool', + 'class' => 'string', + ), + 'thread::getcreatorid' => + array ( + 0 => 'int', + ), + 'thread::getcurrentthread' => + array ( + 0 => 'Thread', + ), + 'thread::getcurrentthreadid' => + array ( + 0 => 'int', + ), + 'thread::getrefcount' => + array ( + 0 => 'int', + ), + 'thread::getterminationinfo' => + array ( + 0 => 'array', + ), + 'thread::getthreadid' => + array ( + 0 => 'int', + ), + 'thread::globally' => + array ( + 0 => 'mixed', + ), + 'thread::isgarbage' => + array ( + 0 => 'bool', + ), + 'thread::isjoined' => + array ( + 0 => 'bool', + ), + 'thread::isrunning' => + array ( + 0 => 'bool', + ), + 'thread::isstarted' => + array ( + 0 => 'bool', + ), + 'thread::isterminated' => + array ( + 0 => 'bool', + ), + 'thread::iswaiting' => + array ( + 0 => 'bool', + ), + 'thread::join' => + array ( + 0 => 'bool', + ), + 'thread::kill' => + array ( + 0 => 'void', + ), + 'thread::lock' => + array ( + 0 => 'bool', + ), + 'thread::merge' => + array ( + 0 => 'bool', + 'from' => 'mixed', + 'overwrite=' => 'mixed', + ), + 'thread::notify' => + array ( + 0 => 'bool', + ), + 'thread::notifyone' => + array ( + 0 => 'bool', + ), + 'thread::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'thread::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'int|string', + ), + 'thread::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'thread::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'thread::pop' => + array ( + 0 => 'bool', + ), + 'thread::run' => + array ( + 0 => 'void', + ), + 'thread::setgarbage' => + array ( + 0 => 'void', + ), + 'thread::shift' => + array ( + 0 => 'bool', + ), + 'thread::start' => + array ( + 0 => 'bool', + 'options=' => 'int', + ), + 'thread::synchronized' => + array ( + 0 => 'mixed', + 'block' => 'Closure', + '_=' => 'mixed', + ), + 'thread::unlock' => + array ( + 0 => 'bool', + ), + 'thread::wait' => + array ( + 0 => 'bool', + 'timeout=' => 'int', + ), + 'threaded::__construct' => + array ( + 0 => 'void', + ), + 'threaded::addref' => + array ( + 0 => 'void', + ), + 'threaded::chunk' => + array ( + 0 => 'array', + 'size' => 'int', + 'preserve' => 'bool', + ), + 'threaded::count' => + array ( + 0 => 'int', + ), + 'threaded::delref' => + array ( + 0 => 'void', + ), + 'threaded::extend' => + array ( + 0 => 'bool', + 'class' => 'string', + ), + 'threaded::from' => + array ( + 0 => 'Threaded', + 'run' => 'Closure', + 'construct=' => 'Closure', + 'args=' => 'array', + ), + 'threaded::getrefcount' => + array ( + 0 => 'int', + ), + 'threaded::getterminationinfo' => + array ( + 0 => 'array', + ), + 'threaded::isgarbage' => + array ( + 0 => 'bool', + ), + 'threaded::isrunning' => + array ( + 0 => 'bool', + ), + 'threaded::isterminated' => + array ( + 0 => 'bool', + ), + 'threaded::iswaiting' => + array ( + 0 => 'bool', + ), + 'threaded::lock' => + array ( + 0 => 'bool', + ), + 'threaded::merge' => + array ( + 0 => 'bool', + 'from' => 'mixed', + 'overwrite=' => 'bool', + ), + 'threaded::notify' => + array ( + 0 => 'bool', + ), + 'threaded::notifyone' => + array ( + 0 => 'bool', + ), + 'threaded::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'threaded::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'int|string', + ), + 'threaded::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'threaded::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'threaded::pop' => + array ( + 0 => 'bool', + ), + 'threaded::run' => + array ( + 0 => 'void', + ), + 'threaded::setgarbage' => + array ( + 0 => 'void', + ), + 'threaded::shift' => + array ( + 0 => 'mixed', + ), + 'threaded::synchronized' => + array ( + 0 => 'mixed', + 'block' => 'Closure', + '...args=' => 'mixed', + ), + 'threaded::unlock' => + array ( + 0 => 'bool', + ), + 'threaded::wait' => + array ( + 0 => 'bool', + 'timeout=' => 'int', + ), + 'throwable::__tostring' => + array ( + 0 => 'string', + ), + 'throwable::getcode' => + array ( + 0 => 'int|string', + ), + 'throwable::getfile' => + array ( + 0 => 'string', + ), + 'throwable::getline' => + array ( + 0 => 'int', + ), + 'throwable::getmessage' => + array ( + 0 => 'string', + ), + 'throwable::getprevious' => + array ( + 0 => 'Throwable|null', + ), + 'throwable::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'throwable::gettraceasstring' => + array ( + 0 => 'string', + ), + 'tidy::__construct' => + array ( + 0 => 'void', + 'filename=' => 'null|string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + 'useIncludePath=' => 'bool', + ), + 'tidy::body' => + array ( + 0 => 'null|tidyNode', + ), + 'tidy::cleanrepair' => + array ( + 0 => 'bool', + ), + 'tidy::diagnose' => + array ( + 0 => 'bool', + ), + 'tidy::getconfig' => + array ( + 0 => 'array', + ), + 'tidy::gethtmlver' => + array ( + 0 => 'int', + ), + 'tidy::getopt' => + array ( + 0 => 'bool|int|string', + 'option' => 'string', + ), + 'tidy::getoptdoc' => + array ( + 0 => 'string', + 'option' => 'string', + ), + 'tidy::getrelease' => + array ( + 0 => 'string', + ), + 'tidy::getstatus' => + array ( + 0 => 'int', + ), + 'tidy::head' => + array ( + 0 => 'null|tidyNode', + ), + 'tidy::html' => + array ( + 0 => 'null|tidyNode', + ), + 'tidy::isxhtml' => + array ( + 0 => 'bool', + ), + 'tidy::isxml' => + array ( + 0 => 'bool', + ), + 'tidy::parsefile' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + 'useIncludePath=' => 'bool', + ), + 'tidy::parsestring' => + array ( + 0 => 'bool', + 'string' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + ), + 'tidy::repairfile' => + array ( + 0 => 'string', + 'filename' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + 'useIncludePath=' => 'bool', + ), + 'tidy::repairstring' => + array ( + 0 => 'string', + 'string' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + ), + 'tidy::root' => + array ( + 0 => 'null|tidyNode', + ), + 'tidy_access_count' => + array ( + 0 => 'int', + 'tidy' => 'tidy', + ), + 'tidy_clean_repair' => + array ( + 0 => 'bool', + 'tidy' => 'tidy', + ), + 'tidy_config_count' => + array ( + 0 => 'int', + 'tidy' => 'tidy', + ), + 'tidy_diagnose' => + array ( + 0 => 'bool', + 'tidy' => 'tidy', + ), + 'tidy_error_count' => + array ( + 0 => 'int', + 'tidy' => 'tidy', + ), + 'tidy_get_body' => + array ( + 0 => 'null|tidyNode', + 'tidy' => 'tidy', + ), + 'tidy_get_config' => + array ( + 0 => 'array', + 'tidy' => 'tidy', + ), + 'tidy_get_error_buffer' => + array ( + 0 => 'string', + 'tidy' => 'tidy', + ), + 'tidy_get_head' => + array ( + 0 => 'null|tidyNode', + 'tidy' => 'tidy', + ), + 'tidy_get_html' => + array ( + 0 => 'null|tidyNode', + 'tidy' => 'tidy', + ), + 'tidy_get_html_ver' => + array ( + 0 => 'int', + 'tidy' => 'tidy', + ), + 'tidy_get_opt_doc' => + array ( + 0 => 'string', + 'tidy' => 'tidy', + 'option' => 'string', + ), + 'tidy_get_output' => + array ( + 0 => 'string', + 'tidy' => 'tidy', + ), + 'tidy_get_release' => + array ( + 0 => 'string', + ), + 'tidy_get_root' => + array ( + 0 => 'null|tidyNode', + 'tidy' => 'tidy', + ), + 'tidy_get_status' => + array ( + 0 => 'int', + 'tidy' => 'tidy', + ), + 'tidy_getopt' => + array ( + 0 => 'bool|int|string', + 'tidy' => 'tidy', + 'option' => 'string', + ), + 'tidy_is_xhtml' => + array ( + 0 => 'bool', + 'tidy' => 'tidy', + ), + 'tidy_is_xml' => + array ( + 0 => 'bool', + 'tidy' => 'tidy', + ), + 'tidy_load_config' => + array ( + 0 => 'void', + 'filename' => 'string', + 'encoding' => 'string', + ), + 'tidy_parse_file' => + array ( + 0 => 'tidy', + 'filename' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + 'useIncludePath=' => 'bool', + ), + 'tidy_parse_string' => + array ( + 0 => 'tidy', + 'string' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + ), + 'tidy_repair_file' => + array ( + 0 => 'string', + 'filename' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + 'useIncludePath=' => 'bool', + ), + 'tidy_repair_string' => + array ( + 0 => 'string', + 'string' => 'string', + 'config=' => 'array|null|string', + 'encoding=' => 'null|string', + ), + 'tidy_reset_config' => + array ( + 0 => 'bool', + ), + 'tidy_save_config' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'tidy_set_encoding' => + array ( + 0 => 'bool', + 'encoding' => 'string', + ), + 'tidy_setopt' => + array ( + 0 => 'bool', + 'option' => 'string', + 'value' => 'mixed', + ), + 'tidy_warning_count' => + array ( + 0 => 'int', + 'tidy' => 'tidy', + ), + 'tidynode::__construct' => + array ( + 0 => 'void', + ), + 'tidynode::getparent' => + array ( + 0 => 'null|tidyNode', + ), + 'tidynode::haschildren' => + array ( + 0 => 'bool', + ), + 'tidynode::hassiblings' => + array ( + 0 => 'bool', + ), + 'tidynode::isasp' => + array ( + 0 => 'bool', + ), + 'tidynode::iscomment' => + array ( + 0 => 'bool', + ), + 'tidynode::ishtml' => + array ( + 0 => 'bool', + ), + 'tidynode::isjste' => + array ( + 0 => 'bool', + ), + 'tidynode::isphp' => + array ( + 0 => 'bool', + ), + 'tidynode::istext' => + array ( + 0 => 'bool', + ), + 'tokyotyrant::__construct' => + array ( + 0 => 'void', + 'host=' => 'string', + 'port=' => 'int', + 'options=' => 'array', + ), + 'tokyotyrant::add' => + array ( + 0 => 'float|int', + 'key' => 'string', + 'increment' => 'float', + 'type=' => 'int', + ), + 'tokyotyrant::connect' => + array ( + 0 => 'TokyoTyrant', + 'host' => 'string', + 'port=' => 'int', + 'options=' => 'array', + ), + 'tokyotyrant::connecturi' => + array ( + 0 => 'TokyoTyrant', + 'uri' => 'string', + ), + 'tokyotyrant::copy' => + array ( + 0 => 'TokyoTyrant', + 'path' => 'string', + ), + 'tokyotyrant::ext' => + array ( + 0 => 'string', + 'name' => 'string', + 'options' => 'int', + 'key' => 'string', + 'value' => 'string', + ), + 'tokyotyrant::fwmkeys' => + array ( + 0 => 'array', + 'prefix' => 'string', + 'max_recs' => 'int', + ), + 'tokyotyrant::get' => + array ( + 0 => 'array', + 'keys' => 'mixed', + ), + 'tokyotyrant::getiterator' => + array ( + 0 => 'TokyoTyrantIterator', + ), + 'tokyotyrant::num' => + array ( + 0 => 'int', + ), + 'tokyotyrant::out' => + array ( + 0 => 'string', + 'keys' => 'mixed', + ), + 'tokyotyrant::put' => + array ( + 0 => 'TokyoTyrant', + 'keys' => 'mixed', + 'value=' => 'string', + ), + 'tokyotyrant::putcat' => + array ( + 0 => 'TokyoTyrant', + 'keys' => 'mixed', + 'value=' => 'string', + ), + 'tokyotyrant::putkeep' => + array ( + 0 => 'TokyoTyrant', + 'keys' => 'mixed', + 'value=' => 'string', + ), + 'tokyotyrant::putnr' => + array ( + 0 => 'TokyoTyrant', + 'keys' => 'mixed', + 'value=' => 'string', + ), + 'tokyotyrant::putshl' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'value' => 'string', + 'width' => 'int', + ), + 'tokyotyrant::restore' => + array ( + 0 => 'mixed', + 'log_dir' => 'string', + 'timestamp' => 'int', + 'check_consistency=' => 'bool', + ), + 'tokyotyrant::setmaster' => + array ( + 0 => 'mixed', + 'host' => 'string', + 'port' => 'int', + 'timestamp' => 'int', + 'check_consistency=' => 'bool', + ), + 'tokyotyrant::size' => + array ( + 0 => 'int', + 'key' => 'string', + ), + 'tokyotyrant::stat' => + array ( + 0 => 'array', + ), + 'tokyotyrant::sync' => + array ( + 0 => 'mixed', + ), + 'tokyotyrant::tune' => + array ( + 0 => 'TokyoTyrant', + 'timeout' => 'float', + 'options=' => 'int', + ), + 'tokyotyrant::vanish' => + array ( + 0 => 'mixed', + ), + 'tokyotyrantiterator::__construct' => + array ( + 0 => 'void', + 'object' => 'mixed', + ), + 'tokyotyrantiterator::current' => + array ( + 0 => 'mixed', + ), + 'tokyotyrantiterator::key' => + array ( + 0 => 'mixed', + ), + 'tokyotyrantiterator::next' => + array ( + 0 => 'mixed', + ), + 'tokyotyrantiterator::rewind' => + array ( + 0 => 'void', + ), + 'tokyotyrantiterator::valid' => + array ( + 0 => 'bool', + ), + 'tokyotyrantquery::__construct' => + array ( + 0 => 'void', + 'table' => 'TokyoTyrantTable', + ), + 'tokyotyrantquery::addcond' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'op' => 'int', + 'expr' => 'string', + ), + 'tokyotyrantquery::count' => + array ( + 0 => 'int', + ), + 'tokyotyrantquery::current' => + array ( + 0 => 'array', + ), + 'tokyotyrantquery::hint' => + array ( + 0 => 'string', + ), + 'tokyotyrantquery::key' => + array ( + 0 => 'string', + ), + 'tokyotyrantquery::metasearch' => + array ( + 0 => 'array', + 'queries' => 'array', + 'type' => 'int', + ), + 'tokyotyrantquery::next' => + array ( + 0 => 'array', + ), + 'tokyotyrantquery::out' => + array ( + 0 => 'TokyoTyrantQuery', + ), + 'tokyotyrantquery::rewind' => + array ( + 0 => 'bool', + ), + 'tokyotyrantquery::search' => + array ( + 0 => 'array', + ), + 'tokyotyrantquery::setlimit' => + array ( + 0 => 'mixed', + 'max=' => 'int', + 'skip=' => 'int', + ), + 'tokyotyrantquery::setorder' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'type' => 'int', + ), + 'tokyotyrantquery::valid' => + array ( + 0 => 'bool', + ), + 'tokyotyranttable::add' => + array ( + 0 => 'void', + 'key' => 'string', + 'increment' => 'mixed', + 'type=' => 'string', + ), + 'tokyotyranttable::genuid' => + array ( + 0 => 'int', + ), + 'tokyotyranttable::get' => + array ( + 0 => 'array', + 'keys' => 'mixed', + ), + 'tokyotyranttable::getiterator' => + array ( + 0 => 'TokyoTyrantIterator', + ), + 'tokyotyranttable::getquery' => + array ( + 0 => 'TokyoTyrantQuery', + ), + 'tokyotyranttable::out' => + array ( + 0 => 'void', + 'keys' => 'mixed', + ), + 'tokyotyranttable::put' => + array ( + 0 => 'int', + 'key' => 'string', + 'columns' => 'array', + ), + 'tokyotyranttable::putcat' => + array ( + 0 => 'void', + 'key' => 'string', + 'columns' => 'array', + ), + 'tokyotyranttable::putkeep' => + array ( + 0 => 'void', + 'key' => 'string', + 'columns' => 'array', + ), + 'tokyotyranttable::putnr' => + array ( + 0 => 'void', + 'keys' => 'mixed', + 'value=' => 'string', + ), + 'tokyotyranttable::putshl' => + array ( + 0 => 'void', + 'key' => 'string', + 'value' => 'string', + 'width' => 'int', + ), + 'tokyotyranttable::setindex' => + array ( + 0 => 'mixed', + 'column' => 'string', + 'type' => 'int', + ), + 'trader_acos' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ad' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'volume' => 'array', + ), + 'trader_add' => + array ( + 0 => 'array', + 'real0' => 'array', + 'real1' => 'array', + ), + 'trader_adosc' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'volume' => 'array', + 'fastPeriod=' => 'int', + 'slowPeriod=' => 'int', + ), + 'trader_adx' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_adxr' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_apo' => + array ( + 0 => 'array', + 'real' => 'array', + 'fastPeriod=' => 'int', + 'slowPeriod=' => 'int', + 'mAType=' => 'int', + ), + 'trader_aroon' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_aroonosc' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_asin' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_atan' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_atr' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_avgprice' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_bbands' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + 'nbDevUp=' => 'float', + 'nbDevDn=' => 'float', + 'mAType=' => 'int', + ), + 'trader_beta' => + array ( + 0 => 'array', + 'real0' => 'array', + 'real1' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_bop' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cci' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_cdl2crows' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdl3blackcrows' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdl3inside' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdl3linestrike' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdl3outside' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdl3starsinsouth' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdl3whitesoldiers' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlabandonedbaby' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdladvanceblock' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlbelthold' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlbreakaway' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlclosingmarubozu' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlconcealbabyswall' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlcounterattack' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdldarkcloudcover' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdldoji' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdldojistar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdldragonflydoji' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlengulfing' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdleveningdojistar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdleveningstar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdlgapsidesidewhite' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlgravestonedoji' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlhammer' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlhangingman' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlharami' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlharamicross' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlhighwave' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlhikkake' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlhikkakemod' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlhomingpigeon' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlidentical3crows' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlinneck' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlinvertedhammer' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlkicking' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlkickingbylength' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlladderbottom' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdllongleggeddoji' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdllongline' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlmarubozu' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlmatchinglow' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlmathold' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdlmorningdojistar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdlmorningstar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'penetration=' => 'float', + ), + 'trader_cdlonneck' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlpiercing' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlrickshawman' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlrisefall3methods' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlseparatinglines' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlshootingstar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlshortline' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlspinningtop' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlstalledpattern' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlsticksandwich' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdltakuri' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdltasukigap' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlthrusting' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdltristar' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlunique3river' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlupsidegap2crows' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_cdlxsidegap3methods' => + array ( + 0 => 'array', + 'open' => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_ceil' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_cmo' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_correl' => + array ( + 0 => 'array', + 'real0' => 'array', + 'real1' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_cos' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_cosh' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_dema' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_div' => + array ( + 0 => 'array', + 'real0' => 'array', + 'real1' => 'array', + ), + 'trader_dx' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_ema' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_errno' => + array ( + 0 => 'int', + ), + 'trader_exp' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_floor' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_get_compat' => + array ( + 0 => 'int', + ), + 'trader_get_unstable_period' => + array ( + 0 => 'int', + 'functionId' => 'int', + ), + 'trader_ht_dcperiod' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ht_dcphase' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ht_phasor' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ht_sine' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ht_trendline' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ht_trendmode' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_kama' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_linearreg' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_linearreg_angle' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_linearreg_intercept' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_linearreg_slope' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_ln' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_log10' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_ma' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + 'mAType=' => 'int', + ), + 'trader_macd' => + array ( + 0 => 'array', + 'real' => 'array', + 'fastPeriod=' => 'int', + 'slowPeriod=' => 'int', + 'signalPeriod=' => 'int', + ), + 'trader_macdext' => + array ( + 0 => 'array', + 'real' => 'array', + 'fastPeriod=' => 'int', + 'fastMAType=' => 'int', + 'slowPeriod=' => 'int', + 'slowMAType=' => 'int', + 'signalPeriod=' => 'int', + 'signalMAType=' => 'int', + ), + 'trader_macdfix' => + array ( + 0 => 'array', + 'real' => 'array', + 'signalPeriod=' => 'int', + ), + 'trader_mama' => + array ( + 0 => 'array', + 'real' => 'array', + 'fastLimit=' => 'float', + 'slowLimit=' => 'float', + ), + 'trader_mavp' => + array ( + 0 => 'array', + 'real' => 'array', + 'periods' => 'array', + 'minPeriod=' => 'int', + 'maxPeriod=' => 'int', + 'mAType=' => 'int', + ), + 'trader_max' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_maxindex' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_medprice' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + ), + 'trader_mfi' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'volume' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_midpoint' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_midprice' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_min' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_minindex' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_minmax' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_minmaxindex' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_minus_di' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_minus_dm' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_mom' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_mult' => + array ( + 0 => 'array', + 'real0' => 'array', + 'real1' => 'array', + ), + 'trader_natr' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_obv' => + array ( + 0 => 'array', + 'real' => 'array', + 'volume' => 'array', + ), + 'trader_plus_di' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_plus_dm' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_ppo' => + array ( + 0 => 'array', + 'real' => 'array', + 'fastPeriod=' => 'int', + 'slowPeriod=' => 'int', + 'mAType=' => 'int', + ), + 'trader_roc' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_rocp' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_rocr' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_rocr100' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_rsi' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_sar' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'acceleration=' => 'float', + 'maximum=' => 'float', + ), + 'trader_sarext' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'startValue=' => 'float', + 'offsetOnReverse=' => 'float', + 'accelerationInitLong=' => 'float', + 'accelerationLong=' => 'float', + 'accelerationMaxLong=' => 'float', + 'accelerationInitShort=' => 'float', + 'accelerationShort=' => 'float', + 'accelerationMaxShort=' => 'float', + ), + 'trader_set_compat' => + array ( + 0 => 'void', + 'compatId' => 'int', + ), + 'trader_set_unstable_period' => + array ( + 0 => 'void', + 'functionId' => 'int', + 'timePeriod' => 'int', + ), + 'trader_sin' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_sinh' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_sma' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_sqrt' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_stddev' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + 'nbDev=' => 'float', + ), + 'trader_stoch' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'fastK_Period=' => 'int', + 'slowK_Period=' => 'int', + 'slowK_MAType=' => 'int', + 'slowD_Period=' => 'int', + 'slowD_MAType=' => 'int', + ), + 'trader_stochf' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'fastK_Period=' => 'int', + 'fastD_Period=' => 'int', + 'fastD_MAType=' => 'int', + ), + 'trader_stochrsi' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + 'fastK_Period=' => 'int', + 'fastD_Period=' => 'int', + 'fastD_MAType=' => 'int', + ), + 'trader_sub' => + array ( + 0 => 'array', + 'real0' => 'array', + 'real1' => 'array', + ), + 'trader_sum' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_t3' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + 'vFactor=' => 'float', + ), + 'trader_tan' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_tanh' => + array ( + 0 => 'array', + 'real' => 'array', + ), + 'trader_tema' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_trange' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_trima' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_trix' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_tsf' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_typprice' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_ultosc' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod1=' => 'int', + 'timePeriod2=' => 'int', + 'timePeriod3=' => 'int', + ), + 'trader_var' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + 'nbDev=' => 'float', + ), + 'trader_wclprice' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + ), + 'trader_willr' => + array ( + 0 => 'array', + 'high' => 'array', + 'low' => 'array', + 'close' => 'array', + 'timePeriod=' => 'int', + ), + 'trader_wma' => + array ( + 0 => 'array', + 'real' => 'array', + 'timePeriod=' => 'int', + ), + 'udm_add_search_limit' => + array ( + 0 => 'bool', + 'agent' => 'resource', + 'var' => 'int', + 'value' => 'string', + ), + 'udm_alloc_agent' => + array ( + 0 => 'resource', + 'dbaddr' => 'string', + 'dbmode=' => 'string', + ), + 'udm_alloc_agent_array' => + array ( + 0 => 'resource', + 'databases' => 'array', + ), + 'udm_api_version' => + array ( + 0 => 'int', + ), + 'udm_cat_list' => + array ( + 0 => 'array', + 'agent' => 'resource', + 'category' => 'string', + ), + 'udm_cat_path' => + array ( + 0 => 'array', + 'agent' => 'resource', + 'category' => 'string', + ), + 'udm_check_charset' => + array ( + 0 => 'bool', + 'agent' => 'resource', + 'charset' => 'string', + ), + 'udm_check_stored' => + array ( + 0 => 'int', + 'agent' => 'mixed', + 'link' => 'int', + 'doc_id' => 'string', + ), + 'udm_clear_search_limits' => + array ( + 0 => 'bool', + 'agent' => 'resource', + ), + 'udm_close_stored' => + array ( + 0 => 'int', + 'agent' => 'mixed', + 'link' => 'int', + ), + 'udm_crc32' => + array ( + 0 => 'int', + 'agent' => 'resource', + 'string' => 'string', + ), + 'udm_errno' => + array ( + 0 => 'int', + 'agent' => 'resource', + ), + 'udm_error' => + array ( + 0 => 'string', + 'agent' => 'resource', + ), + 'udm_find' => + array ( + 0 => 'resource', + 'agent' => 'resource', + 'query' => 'string', + ), + 'udm_free_agent' => + array ( + 0 => 'int', + 'agent' => 'resource', + ), + 'udm_free_ispell_data' => + array ( + 0 => 'bool', + 'agent' => 'int', + ), + 'udm_free_res' => + array ( + 0 => 'bool', + 'res' => 'resource', + ), + 'udm_get_doc_count' => + array ( + 0 => 'int', + 'agent' => 'resource', + ), + 'udm_get_res_field' => + array ( + 0 => 'string', + 'res' => 'resource', + 'row' => 'int', + 'field' => 'int', + ), + 'udm_get_res_param' => + array ( + 0 => 'string', + 'res' => 'resource', + 'param' => 'int', + ), + 'udm_hash32' => + array ( + 0 => 'int', + 'agent' => 'resource', + 'string' => 'string', + ), + 'udm_load_ispell_data' => + array ( + 0 => 'bool', + 'agent' => 'resource', + 'var' => 'int', + 'val1' => 'string', + 'val2' => 'string', + 'flag' => 'int', + ), + 'udm_open_stored' => + array ( + 0 => 'int', + 'agent' => 'mixed', + 'storedaddr' => 'string', + ), + 'udm_set_agent_param' => + array ( + 0 => 'bool', + 'agent' => 'resource', + 'var' => 'int', + 'val' => 'string', + ), + 'ui\\area::ondraw' => + array ( + 0 => 'mixed', + 'pen' => 'UI\\Draw\\Pen', + 'areaSize' => 'UI\\Size', + 'clipPoint' => 'UI\\Point', + 'clipSize' => 'UI\\Size', + ), + 'ui\\area::onkey' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'ext' => 'int', + 'flags' => 'int', + ), + 'ui\\area::onmouse' => + array ( + 0 => 'mixed', + 'areaPoint' => 'UI\\Point', + 'areaSize' => 'UI\\Size', + 'flags' => 'int', + ), + 'ui\\area::redraw' => + array ( + 0 => 'mixed', + ), + 'ui\\area::scrollto' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'size' => 'UI\\Size', + ), + 'ui\\area::setsize' => + array ( + 0 => 'mixed', + 'size' => 'UI\\Size', + ), + 'ui\\control::destroy' => + array ( + 0 => 'mixed', + ), + 'ui\\control::disable' => + array ( + 0 => 'mixed', + ), + 'ui\\control::enable' => + array ( + 0 => 'mixed', + ), + 'ui\\control::getparent' => + array ( + 0 => 'UI\\Control', + ), + 'ui\\control::gettoplevel' => + array ( + 0 => 'int', + ), + 'ui\\control::hide' => + array ( + 0 => 'mixed', + ), + 'ui\\control::isenabled' => + array ( + 0 => 'bool', + ), + 'ui\\control::isvisible' => + array ( + 0 => 'bool', + ), + 'ui\\control::setparent' => + array ( + 0 => 'mixed', + 'parent' => 'UI\\Control', + ), + 'ui\\control::show' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\box::append' => + array ( + 0 => 'int', + 'control' => 'Control', + 'stretchy=' => 'bool', + ), + 'ui\\controls\\box::delete' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'ui\\controls\\box::getorientation' => + array ( + 0 => 'int', + ), + 'ui\\controls\\box::ispadded' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\box::setpadded' => + array ( + 0 => 'mixed', + 'padded' => 'bool', + ), + 'ui\\controls\\button::gettext' => + array ( + 0 => 'string', + ), + 'ui\\controls\\button::onclick' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\button::settext' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\check::gettext' => + array ( + 0 => 'string', + ), + 'ui\\controls\\check::ischecked' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\check::ontoggle' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\check::setchecked' => + array ( + 0 => 'mixed', + 'checked' => 'bool', + ), + 'ui\\controls\\check::settext' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\colorbutton::getcolor' => + array ( + 0 => 'UI\\Color', + ), + 'ui\\controls\\colorbutton::onchange' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\combo::append' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\combo::getselected' => + array ( + 0 => 'int', + ), + 'ui\\controls\\combo::onselected' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\combo::setselected' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ui\\controls\\editablecombo::append' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\editablecombo::gettext' => + array ( + 0 => 'string', + ), + 'ui\\controls\\editablecombo::onchange' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\editablecombo::settext' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\entry::gettext' => + array ( + 0 => 'string', + ), + 'ui\\controls\\entry::isreadonly' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\entry::onchange' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\entry::setreadonly' => + array ( + 0 => 'mixed', + 'readOnly' => 'bool', + ), + 'ui\\controls\\entry::settext' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\form::append' => + array ( + 0 => 'int', + 'label' => 'string', + 'control' => 'UI\\Control', + 'stretchy=' => 'bool', + ), + 'ui\\controls\\form::delete' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'ui\\controls\\form::ispadded' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\form::setpadded' => + array ( + 0 => 'mixed', + 'padded' => 'bool', + ), + 'ui\\controls\\grid::append' => + array ( + 0 => 'mixed', + 'control' => 'UI\\Control', + 'left' => 'int', + 'top' => 'int', + 'xspan' => 'int', + 'yspan' => 'int', + 'hexpand' => 'bool', + 'halign' => 'int', + 'vexpand' => 'bool', + 'valign' => 'int', + ), + 'ui\\controls\\grid::ispadded' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\grid::setpadded' => + array ( + 0 => 'mixed', + 'padding' => 'bool', + ), + 'ui\\controls\\group::append' => + array ( + 0 => 'mixed', + 'control' => 'UI\\Control', + ), + 'ui\\controls\\group::gettitle' => + array ( + 0 => 'string', + ), + 'ui\\controls\\group::hasmargin' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\group::setmargin' => + array ( + 0 => 'mixed', + 'margin' => 'bool', + ), + 'ui\\controls\\group::settitle' => + array ( + 0 => 'mixed', + 'title' => 'string', + ), + 'ui\\controls\\label::gettext' => + array ( + 0 => 'string', + ), + 'ui\\controls\\label::settext' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\multilineentry::append' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\multilineentry::gettext' => + array ( + 0 => 'string', + ), + 'ui\\controls\\multilineentry::isreadonly' => + array ( + 0 => 'bool', + ), + 'ui\\controls\\multilineentry::onchange' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\multilineentry::setreadonly' => + array ( + 0 => 'mixed', + 'readOnly' => 'bool', + ), + 'ui\\controls\\multilineentry::settext' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\progress::getvalue' => + array ( + 0 => 'int', + ), + 'ui\\controls\\progress::setvalue' => + array ( + 0 => 'mixed', + 'value' => 'int', + ), + 'ui\\controls\\radio::append' => + array ( + 0 => 'mixed', + 'text' => 'string', + ), + 'ui\\controls\\radio::getselected' => + array ( + 0 => 'int', + ), + 'ui\\controls\\radio::onselected' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\radio::setselected' => + array ( + 0 => 'mixed', + 'index' => 'int', + ), + 'ui\\controls\\slider::getvalue' => + array ( + 0 => 'int', + ), + 'ui\\controls\\slider::onchange' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\slider::setvalue' => + array ( + 0 => 'mixed', + 'value' => 'int', + ), + 'ui\\controls\\spin::getvalue' => + array ( + 0 => 'int', + ), + 'ui\\controls\\spin::onchange' => + array ( + 0 => 'mixed', + ), + 'ui\\controls\\spin::setvalue' => + array ( + 0 => 'mixed', + 'value' => 'int', + ), + 'ui\\controls\\tab::append' => + array ( + 0 => 'int', + 'name' => 'string', + 'control' => 'UI\\Control', + ), + 'ui\\controls\\tab::delete' => + array ( + 0 => 'bool', + 'index' => 'int', + ), + 'ui\\controls\\tab::hasmargin' => + array ( + 0 => 'bool', + 'page' => 'int', + ), + 'ui\\controls\\tab::insertat' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'page' => 'int', + 'control' => 'UI\\Control', + ), + 'ui\\controls\\tab::pages' => + array ( + 0 => 'int', + ), + 'ui\\controls\\tab::setmargin' => + array ( + 0 => 'mixed', + 'page' => 'int', + 'margin' => 'bool', + ), + 'ui\\draw\\brush::getcolor' => + array ( + 0 => 'UI\\Draw\\Color', + ), + 'ui\\draw\\brush\\gradient::delstop' => + array ( + 0 => 'int', + 'index' => 'int', + ), + 'ui\\draw\\color::getchannel' => + array ( + 0 => 'float', + 'channel' => 'int', + ), + 'ui\\draw\\color::setchannel' => + array ( + 0 => 'void', + 'channel' => 'int', + 'value' => 'float', + ), + 'ui\\draw\\matrix::invert' => + array ( + 0 => 'mixed', + ), + 'ui\\draw\\matrix::isinvertible' => + array ( + 0 => 'bool', + ), + 'ui\\draw\\matrix::multiply' => + array ( + 0 => 'UI\\Draw\\Matrix', + 'matrix' => 'UI\\Draw\\Matrix', + ), + 'ui\\draw\\matrix::rotate' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'amount' => 'float', + ), + 'ui\\draw\\matrix::scale' => + array ( + 0 => 'mixed', + 'center' => 'UI\\Point', + 'point' => 'UI\\Point', + ), + 'ui\\draw\\matrix::skew' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'amount' => 'UI\\Point', + ), + 'ui\\draw\\matrix::translate' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + ), + 'ui\\draw\\path::addrectangle' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'size' => 'UI\\Size', + ), + 'ui\\draw\\path::arcto' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'radius' => 'float', + 'angle' => 'float', + 'sweep' => 'float', + 'negative' => 'float', + ), + 'ui\\draw\\path::bezierto' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'radius' => 'float', + 'angle' => 'float', + 'sweep' => 'float', + 'negative' => 'float', + ), + 'ui\\draw\\path::closefigure' => + array ( + 0 => 'mixed', + ), + 'ui\\draw\\path::end' => + array ( + 0 => 'mixed', + ), + 'ui\\draw\\path::lineto' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'radius' => 'float', + 'angle' => 'float', + 'sweep' => 'float', + 'negative' => 'float', + ), + 'ui\\draw\\path::newfigure' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + ), + 'ui\\draw\\path::newfigurewitharc' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'radius' => 'float', + 'angle' => 'float', + 'sweep' => 'float', + 'negative' => 'float', + ), + 'ui\\draw\\pen::clip' => + array ( + 0 => 'mixed', + 'path' => 'UI\\Draw\\Path', + ), + 'ui\\draw\\pen::restore' => + array ( + 0 => 'mixed', + ), + 'ui\\draw\\pen::save' => + array ( + 0 => 'mixed', + ), + 'ui\\draw\\pen::transform' => + array ( + 0 => 'mixed', + 'matrix' => 'UI\\Draw\\Matrix', + ), + 'ui\\draw\\pen::write' => + array ( + 0 => 'mixed', + 'point' => 'UI\\Point', + 'layout' => 'UI\\Draw\\Text\\Layout', + ), + 'ui\\draw\\stroke::getcap' => + array ( + 0 => 'int', + ), + 'ui\\draw\\stroke::getjoin' => + array ( + 0 => 'int', + ), + 'ui\\draw\\stroke::getmiterlimit' => + array ( + 0 => 'float', + ), + 'ui\\draw\\stroke::getthickness' => + array ( + 0 => 'float', + ), + 'ui\\draw\\stroke::setcap' => + array ( + 0 => 'mixed', + 'cap' => 'int', + ), + 'ui\\draw\\stroke::setjoin' => + array ( + 0 => 'mixed', + 'join' => 'int', + ), + 'ui\\draw\\stroke::setmiterlimit' => + array ( + 0 => 'mixed', + 'limit' => 'float', + ), + 'ui\\draw\\stroke::setthickness' => + array ( + 0 => 'mixed', + 'thickness' => 'float', + ), + 'ui\\draw\\text\\font::getascent' => + array ( + 0 => 'float', + ), + 'ui\\draw\\text\\font::getdescent' => + array ( + 0 => 'float', + ), + 'ui\\draw\\text\\font::getleading' => + array ( + 0 => 'float', + ), + 'ui\\draw\\text\\font::getunderlineposition' => + array ( + 0 => 'float', + ), + 'ui\\draw\\text\\font::getunderlinethickness' => + array ( + 0 => 'float', + ), + 'ui\\draw\\text\\font\\descriptor::getfamily' => + array ( + 0 => 'string', + ), + 'ui\\draw\\text\\font\\descriptor::getitalic' => + array ( + 0 => 'int', + ), + 'ui\\draw\\text\\font\\descriptor::getsize' => + array ( + 0 => 'float', + ), + 'ui\\draw\\text\\font\\descriptor::getstretch' => + array ( + 0 => 'int', + ), + 'ui\\draw\\text\\font\\descriptor::getweight' => + array ( + 0 => 'int', + ), + 'ui\\draw\\text\\font\\fontfamilies' => + array ( + 0 => 'array', + ), + 'ui\\draw\\text\\layout::setwidth' => + array ( + 0 => 'mixed', + 'width' => 'float', + ), + 'ui\\executor::kill' => + array ( + 0 => 'void', + ), + 'ui\\executor::onexecute' => + array ( + 0 => 'void', + ), + 'ui\\menu::append' => + array ( + 0 => 'UI\\MenuItem', + 'name' => 'string', + 'type=' => 'string', + ), + 'ui\\menu::appendabout' => + array ( + 0 => 'UI\\MenuItem', + 'type=' => 'string', + ), + 'ui\\menu::appendcheck' => + array ( + 0 => 'UI\\MenuItem', + 'name' => 'string', + 'type=' => 'string', + ), + 'ui\\menu::appendpreferences' => + array ( + 0 => 'UI\\MenuItem', + 'type=' => 'string', + ), + 'ui\\menu::appendquit' => + array ( + 0 => 'UI\\MenuItem', + 'type=' => 'string', + ), + 'ui\\menu::appendseparator' => + array ( + 0 => 'mixed', + ), + 'ui\\menuitem::disable' => + array ( + 0 => 'mixed', + ), + 'ui\\menuitem::enable' => + array ( + 0 => 'mixed', + ), + 'ui\\menuitem::ischecked' => + array ( + 0 => 'bool', + ), + 'ui\\menuitem::onclick' => + array ( + 0 => 'mixed', + ), + 'ui\\menuitem::setchecked' => + array ( + 0 => 'mixed', + 'checked' => 'bool', + ), + 'ui\\point::getx' => + array ( + 0 => 'float', + ), + 'ui\\point::gety' => + array ( + 0 => 'float', + ), + 'ui\\point::setx' => + array ( + 0 => 'mixed', + 'point' => 'float', + ), + 'ui\\point::sety' => + array ( + 0 => 'mixed', + 'point' => 'float', + ), + 'ui\\quit' => + array ( + 0 => 'void', + ), + 'ui\\run' => + array ( + 0 => 'void', + 'flags=' => 'int', + ), + 'ui\\size::getheight' => + array ( + 0 => 'float', + ), + 'ui\\size::getwidth' => + array ( + 0 => 'float', + ), + 'ui\\size::setheight' => + array ( + 0 => 'mixed', + 'size' => 'float', + ), + 'ui\\size::setwidth' => + array ( + 0 => 'mixed', + 'size' => 'float', + ), + 'ui\\window::add' => + array ( + 0 => 'mixed', + 'control' => 'UI\\Control', + ), + 'ui\\window::error' => + array ( + 0 => 'mixed', + 'title' => 'string', + 'msg' => 'string', + ), + 'ui\\window::getsize' => + array ( + 0 => 'UI\\Size', + ), + 'ui\\window::gettitle' => + array ( + 0 => 'string', + ), + 'ui\\window::hasborders' => + array ( + 0 => 'bool', + ), + 'ui\\window::hasmargin' => + array ( + 0 => 'bool', + ), + 'ui\\window::isfullscreen' => + array ( + 0 => 'bool', + ), + 'ui\\window::msg' => + array ( + 0 => 'mixed', + 'title' => 'string', + 'msg' => 'string', + ), + 'ui\\window::onclosing' => + array ( + 0 => 'int', + ), + 'ui\\window::open' => + array ( + 0 => 'string', + ), + 'ui\\window::save' => + array ( + 0 => 'string', + ), + 'ui\\window::setborders' => + array ( + 0 => 'mixed', + 'borders' => 'bool', + ), + 'ui\\window::setfullscreen' => + array ( + 0 => 'mixed', + 'full' => 'bool', + ), + 'ui\\window::setmargin' => + array ( + 0 => 'mixed', + 'margin' => 'bool', + ), + 'ui\\window::setsize' => + array ( + 0 => 'mixed', + 'size' => 'UI\\Size', + ), + 'ui\\window::settitle' => + array ( + 0 => 'mixed', + 'title' => 'string', + ), + 'unixtojd' => + array ( + 0 => 'false|int', + 'timestamp=' => 'int|null', + ), + 'unset' => + array ( + 0 => 'void', + 'var=' => 'mixed', + '...args=' => 'mixed', + ), + 'untaint' => + array ( + 0 => 'bool', + '&rw_string' => 'string', + '&...rw_strings=' => 'string', + ), + 'uopz_allow_exit' => + array ( + 0 => 'void', + 'allow' => 'bool', + ), + 'uopz_backup' => + array ( + 0 => 'void', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_backup\'1' => + array ( + 0 => 'void', + 'function' => 'string', + ), + 'uopz_compose' => + array ( + 0 => 'void', + 'name' => 'string', + 'classes' => 'array', + 'methods=' => 'array', + 'properties=' => 'array', + 'flags=' => 'int', + ), + 'uopz_copy' => + array ( + 0 => 'Closure', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_copy\'1' => + array ( + 0 => 'Closure', + 'function' => 'string', + ), + 'uopz_delete' => + array ( + 0 => 'void', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_delete\'1' => + array ( + 0 => 'void', + 'function' => 'string', + ), + 'uopz_extend' => + array ( + 0 => 'bool', + 'class' => 'string', + 'parent' => 'string', + ), + 'uopz_flags' => + array ( + 0 => 'int', + 'class' => 'string', + 'function' => 'string', + 'flags' => 'int', + ), + 'uopz_flags\'1' => + array ( + 0 => 'int', + 'function' => 'string', + 'flags' => 'int', + ), + 'uopz_function' => + array ( + 0 => 'void', + 'class' => 'string', + 'function' => 'string', + 'handler' => 'Closure', + 'modifiers=' => 'int', + ), + 'uopz_function\'1' => + array ( + 0 => 'void', + 'function' => 'string', + 'handler' => 'Closure', + 'modifiers=' => 'int', + ), + 'uopz_get_exit_status' => + array ( + 0 => 'int|null', + ), + 'uopz_get_hook' => + array ( + 0 => 'Closure|null', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_get_hook\'1' => + array ( + 0 => 'Closure|null', + 'function' => 'string', + ), + 'uopz_get_mock' => + array ( + 0 => 'null|object|string', + 'class' => 'string', + ), + 'uopz_get_property' => + array ( + 0 => 'mixed', + 'class' => 'object|string', + 'property' => 'string', + ), + 'uopz_get_return' => + array ( + 0 => 'mixed', + 'class=' => 'class-string', + 'function=' => 'string', + ), + 'uopz_get_static' => + array ( + 0 => 'array|null', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_implement' => + array ( + 0 => 'bool', + 'class' => 'string', + 'interface' => 'string', + ), + 'uopz_overload' => + array ( + 0 => 'void', + 'opcode' => 'int', + 'callable' => 'callable', + ), + 'uopz_redefine' => + array ( + 0 => 'bool', + 'class' => 'string', + 'constant' => 'string', + 'value' => 'mixed', + ), + 'uopz_redefine\'1' => + array ( + 0 => 'bool', + 'constant' => 'string', + 'value' => 'mixed', + ), + 'uopz_rename' => + array ( + 0 => 'void', + 'class' => 'string', + 'function' => 'string', + 'rename' => 'string', + ), + 'uopz_rename\'1' => + array ( + 0 => 'void', + 'function' => 'string', + 'rename' => 'string', + ), + 'uopz_restore' => + array ( + 0 => 'void', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_restore\'1' => + array ( + 0 => 'void', + 'function' => 'string', + ), + 'uopz_set_hook' => + array ( + 0 => 'bool', + 'class' => 'string', + 'function' => 'string', + 'hook' => 'Closure', + ), + 'uopz_set_hook\'1' => + array ( + 0 => 'bool', + 'function' => 'string', + 'hook' => 'Closure', + ), + 'uopz_set_mock' => + array ( + 0 => 'void', + 'class' => 'string', + 'mock' => 'object|string', + ), + 'uopz_set_property' => + array ( + 0 => 'void', + 'class' => 'object|string', + 'property' => 'string', + 'value' => 'mixed', + ), + 'uopz_set_return' => + array ( + 0 => 'bool', + 'class' => 'string', + 'function' => 'string', + 'value' => 'mixed', + 'execute=' => 'bool', + ), + 'uopz_set_return\'1' => + array ( + 0 => 'bool', + 'function' => 'string', + 'value' => 'mixed', + 'execute=' => 'bool', + ), + 'uopz_set_static' => + array ( + 0 => 'void', + 'class' => 'string', + 'function' => 'string', + 'static' => 'array', + ), + 'uopz_undefine' => + array ( + 0 => 'bool', + 'class' => 'string', + 'constant' => 'string', + ), + 'uopz_undefine\'1' => + array ( + 0 => 'bool', + 'constant' => 'string', + ), + 'uopz_unset_hook' => + array ( + 0 => 'bool', + 'class' => 'string', + 'function' => 'string', + ), + 'uopz_unset_hook\'1' => + array ( + 0 => 'bool', + 'function' => 'string', + ), + 'uopz_unset_mock' => + array ( + 0 => 'void', + 'class' => 'string', + ), + 'uopz_unset_return' => + array ( + 0 => 'bool', + 'class=' => 'class-string', + 'function=' => 'string', + ), + 'uopz_unset_return\'1' => + array ( + 0 => 'bool', + 'function' => 'string', + ), + 'use_soap_error_handler' => + array ( + 0 => 'bool', + 'enable=' => 'bool', + ), + 'v8js::__construct' => + array ( + 0 => 'void', + 'object_name=' => 'string', + 'variables=' => 'array', + 'extensions=' => 'array', + 'report_uncaught_exceptions=' => 'bool', + 'snapshot_blob=' => 'string', + ), + 'v8js::clearpendingexception' => + array ( + 0 => 'mixed', + ), + 'v8js::compilestring' => + array ( + 0 => 'resource', + 'script' => 'mixed', + 'identifier=' => 'string', + ), + 'v8js::createsnapshot' => + array ( + 0 => 'false|string', + 'embed_source' => 'string', + ), + 'v8js::executescript' => + array ( + 0 => 'mixed', + 'script' => 'resource', + 'flags=' => 'int', + 'time_limit=' => 'int', + 'memory_limit=' => 'int', + ), + 'v8js::executestring' => + array ( + 0 => 'mixed', + 'script' => 'string', + 'identifier=' => 'string', + 'flags=' => 'int', + ), + 'v8js::getextensions' => + array ( + 0 => 'array', + ), + 'v8js::getpendingexception' => + array ( + 0 => 'V8JsException|null', + ), + 'v8js::registerextension' => + array ( + 0 => 'bool', + 'extension_name' => 'string', + 'script' => 'string', + 'dependencies=' => 'array', + 'auto_enable=' => 'bool', + ), + 'v8js::setaverageobjectsize' => + array ( + 0 => 'mixed', + 'average_object_size' => 'int', + ), + 'v8js::setmemorylimit' => + array ( + 0 => 'mixed', + 'limit' => 'int', + ), + 'v8js::setmoduleloader' => + array ( + 0 => 'mixed', + 'loader' => 'callable', + ), + 'v8js::setmodulenormaliser' => + array ( + 0 => 'mixed', + 'normaliser' => 'callable', + ), + 'v8js::settimelimit' => + array ( + 0 => 'mixed', + 'limit' => 'int', + ), + 'v8jsexception::getjsfilename' => + array ( + 0 => 'string', + ), + 'v8jsexception::getjslinenumber' => + array ( + 0 => 'int', + ), + 'v8jsexception::getjssourceline' => + array ( + 0 => 'int', + ), + 'v8jsexception::getjstrace' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::__clone' => + array ( + 0 => 'void', + ), + 'v8jsscriptexception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'v8jsscriptexception::__tostring' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::__wakeup' => + array ( + 0 => 'void', + ), + 'v8jsscriptexception::getcode' => + array ( + 0 => 'int', + ), + 'v8jsscriptexception::getfile' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::getjsendcolumn' => + array ( + 0 => 'int', + ), + 'v8jsscriptexception::getjsfilename' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::getjslinenumber' => + array ( + 0 => 'int', + ), + 'v8jsscriptexception::getjssourceline' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::getjsstartcolumn' => + array ( + 0 => 'int', + ), + 'v8jsscriptexception::getjstrace' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::getline' => + array ( + 0 => 'int', + ), + 'v8jsscriptexception::getmessage' => + array ( + 0 => 'string', + ), + 'v8jsscriptexception::getprevious' => + array ( + 0 => 'Exception|Throwable', + ), + 'v8jsscriptexception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'v8jsscriptexception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'variant::__construct' => + array ( + 0 => 'void', + 'value=' => 'mixed', + 'type=' => 'int', + 'codepage=' => 'int', + ), + 'variant_abs' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'variant_add' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_and' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_cast' => + array ( + 0 => 'VARIANT', + 'variant' => 'VARIANT', + 'type' => 'int', + ), + 'variant_cat' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_cmp' => + array ( + 0 => 'int', + 'left' => 'mixed', + 'right' => 'mixed', + 'locale_id=' => 'int', + 'flags=' => 'int', + ), + 'variant_date_from_timestamp' => + array ( + 0 => 'VARIANT', + 'timestamp' => 'int', + ), + 'variant_date_to_timestamp' => + array ( + 0 => 'int', + 'variant' => 'VARIANT', + ), + 'variant_div' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_eqv' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_fix' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'variant_get_type' => + array ( + 0 => 'int', + 'variant' => 'VARIANT', + ), + 'variant_idiv' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_imp' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_int' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'variant_mod' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_mul' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_neg' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'variant_not' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + ), + 'variant_or' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_pow' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_round' => + array ( + 0 => 'mixed', + 'value' => 'mixed', + 'decimals' => 'int', + ), + 'variant_set' => + array ( + 0 => 'void', + 'variant' => 'object', + 'value' => 'mixed', + ), + 'variant_set_type' => + array ( + 0 => 'void', + 'variant' => 'object', + 'type' => 'int', + ), + 'variant_sub' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'variant_xor' => + array ( + 0 => 'mixed', + 'left' => 'mixed', + 'right' => 'mixed', + ), + 'varnishadmin::__construct' => + array ( + 0 => 'void', + 'args=' => 'array', + ), + 'varnishadmin::auth' => + array ( + 0 => 'bool', + ), + 'varnishadmin::ban' => + array ( + 0 => 'int', + 'vcl_regex' => 'string', + ), + 'varnishadmin::banurl' => + array ( + 0 => 'int', + 'vcl_regex' => 'string', + ), + 'varnishadmin::clearpanic' => + array ( + 0 => 'int', + ), + 'varnishadmin::connect' => + array ( + 0 => 'bool', + ), + 'varnishadmin::disconnect' => + array ( + 0 => 'bool', + ), + 'varnishadmin::getpanic' => + array ( + 0 => 'string', + ), + 'varnishadmin::getparams' => + array ( + 0 => 'array', + ), + 'varnishadmin::isrunning' => + array ( + 0 => 'bool', + ), + 'varnishadmin::setcompat' => + array ( + 0 => 'void', + 'compat' => 'int', + ), + 'varnishadmin::sethost' => + array ( + 0 => 'void', + 'host' => 'string', + ), + 'varnishadmin::setident' => + array ( + 0 => 'void', + 'ident' => 'string', + ), + 'varnishadmin::setparam' => + array ( + 0 => 'int', + 'name' => 'string', + 'value' => 'int|string', + ), + 'varnishadmin::setport' => + array ( + 0 => 'void', + 'port' => 'int', + ), + 'varnishadmin::setsecret' => + array ( + 0 => 'void', + 'secret' => 'string', + ), + 'varnishadmin::settimeout' => + array ( + 0 => 'void', + 'timeout' => 'int', + ), + 'varnishadmin::start' => + array ( + 0 => 'int', + ), + 'varnishadmin::stop' => + array ( + 0 => 'int', + ), + 'varnishlog::__construct' => + array ( + 0 => 'void', + 'args=' => 'array', + ), + 'varnishlog::getline' => + array ( + 0 => 'array', + ), + 'varnishlog::gettagname' => + array ( + 0 => 'string', + 'index' => 'int', + ), + 'varnishstat::__construct' => + array ( + 0 => 'void', + 'args=' => 'array', + ), + 'varnishstat::getsnapshot' => + array ( + 0 => 'array', + ), + 'version_compare\'1' => + array ( + 0 => 'int', + 'version1' => 'string', + 'version2' => 'string', + ), + 'virtual' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'vpopmail_add_alias_domain' => + array ( + 0 => 'bool', + 'domain' => 'string', + 'aliasdomain' => 'string', + ), + 'vpopmail_add_alias_domain_ex' => + array ( + 0 => 'bool', + 'olddomain' => 'string', + 'newdomain' => 'string', + ), + 'vpopmail_add_domain' => + array ( + 0 => 'bool', + 'domain' => 'string', + 'dir' => 'string', + 'uid' => 'int', + 'gid' => 'int', + ), + 'vpopmail_add_domain_ex' => + array ( + 0 => 'bool', + 'domain' => 'string', + 'passwd' => 'string', + 'quota=' => 'string', + 'bounce=' => 'string', + 'apop=' => 'bool', + ), + 'vpopmail_add_user' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + 'password' => 'string', + 'gecos=' => 'string', + 'apop=' => 'bool', + ), + 'vpopmail_alias_add' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + 'alias' => 'string', + ), + 'vpopmail_alias_del' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + ), + 'vpopmail_alias_del_domain' => + array ( + 0 => 'bool', + 'domain' => 'string', + ), + 'vpopmail_alias_get' => + array ( + 0 => 'array', + 'alias' => 'string', + 'domain' => 'string', + ), + 'vpopmail_alias_get_all' => + array ( + 0 => 'array', + 'domain' => 'string', + ), + 'vpopmail_auth_user' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + 'password' => 'string', + 'apop=' => 'string', + ), + 'vpopmail_del_domain' => + array ( + 0 => 'bool', + 'domain' => 'string', + ), + 'vpopmail_del_domain_ex' => + array ( + 0 => 'bool', + 'domain' => 'string', + ), + 'vpopmail_del_user' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + ), + 'vpopmail_error' => + array ( + 0 => 'string', + ), + 'vpopmail_passwd' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + 'password' => 'string', + 'apop=' => 'bool', + ), + 'vpopmail_set_user_quota' => + array ( + 0 => 'bool', + 'user' => 'string', + 'domain' => 'string', + 'quota' => 'string', + ), + 'vtiful\\kernel\\chart::__construct' => + array ( + 0 => 'void', + 'handle' => 'resource', + 'type' => 'int', + ), + 'vtiful\\kernel\\chart::axisnamex' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'name' => 'string', + ), + 'vtiful\\kernel\\chart::axisnamey' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'name' => 'string', + ), + 'vtiful\\kernel\\chart::legendsetposition' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'type' => 'int', + ), + 'vtiful\\kernel\\chart::series' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'value' => 'string', + 'categories=' => 'string', + ), + 'vtiful\\kernel\\chart::seriesname' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'value' => 'string', + ), + 'vtiful\\kernel\\chart::style' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'style' => 'int', + ), + 'vtiful\\kernel\\chart::title' => + array ( + 0 => 'Vtiful\\Kernel\\Chart', + 'title' => 'string', + ), + 'vtiful\\kernel\\chart::toresource' => + array ( + 0 => 'resource', + ), + 'vtiful\\kernel\\excel::__construct' => + array ( + 0 => 'void', + 'config' => 'array', + ), + 'vtiful\\kernel\\excel::activatesheet' => + array ( + 0 => 'bool', + 'sheet_name' => 'string', + ), + 'vtiful\\kernel\\excel::addsheet' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'sheet_name=' => 'null|string', + ), + 'vtiful\\kernel\\excel::autofilter' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'range' => 'string', + ), + 'vtiful\\kernel\\excel::checkoutsheet' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'sheet_name' => 'string', + ), + 'vtiful\\kernel\\excel::close' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + ), + 'vtiful\\kernel\\excel::columnindexfromstring' => + array ( + 0 => 'int', + 'index' => 'string', + ), + 'vtiful\\kernel\\excel::constmemory' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'file_name' => 'string', + 'sheet_name=' => 'null|string', + ), + 'vtiful\\kernel\\excel::data' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'data' => 'array', + ), + 'vtiful\\kernel\\excel::defaultformat' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'format_handle' => 'resource', + ), + 'vtiful\\kernel\\excel::existsheet' => + array ( + 0 => 'bool', + 'sheet_name' => 'string', + ), + 'vtiful\\kernel\\excel::filename' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'file_name' => 'string', + 'sheet_name=' => 'null|string', + ), + 'vtiful\\kernel\\excel::freezepanes' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + ), + 'vtiful\\kernel\\excel::gethandle' => + array ( + 0 => 'resource', + ), + 'vtiful\\kernel\\excel::getsheetdata' => + array ( + 0 => 'array|false', + ), + 'vtiful\\kernel\\excel::gridline' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'option=' => 'int', + ), + 'vtiful\\kernel\\excel::header' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'header' => 'array', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::insertchart' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'chart_resource' => 'resource', + ), + 'vtiful\\kernel\\excel::insertcomment' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'comment' => 'string', + ), + 'vtiful\\kernel\\excel::insertdate' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'timestamp' => 'int', + 'format=' => 'null|string', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::insertformula' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'formula' => 'string', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::insertimage' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'image' => 'string', + 'width=' => 'float|null', + 'height=' => 'float|null', + ), + 'vtiful\\kernel\\excel::inserttext' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'data' => 'float|int|string', + 'format=' => 'null|string', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::inserturl' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'row' => 'int', + 'column' => 'int', + 'url' => 'string', + 'text=' => 'null|string', + 'tool_tip=' => 'null|string', + 'format=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::mergecells' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'range' => 'string', + 'data' => 'string', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::nextcellcallback' => + array ( + 0 => 'void', + 'fci' => 'callable(int, int, mixed)', + 'sheet_name=' => 'null|string', + ), + 'vtiful\\kernel\\excel::nextrow' => + array ( + 0 => 'array|false', + 'zv_type_t=' => 'array|null', + ), + 'vtiful\\kernel\\excel::openfile' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'zs_file_name' => 'string', + ), + 'vtiful\\kernel\\excel::opensheet' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'zs_sheet_name=' => 'null|string', + 'zl_flag=' => 'int|null', + ), + 'vtiful\\kernel\\excel::output' => + array ( + 0 => 'string', + ), + 'vtiful\\kernel\\excel::protection' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'password=' => 'null|string', + ), + 'vtiful\\kernel\\excel::putcsv' => + array ( + 0 => 'bool', + 'fp' => 'resource', + 'delimiter_str=' => 'null|string', + 'enclosure_str=' => 'null|string', + 'escape_str=' => 'null|string', + ), + 'vtiful\\kernel\\excel::putcsvcallback' => + array ( + 0 => 'bool', + 'callback' => 'callable(array):array', + 'fp' => 'resource', + 'delimiter_str=' => 'null|string', + 'enclosure_str=' => 'null|string', + 'escape_str=' => 'null|string', + ), + 'vtiful\\kernel\\excel::setcolumn' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'range' => 'string', + 'width' => 'float', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::setcurrentsheethide' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + ), + 'vtiful\\kernel\\excel::setcurrentsheetisfirst' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + ), + 'vtiful\\kernel\\excel::setglobaltype' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'zv_type_t' => 'int', + ), + 'vtiful\\kernel\\excel::setlandscape' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + ), + 'vtiful\\kernel\\excel::setmargins' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'left=' => 'float|null', + 'right=' => 'float|null', + 'top=' => 'float|null', + 'bottom=' => 'float|null', + ), + 'vtiful\\kernel\\excel::setpaper' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'paper' => 'int', + ), + 'vtiful\\kernel\\excel::setportrait' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + ), + 'vtiful\\kernel\\excel::setrow' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'range' => 'string', + 'height' => 'float', + 'format_handle=' => 'null|resource', + ), + 'vtiful\\kernel\\excel::setskiprows' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'zv_skip_t' => 'int', + ), + 'vtiful\\kernel\\excel::settype' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'zv_type_t' => 'array', + ), + 'vtiful\\kernel\\excel::sheetlist' => + array ( + 0 => 'array', + ), + 'vtiful\\kernel\\excel::showcomment' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + ), + 'vtiful\\kernel\\excel::stringfromcolumnindex' => + array ( + 0 => 'string', + 'index' => 'int', + ), + 'vtiful\\kernel\\excel::timestampfromdatedouble' => + array ( + 0 => 'int', + 'index' => 'float|null', + ), + 'vtiful\\kernel\\excel::validation' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'range' => 'string', + 'validation_resource' => 'resource', + ), + 'vtiful\\kernel\\excel::zoom' => + array ( + 0 => 'Vtiful\\Kernel\\Excel', + 'scale' => 'int', + ), + 'vtiful\\kernel\\format::__construct' => + array ( + 0 => 'void', + 'handle' => 'resource', + ), + 'vtiful\\kernel\\format::align' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + '...style' => 'int', + ), + 'vtiful\\kernel\\format::background' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'color' => 'int', + 'pattern=' => 'int', + ), + 'vtiful\\kernel\\format::bold' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + ), + 'vtiful\\kernel\\format::border' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'style' => 'int', + ), + 'vtiful\\kernel\\format::font' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'font' => 'string', + ), + 'vtiful\\kernel\\format::fontcolor' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'color' => 'int', + ), + 'vtiful\\kernel\\format::fontsize' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'size' => 'float', + ), + 'vtiful\\kernel\\format::italic' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + ), + 'vtiful\\kernel\\format::number' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'format' => 'string', + ), + 'vtiful\\kernel\\format::strikeout' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + ), + 'vtiful\\kernel\\format::toresource' => + array ( + 0 => 'resource', + ), + 'vtiful\\kernel\\format::underline' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + 'style' => 'int', + ), + 'vtiful\\kernel\\format::unlocked' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + ), + 'vtiful\\kernel\\format::wrap' => + array ( + 0 => 'Vtiful\\Kernel\\Format', + ), + 'vtiful\\kernel\\validation::__construct' => + array ( + 0 => 'void', + ), + 'vtiful\\kernel\\validation::criteriatype' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'type' => 'int', + ), + 'vtiful\\kernel\\validation::maximumformula' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'maximum_formula' => 'string', + ), + 'vtiful\\kernel\\validation::maximumnumber' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'maximum_number' => 'float', + ), + 'vtiful\\kernel\\validation::minimumformula' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'minimum_formula' => 'string', + ), + 'vtiful\\kernel\\validation::minimumnumber' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'minimum_number' => 'float', + ), + 'vtiful\\kernel\\validation::toresource' => + array ( + 0 => 'resource', + ), + 'vtiful\\kernel\\validation::validationtype' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'type' => 'int', + ), + 'vtiful\\kernel\\validation::valuelist' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'value_list' => 'array', + ), + 'vtiful\\kernel\\validation::valuenumber' => + array ( + 0 => 'Vtiful\\Kernel\\Validation|null', + 'value_number' => 'int', + ), + 'w32api_deftype' => + array ( + 0 => 'bool', + 'typename' => 'string', + 'member1_type' => 'string', + 'member1_name' => 'string', + '...args=' => 'string', + ), + 'w32api_init_dtype' => + array ( + 0 => 'resource', + 'typename' => 'string', + 'value' => 'mixed', + '...args=' => 'mixed', + ), + 'w32api_invoke_function' => + array ( + 0 => 'mixed', + 'funcname' => 'string', + 'argument' => 'mixed', + '...args=' => 'mixed', + ), + 'w32api_register_function' => + array ( + 0 => 'bool', + 'library' => 'string', + 'function_name' => 'string', + 'return_type' => 'string', + ), + 'w32api_set_call_method' => + array ( + 0 => 'mixed', + 'method' => 'int', + ), + 'wddx_add_vars' => + array ( + 0 => 'bool', + 'packet_id' => 'resource', + 'var_names' => 'mixed', + '...vars=' => 'mixed', + ), + 'wddx_deserialize' => + array ( + 0 => 'mixed', + 'packet' => 'string', + ), + 'wddx_packet_end' => + array ( + 0 => 'string', + 'packet_id' => 'resource', + ), + 'wddx_packet_start' => + array ( + 0 => 'false|resource', + 'comment=' => 'string', + ), + 'wddx_serialize_value' => + array ( + 0 => 'false|string', + 'value' => 'mixed', + 'comment=' => 'string', + ), + 'wddx_serialize_vars' => + array ( + 0 => 'false|string', + 'var_name' => 'mixed', + '...vars=' => 'mixed', + ), + 'weakref::acquire' => + array ( + 0 => 'bool', + ), + 'weakref::get' => + array ( + 0 => 'object', + ), + 'weakref::release' => + array ( + 0 => 'bool', + ), + 'weakref::valid' => + array ( + 0 => 'bool', + ), + 'webobj::converttostring' => + array ( + 0 => 'string', + ), + 'webobj::free' => + array ( + 0 => 'void', + ), + 'webobj::set' => + array ( + 0 => 'int', + 'property_name' => 'string', + 'new_value' => 'mixed', + ), + 'webobj::updatefromstring' => + array ( + 0 => 'int', + 'snippet' => 'string', + ), + 'win32_continue_service' => + array ( + 0 => 'false|int', + 'servicename' => 'string', + 'machine=' => 'string', + ), + 'win32_create_service' => + array ( + 0 => 'false|int', + 'details' => 'array', + 'machine=' => 'string', + ), + 'win32_delete_service' => + array ( + 0 => 'false|int', + 'servicename' => 'string', + 'machine=' => 'string', + ), + 'win32_get_last_control_message' => + array ( + 0 => 'int', + ), + 'win32_pause_service' => + array ( + 0 => 'false|int', + 'servicename' => 'string', + 'machine=' => 'string', + ), + 'win32_ps_list_procs' => + array ( + 0 => 'array', + ), + 'win32_ps_stat_mem' => + array ( + 0 => 'array', + ), + 'win32_ps_stat_proc' => + array ( + 0 => 'array', + 'pid=' => 'int', + ), + 'win32_query_service_status' => + array ( + 0 => 'array|false|int', + 'servicename' => 'string', + 'machine=' => 'string', + ), + 'win32_send_custom_control' => + array ( + 0 => 'int', + 'servicename' => 'string', + 'control' => 'int', + 'machine=' => 'string', + ), + 'win32_set_service_exit_code' => + array ( + 0 => 'int', + 'exitCode=' => 'int', + ), + 'win32_set_service_exit_mode' => + array ( + 0 => 'bool', + 'gracefulMode=' => 'bool', + ), + 'win32_set_service_status' => + array ( + 0 => 'bool|int', + 'status' => 'int', + 'checkpoint=' => 'int', + ), + 'win32_start_service' => + array ( + 0 => 'false|int', + 'servicename' => 'string', + 'machine=' => 'string', + ), + 'win32_start_service_ctrl_dispatcher' => + array ( + 0 => 'bool|int', + 'name' => 'string', + ), + 'win32_stop_service' => + array ( + 0 => 'false|int', + 'servicename' => 'string', + 'machine=' => 'string', + ), + 'wincache_fcache_fileinfo' => + array ( + 0 => 'array|false', + 'summaryonly=' => 'bool', + ), + 'wincache_fcache_meminfo' => + array ( + 0 => 'array|false', + ), + 'wincache_lock' => + array ( + 0 => 'bool', + 'key' => 'string', + 'isglobal=' => 'bool', + ), + 'wincache_ocache_fileinfo' => + array ( + 0 => 'array|false', + 'summaryonly=' => 'bool', + ), + 'wincache_ocache_meminfo' => + array ( + 0 => 'array|false', + ), + 'wincache_refresh_if_changed' => + array ( + 0 => 'bool', + 'files=' => 'array', + ), + 'wincache_rplist_fileinfo' => + array ( + 0 => 'array|false', + 'summaryonly=' => 'bool', + ), + 'wincache_rplist_meminfo' => + array ( + 0 => 'array|false', + ), + 'wincache_scache_info' => + array ( + 0 => 'array|false', + 'summaryonly=' => 'bool', + ), + 'wincache_scache_meminfo' => + array ( + 0 => 'array|false', + ), + 'wincache_ucache_add' => + array ( + 0 => 'bool', + 'key' => 'string', + 'value' => 'mixed', + 'ttl=' => 'int', + ), + 'wincache_ucache_add\'1' => + array ( + 0 => 'bool', + 'values' => 'array', + 'unused=' => 'mixed', + 'ttl=' => 'int', + ), + 'wincache_ucache_cas' => + array ( + 0 => 'bool', + 'key' => 'string', + 'old_value' => 'int', + 'new_value' => 'int', + ), + 'wincache_ucache_clear' => + array ( + 0 => 'bool', + ), + 'wincache_ucache_dec' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'dec_by=' => 'int', + 'success=' => 'bool', + ), + 'wincache_ucache_delete' => + array ( + 0 => 'bool', + 'key' => 'mixed', + ), + 'wincache_ucache_exists' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'wincache_ucache_get' => + array ( + 0 => 'mixed', + 'key' => 'mixed', + '&w_success=' => 'bool', + ), + 'wincache_ucache_inc' => + array ( + 0 => 'false|int', + 'key' => 'string', + 'inc_by=' => 'int', + 'success=' => 'bool', + ), + 'wincache_ucache_info' => + array ( + 0 => 'array|false', + 'summaryonly=' => 'bool', + 'key=' => 'string', + ), + 'wincache_ucache_meminfo' => + array ( + 0 => 'array|false', + ), + 'wincache_ucache_set' => + array ( + 0 => 'bool', + 'key' => 'mixed', + 'value' => 'mixed', + 'ttl=' => 'int', + ), + 'wincache_ucache_set\'1' => + array ( + 0 => 'bool', + 'values' => 'array', + 'unused=' => 'mixed', + 'ttl=' => 'int', + ), + 'wincache_unlock' => + array ( + 0 => 'bool', + 'key' => 'string', + ), + 'wkhtmltox\\image\\converter::convert' => + array ( + 0 => 'null|string', + ), + 'wkhtmltox\\image\\converter::getversion' => + array ( + 0 => 'string', + ), + 'wkhtmltox\\pdf\\converter::add' => + array ( + 0 => 'void', + 'object' => 'wkhtmltox\\PDF\\Object', + ), + 'wkhtmltox\\pdf\\converter::convert' => + array ( + 0 => 'null|string', + ), + 'wkhtmltox\\pdf\\converter::getversion' => + array ( + 0 => 'string', + ), + 'worker::__construct' => + array ( + 0 => 'void', + ), + 'worker::addref' => + array ( + 0 => 'void', + ), + 'worker::chunk' => + array ( + 0 => 'array', + 'size' => 'int', + 'preserve' => 'bool', + ), + 'worker::collect' => + array ( + 0 => 'int', + 'collector=' => 'callable', + ), + 'worker::count' => + array ( + 0 => 'int', + ), + 'worker::delref' => + array ( + 0 => 'void', + ), + 'worker::detach' => + array ( + 0 => 'void', + ), + 'worker::extend' => + array ( + 0 => 'bool', + 'class' => 'string', + ), + 'worker::getcreatorid' => + array ( + 0 => 'int', + ), + 'worker::getcurrentthread' => + array ( + 0 => 'Thread', + ), + 'worker::getcurrentthreadid' => + array ( + 0 => 'int', + ), + 'worker::getrefcount' => + array ( + 0 => 'int', + ), + 'worker::getstacked' => + array ( + 0 => 'int', + ), + 'worker::getterminationinfo' => + array ( + 0 => 'array', + ), + 'worker::getthreadid' => + array ( + 0 => 'int', + ), + 'worker::globally' => + array ( + 0 => 'mixed', + ), + 'worker::isgarbage' => + array ( + 0 => 'bool', + ), + 'worker::isjoined' => + array ( + 0 => 'bool', + ), + 'worker::isrunning' => + array ( + 0 => 'bool', + ), + 'worker::isshutdown' => + array ( + 0 => 'bool', + ), + 'worker::isstarted' => + array ( + 0 => 'bool', + ), + 'worker::isterminated' => + array ( + 0 => 'bool', + ), + 'worker::iswaiting' => + array ( + 0 => 'bool', + ), + 'worker::isworking' => + array ( + 0 => 'bool', + ), + 'worker::join' => + array ( + 0 => 'bool', + ), + 'worker::kill' => + array ( + 0 => 'bool', + ), + 'worker::lock' => + array ( + 0 => 'bool', + ), + 'worker::merge' => + array ( + 0 => 'bool', + 'from' => 'mixed', + 'overwrite=' => 'mixed', + ), + 'worker::notify' => + array ( + 0 => 'bool', + ), + 'worker::notifyone' => + array ( + 0 => 'bool', + ), + 'worker::offsetexists' => + array ( + 0 => 'bool', + 'offset' => 'int|string', + ), + 'worker::offsetget' => + array ( + 0 => 'mixed', + 'offset' => 'int|string', + ), + 'worker::offsetset' => + array ( + 0 => 'void', + 'offset' => 'int|null|string', + 'value' => 'mixed', + ), + 'worker::offsetunset' => + array ( + 0 => 'void', + 'offset' => 'int|string', + ), + 'worker::pop' => + array ( + 0 => 'bool', + ), + 'worker::run' => + array ( + 0 => 'void', + ), + 'worker::setgarbage' => + array ( + 0 => 'void', + ), + 'worker::shift' => + array ( + 0 => 'bool', + ), + 'worker::shutdown' => + array ( + 0 => 'bool', + ), + 'worker::stack' => + array ( + 0 => 'int', + '&rw_work' => 'Threaded', + ), + 'worker::start' => + array ( + 0 => 'bool', + 'options=' => 'int', + ), + 'worker::synchronized' => + array ( + 0 => 'mixed', + 'block' => 'Closure', + '_=' => 'mixed', + ), + 'worker::unlock' => + array ( + 0 => 'bool', + ), + 'worker::unstack' => + array ( + 0 => 'int', + '&rw_work=' => 'Threaded', + ), + 'worker::wait' => + array ( + 0 => 'bool', + 'timeout=' => 'int', + ), + 'xattr_get' => + array ( + 0 => 'string', + 'filename' => 'string', + 'name' => 'string', + 'flags=' => 'int', + ), + 'xattr_list' => + array ( + 0 => 'array', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'xattr_remove' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'name' => 'string', + 'flags=' => 'int', + ), + 'xattr_set' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'name' => 'string', + 'value' => 'string', + 'flags=' => 'int', + ), + 'xattr_supported' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'flags=' => 'int', + ), + 'xcache_asm' => + array ( + 0 => 'string', + 'filename' => 'string', + ), + 'xcache_clear_cache' => + array ( + 0 => 'void', + 'type' => 'int', + 'id=' => 'int', + ), + 'xcache_coredump' => + array ( + 0 => 'string', + 'op_type' => 'int', + ), + 'xcache_count' => + array ( + 0 => 'int', + 'type' => 'int', + ), + 'xcache_coverager_decode' => + array ( + 0 => 'array', + 'data' => 'string', + ), + 'xcache_coverager_get' => + array ( + 0 => 'array', + 'clean=' => 'bool', + ), + 'xcache_coverager_start' => + array ( + 0 => 'void', + 'clean=' => 'bool', + ), + 'xcache_coverager_stop' => + array ( + 0 => 'void', + 'clean=' => 'bool', + ), + 'xcache_dasm_file' => + array ( + 0 => 'string', + 'filename' => 'string', + ), + 'xcache_dasm_string' => + array ( + 0 => 'string', + 'code' => 'string', + ), + 'xcache_dec' => + array ( + 0 => 'int', + 'name' => 'string', + 'value=' => 'int|mixed', + 'ttl=' => 'int', + ), + 'xcache_decode' => + array ( + 0 => 'bool', + 'filename' => 'string', + ), + 'xcache_encode' => + array ( + 0 => 'string', + 'filename' => 'string', + ), + 'xcache_get' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'xcache_get_data_type' => + array ( + 0 => 'string', + 'type' => 'int', + ), + 'xcache_get_op_spec' => + array ( + 0 => 'string', + 'op_type' => 'int', + ), + 'xcache_get_op_type' => + array ( + 0 => 'string', + 'op_type' => 'int', + ), + 'xcache_get_opcode' => + array ( + 0 => 'string', + 'opcode' => 'int', + ), + 'xcache_get_opcode_spec' => + array ( + 0 => 'string', + 'opcode' => 'int', + ), + 'xcache_inc' => + array ( + 0 => 'int', + 'name' => 'string', + 'value=' => 'int|mixed', + 'ttl=' => 'int', + ), + 'xcache_info' => + array ( + 0 => 'array', + 'type' => 'int', + 'id' => 'int', + ), + 'xcache_is_autoglobal' => + array ( + 0 => 'string', + 'name' => 'string', + ), + 'xcache_isset' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'xcache_list' => + array ( + 0 => 'array', + 'type' => 'int', + 'id' => 'int', + ), + 'xcache_set' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'mixed', + 'ttl=' => 'int', + ), + 'xcache_unset' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'xcache_unset_by_prefix' => + array ( + 0 => 'bool', + 'prefix' => 'string', + ), + 'xcom::__construct' => + array ( + 0 => 'void', + 'fabric_url=' => 'string', + 'fabric_token=' => 'string', + 'capability_token=' => 'string', + ), + 'xcom::decode' => + array ( + 0 => 'object', + 'avro_msg' => 'string', + 'json_schema' => 'string', + ), + 'xcom::encode' => + array ( + 0 => 'string', + 'data' => 'stdClass', + 'avro_schema' => 'string', + ), + 'xcom::getdebugoutput' => + array ( + 0 => 'string', + ), + 'xcom::getlastresponse' => + array ( + 0 => 'string', + ), + 'xcom::getlastresponseinfo' => + array ( + 0 => 'array', + ), + 'xcom::getonboardingurl' => + array ( + 0 => 'string', + 'capability_name' => 'string', + 'agreement_url' => 'string', + ), + 'xcom::send' => + array ( + 0 => 'int', + 'topic' => 'string', + 'data' => 'mixed', + 'json_schema=' => 'string', + 'http_headers=' => 'array', + ), + 'xcom::sendasync' => + array ( + 0 => 'int', + 'topic' => 'string', + 'data' => 'mixed', + 'json_schema=' => 'string', + 'http_headers=' => 'array', + ), + 'xdebug_break' => + array ( + 0 => 'bool', + ), + 'xdebug_call_class' => + array ( + 0 => 'string', + 'depth=' => 'int', + ), + 'xdebug_call_file' => + array ( + 0 => 'string', + 'depth=' => 'int', + ), + 'xdebug_call_function' => + array ( + 0 => 'string', + 'depth=' => 'int', + ), + 'xdebug_call_line' => + array ( + 0 => 'int', + 'depth=' => 'int', + ), + 'xdebug_clear_aggr_profiling_data' => + array ( + 0 => 'bool', + ), + 'xdebug_code_coverage_started' => + array ( + 0 => 'bool', + ), + 'xdebug_debug_zval' => + array ( + 0 => 'void', + '...varName' => 'string', + ), + 'xdebug_debug_zval_stdout' => + array ( + 0 => 'void', + '...varName' => 'string', + ), + 'xdebug_disable' => + array ( + 0 => 'void', + ), + 'xdebug_dump_aggr_profiling_data' => + array ( + 0 => 'bool', + ), + 'xdebug_dump_superglobals' => + array ( + 0 => 'void', + ), + 'xdebug_enable' => + array ( + 0 => 'void', + ), + 'xdebug_get_code_coverage' => + array ( + 0 => 'array', + ), + 'xdebug_get_collected_errors' => + array ( + 0 => 'string', + 'clean=' => 'bool', + ), + 'xdebug_get_declared_vars' => + array ( + 0 => 'array', + ), + 'xdebug_get_formatted_function_stack' => + array ( + 0 => 'mixed', + ), + 'xdebug_get_function_count' => + array ( + 0 => 'int', + ), + 'xdebug_get_function_stack' => + array ( + 0 => 'array', + 'message=' => 'string', + 'options=' => 'int', + ), + 'xdebug_get_headers' => + array ( + 0 => 'array', + ), + 'xdebug_get_monitored_functions' => + array ( + 0 => 'array', + ), + 'xdebug_get_profiler_filename' => + array ( + 0 => 'false|string', + ), + 'xdebug_get_stack_depth' => + array ( + 0 => 'int', + ), + 'xdebug_get_tracefile_name' => + array ( + 0 => 'string', + ), + 'xdebug_info' => + array ( + 0 => 'mixed', + 'category=' => 'string', + ), + 'xdebug_is_debugger_active' => + array ( + 0 => 'bool', + ), + 'xdebug_is_enabled' => + array ( + 0 => 'bool', + ), + 'xdebug_memory_usage' => + array ( + 0 => 'int', + ), + 'xdebug_peak_memory_usage' => + array ( + 0 => 'int', + ), + 'xdebug_print_function_stack' => + array ( + 0 => 'array', + 'message=' => 'string', + 'options=' => 'int', + ), + 'xdebug_set_filter' => + array ( + 0 => 'void', + 'group' => 'int', + 'list_type' => 'int', + 'configuration' => 'array', + ), + 'xdebug_start_code_coverage' => + array ( + 0 => 'void', + 'options=' => 'int', + ), + 'xdebug_start_error_collection' => + array ( + 0 => 'void', + ), + 'xdebug_start_function_monitor' => + array ( + 0 => 'void', + 'list_of_functions_to_monitor' => 'array', + ), + 'xdebug_start_trace' => + array ( + 0 => 'void', + 'trace_file' => 'mixed', + 'options=' => 'int|mixed', + ), + 'xdebug_stop_code_coverage' => + array ( + 0 => 'void', + 'cleanup=' => 'bool', + ), + 'xdebug_stop_error_collection' => + array ( + 0 => 'void', + ), + 'xdebug_stop_function_monitor' => + array ( + 0 => 'void', + ), + 'xdebug_stop_trace' => + array ( + 0 => 'void', + ), + 'xdebug_time_index' => + array ( + 0 => 'float', + ), + 'xdebug_var_dump' => + array ( + 0 => 'void', + '...var' => 'mixed', + ), + 'xdiff_file_bdiff' => + array ( + 0 => 'bool', + 'old_file' => 'string', + 'new_file' => 'string', + 'dest' => 'string', + ), + 'xdiff_file_bdiff_size' => + array ( + 0 => 'int', + 'file' => 'string', + ), + 'xdiff_file_bpatch' => + array ( + 0 => 'bool', + 'file' => 'string', + 'patch' => 'string', + 'dest' => 'string', + ), + 'xdiff_file_diff' => + array ( + 0 => 'bool', + 'old_file' => 'string', + 'new_file' => 'string', + 'dest' => 'string', + 'context=' => 'int', + 'minimal=' => 'bool', + ), + 'xdiff_file_diff_binary' => + array ( + 0 => 'bool', + 'old_file' => 'string', + 'new_file' => 'string', + 'dest' => 'string', + ), + 'xdiff_file_merge3' => + array ( + 0 => 'mixed', + 'old_file' => 'string', + 'new_file1' => 'string', + 'new_file2' => 'string', + 'dest' => 'string', + ), + 'xdiff_file_patch' => + array ( + 0 => 'mixed', + 'file' => 'string', + 'patch' => 'string', + 'dest' => 'string', + 'flags=' => 'int', + ), + 'xdiff_file_patch_binary' => + array ( + 0 => 'bool', + 'file' => 'string', + 'patch' => 'string', + 'dest' => 'string', + ), + 'xdiff_file_rabdiff' => + array ( + 0 => 'bool', + 'old_file' => 'string', + 'new_file' => 'string', + 'dest' => 'string', + ), + 'xdiff_string_bdiff' => + array ( + 0 => 'string', + 'old_data' => 'string', + 'new_data' => 'string', + ), + 'xdiff_string_bdiff_size' => + array ( + 0 => 'int', + 'patch' => 'string', + ), + 'xdiff_string_bpatch' => + array ( + 0 => 'string', + 'string' => 'string', + 'patch' => 'string', + ), + 'xdiff_string_diff' => + array ( + 0 => 'string', + 'old_data' => 'string', + 'new_data' => 'string', + 'context=' => 'int', + 'minimal=' => 'bool', + ), + 'xdiff_string_diff_binary' => + array ( + 0 => 'string', + 'old_data' => 'string', + 'new_data' => 'string', + ), + 'xdiff_string_merge3' => + array ( + 0 => 'mixed', + 'old_data' => 'string', + 'new_data1' => 'string', + 'new_data2' => 'string', + 'error=' => 'string', + ), + 'xdiff_string_patch' => + array ( + 0 => 'string', + 'string' => 'string', + 'patch' => 'string', + 'flags=' => 'int', + '&w_error=' => 'string', + ), + 'xdiff_string_patch_binary' => + array ( + 0 => 'string', + 'string' => 'string', + 'patch' => 'string', + ), + 'xdiff_string_rabdiff' => + array ( + 0 => 'string', + 'old_data' => 'string', + 'new_data' => 'string', + ), + 'xhprof_disable' => + array ( + 0 => 'array', + ), + 'xhprof_enable' => + array ( + 0 => 'void', + 'flags=' => 'int', + 'options=' => 'array', + ), + 'xhprof_sample_disable' => + array ( + 0 => 'array', + ), + 'xhprof_sample_enable' => + array ( + 0 => 'void', + ), + 'xlswriter_get_author' => + array ( + 0 => 'string', + ), + 'xlswriter_get_version' => + array ( + 0 => 'string', + ), + 'xmldiff\\base::__construct' => + array ( + 0 => 'void', + 'nsname' => 'string', + ), + 'xmldiff\\base::diff' => + array ( + 0 => 'mixed', + 'from' => 'mixed', + 'to' => 'mixed', + ), + 'xmldiff\\base::merge' => + array ( + 0 => 'mixed', + 'src' => 'mixed', + 'diff' => 'mixed', + ), + 'xmldiff\\dom::diff' => + array ( + 0 => 'DOMDocument', + 'from' => 'DOMDocument', + 'to' => 'DOMDocument', + ), + 'xmldiff\\dom::merge' => + array ( + 0 => 'DOMDocument', + 'src' => 'DOMDocument', + 'diff' => 'DOMDocument', + ), + 'xmldiff\\file::diff' => + array ( + 0 => 'string', + 'from' => 'string', + 'to' => 'string', + ), + 'xmldiff\\file::merge' => + array ( + 0 => 'string', + 'src' => 'string', + 'diff' => 'string', + ), + 'xmldiff\\memory::diff' => + array ( + 0 => 'string', + 'from' => 'string', + 'to' => 'string', + ), + 'xmldiff\\memory::merge' => + array ( + 0 => 'string', + 'src' => 'string', + 'diff' => 'string', + ), + 'xpath_new_context' => + array ( + 0 => 'XPathContext', + 'dom_document' => 'DOMDocument', + ), + 'xpath_register_ns' => + array ( + 0 => 'bool', + 'xpath_context' => 'xpathcontext', + 'prefix' => 'string', + 'uri' => 'string', + ), + 'xpath_register_ns_auto' => + array ( + 0 => 'bool', + 'xpath_context' => 'xpathcontext', + 'context_node=' => 'object', + ), + 'xptr_new_context' => + array ( + 0 => 'XPathContext', + ), + 'xsltprocessor::getparameter' => + array ( + 0 => 'false|string', + 'namespace' => 'string', + 'name' => 'string', + ), + 'xsltprocessor::getsecurityprefs' => + array ( + 0 => 'int', + ), + 'xsltprocessor::hasexsltsupport' => + array ( + 0 => 'bool', + ), + 'xsltprocessor::importstylesheet' => + array ( + 0 => 'bool', + 'stylesheet' => 'object', + ), + 'xsltprocessor::registerphpfunctions' => + array ( + 0 => 'void', + 'functions=' => 'array|null|string', + ), + 'xsltprocessor::removeparameter' => + array ( + 0 => 'bool', + 'namespace' => 'string', + 'name' => 'string', + ), + 'xsltprocessor::setparameter' => + array ( + 0 => 'bool', + 'namespace' => 'string', + 'name' => 'string', + 'value' => 'null|string', + ), + 'xsltprocessor::setparameter\'1' => + array ( + 0 => 'bool', + 'namespace' => 'string', + 'options' => 'array', + ), + 'xsltprocessor::setprofiling' => + array ( + 0 => 'true', + 'filename' => 'null|string', + ), + 'xsltprocessor::setsecurityprefs' => + array ( + 0 => 'int', + 'preferences' => 'int', + ), + 'xsltprocessor::transformtodoc' => + array ( + 0 => 'DOMDocument|false', + 'document' => 'DOMNode', + 'returnClass=' => 'null|string', + ), + 'xsltprocessor::transformtouri' => + array ( + 0 => 'int', + 'document' => 'DOMDocument', + 'uri' => 'string', + ), + 'xsltprocessor::transformtoxml' => + array ( + 0 => 'false|null|string', + 'document' => 'DOMDocument', + ), + 'yac::__construct' => + array ( + 0 => 'void', + 'prefix=' => 'string', + ), + 'yac::__get' => + array ( + 0 => 'mixed', + 'key' => 'string', + ), + 'yac::__set' => + array ( + 0 => 'mixed', + 'key' => 'string', + 'value' => 'mixed', + ), + 'yac::delete' => + array ( + 0 => 'bool', + 'keys' => 'array|string', + 'ttl=' => 'int', + ), + 'yac::dump' => + array ( + 0 => 'mixed', + 'num' => 'int', + ), + 'yac::flush' => + array ( + 0 => 'bool', + ), + 'yac::get' => + array ( + 0 => 'mixed', + 'key' => 'array|string', + 'cas=' => 'int', + ), + 'yac::info' => + array ( + 0 => 'array', + ), + 'yaconf::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default_value=' => 'mixed', + ), + 'yaconf::has' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'yaf\\action_abstract::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\action_abstract::__construct' => + array ( + 0 => 'void', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + 'view' => 'Yaf\\View_Interface', + 'invokeArgs=' => 'array|null', + ), + 'yaf\\action_abstract::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf\\action_abstract::execute' => + array ( + 0 => 'mixed', + ), + 'yaf\\action_abstract::forward' => + array ( + 0 => 'bool', + 'module' => 'string', + 'controller=' => 'string', + 'action=' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf\\action_abstract::getcontroller' => + array ( + 0 => 'Yaf\\Controller_Abstract', + ), + 'yaf\\action_abstract::getinvokearg' => + array ( + 0 => 'mixed|null', + 'name' => 'string', + ), + 'yaf\\action_abstract::getinvokeargs' => + array ( + 0 => 'array', + ), + 'yaf\\action_abstract::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf\\action_abstract::getrequest' => + array ( + 0 => 'Yaf\\Request_Abstract', + ), + 'yaf\\action_abstract::getresponse' => + array ( + 0 => 'Yaf\\Response_Abstract', + ), + 'yaf\\action_abstract::getview' => + array ( + 0 => 'Yaf\\View_Interface', + ), + 'yaf\\action_abstract::getviewpath' => + array ( + 0 => 'string', + ), + 'yaf\\action_abstract::init' => + array ( + 0 => 'mixed', + ), + 'yaf\\action_abstract::initview' => + array ( + 0 => 'Yaf\\Response_Abstract', + 'options=' => 'array|null', + ), + 'yaf\\action_abstract::redirect' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'yaf\\action_abstract::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf\\action_abstract::setviewpath' => + array ( + 0 => 'bool', + 'view_directory' => 'string', + ), + 'yaf\\application::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\application::__construct' => + array ( + 0 => 'void', + 'config' => 'array|string', + 'envrion=' => 'string', + ), + 'yaf\\application::__destruct' => + array ( + 0 => 'void', + ), + 'yaf\\application::__sleep' => + array ( + 0 => 'array', + ), + 'yaf\\application::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf\\application::app' => + array ( + 0 => 'Yaf\\Application|null', + ), + 'yaf\\application::bootstrap' => + array ( + 0 => 'Yaf\\Application', + 'bootstrap=' => 'Yaf\\Bootstrap_Abstract|null', + ), + 'yaf\\application::clearlasterror' => + array ( + 0 => 'void', + ), + 'yaf\\application::environ' => + array ( + 0 => 'string', + ), + 'yaf\\application::execute' => + array ( + 0 => 'void', + 'entry' => 'callable', + '_=' => 'string', + ), + 'yaf\\application::getappdirectory' => + array ( + 0 => 'string', + ), + 'yaf\\application::getconfig' => + array ( + 0 => 'Yaf\\Config_Abstract', + ), + 'yaf\\application::getdispatcher' => + array ( + 0 => 'Yaf\\Dispatcher', + ), + 'yaf\\application::getlasterrormsg' => + array ( + 0 => 'string', + ), + 'yaf\\application::getlasterrorno' => + array ( + 0 => 'int', + ), + 'yaf\\application::getmodules' => + array ( + 0 => 'array', + ), + 'yaf\\application::run' => + array ( + 0 => 'void', + ), + 'yaf\\application::setappdirectory' => + array ( + 0 => 'Yaf\\Application', + 'directory' => 'string', + ), + 'yaf\\config\\ini::__construct' => + array ( + 0 => 'void', + 'config_file' => 'string', + 'section=' => 'string', + ), + 'yaf\\config\\ini::__get' => + array ( + 0 => 'mixed', + 'name=' => 'mixed', + ), + 'yaf\\config\\ini::__isset' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf\\config\\ini::__set' => + array ( + 0 => 'void', + 'name' => 'mixed', + 'value' => 'mixed', + ), + 'yaf\\config\\ini::count' => + array ( + 0 => 'int', + ), + 'yaf\\config\\ini::current' => + array ( + 0 => 'mixed', + ), + 'yaf\\config\\ini::get' => + array ( + 0 => 'mixed', + 'name=' => 'mixed', + ), + 'yaf\\config\\ini::key' => + array ( + 0 => 'int|string', + ), + 'yaf\\config\\ini::next' => + array ( + 0 => 'void', + ), + 'yaf\\config\\ini::offsetexists' => + array ( + 0 => 'bool', + 'name' => 'int|string', + ), + 'yaf\\config\\ini::offsetget' => + array ( + 0 => 'mixed', + 'name' => 'int|string', + ), + 'yaf\\config\\ini::offsetset' => + array ( + 0 => 'void', + 'name' => 'int|null|string', + 'value' => 'mixed', + ), + 'yaf\\config\\ini::offsetunset' => + array ( + 0 => 'void', + 'name' => 'int|string', + ), + 'yaf\\config\\ini::readonly' => + array ( + 0 => 'bool', + ), + 'yaf\\config\\ini::rewind' => + array ( + 0 => 'void', + ), + 'yaf\\config\\ini::set' => + array ( + 0 => 'Yaf\\Config_Abstract', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf\\config\\ini::toarray' => + array ( + 0 => 'array', + ), + 'yaf\\config\\ini::valid' => + array ( + 0 => 'bool', + ), + 'yaf\\config\\simple::__construct' => + array ( + 0 => 'void', + 'array' => 'array', + 'readonly=' => 'string', + ), + 'yaf\\config\\simple::__get' => + array ( + 0 => 'mixed', + 'name=' => 'mixed', + ), + 'yaf\\config\\simple::__isset' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf\\config\\simple::__set' => + array ( + 0 => 'void', + 'name' => 'mixed', + 'value' => 'mixed', + ), + 'yaf\\config\\simple::count' => + array ( + 0 => 'int', + ), + 'yaf\\config\\simple::current' => + array ( + 0 => 'mixed', + ), + 'yaf\\config\\simple::get' => + array ( + 0 => 'mixed', + 'name=' => 'mixed', + ), + 'yaf\\config\\simple::key' => + array ( + 0 => 'int|string', + ), + 'yaf\\config\\simple::next' => + array ( + 0 => 'void', + ), + 'yaf\\config\\simple::offsetexists' => + array ( + 0 => 'bool', + 'name' => 'int|string', + ), + 'yaf\\config\\simple::offsetget' => + array ( + 0 => 'mixed', + 'name' => 'int|string', + ), + 'yaf\\config\\simple::offsetset' => + array ( + 0 => 'void', + 'name' => 'int|null|string', + 'value' => 'mixed', + ), + 'yaf\\config\\simple::offsetunset' => + array ( + 0 => 'void', + 'name' => 'int|string', + ), + 'yaf\\config\\simple::readonly' => + array ( + 0 => 'bool', + ), + 'yaf\\config\\simple::rewind' => + array ( + 0 => 'void', + ), + 'yaf\\config\\simple::set' => + array ( + 0 => 'Yaf\\Config_Abstract', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf\\config\\simple::toarray' => + array ( + 0 => 'array', + ), + 'yaf\\config\\simple::valid' => + array ( + 0 => 'bool', + ), + 'yaf\\config_abstract::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\config_abstract::get' => + array ( + 0 => 'mixed', + 'name=' => 'string', + ), + 'yaf\\config_abstract::readonly' => + array ( + 0 => 'bool', + ), + 'yaf\\config_abstract::set' => + array ( + 0 => 'Yaf\\Config_Abstract', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf\\config_abstract::toarray' => + array ( + 0 => 'array', + ), + 'yaf\\controller_abstract::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\controller_abstract::__construct' => + array ( + 0 => 'void', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + 'view' => 'Yaf\\View_Interface', + 'invokeArgs=' => 'array|null', + ), + 'yaf\\controller_abstract::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf\\controller_abstract::forward' => + array ( + 0 => 'bool', + 'module' => 'string', + 'controller=' => 'string', + 'action=' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf\\controller_abstract::getinvokearg' => + array ( + 0 => 'mixed|null', + 'name' => 'string', + ), + 'yaf\\controller_abstract::getinvokeargs' => + array ( + 0 => 'array', + ), + 'yaf\\controller_abstract::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf\\controller_abstract::getrequest' => + array ( + 0 => 'Yaf\\Request_Abstract', + ), + 'yaf\\controller_abstract::getresponse' => + array ( + 0 => 'Yaf\\Response_Abstract', + ), + 'yaf\\controller_abstract::getview' => + array ( + 0 => 'Yaf\\View_Interface', + ), + 'yaf\\controller_abstract::getviewpath' => + array ( + 0 => 'string', + ), + 'yaf\\controller_abstract::init' => + array ( + 0 => 'mixed', + ), + 'yaf\\controller_abstract::initview' => + array ( + 0 => 'Yaf\\Response_Abstract', + 'options=' => 'array|null', + ), + 'yaf\\controller_abstract::redirect' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'yaf\\controller_abstract::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf\\controller_abstract::setviewpath' => + array ( + 0 => 'bool', + 'view_directory' => 'string', + ), + 'yaf\\dispatcher::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\dispatcher::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\dispatcher::__sleep' => + array ( + 0 => 'list', + ), + 'yaf\\dispatcher::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf\\dispatcher::autorender' => + array ( + 0 => 'Yaf\\Dispatcher', + 'flag=' => 'bool', + ), + 'yaf\\dispatcher::catchexception' => + array ( + 0 => 'Yaf\\Dispatcher', + 'flag=' => 'bool', + ), + 'yaf\\dispatcher::disableview' => + array ( + 0 => 'bool', + ), + 'yaf\\dispatcher::dispatch' => + array ( + 0 => 'Yaf\\Response_Abstract', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\dispatcher::enableview' => + array ( + 0 => 'Yaf\\Dispatcher', + ), + 'yaf\\dispatcher::flushinstantly' => + array ( + 0 => 'Yaf\\Dispatcher', + 'flag=' => 'bool', + ), + 'yaf\\dispatcher::getapplication' => + array ( + 0 => 'Yaf\\Application', + ), + 'yaf\\dispatcher::getinstance' => + array ( + 0 => 'Yaf\\Dispatcher', + ), + 'yaf\\dispatcher::getrequest' => + array ( + 0 => 'Yaf\\Request_Abstract', + ), + 'yaf\\dispatcher::getrouter' => + array ( + 0 => 'Yaf\\Router', + ), + 'yaf\\dispatcher::initview' => + array ( + 0 => 'Yaf\\View_Interface', + 'templates_dir' => 'string', + 'options=' => 'array|null', + ), + 'yaf\\dispatcher::registerplugin' => + array ( + 0 => 'Yaf\\Dispatcher', + 'plugin' => 'Yaf\\Plugin_Abstract', + ), + 'yaf\\dispatcher::returnresponse' => + array ( + 0 => 'Yaf\\Dispatcher', + 'flag' => 'bool', + ), + 'yaf\\dispatcher::setdefaultaction' => + array ( + 0 => 'Yaf\\Dispatcher', + 'action' => 'string', + ), + 'yaf\\dispatcher::setdefaultcontroller' => + array ( + 0 => 'Yaf\\Dispatcher', + 'controller' => 'string', + ), + 'yaf\\dispatcher::setdefaultmodule' => + array ( + 0 => 'Yaf\\Dispatcher', + 'module' => 'string', + ), + 'yaf\\dispatcher::seterrorhandler' => + array ( + 0 => 'Yaf\\Dispatcher', + 'callback' => 'callable', + 'error_types' => 'int', + ), + 'yaf\\dispatcher::setrequest' => + array ( + 0 => 'Yaf\\Dispatcher', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\dispatcher::setview' => + array ( + 0 => 'Yaf\\Dispatcher', + 'view' => 'Yaf\\View_Interface', + ), + 'yaf\\dispatcher::throwexception' => + array ( + 0 => 'Yaf\\Dispatcher', + 'flag=' => 'bool', + ), + 'yaf\\loader::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\loader::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\loader::__sleep' => + array ( + 0 => 'list', + ), + 'yaf\\loader::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf\\loader::autoload' => + array ( + 0 => 'bool', + 'class_name' => 'string', + ), + 'yaf\\loader::clearlocalnamespace' => + array ( + 0 => 'mixed', + ), + 'yaf\\loader::getinstance' => + array ( + 0 => 'Yaf\\Loader', + 'local_library_path=' => 'string', + 'global_library_path=' => 'string', + ), + 'yaf\\loader::getlibrarypath' => + array ( + 0 => 'string', + 'is_global=' => 'bool', + ), + 'yaf\\loader::getlocalnamespace' => + array ( + 0 => 'string', + ), + 'yaf\\loader::import' => + array ( + 0 => 'bool', + 'file' => 'string', + ), + 'yaf\\loader::islocalname' => + array ( + 0 => 'bool', + 'class_name' => 'string', + ), + 'yaf\\loader::registerlocalnamespace' => + array ( + 0 => 'bool', + 'name_prefix' => 'array|string', + ), + 'yaf\\loader::setlibrarypath' => + array ( + 0 => 'Yaf\\Loader', + 'directory' => 'string', + 'global=' => 'bool', + ), + 'yaf\\plugin_abstract::dispatchloopshutdown' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\plugin_abstract::dispatchloopstartup' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\plugin_abstract::postdispatch' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\plugin_abstract::predispatch' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\plugin_abstract::preresponse' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\plugin_abstract::routershutdown' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\plugin_abstract::routerstartup' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + 'response' => 'Yaf\\Response_Abstract', + ), + 'yaf\\registry::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\registry::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\registry::del' => + array ( + 0 => 'bool|null', + 'name' => 'string', + ), + 'yaf\\registry::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf\\registry::has' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'yaf\\registry::set' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf\\request\\http::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\request\\http::__construct' => + array ( + 0 => 'void', + 'request_uri' => 'string', + 'base_uri' => 'string', + ), + 'yaf\\request\\http::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf\\request\\http::getactionname' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getbaseuri' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getcontrollername' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getcookie' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getenv' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getexception' => + array ( + 0 => 'Yaf\\Exception', + ), + 'yaf\\request\\http::getfiles' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getlanguage' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getmethod' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getparam' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getparams' => + array ( + 0 => 'array', + ), + 'yaf\\request\\http::getpost' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getquery' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getrequest' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::getrequesturi' => + array ( + 0 => 'string', + ), + 'yaf\\request\\http::getserver' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\http::iscli' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::isdispatched' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::isget' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::ishead' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::isoptions' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::ispost' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::isput' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::isrouted' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::isxmlhttprequest' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::setactionname' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'action' => 'string', + ), + 'yaf\\request\\http::setbaseuri' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'yaf\\request\\http::setcontrollername' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'controller' => 'string', + ), + 'yaf\\request\\http::setdispatched' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\http::setmodulename' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'module' => 'string', + ), + 'yaf\\request\\http::setparam' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'name' => 'array|string', + 'value=' => 'string', + ), + 'yaf\\request\\http::setrequesturi' => + array ( + 0 => 'mixed', + 'uri' => 'string', + ), + 'yaf\\request\\http::setrouted' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + ), + 'yaf\\request\\simple::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\request\\simple::__construct' => + array ( + 0 => 'void', + 'method' => 'string', + 'controller' => 'string', + 'action' => 'string', + 'params=' => 'string', + ), + 'yaf\\request\\simple::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf\\request\\simple::getactionname' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getbaseuri' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getcontrollername' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getcookie' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'string', + ), + 'yaf\\request\\simple::getenv' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\simple::getexception' => + array ( + 0 => 'Yaf\\Exception', + ), + 'yaf\\request\\simple::getfiles' => + array ( + 0 => 'array', + 'name=' => 'mixed', + 'default=' => 'null', + ), + 'yaf\\request\\simple::getlanguage' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getmethod' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getparam' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\simple::getparams' => + array ( + 0 => 'array', + ), + 'yaf\\request\\simple::getpost' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'string', + ), + 'yaf\\request\\simple::getquery' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'string', + ), + 'yaf\\request\\simple::getrequest' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'string', + ), + 'yaf\\request\\simple::getrequesturi' => + array ( + 0 => 'string', + ), + 'yaf\\request\\simple::getserver' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request\\simple::iscli' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::isdispatched' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::isget' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::ishead' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::isoptions' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::ispost' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::isput' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::isrouted' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::isxmlhttprequest' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::setactionname' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'action' => 'string', + ), + 'yaf\\request\\simple::setbaseuri' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'yaf\\request\\simple::setcontrollername' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'controller' => 'string', + ), + 'yaf\\request\\simple::setdispatched' => + array ( + 0 => 'bool', + ), + 'yaf\\request\\simple::setmodulename' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'module' => 'string', + ), + 'yaf\\request\\simple::setparam' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'name' => 'array|string', + 'value=' => 'string', + ), + 'yaf\\request\\simple::setrequesturi' => + array ( + 0 => 'mixed', + 'uri' => 'string', + ), + 'yaf\\request\\simple::setrouted' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + ), + 'yaf\\request_abstract::getactionname' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getbaseuri' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getcontrollername' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getenv' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request_abstract::getexception' => + array ( + 0 => 'Yaf\\Exception', + ), + 'yaf\\request_abstract::getlanguage' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getmethod' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getparam' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request_abstract::getparams' => + array ( + 0 => 'array', + ), + 'yaf\\request_abstract::getrequesturi' => + array ( + 0 => 'string', + ), + 'yaf\\request_abstract::getserver' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf\\request_abstract::iscli' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::isdispatched' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::isget' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::ishead' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::isoptions' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::ispost' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::isput' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::isrouted' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::isxmlhttprequest' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::setactionname' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'action' => 'string', + ), + 'yaf\\request_abstract::setbaseuri' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'yaf\\request_abstract::setcontrollername' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'controller' => 'string', + ), + 'yaf\\request_abstract::setdispatched' => + array ( + 0 => 'bool', + ), + 'yaf\\request_abstract::setmodulename' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'module' => 'string', + ), + 'yaf\\request_abstract::setparam' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + 'name' => 'array|string', + 'value=' => 'string', + ), + 'yaf\\request_abstract::setrequesturi' => + array ( + 0 => 'mixed', + 'uri' => 'string', + ), + 'yaf\\request_abstract::setrouted' => + array ( + 0 => 'Yaf\\Request_Abstract|bool', + ), + 'yaf\\response\\cli::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\response\\cli::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\response\\cli::__destruct' => + array ( + 0 => 'void', + ), + 'yaf\\response\\cli::__tostring' => + array ( + 0 => 'string', + ), + 'yaf\\response\\cli::appendbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response\\cli::clearbody' => + array ( + 0 => 'bool', + 'key=' => 'string', + ), + 'yaf\\response\\cli::getbody' => + array ( + 0 => 'mixed', + 'key=' => 'null|string', + ), + 'yaf\\response\\cli::prependbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response\\cli::setbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response\\http::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\response\\http::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\response\\http::__destruct' => + array ( + 0 => 'void', + ), + 'yaf\\response\\http::__tostring' => + array ( + 0 => 'string', + ), + 'yaf\\response\\http::appendbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response\\http::clearbody' => + array ( + 0 => 'bool', + 'key=' => 'string', + ), + 'yaf\\response\\http::clearheaders' => + array ( + 0 => 'Yaf\\Response_Abstract|false', + 'name=' => 'string', + ), + 'yaf\\response\\http::getbody' => + array ( + 0 => 'mixed', + 'key=' => 'null|string', + ), + 'yaf\\response\\http::getheader' => + array ( + 0 => 'mixed', + 'name=' => 'string', + ), + 'yaf\\response\\http::prependbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response\\http::response' => + array ( + 0 => 'bool', + ), + 'yaf\\response\\http::setallheaders' => + array ( + 0 => 'bool', + 'headers' => 'array', + ), + 'yaf\\response\\http::setbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response\\http::setheader' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'string', + 'replace=' => 'bool', + 'response_code=' => 'int', + ), + 'yaf\\response\\http::setredirect' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'yaf\\response_abstract::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\response_abstract::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\response_abstract::__destruct' => + array ( + 0 => 'void', + ), + 'yaf\\response_abstract::__tostring' => + array ( + 0 => 'void', + ), + 'yaf\\response_abstract::appendbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response_abstract::clearbody' => + array ( + 0 => 'bool', + 'key=' => 'string', + ), + 'yaf\\response_abstract::getbody' => + array ( + 0 => 'mixed', + 'key=' => 'null|string', + ), + 'yaf\\response_abstract::prependbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\response_abstract::setbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf\\route\\map::__construct' => + array ( + 0 => 'void', + 'controller_prefer=' => 'bool', + 'delimiter=' => 'string', + ), + 'yaf\\route\\map::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route\\map::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\route\\regex::__construct' => + array ( + 0 => 'void', + 'match' => 'string', + 'route' => 'array', + 'map=' => 'array|null', + 'verify=' => 'array|null', + 'reverse=' => 'string', + ), + 'yaf\\route\\regex::addconfig' => + array ( + 0 => 'Yaf\\Router|bool', + 'config' => 'Yaf\\Config_Abstract', + ), + 'yaf\\route\\regex::addroute' => + array ( + 0 => 'Yaf\\Router|bool', + 'name' => 'string', + 'route' => 'Yaf\\Route_Interface', + ), + 'yaf\\route\\regex::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route\\regex::getcurrentroute' => + array ( + 0 => 'string', + ), + 'yaf\\route\\regex::getroute' => + array ( + 0 => 'Yaf\\Route_Interface', + 'name' => 'string', + ), + 'yaf\\route\\regex::getroutes' => + array ( + 0 => 'array', + ), + 'yaf\\route\\regex::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\route\\rewrite::__construct' => + array ( + 0 => 'void', + 'match' => 'string', + 'route' => 'array', + 'verify=' => 'array|null', + 'reverse=' => 'string', + ), + 'yaf\\route\\rewrite::addconfig' => + array ( + 0 => 'Yaf\\Router|bool', + 'config' => 'Yaf\\Config_Abstract', + ), + 'yaf\\route\\rewrite::addroute' => + array ( + 0 => 'Yaf\\Router|bool', + 'name' => 'string', + 'route' => 'Yaf\\Route_Interface', + ), + 'yaf\\route\\rewrite::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route\\rewrite::getcurrentroute' => + array ( + 0 => 'string', + ), + 'yaf\\route\\rewrite::getroute' => + array ( + 0 => 'Yaf\\Route_Interface', + 'name' => 'string', + ), + 'yaf\\route\\rewrite::getroutes' => + array ( + 0 => 'array', + ), + 'yaf\\route\\rewrite::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\route\\simple::__construct' => + array ( + 0 => 'void', + 'module_name' => 'string', + 'controller_name' => 'string', + 'action_name' => 'string', + ), + 'yaf\\route\\simple::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route\\simple::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\route\\supervar::__construct' => + array ( + 0 => 'void', + 'supervar_name' => 'string', + ), + 'yaf\\route\\supervar::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route\\supervar::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\route_interface::__construct' => + array ( + 0 => 'Yaf\\Route_Interface', + ), + 'yaf\\route_interface::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route_interface::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\route_static::assemble' => + array ( + 0 => 'bool', + 'info' => 'array', + 'query=' => 'array|null', + ), + 'yaf\\route_static::match' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'yaf\\route_static::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\router::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\router::addconfig' => + array ( + 0 => 'Yaf\\Router|false', + 'config' => 'Yaf\\Config_Abstract', + ), + 'yaf\\router::addroute' => + array ( + 0 => 'Yaf\\Router|false', + 'name' => 'string', + 'route' => 'Yaf\\Route_Interface', + ), + 'yaf\\router::getcurrentroute' => + array ( + 0 => 'string', + ), + 'yaf\\router::getroute' => + array ( + 0 => 'Yaf\\Route_Interface', + 'name' => 'string', + ), + 'yaf\\router::getroutes' => + array ( + 0 => 'array', + ), + 'yaf\\router::route' => + array ( + 0 => 'Yaf\\Router|false', + 'request' => 'Yaf\\Request_Abstract', + ), + 'yaf\\session::__clone' => + array ( + 0 => 'void', + ), + 'yaf\\session::__construct' => + array ( + 0 => 'void', + ), + 'yaf\\session::__get' => + array ( + 0 => 'void', + 'name' => 'mixed', + ), + 'yaf\\session::__isset' => + array ( + 0 => 'void', + 'name' => 'mixed', + ), + 'yaf\\session::__set' => + array ( + 0 => 'void', + 'name' => 'mixed', + 'value' => 'mixed', + ), + 'yaf\\session::__sleep' => + array ( + 0 => 'list', + ), + 'yaf\\session::__unset' => + array ( + 0 => 'void', + 'name' => 'mixed', + ), + 'yaf\\session::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf\\session::count' => + array ( + 0 => 'int', + ), + 'yaf\\session::current' => + array ( + 0 => 'mixed', + ), + 'yaf\\session::del' => + array ( + 0 => 'Yaf\\Session|false', + 'name' => 'string', + ), + 'yaf\\session::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf\\session::getinstance' => + array ( + 0 => 'Yaf\\Session', + ), + 'yaf\\session::has' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'yaf\\session::key' => + array ( + 0 => 'int|string', + ), + 'yaf\\session::next' => + array ( + 0 => 'void', + ), + 'yaf\\session::offsetexists' => + array ( + 0 => 'bool', + 'name' => 'int|string', + ), + 'yaf\\session::offsetget' => + array ( + 0 => 'mixed', + 'name' => 'int|string', + ), + 'yaf\\session::offsetset' => + array ( + 0 => 'void', + 'name' => 'int|null|string', + 'value' => 'mixed', + ), + 'yaf\\session::offsetunset' => + array ( + 0 => 'void', + 'name' => 'int|string', + ), + 'yaf\\session::rewind' => + array ( + 0 => 'void', + ), + 'yaf\\session::set' => + array ( + 0 => 'Yaf\\Session|false', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf\\session::start' => + array ( + 0 => 'Yaf\\Session', + ), + 'yaf\\session::valid' => + array ( + 0 => 'bool', + ), + 'yaf\\view\\simple::__construct' => + array ( + 0 => 'void', + 'template_dir' => 'string', + 'options=' => 'array|null', + ), + 'yaf\\view\\simple::__get' => + array ( + 0 => 'mixed', + 'name=' => 'null', + ), + 'yaf\\view\\simple::__isset' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf\\view\\simple::__set' => + array ( + 0 => 'void', + 'name' => 'string', + 'value=' => 'mixed', + ), + 'yaf\\view\\simple::assign' => + array ( + 0 => 'Yaf\\View\\Simple', + 'name' => 'array|string', + 'value=' => 'mixed', + ), + 'yaf\\view\\simple::assignref' => + array ( + 0 => 'Yaf\\View\\Simple', + 'name' => 'string', + '&value' => 'mixed', + ), + 'yaf\\view\\simple::clear' => + array ( + 0 => 'Yaf\\View\\Simple', + 'name=' => 'string', + ), + 'yaf\\view\\simple::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'tpl_vars=' => 'array|null', + ), + 'yaf\\view\\simple::eval' => + array ( + 0 => 'bool|null', + 'tpl_str' => 'string', + 'vars=' => 'array|null', + ), + 'yaf\\view\\simple::getscriptpath' => + array ( + 0 => 'string', + ), + 'yaf\\view\\simple::render' => + array ( + 0 => 'null|string', + 'tpl' => 'string', + 'tpl_vars=' => 'array|null', + ), + 'yaf\\view\\simple::setscriptpath' => + array ( + 0 => 'Yaf\\View\\Simple', + 'template_dir' => 'string', + ), + 'yaf\\view_interface::assign' => + array ( + 0 => 'bool', + 'name' => 'array|string', + 'value' => 'mixed', + ), + 'yaf\\view_interface::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'tpl_vars=' => 'array|null', + ), + 'yaf\\view_interface::getscriptpath' => + array ( + 0 => 'string', + ), + 'yaf\\view_interface::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'tpl_vars=' => 'array|null', + ), + 'yaf\\view_interface::setscriptpath' => + array ( + 0 => 'void', + 'template_dir' => 'string', + ), + 'yaf_action_abstract::__clone' => + array ( + 0 => 'void', + ), + 'yaf_action_abstract::__construct' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + 'view' => 'Yaf_View_Interface', + 'invokeArgs=' => 'array|null', + ), + 'yaf_action_abstract::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf_action_abstract::execute' => + array ( + 0 => 'mixed', + 'arg=' => 'mixed', + '...args=' => 'mixed', + ), + 'yaf_action_abstract::forward' => + array ( + 0 => 'bool', + 'module' => 'string', + 'controller=' => 'string', + 'action=' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf_action_abstract::getcontroller' => + array ( + 0 => 'Yaf_Controller_Abstract', + ), + 'yaf_action_abstract::getcontrollername' => + array ( + 0 => 'string', + ), + 'yaf_action_abstract::getinvokearg' => + array ( + 0 => 'mixed|null', + 'name' => 'string', + ), + 'yaf_action_abstract::getinvokeargs' => + array ( + 0 => 'array', + ), + 'yaf_action_abstract::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf_action_abstract::getrequest' => + array ( + 0 => 'Yaf_Request_Abstract', + ), + 'yaf_action_abstract::getresponse' => + array ( + 0 => 'Yaf_Response_Abstract', + ), + 'yaf_action_abstract::getview' => + array ( + 0 => 'Yaf_View_Interface', + ), + 'yaf_action_abstract::getviewpath' => + array ( + 0 => 'string', + ), + 'yaf_action_abstract::init' => + array ( + 0 => 'mixed', + ), + 'yaf_action_abstract::initview' => + array ( + 0 => 'Yaf_Response_Abstract', + 'options=' => 'array|null', + ), + 'yaf_action_abstract::redirect' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'yaf_action_abstract::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'parameters=' => 'array|null', + ), + 'yaf_action_abstract::setviewpath' => + array ( + 0 => 'bool', + 'view_directory' => 'string', + ), + 'yaf_application::__clone' => + array ( + 0 => 'void', + ), + 'yaf_application::__construct' => + array ( + 0 => 'void', + 'config' => 'mixed', + 'envrion=' => 'string', + ), + 'yaf_application::__destruct' => + array ( + 0 => 'void', + ), + 'yaf_application::__sleep' => + array ( + 0 => 'list', + ), + 'yaf_application::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf_application::app' => + array ( + 0 => 'Yaf_Application|null', + ), + 'yaf_application::bootstrap' => + array ( + 0 => 'Yaf_Application', + 'bootstrap=' => 'Yaf_Bootstrap_Abstract', + ), + 'yaf_application::clearlasterror' => + array ( + 0 => 'Yaf_Application', + ), + 'yaf_application::environ' => + array ( + 0 => 'string', + ), + 'yaf_application::execute' => + array ( + 0 => 'void', + 'entry' => 'callable', + '...args' => 'string', + ), + 'yaf_application::getappdirectory' => + array ( + 0 => 'Yaf_Application', + ), + 'yaf_application::getconfig' => + array ( + 0 => 'Yaf_Config_Abstract', + ), + 'yaf_application::getdispatcher' => + array ( + 0 => 'Yaf_Dispatcher', + ), + 'yaf_application::getlasterrormsg' => + array ( + 0 => 'string', + ), + 'yaf_application::getlasterrorno' => + array ( + 0 => 'int', + ), + 'yaf_application::getmodules' => + array ( + 0 => 'array', + ), + 'yaf_application::run' => + array ( + 0 => 'void', + ), + 'yaf_application::setappdirectory' => + array ( + 0 => 'Yaf_Application', + 'directory' => 'string', + ), + 'yaf_config_abstract::__construct' => + array ( + 0 => 'void', + ), + 'yaf_config_abstract::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf_config_abstract::readonly' => + array ( + 0 => 'bool', + ), + 'yaf_config_abstract::set' => + array ( + 0 => 'Yaf_Config_Abstract', + ), + 'yaf_config_abstract::toarray' => + array ( + 0 => 'array', + ), + 'yaf_config_ini::__construct' => + array ( + 0 => 'void', + 'config_file' => 'string', + 'section=' => 'string', + ), + 'yaf_config_ini::__get' => + array ( + 0 => 'void', + 'name=' => 'string', + ), + 'yaf_config_ini::__isset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_ini::__set' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf_config_ini::count' => + array ( + 0 => 'void', + ), + 'yaf_config_ini::current' => + array ( + 0 => 'void', + ), + 'yaf_config_ini::get' => + array ( + 0 => 'mixed', + 'name=' => 'mixed', + ), + 'yaf_config_ini::key' => + array ( + 0 => 'void', + ), + 'yaf_config_ini::next' => + array ( + 0 => 'void', + ), + 'yaf_config_ini::offsetexists' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_ini::offsetget' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_ini::offsetset' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'yaf_config_ini::offsetunset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_ini::readonly' => + array ( + 0 => 'void', + ), + 'yaf_config_ini::rewind' => + array ( + 0 => 'void', + ), + 'yaf_config_ini::set' => + array ( + 0 => 'Yaf_Config_Abstract', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf_config_ini::toarray' => + array ( + 0 => 'array', + ), + 'yaf_config_ini::valid' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::__construct' => + array ( + 0 => 'void', + 'config_file' => 'string', + 'section=' => 'string', + ), + 'yaf_config_simple::__get' => + array ( + 0 => 'void', + 'name=' => 'string', + ), + 'yaf_config_simple::__isset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_simple::__set' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'yaf_config_simple::count' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::current' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::get' => + array ( + 0 => 'mixed', + 'name=' => 'mixed', + ), + 'yaf_config_simple::key' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::next' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::offsetexists' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_simple::offsetget' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_simple::offsetset' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'yaf_config_simple::offsetunset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_config_simple::readonly' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::rewind' => + array ( + 0 => 'void', + ), + 'yaf_config_simple::set' => + array ( + 0 => 'Yaf_Config_Abstract', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf_config_simple::toarray' => + array ( + 0 => 'array', + ), + 'yaf_config_simple::valid' => + array ( + 0 => 'void', + ), + 'yaf_controller_abstract::__clone' => + array ( + 0 => 'void', + ), + 'yaf_controller_abstract::__construct' => + array ( + 0 => 'void', + ), + 'yaf_controller_abstract::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'parameters=' => 'array', + ), + 'yaf_controller_abstract::forward' => + array ( + 0 => 'void', + 'action' => 'string', + 'parameters=' => 'array', + ), + 'yaf_controller_abstract::forward\'1' => + array ( + 0 => 'void', + 'controller' => 'string', + 'action' => 'string', + 'parameters=' => 'array', + ), + 'yaf_controller_abstract::forward\'2' => + array ( + 0 => 'void', + 'module' => 'string', + 'controller' => 'string', + 'action' => 'string', + 'parameters=' => 'array', + ), + 'yaf_controller_abstract::getinvokearg' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_controller_abstract::getinvokeargs' => + array ( + 0 => 'void', + ), + 'yaf_controller_abstract::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf_controller_abstract::getname' => + array ( + 0 => 'string', + ), + 'yaf_controller_abstract::getrequest' => + array ( + 0 => 'Yaf_Request_Abstract', + ), + 'yaf_controller_abstract::getresponse' => + array ( + 0 => 'Yaf_Response_Abstract', + ), + 'yaf_controller_abstract::getview' => + array ( + 0 => 'Yaf_View_Interface', + ), + 'yaf_controller_abstract::getviewpath' => + array ( + 0 => 'void', + ), + 'yaf_controller_abstract::init' => + array ( + 0 => 'void', + ), + 'yaf_controller_abstract::initview' => + array ( + 0 => 'void', + 'options=' => 'array', + ), + 'yaf_controller_abstract::redirect' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'yaf_controller_abstract::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'parameters=' => 'array', + ), + 'yaf_controller_abstract::setviewpath' => + array ( + 0 => 'void', + 'view_directory' => 'string', + ), + 'yaf_dispatcher::__clone' => + array ( + 0 => 'void', + ), + 'yaf_dispatcher::__construct' => + array ( + 0 => 'void', + ), + 'yaf_dispatcher::__sleep' => + array ( + 0 => 'list', + ), + 'yaf_dispatcher::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf_dispatcher::autorender' => + array ( + 0 => 'Yaf_Dispatcher', + 'flag=' => 'bool', + ), + 'yaf_dispatcher::catchexception' => + array ( + 0 => 'Yaf_Dispatcher', + 'flag=' => 'bool', + ), + 'yaf_dispatcher::disableview' => + array ( + 0 => 'bool', + ), + 'yaf_dispatcher::dispatch' => + array ( + 0 => 'Yaf_Response_Abstract', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_dispatcher::enableview' => + array ( + 0 => 'Yaf_Dispatcher', + ), + 'yaf_dispatcher::flushinstantly' => + array ( + 0 => 'Yaf_Dispatcher', + 'flag=' => 'bool', + ), + 'yaf_dispatcher::getapplication' => + array ( + 0 => 'Yaf_Application', + ), + 'yaf_dispatcher::getdefaultaction' => + array ( + 0 => 'string', + ), + 'yaf_dispatcher::getdefaultcontroller' => + array ( + 0 => 'string', + ), + 'yaf_dispatcher::getdefaultmodule' => + array ( + 0 => 'string', + ), + 'yaf_dispatcher::getinstance' => + array ( + 0 => 'Yaf_Dispatcher', + ), + 'yaf_dispatcher::getrequest' => + array ( + 0 => 'Yaf_Request_Abstract', + ), + 'yaf_dispatcher::getrouter' => + array ( + 0 => 'Yaf_Router', + ), + 'yaf_dispatcher::initview' => + array ( + 0 => 'Yaf_View_Interface', + 'templates_dir' => 'string', + 'options=' => 'array', + ), + 'yaf_dispatcher::registerplugin' => + array ( + 0 => 'Yaf_Dispatcher', + 'plugin' => 'Yaf_Plugin_Abstract', + ), + 'yaf_dispatcher::returnresponse' => + array ( + 0 => 'Yaf_Dispatcher', + 'flag' => 'bool', + ), + 'yaf_dispatcher::setdefaultaction' => + array ( + 0 => 'Yaf_Dispatcher', + 'action' => 'string', + ), + 'yaf_dispatcher::setdefaultcontroller' => + array ( + 0 => 'Yaf_Dispatcher', + 'controller' => 'string', + ), + 'yaf_dispatcher::setdefaultmodule' => + array ( + 0 => 'Yaf_Dispatcher', + 'module' => 'string', + ), + 'yaf_dispatcher::seterrorhandler' => + array ( + 0 => 'Yaf_Dispatcher', + 'callback' => 'callable', + 'error_types' => 'int', + ), + 'yaf_dispatcher::setrequest' => + array ( + 0 => 'Yaf_Dispatcher', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_dispatcher::setview' => + array ( + 0 => 'Yaf_Dispatcher', + 'view' => 'Yaf_View_Interface', + ), + 'yaf_dispatcher::throwexception' => + array ( + 0 => 'Yaf_Dispatcher', + 'flag=' => 'bool', + ), + 'yaf_exception::__construct' => + array ( + 0 => 'void', + ), + 'yaf_exception::getprevious' => + array ( + 0 => 'void', + ), + 'yaf_loader::__clone' => + array ( + 0 => 'void', + ), + 'yaf_loader::__construct' => + array ( + 0 => 'void', + ), + 'yaf_loader::__sleep' => + array ( + 0 => 'list', + ), + 'yaf_loader::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf_loader::autoload' => + array ( + 0 => 'void', + ), + 'yaf_loader::clearlocalnamespace' => + array ( + 0 => 'void', + ), + 'yaf_loader::getinstance' => + array ( + 0 => 'Yaf_Loader', + ), + 'yaf_loader::getlibrarypath' => + array ( + 0 => 'Yaf_Loader', + 'is_global=' => 'bool', + ), + 'yaf_loader::getlocalnamespace' => + array ( + 0 => 'void', + ), + 'yaf_loader::getnamespacepath' => + array ( + 0 => 'string', + 'namespaces' => 'string', + ), + 'yaf_loader::import' => + array ( + 0 => 'bool', + ), + 'yaf_loader::islocalname' => + array ( + 0 => 'bool', + ), + 'yaf_loader::registerlocalnamespace' => + array ( + 0 => 'void', + 'prefix' => 'mixed', + ), + 'yaf_loader::registernamespace' => + array ( + 0 => 'bool', + 'namespaces' => 'array|string', + 'path=' => 'string', + ), + 'yaf_loader::setlibrarypath' => + array ( + 0 => 'Yaf_Loader', + 'directory' => 'string', + 'is_global=' => 'bool', + ), + 'yaf_plugin_abstract::dispatchloopshutdown' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_plugin_abstract::dispatchloopstartup' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_plugin_abstract::postdispatch' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_plugin_abstract::predispatch' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_plugin_abstract::preresponse' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_plugin_abstract::routershutdown' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_plugin_abstract::routerstartup' => + array ( + 0 => 'void', + 'request' => 'Yaf_Request_Abstract', + 'response' => 'Yaf_Response_Abstract', + ), + 'yaf_registry::__clone' => + array ( + 0 => 'void', + ), + 'yaf_registry::__construct' => + array ( + 0 => 'void', + ), + 'yaf_registry::del' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_registry::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf_registry::has' => + array ( + 0 => 'bool', + 'name' => 'string', + ), + 'yaf_registry::set' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'string', + ), + 'yaf_request_abstract::clearparams' => + array ( + 0 => 'bool', + ), + 'yaf_request_abstract::getactionname' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getbaseuri' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getcontrollername' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getenv' => + array ( + 0 => 'void', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_abstract::getexception' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getlanguage' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getmethod' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getmodulename' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getparam' => + array ( + 0 => 'void', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_abstract::getparams' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getrequesturi' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::getserver' => + array ( + 0 => 'void', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_abstract::iscli' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::isdispatched' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::isget' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::ishead' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::isoptions' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::ispost' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::isput' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::isrouted' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::isxmlhttprequest' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::setactionname' => + array ( + 0 => 'void', + 'action' => 'string', + ), + 'yaf_request_abstract::setbaseuri' => + array ( + 0 => 'bool', + 'uir' => 'string', + ), + 'yaf_request_abstract::setcontrollername' => + array ( + 0 => 'void', + 'controller' => 'string', + ), + 'yaf_request_abstract::setdispatched' => + array ( + 0 => 'void', + ), + 'yaf_request_abstract::setmodulename' => + array ( + 0 => 'void', + 'module' => 'string', + ), + 'yaf_request_abstract::setparam' => + array ( + 0 => 'void', + 'name' => 'string', + 'value=' => 'string', + ), + 'yaf_request_abstract::setrequesturi' => + array ( + 0 => 'void', + 'uir' => 'string', + ), + 'yaf_request_abstract::setrouted' => + array ( + 0 => 'void', + 'flag=' => 'string', + ), + 'yaf_request_http::__clone' => + array ( + 0 => 'void', + ), + 'yaf_request_http::__construct' => + array ( + 0 => 'void', + ), + 'yaf_request_http::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_http::getactionname' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getbaseuri' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getcontrollername' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getcookie' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_http::getenv' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf_request_http::getexception' => + array ( + 0 => 'Yaf_Exception', + ), + 'yaf_request_http::getfiles' => + array ( + 0 => 'void', + ), + 'yaf_request_http::getlanguage' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getmethod' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getparam' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'yaf_request_http::getparams' => + array ( + 0 => 'array', + ), + 'yaf_request_http::getpost' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_http::getquery' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'string', + ), + 'yaf_request_http::getraw' => + array ( + 0 => 'mixed', + ), + 'yaf_request_http::getrequest' => + array ( + 0 => 'void', + ), + 'yaf_request_http::getrequesturi' => + array ( + 0 => 'string', + ), + 'yaf_request_http::getserver' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf_request_http::iscli' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::isdispatched' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::isget' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::ishead' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::isoptions' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::ispost' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::isput' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::isrouted' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::isxmlhttprequest' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::setactionname' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'action' => 'string', + ), + 'yaf_request_http::setbaseuri' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'yaf_request_http::setcontrollername' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'controller' => 'string', + ), + 'yaf_request_http::setdispatched' => + array ( + 0 => 'bool', + ), + 'yaf_request_http::setmodulename' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'module' => 'string', + ), + 'yaf_request_http::setparam' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'name' => 'array|string', + 'value=' => 'string', + ), + 'yaf_request_http::setrequesturi' => + array ( + 0 => 'mixed', + 'uri' => 'string', + ), + 'yaf_request_http::setrouted' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + ), + 'yaf_request_simple::__clone' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::__construct' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::get' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::getactionname' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getbaseuri' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getcontrollername' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getcookie' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::getenv' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf_request_simple::getexception' => + array ( + 0 => 'Yaf_Exception', + ), + 'yaf_request_simple::getfiles' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::getlanguage' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getmethod' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getmodulename' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getparam' => + array ( + 0 => 'mixed', + 'name' => 'string', + 'default=' => 'mixed', + ), + 'yaf_request_simple::getparams' => + array ( + 0 => 'array', + ), + 'yaf_request_simple::getpost' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::getquery' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::getrequest' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::getrequesturi' => + array ( + 0 => 'string', + ), + 'yaf_request_simple::getserver' => + array ( + 0 => 'mixed', + 'name=' => 'string', + 'default=' => 'mixed', + ), + 'yaf_request_simple::iscli' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::isdispatched' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::isget' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::ishead' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::isoptions' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::ispost' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::isput' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::isrouted' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::isxmlhttprequest' => + array ( + 0 => 'void', + ), + 'yaf_request_simple::setactionname' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'action' => 'string', + ), + 'yaf_request_simple::setbaseuri' => + array ( + 0 => 'bool', + 'uri' => 'string', + ), + 'yaf_request_simple::setcontrollername' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'controller' => 'string', + ), + 'yaf_request_simple::setdispatched' => + array ( + 0 => 'bool', + ), + 'yaf_request_simple::setmodulename' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'module' => 'string', + ), + 'yaf_request_simple::setparam' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + 'name' => 'array|string', + 'value=' => 'string', + ), + 'yaf_request_simple::setrequesturi' => + array ( + 0 => 'mixed', + 'uri' => 'string', + ), + 'yaf_request_simple::setrouted' => + array ( + 0 => 'Yaf_Request_Abstract|bool', + ), + 'yaf_response_abstract::__clone' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::__construct' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::__destruct' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::__tostring' => + array ( + 0 => 'string', + ), + 'yaf_response_abstract::appendbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_abstract::clearbody' => + array ( + 0 => 'bool', + 'key=' => 'string', + ), + 'yaf_response_abstract::clearheaders' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::getbody' => + array ( + 0 => 'mixed', + 'key=' => 'string', + ), + 'yaf_response_abstract::getheader' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::prependbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_abstract::response' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::setallheaders' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::setbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_abstract::setheader' => + array ( + 0 => 'void', + ), + 'yaf_response_abstract::setredirect' => + array ( + 0 => 'void', + ), + 'yaf_response_cli::__clone' => + array ( + 0 => 'void', + ), + 'yaf_response_cli::__construct' => + array ( + 0 => 'void', + ), + 'yaf_response_cli::__destruct' => + array ( + 0 => 'void', + ), + 'yaf_response_cli::__tostring' => + array ( + 0 => 'string', + ), + 'yaf_response_cli::appendbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_cli::clearbody' => + array ( + 0 => 'bool', + 'key=' => 'string', + ), + 'yaf_response_cli::getbody' => + array ( + 0 => 'mixed', + 'key=' => 'null|string', + ), + 'yaf_response_cli::prependbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_cli::setbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_http::__clone' => + array ( + 0 => 'void', + ), + 'yaf_response_http::__construct' => + array ( + 0 => 'void', + ), + 'yaf_response_http::__destruct' => + array ( + 0 => 'void', + ), + 'yaf_response_http::__tostring' => + array ( + 0 => 'string', + ), + 'yaf_response_http::appendbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_http::clearbody' => + array ( + 0 => 'bool', + 'key=' => 'string', + ), + 'yaf_response_http::clearheaders' => + array ( + 0 => 'Yaf_Response_Abstract|false', + 'name=' => 'string', + ), + 'yaf_response_http::getbody' => + array ( + 0 => 'mixed', + 'key=' => 'null|string', + ), + 'yaf_response_http::getheader' => + array ( + 0 => 'mixed', + 'name=' => 'string', + ), + 'yaf_response_http::prependbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_http::response' => + array ( + 0 => 'bool', + ), + 'yaf_response_http::setallheaders' => + array ( + 0 => 'bool', + 'headers' => 'array', + ), + 'yaf_response_http::setbody' => + array ( + 0 => 'bool', + 'content' => 'string', + 'key=' => 'string', + ), + 'yaf_response_http::setheader' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value' => 'string', + 'replace=' => 'bool', + 'response_code=' => 'int', + ), + 'yaf_response_http::setredirect' => + array ( + 0 => 'bool', + 'url' => 'string', + ), + 'yaf_route_interface::__construct' => + array ( + 0 => 'void', + ), + 'yaf_route_interface::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_interface::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_route_map::__construct' => + array ( + 0 => 'void', + 'controller_prefer=' => 'string', + 'delimiter=' => 'string', + ), + 'yaf_route_map::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_map::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_route_regex::__construct' => + array ( + 0 => 'void', + 'match' => 'string', + 'route' => 'array', + 'map=' => 'array', + 'verify=' => 'array', + 'reverse=' => 'string', + ), + 'yaf_route_regex::addconfig' => + array ( + 0 => 'Yaf_Router|bool', + 'config' => 'Yaf_Config_Abstract', + ), + 'yaf_route_regex::addroute' => + array ( + 0 => 'Yaf_Router|bool', + 'name' => 'string', + 'route' => 'Yaf_Route_Interface', + ), + 'yaf_route_regex::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_regex::getcurrentroute' => + array ( + 0 => 'string', + ), + 'yaf_route_regex::getroute' => + array ( + 0 => 'Yaf_Route_Interface', + 'name' => 'string', + ), + 'yaf_route_regex::getroutes' => + array ( + 0 => 'array', + ), + 'yaf_route_regex::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_route_rewrite::__construct' => + array ( + 0 => 'void', + 'match' => 'string', + 'route' => 'array', + 'verify=' => 'array', + ), + 'yaf_route_rewrite::addconfig' => + array ( + 0 => 'Yaf_Router|bool', + 'config' => 'Yaf_Config_Abstract', + ), + 'yaf_route_rewrite::addroute' => + array ( + 0 => 'Yaf_Router|bool', + 'name' => 'string', + 'route' => 'Yaf_Route_Interface', + ), + 'yaf_route_rewrite::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_rewrite::getcurrentroute' => + array ( + 0 => 'string', + ), + 'yaf_route_rewrite::getroute' => + array ( + 0 => 'Yaf_Route_Interface', + 'name' => 'string', + ), + 'yaf_route_rewrite::getroutes' => + array ( + 0 => 'array', + ), + 'yaf_route_rewrite::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_route_simple::__construct' => + array ( + 0 => 'void', + 'module_name' => 'string', + 'controller_name' => 'string', + 'action_name' => 'string', + ), + 'yaf_route_simple::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_simple::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_route_static::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_static::match' => + array ( + 0 => 'void', + 'uri' => 'string', + ), + 'yaf_route_static::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_route_supervar::__construct' => + array ( + 0 => 'void', + 'supervar_name' => 'string', + ), + 'yaf_route_supervar::assemble' => + array ( + 0 => 'string', + 'info' => 'array', + 'query=' => 'array', + ), + 'yaf_route_supervar::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_router::__construct' => + array ( + 0 => 'void', + ), + 'yaf_router::addconfig' => + array ( + 0 => 'bool', + 'config' => 'Yaf_Config_Abstract', + ), + 'yaf_router::addroute' => + array ( + 0 => 'bool', + 'name' => 'string', + 'route' => 'Yaf_Route_Interface', + ), + 'yaf_router::getcurrentroute' => + array ( + 0 => 'string', + ), + 'yaf_router::getroute' => + array ( + 0 => 'Yaf_Route_Interface', + 'name' => 'string', + ), + 'yaf_router::getroutes' => + array ( + 0 => 'mixed', + ), + 'yaf_router::route' => + array ( + 0 => 'bool', + 'request' => 'Yaf_Request_Abstract', + ), + 'yaf_session::__clone' => + array ( + 0 => 'void', + ), + 'yaf_session::__construct' => + array ( + 0 => 'void', + ), + 'yaf_session::__get' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::__isset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::__set' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'yaf_session::__sleep' => + array ( + 0 => 'list', + ), + 'yaf_session::__unset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::__wakeup' => + array ( + 0 => 'void', + ), + 'yaf_session::count' => + array ( + 0 => 'void', + ), + 'yaf_session::current' => + array ( + 0 => 'void', + ), + 'yaf_session::del' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::get' => + array ( + 0 => 'mixed', + 'name' => 'string', + ), + 'yaf_session::getinstance' => + array ( + 0 => 'void', + ), + 'yaf_session::has' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::key' => + array ( + 0 => 'void', + ), + 'yaf_session::next' => + array ( + 0 => 'void', + ), + 'yaf_session::offsetexists' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::offsetget' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::offsetset' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'string', + ), + 'yaf_session::offsetunset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_session::rewind' => + array ( + 0 => 'void', + ), + 'yaf_session::set' => + array ( + 0 => 'Yaf_Session|bool', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf_session::start' => + array ( + 0 => 'void', + ), + 'yaf_session::valid' => + array ( + 0 => 'void', + ), + 'yaf_view_interface::assign' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'string', + ), + 'yaf_view_interface::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'tpl_vars=' => 'array', + ), + 'yaf_view_interface::getscriptpath' => + array ( + 0 => 'string', + ), + 'yaf_view_interface::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'tpl_vars=' => 'array', + ), + 'yaf_view_interface::setscriptpath' => + array ( + 0 => 'void', + 'template_dir' => 'string', + ), + 'yaf_view_simple::__construct' => + array ( + 0 => 'void', + 'tempalte_dir' => 'string', + 'options=' => 'array', + ), + 'yaf_view_simple::__get' => + array ( + 0 => 'void', + 'name=' => 'string', + ), + 'yaf_view_simple::__isset' => + array ( + 0 => 'void', + 'name' => 'string', + ), + 'yaf_view_simple::__set' => + array ( + 0 => 'void', + 'name' => 'string', + 'value' => 'mixed', + ), + 'yaf_view_simple::assign' => + array ( + 0 => 'bool', + 'name' => 'string', + 'value=' => 'mixed', + ), + 'yaf_view_simple::assignref' => + array ( + 0 => 'bool', + 'name' => 'string', + '&rw_value' => 'mixed', + ), + 'yaf_view_simple::clear' => + array ( + 0 => 'bool', + 'name=' => 'string', + ), + 'yaf_view_simple::display' => + array ( + 0 => 'bool', + 'tpl' => 'string', + 'tpl_vars=' => 'array', + ), + 'yaf_view_simple::eval' => + array ( + 0 => 'string', + 'tpl_content' => 'string', + 'tpl_vars=' => 'array', + ), + 'yaf_view_simple::getscriptpath' => + array ( + 0 => 'string', + ), + 'yaf_view_simple::render' => + array ( + 0 => 'string', + 'tpl' => 'string', + 'tpl_vars=' => 'array', + ), + 'yaf_view_simple::setscriptpath' => + array ( + 0 => 'bool', + 'template_dir' => 'string', + ), + 'yaml_emit' => + array ( + 0 => 'string', + 'data' => 'mixed', + 'encoding=' => 'int', + 'linebreak=' => 'int', + 'callbacks=' => 'array', + ), + 'yaml_emit_file' => + array ( + 0 => 'bool', + 'filename' => 'string', + 'data' => 'mixed', + 'encoding=' => 'int', + 'linebreak=' => 'int', + 'callbacks=' => 'array', + ), + 'yaml_parse' => + array ( + 0 => 'false|mixed', + 'input' => 'string', + 'pos=' => 'int', + '&w_ndocs=' => 'int', + 'callbacks=' => 'array', + ), + 'yaml_parse_file' => + array ( + 0 => 'false|mixed', + 'filename' => 'string', + 'pos=' => 'int', + '&w_ndocs=' => 'int', + 'callbacks=' => 'array', + ), + 'yaml_parse_url' => + array ( + 0 => 'false|mixed', + 'url' => 'string', + 'pos=' => 'int', + '&w_ndocs=' => 'int', + 'callbacks=' => 'array', + ), + 'yar_client::__call' => + array ( + 0 => 'void', + 'method' => 'string', + 'parameters' => 'array', + ), + 'yar_client::__construct' => + array ( + 0 => 'void', + 'url' => 'string', + ), + 'yar_client::setopt' => + array ( + 0 => 'Yar_Client|false', + 'name' => 'int', + 'value' => 'mixed', + ), + 'yar_client_exception::__clone' => + array ( + 0 => 'void', + ), + 'yar_client_exception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'yar_client_exception::__tostring' => + array ( + 0 => 'string', + ), + 'yar_client_exception::__wakeup' => + array ( + 0 => 'void', + ), + 'yar_client_exception::getcode' => + array ( + 0 => 'int', + ), + 'yar_client_exception::getfile' => + array ( + 0 => 'string', + ), + 'yar_client_exception::getline' => + array ( + 0 => 'int', + ), + 'yar_client_exception::getmessage' => + array ( + 0 => 'string', + ), + 'yar_client_exception::getprevious' => + array ( + 0 => 'Exception|Throwable|null', + ), + 'yar_client_exception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'yar_client_exception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'yar_client_exception::gettype' => + array ( + 0 => 'string', + ), + 'yar_concurrent_client::call' => + array ( + 0 => 'int', + 'uri' => 'string', + 'method' => 'string', + 'parameters' => 'array', + 'callback=' => 'callable', + ), + 'yar_concurrent_client::loop' => + array ( + 0 => 'bool', + 'callback=' => 'callable', + 'error_callback=' => 'callable', + ), + 'yar_concurrent_client::reset' => + array ( + 0 => 'bool', + ), + 'yar_server::__construct' => + array ( + 0 => 'void', + 'object' => 'object', + ), + 'yar_server::handle' => + array ( + 0 => 'bool', + ), + 'yar_server_exception::__clone' => + array ( + 0 => 'void', + ), + 'yar_server_exception::__construct' => + array ( + 0 => 'void', + 'message=' => 'string', + 'code=' => 'int', + 'previous=' => 'Exception|Throwable|null', + ), + 'yar_server_exception::__tostring' => + array ( + 0 => 'string', + ), + 'yar_server_exception::__wakeup' => + array ( + 0 => 'void', + ), + 'yar_server_exception::getcode' => + array ( + 0 => 'int', + ), + 'yar_server_exception::getfile' => + array ( + 0 => 'string', + ), + 'yar_server_exception::getline' => + array ( + 0 => 'int', + ), + 'yar_server_exception::getmessage' => + array ( + 0 => 'string', + ), + 'yar_server_exception::getprevious' => + array ( + 0 => 'Exception|Throwable|null', + ), + 'yar_server_exception::gettrace' => + array ( + 0 => 'list, class?: class-string, file?: string, function: string, line?: int, type?: \'->\'|\'::\'}>', + ), + 'yar_server_exception::gettraceasstring' => + array ( + 0 => 'string', + ), + 'yar_server_exception::gettype' => + array ( + 0 => 'string', + ), + 'yaz_addinfo' => + array ( + 0 => 'string', + 'id' => 'resource', + ), + 'yaz_ccl_conf' => + array ( + 0 => 'void', + 'id' => 'resource', + 'config' => 'array', + ), + 'yaz_ccl_parse' => + array ( + 0 => 'bool', + 'id' => 'resource', + 'query' => 'string', + '&w_result' => 'array', + ), + 'yaz_close' => + array ( + 0 => 'bool', + 'id' => 'resource', + ), + 'yaz_connect' => + array ( + 0 => 'mixed', + 'zurl' => 'string', + 'options=' => 'mixed', + ), + 'yaz_database' => + array ( + 0 => 'bool', + 'id' => 'resource', + 'databases' => 'string', + ), + 'yaz_element' => + array ( + 0 => 'bool', + 'id' => 'resource', + 'elementset' => 'string', + ), + 'yaz_errno' => + array ( + 0 => 'int', + 'id' => 'resource', + ), + 'yaz_error' => + array ( + 0 => 'string', + 'id' => 'resource', + ), + 'yaz_es' => + array ( + 0 => 'void', + 'id' => 'resource', + 'type' => 'string', + 'args' => 'array', + ), + 'yaz_es_result' => + array ( + 0 => 'array', + 'id' => 'resource', + ), + 'yaz_get_option' => + array ( + 0 => 'string', + 'id' => 'resource', + 'name' => 'string', + ), + 'yaz_hits' => + array ( + 0 => 'int', + 'id' => 'resource', + 'searchresult=' => 'array', + ), + 'yaz_itemorder' => + array ( + 0 => 'void', + 'id' => 'resource', + 'args' => 'array', + ), + 'yaz_present' => + array ( + 0 => 'bool', + 'id' => 'resource', + ), + 'yaz_range' => + array ( + 0 => 'void', + 'id' => 'resource', + 'start' => 'int', + 'number' => 'int', + ), + 'yaz_record' => + array ( + 0 => 'string', + 'id' => 'resource', + 'pos' => 'int', + 'type' => 'string', + ), + 'yaz_scan' => + array ( + 0 => 'void', + 'id' => 'resource', + 'type' => 'string', + 'startterm' => 'string', + 'flags=' => 'array', + ), + 'yaz_scan_result' => + array ( + 0 => 'array', + 'id' => 'resource', + 'result=' => 'array', + ), + 'yaz_schema' => + array ( + 0 => 'void', + 'id' => 'resource', + 'schema' => 'string', + ), + 'yaz_search' => + array ( + 0 => 'bool', + 'id' => 'resource', + 'type' => 'string', + 'query' => 'string', + ), + 'yaz_set_option' => + array ( + 0 => 'mixed', + 'id' => 'mixed', + 'name' => 'string', + 'value' => 'string', + 'options' => 'array', + ), + 'yaz_sort' => + array ( + 0 => 'void', + 'id' => 'resource', + 'criteria' => 'string', + ), + 'yaz_syntax' => + array ( + 0 => 'void', + 'id' => 'resource', + 'syntax' => 'string', + ), + 'yaz_wait' => + array ( + 0 => 'mixed', + '&rw_options=' => 'array', + ), + 'yp_all' => + array ( + 0 => 'void', + 'domain' => 'string', + 'map' => 'string', + 'callback' => 'string', + ), + 'yp_cat' => + array ( + 0 => 'array', + 'domain' => 'string', + 'map' => 'string', + ), + 'yp_err_string' => + array ( + 0 => 'string', + 'errorcode' => 'int', + ), + 'yp_errno' => + array ( + 0 => 'int', + ), + 'yp_first' => + array ( + 0 => 'array', + 'domain' => 'string', + 'map' => 'string', + ), + 'yp_get_default_domain' => + array ( + 0 => 'string', + ), + 'yp_master' => + array ( + 0 => 'string', + 'domain' => 'string', + 'map' => 'string', + ), + 'yp_match' => + array ( + 0 => 'string', + 'domain' => 'string', + 'map' => 'string', + 'key' => 'string', + ), + 'yp_next' => + array ( + 0 => 'array', + 'domain' => 'string', + 'map' => 'string', + 'key' => 'string', + ), + 'yp_order' => + array ( + 0 => 'int', + 'domain' => 'string', + 'map' => 'string', + ), + 'zem_get_extension_info_by_id' => + array ( + 0 => 'mixed', + ), + 'zem_get_extension_info_by_name' => + array ( + 0 => 'mixed', + ), + 'zem_get_extensions_info' => + array ( + 0 => 'mixed', + ), + 'zem_get_license_info' => + array ( + 0 => 'mixed', + ), + 'zend_current_obfuscation_level' => + array ( + 0 => 'int', + ), + 'zend_disk_cache_clear' => + array ( + 0 => 'bool', + 'namespace=' => 'mixed|string', + ), + 'zend_disk_cache_delete' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + ), + 'zend_disk_cache_fetch' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + ), + 'zend_disk_cache_store' => + array ( + 0 => 'bool', + 'key' => 'mixed', + 'value' => 'mixed', + 'ttl=' => 'int|mixed', + ), + 'zend_get_id' => + array ( + 0 => 'array', + 'all_ids=' => 'all_ids|false', + ), + 'zend_is_configuration_changed' => + array ( + 0 => 'mixed', + ), + 'zend_loader_current_file' => + array ( + 0 => 'string', + ), + 'zend_loader_enabled' => + array ( + 0 => 'bool', + ), + 'zend_loader_file_encoded' => + array ( + 0 => 'bool', + ), + 'zend_loader_file_licensed' => + array ( + 0 => 'array', + ), + 'zend_loader_install_license' => + array ( + 0 => 'bool', + 'license_file' => 'string', + 'override' => 'bool', + ), + 'zend_logo_guid' => + array ( + 0 => 'string', + ), + 'zend_obfuscate_class_name' => + array ( + 0 => 'string', + 'class_name' => 'string', + ), + 'zend_obfuscate_function_name' => + array ( + 0 => 'string', + 'function_name' => 'string', + ), + 'zend_optimizer_version' => + array ( + 0 => 'string', + ), + 'zend_runtime_obfuscate' => + array ( + 0 => 'void', + ), + 'zend_send_buffer' => + array ( + 0 => 'false|null', + 'buffer' => 'string', + 'mime_type=' => 'string', + 'custom_headers=' => 'string', + ), + 'zend_send_file' => + array ( + 0 => 'false|null', + 'filename' => 'string', + 'mime_type=' => 'string', + 'custom_headers=' => 'string', + ), + 'zend_set_configuration_changed' => + array ( + 0 => 'mixed', + ), + 'zend_shm_cache_clear' => + array ( + 0 => 'bool', + 'namespace=' => 'mixed|string', + ), + 'zend_shm_cache_delete' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + ), + 'zend_shm_cache_fetch' => + array ( + 0 => 'mixed|null', + 'key' => 'string', + ), + 'zend_shm_cache_store' => + array ( + 0 => 'bool', + 'key' => 'mixed', + 'value' => 'mixed', + 'ttl=' => 'int|mixed', + ), + 'zend_thread_id' => + array ( + 0 => 'int', + ), + 'zendapi_job::addjobtoqueue' => + array ( + 0 => 'int', + 'jobqueue_url' => 'string', + 'password' => 'string', + ), + 'zendapi_job::getapplicationid' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getendtime' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getglobalvariables' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::gethost' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getid' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getinterval' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getjobdependency' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getjobname' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getjobpriority' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getjobstatus' => + array ( + 0 => 'int', + ), + 'zendapi_job::getlastperformedstatus' => + array ( + 0 => 'int', + ), + 'zendapi_job::getoutput' => + array ( + 0 => 'An', + ), + 'zendapi_job::getpreserved' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getproperties' => + array ( + 0 => 'array', + ), + 'zendapi_job::getscheduledtime' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::getscript' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::gettimetonextrepeat' => + array ( + 0 => 'int', + ), + 'zendapi_job::getuservariables' => + array ( + 0 => 'mixed', + ), + 'zendapi_job::setapplicationid' => + array ( + 0 => 'mixed', + 'app_id' => 'mixed', + ), + 'zendapi_job::setglobalvariables' => + array ( + 0 => 'mixed', + 'vars' => 'mixed', + ), + 'zendapi_job::setjobdependency' => + array ( + 0 => 'mixed', + 'job_id' => 'mixed', + ), + 'zendapi_job::setjobname' => + array ( + 0 => 'mixed', + 'name' => 'mixed', + ), + 'zendapi_job::setjobpriority' => + array ( + 0 => 'mixed', + 'priority' => 'int', + ), + 'zendapi_job::setpreserved' => + array ( + 0 => 'mixed', + 'preserved' => 'mixed', + ), + 'zendapi_job::setrecurrencedata' => + array ( + 0 => 'mixed', + 'interval' => 'mixed', + 'end_time=' => 'mixed', + ), + 'zendapi_job::setscheduledtime' => + array ( + 0 => 'mixed', + 'timestamp' => 'mixed', + ), + 'zendapi_job::setscript' => + array ( + 0 => 'mixed', + 'script' => 'mixed', + ), + 'zendapi_job::setuservariables' => + array ( + 0 => 'mixed', + 'vars' => 'mixed', + ), + 'zendapi_job::zendapi_job' => + array ( + 0 => 'Job', + 'script' => 'script', + ), + 'zendapi_queue::addjob' => + array ( + 0 => 'int', + '&job' => 'Job', + ), + 'zendapi_queue::getallapplicationids' => + array ( + 0 => 'array', + ), + 'zendapi_queue::getallhosts' => + array ( + 0 => 'array', + ), + 'zendapi_queue::gethistoricjobs' => + array ( + 0 => 'array', + 'status' => 'int', + 'start_time' => 'mixed', + 'end_time' => 'mixed', + 'index' => 'int', + 'count' => 'int', + '&total' => 'int', + ), + 'zendapi_queue::getjob' => + array ( + 0 => 'Job', + 'job_id' => 'int', + ), + 'zendapi_queue::getjobsinqueue' => + array ( + 0 => 'array', + 'filter_options=' => 'array', + 'max_jobs=' => 'int', + 'with_globals_and_output=' => 'bool', + ), + 'zendapi_queue::getlasterror' => + array ( + 0 => 'string', + ), + 'zendapi_queue::getnumofjobsinqueue' => + array ( + 0 => 'int', + 'filter_options=' => 'array', + ), + 'zendapi_queue::getstatistics' => + array ( + 0 => 'array', + ), + 'zendapi_queue::isscriptexists' => + array ( + 0 => 'bool', + 'path' => 'string', + ), + 'zendapi_queue::issuspend' => + array ( + 0 => 'bool', + ), + 'zendapi_queue::login' => + array ( + 0 => 'bool', + 'password' => 'string', + 'application_id=' => 'int', + ), + 'zendapi_queue::removejob' => + array ( + 0 => 'bool', + 'job_id' => 'array|int', + ), + 'zendapi_queue::requeuejob' => + array ( + 0 => 'bool', + 'job' => 'Job', + ), + 'zendapi_queue::resumejob' => + array ( + 0 => 'bool', + 'job_id' => 'array|int', + ), + 'zendapi_queue::resumequeue' => + array ( + 0 => 'bool', + ), + 'zendapi_queue::setmaxhistorytime' => + array ( + 0 => 'bool', + ), + 'zendapi_queue::suspendjob' => + array ( + 0 => 'bool', + 'job_id' => 'array|int', + ), + 'zendapi_queue::suspendqueue' => + array ( + 0 => 'bool', + ), + 'zendapi_queue::updatejob' => + array ( + 0 => 'int', + '&job' => 'Job', + ), + 'zendapi_queue::zendapi_queue' => + array ( + 0 => 'ZendAPI_Queue', + 'queue_url' => 'string', + ), + 'zmqsocket::send\'1' => + array ( + 0 => 'ZMQSocket', + 'message' => 'string', + 'mode=' => 'int', + ), + 'zookeeper::addauth' => + array ( + 0 => 'bool', + 'scheme' => 'string', + 'cert' => 'string', + 'completion_cb=' => 'callable', + ), + 'zookeeper::close' => + array ( + 0 => 'void', + ), + 'zookeeper::connect' => + array ( + 0 => 'void', + 'host' => 'string', + 'watcher_cb=' => 'callable', + 'recv_timeout=' => 'int', + ), + 'zookeeper::create' => + array ( + 0 => 'string', + 'path' => 'string', + 'value' => 'string', + 'acls' => 'array', + 'flags=' => 'int', + ), + 'zookeeper::delete' => + array ( + 0 => 'bool', + 'path' => 'string', + 'version=' => 'int', + ), + 'zookeeper::exists' => + array ( + 0 => 'bool', + 'path' => 'string', + 'watcher_cb=' => 'callable', + ), + 'zookeeper::get' => + array ( + 0 => 'string', + 'path' => 'string', + 'watcher_cb=' => 'callable', + 'stat=' => 'array', + 'max_size=' => 'int', + ), + 'zookeeper::getacl' => + array ( + 0 => 'array', + 'path' => 'string', + ), + 'zookeeper::getchildren' => + array ( + 0 => 'array|false', + 'path' => 'string', + 'watcher_cb=' => 'callable', + ), + 'zookeeper::getclientid' => + array ( + 0 => 'int', + ), + 'zookeeper::getconfig' => + array ( + 0 => 'ZookeeperConfig', + ), + 'zookeeper::getrecvtimeout' => + array ( + 0 => 'int', + ), + 'zookeeper::getstate' => + array ( + 0 => 'int', + ), + 'zookeeper::isrecoverable' => + array ( + 0 => 'bool', + ), + 'zookeeper::set' => + array ( + 0 => 'bool', + 'path' => 'string', + 'value' => 'string', + 'version=' => 'int', + 'stat=' => 'array', + ), + 'zookeeper::setacl' => + array ( + 0 => 'bool', + 'path' => 'string', + 'version' => 'int', + 'acl' => 'array', + ), + 'zookeeper::setdebuglevel' => + array ( + 0 => 'bool', + 'logLevel' => 'int', + ), + 'zookeeper::setdeterministicconnorder' => + array ( + 0 => 'bool', + 'yesOrNo' => 'bool', + ), + 'zookeeper::setlogstream' => + array ( + 0 => 'bool', + 'stream' => 'resource', + ), + 'zookeeper::setwatcher' => + array ( + 0 => 'bool', + 'watcher_cb' => 'callable', + ), + 'zookeeper_dispatch' => + array ( + 0 => 'void', + ), + 'zookeeperconfig::add' => + array ( + 0 => 'void', + 'members' => 'string', + 'version=' => 'int', + 'stat=' => 'array', + ), + 'zookeeperconfig::get' => + array ( + 0 => 'string', + 'watcher_cb=' => 'callable', + 'stat=' => 'array', + ), + 'zookeeperconfig::remove' => + array ( + 0 => 'void', + 'id_list' => 'string', + 'version=' => 'int', + 'stat=' => 'array', + ), + 'zookeeperconfig::set' => + array ( + 0 => 'void', + 'members' => 'string', + 'version=' => 'int', + 'stat=' => 'array', + ), +); \ No newline at end of file