Composer Workspace global packages
This commit is contained in:
+118
-105
@@ -337,7 +337,6 @@ return [
|
||||
'AppendIterator::next' => ['void'],
|
||||
'AppendIterator::rewind' => ['void'],
|
||||
'AppendIterator::valid' => ['bool'],
|
||||
'ArgumentCountError::__clone' => ['void'],
|
||||
'ArgumentCountError::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'ArgumentCountError::__toString' => ['string'],
|
||||
'ArgumentCountError::__wakeup' => ['void'],
|
||||
@@ -348,7 +347,6 @@ return [
|
||||
'ArgumentCountError::getPrevious' => ['?Throwable'],
|
||||
'ArgumentCountError::getTrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,type?:\'::\'|\'->\',args?:array<mixed>}>'],
|
||||
'ArgumentCountError::getTraceAsString' => ['string'],
|
||||
'ArithmeticError::__clone' => ['void'],
|
||||
'ArithmeticError::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'ArithmeticError::__toString' => ['string'],
|
||||
'ArithmeticError::__wakeup' => ['void'],
|
||||
@@ -425,10 +423,10 @@ return [
|
||||
'array_walk\'1' => ['bool', '&rw_array'=>'object', 'callback'=>'callable', 'arg='=>'mixed'],
|
||||
'array_walk_recursive' => ['bool', '&rw_array'=>'array', 'callback'=>'callable', 'arg='=>'mixed'],
|
||||
'array_walk_recursive\'1' => ['bool', '&rw_array'=>'object', 'callback'=>'callable', 'arg='=>'mixed'],
|
||||
'ArrayAccess::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'ArrayAccess::offsetGet' => ['mixed', 'offset'=>'mixed'],
|
||||
'ArrayAccess::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'ArrayAccess::offsetUnset' => ['void', 'offset'=>'mixed'],
|
||||
'ArrayAccess::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'ArrayAccess::offsetGet' => ['mixed', 'offset'=>'int|string'],
|
||||
'ArrayAccess::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'ArrayAccess::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'ArrayIterator::__construct' => ['void', 'array='=>'array|object', 'flags='=>'int'],
|
||||
'ArrayIterator::append' => ['void', 'value'=>'mixed'],
|
||||
'ArrayIterator::asort' => ['true', 'flags='=>'int'],
|
||||
@@ -443,7 +441,7 @@ return [
|
||||
'ArrayIterator::next' => ['void'],
|
||||
'ArrayIterator::offsetExists' => ['bool', 'key'=>'string|int'],
|
||||
'ArrayIterator::offsetGet' => ['mixed', 'key'=>'string|int'],
|
||||
'ArrayIterator::offsetSet' => ['void', 'key'=>'string|int', 'value'=>'mixed'],
|
||||
'ArrayIterator::offsetSet' => ['void', 'key'=>'string|int|null', 'value'=>'mixed'],
|
||||
'ArrayIterator::offsetUnset' => ['void', 'key'=>'string|int'],
|
||||
'ArrayIterator::rewind' => ['void'],
|
||||
'ArrayIterator::seek' => ['void', 'offset'=>'int'],
|
||||
@@ -467,7 +465,7 @@ return [
|
||||
'ArrayObject::natsort' => ['true'],
|
||||
'ArrayObject::offsetExists' => ['bool', 'key'=>'int|string'],
|
||||
'ArrayObject::offsetGet' => ['mixed|null', 'key'=>'int|string'],
|
||||
'ArrayObject::offsetSet' => ['void', 'key'=>'int|string', 'value'=>'mixed'],
|
||||
'ArrayObject::offsetSet' => ['void', 'key'=>'int|string|null', 'value'=>'mixed'],
|
||||
'ArrayObject::offsetUnset' => ['void', 'key'=>'int|string'],
|
||||
'ArrayObject::serialize' => ['string'],
|
||||
'ArrayObject::setFlags' => ['void', 'flags'=>'int'],
|
||||
@@ -491,7 +489,6 @@ return [
|
||||
'atan' => ['float', 'num'=>'float'],
|
||||
'atan2' => ['float', 'y'=>'float', 'x'=>'float'],
|
||||
'atanh' => ['float', 'num'=>'float'],
|
||||
'BadFunctionCallException::__clone' => ['void'],
|
||||
'BadFunctionCallException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'BadFunctionCallException::__toString' => ['string'],
|
||||
'BadFunctionCallException::getCode' => ['int'],
|
||||
@@ -501,7 +498,6 @@ return [
|
||||
'BadFunctionCallException::getPrevious' => ['?Throwable'],
|
||||
'BadFunctionCallException::getTrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,type?:\'::\'|\'->\',args?:array<mixed>}>'],
|
||||
'BadFunctionCallException::getTraceAsString' => ['string'],
|
||||
'BadMethodCallException::__clone' => ['void'],
|
||||
'BadMethodCallException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'BadMethodCallException::__toString' => ['string'],
|
||||
'BadMethodCallException::getCode' => ['int'],
|
||||
@@ -511,7 +507,8 @@ return [
|
||||
'BadMethodCallException::getPrevious' => ['?Throwable'],
|
||||
'BadMethodCallException::getTrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,type?:\'::\'|\'->\',args?:array<mixed>}>'],
|
||||
'BadMethodCallException::getTraceAsString' => ['string'],
|
||||
'base64_decode' => ['string|false', 'string'=>'string', 'strict='=>'bool'],
|
||||
'base64_decode' => ['string', 'string'=>'string', 'strict='=>'false'],
|
||||
'base64_decode\'1' => ['string|false', 'string'=>'string', 'strict='=>'true'],
|
||||
'base64_encode' => ['string', 'string'=>'string'],
|
||||
'base_convert' => ['string', 'num'=>'string', 'from_base'=>'int', 'to_base'=>'int'],
|
||||
'basename' => ['string', 'path'=>'string', 'suffix='=>'string'],
|
||||
@@ -660,7 +657,6 @@ return [
|
||||
'clearstatcache' => ['void', 'clear_realpath_cache='=>'bool', 'filename='=>'string'],
|
||||
'cli_get_process_title' => ['?string'],
|
||||
'cli_set_process_title' => ['bool', 'title'=>'string'],
|
||||
'ClosedGeneratorException::__clone' => ['void'],
|
||||
'ClosedGeneratorException::__toString' => ['string'],
|
||||
'ClosedGeneratorException::getCode' => ['int'],
|
||||
'ClosedGeneratorException::getFile' => ['string'],
|
||||
@@ -1351,7 +1347,7 @@ return [
|
||||
'datefmt_set_calendar' => ['bool', 'formatter'=>'IntlDateFormatter', 'calendar'=>'IntlCalendar|int|null'],
|
||||
'datefmt_set_lenient' => ['void', 'formatter'=>'IntlDateFormatter', 'lenient'=>'bool'],
|
||||
'datefmt_set_pattern' => ['bool', 'formatter'=>'IntlDateFormatter', 'pattern'=>'string'],
|
||||
'datefmt_set_timezone' => ['false|null', 'formatter'=>'IntlDateFormatter', 'timezone'=>'IntlTimeZone|DateTimeZone|string|null'],
|
||||
'datefmt_set_timezone' => ['bool', 'formatter'=>'IntlDateFormatter', 'timezone'=>'IntlTimeZone|DateTimeZone|string|null'],
|
||||
'DateInterval::__construct' => ['void', 'duration'=>'string'],
|
||||
'DateInterval::__set_state' => ['DateInterval', 'array'=>'array'],
|
||||
'DateInterval::__wakeup' => ['void'],
|
||||
@@ -1545,7 +1541,7 @@ return [
|
||||
'dcgettext' => ['string', 'domain'=>'string', 'message'=>'string', 'category'=>'int'],
|
||||
'dcngettext' => ['string', 'domain'=>'string', 'singular'=>'string', 'plural'=>'string', 'count'=>'int', 'category'=>'int'],
|
||||
'deaggregate' => ['', 'object'=>'object', 'class_name='=>'string'],
|
||||
'debug_backtrace' => ['list<array{file:string,line:int,function:string,class?:class-string,object?:object,type?:string,args?:list}>', 'options='=>'int', 'limit='=>'int'],
|
||||
'debug_backtrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,object?:object,type?:string,args?:list}>', 'options='=>'int', 'limit='=>'int'],
|
||||
'debug_print_backtrace' => ['void', 'options='=>'int', 'limit='=>'int'],
|
||||
'debug_zval_dump' => ['void', 'value'=>'mixed', '...values='=>'mixed'],
|
||||
'debugger_connect' => [''],
|
||||
@@ -1612,7 +1608,7 @@ return [
|
||||
'DirectoryIterator::setFileClass' => ['void', 'class='=>'class-string'],
|
||||
'DirectoryIterator::setInfoClass' => ['void', 'class='=>'class-string'],
|
||||
'DirectoryIterator::valid' => ['bool'],
|
||||
'dirname' => ['string', 'path'=>'string', 'levels='=>'int'],
|
||||
'dirname' => ['string', 'path'=>'string', 'levels='=>'int<1, max>'],
|
||||
'disk_free_space' => ['float|false', 'directory'=>'string'],
|
||||
'disk_total_space' => ['float|false', 'directory'=>'string'],
|
||||
'diskfreespace' => ['float|false', 'directory'=>'string'],
|
||||
@@ -1632,7 +1628,6 @@ return [
|
||||
'dom_xpath_query' => ['DOMNodeList', 'expr'=>'string', 'context'=>'DOMNode', 'registernodens'=>'bool'],
|
||||
'dom_xpath_register_ns' => ['bool', 'prefix'=>'string', 'uri'=>'string'],
|
||||
'dom_xpath_register_php_functions' => [''],
|
||||
'DomainException::__clone' => ['void'],
|
||||
'DomainException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'DomainException::__toString' => ['string'],
|
||||
'DomainException::__wakeup' => ['void'],
|
||||
@@ -2092,7 +2087,6 @@ return [
|
||||
'error_get_last' => ['?array{type:int,message:string,file:string,line:int}'],
|
||||
'error_log' => ['bool', 'message'=>'string', 'message_type='=>'int', 'destination='=>'?string', 'additional_headers='=>'?string'],
|
||||
'error_reporting' => ['int', 'error_level='=>'?int'],
|
||||
'ErrorException::__clone' => ['void'],
|
||||
'ErrorException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'severity='=>'int', 'filename='=>'?string', 'line='=>'?int', 'previous='=>'?Throwable'],
|
||||
'ErrorException::__toString' => ['string'],
|
||||
'ErrorException::getCode' => ['int'],
|
||||
@@ -3310,8 +3304,8 @@ return [
|
||||
'gethostbyname' => ['string', 'hostname'=>'string'],
|
||||
'gethostbynamel' => ['list<string>|false', 'hostname'=>'string'],
|
||||
'gethostname' => ['string|false'],
|
||||
'getimagesize' => ['array|false', 'filename'=>'string', '&w_image_info='=>'array'],
|
||||
'getimagesizefromstring' => ['array|false', 'string'=>'string', '&w_image_info='=>'array'],
|
||||
'getimagesize' => ['array{0:int, 1: int, 2: int, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'filename'=>'string', '&w_image_info='=>'array'],
|
||||
'getimagesizefromstring' => ['array{0:int, 1: int, 2: int, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'string'=>'string', '&w_image_info='=>'array'],
|
||||
'getlastmod' => ['int|false'],
|
||||
'getmxrr' => ['bool', 'hostname'=>'string', '&w_hosts'=>'array', '&w_weights='=>'array'],
|
||||
'getmygid' => ['int|false'],
|
||||
@@ -3329,7 +3323,7 @@ return [
|
||||
'gettimeofday' => ['array<string, int>'],
|
||||
'gettimeofday\'1' => ['float', 'as_float='=>'true'],
|
||||
'gettype' => ['string', 'value'=>'mixed'],
|
||||
'glob' => ['list<non-empty-string>|false', 'pattern'=>'non-empty-string', 'flags='=>'int<1, max>'],
|
||||
'glob' => ['false|list{0?:string, ...<non-empty-string>}', 'pattern'=>'string', 'flags='=>'int<0, max>'],
|
||||
'GlobIterator::__construct' => ['void', 'pattern'=>'string', 'flags='=>'int'],
|
||||
'GlobIterator::count' => ['int'],
|
||||
'GlobIterator::current' => ['FilesystemIterator|SplFileInfo|string'],
|
||||
@@ -3924,7 +3918,7 @@ return [
|
||||
'hash_hmac_algos' => ['list<string>'],
|
||||
'hash_hmac_file' => ['non-empty-string', 'algo'=>'string', 'filename'=>'string', 'key'=>'string', 'binary='=>'bool'],
|
||||
'hash_init' => ['HashContext', 'algo'=>'string', 'flags='=>'int', 'key='=>'string', 'options='=>'array{seed:scalar}'],
|
||||
'hash_pbkdf2' => ['non-empty-string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'binary='=>'bool'],
|
||||
'hash_pbkdf2' => ['non-empty-string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'binary='=>'bool', 'options=' => 'array'],
|
||||
'hash_update' => ['bool', 'context'=>'HashContext', 'data'=>'string'],
|
||||
'hash_update_file' => ['bool', 'context'=>'HashContext', 'filename'=>'string', 'stream_context='=>'?resource'],
|
||||
'hash_update_stream' => ['int', 'context'=>'HashContext', 'stream'=>'resource', 'length='=>'int'],
|
||||
@@ -4347,10 +4341,10 @@ return [
|
||||
'http\Message\Parser::stream' => ['int', 'stream'=>'resource', 'flags'=>'int', '&message'=>'http\Message'],
|
||||
'http\Params::__construct' => ['void', 'params='=>'mixed', 'param_sep='=>'mixed', 'arg_sep='=>'mixed', 'val_sep='=>'mixed', 'flags='=>'mixed'],
|
||||
'http\Params::__toString' => ['string'],
|
||||
'http\Params::offsetExists' => ['bool', 'name'=>'mixed'],
|
||||
'http\Params::offsetGet' => ['mixed', 'name'=>'mixed'],
|
||||
'http\Params::offsetSet' => ['void', 'name'=>'mixed', 'value'=>'mixed'],
|
||||
'http\Params::offsetUnset' => ['void', 'name'=>'mixed'],
|
||||
'http\Params::offsetExists' => ['bool', 'name'=>'int|string'],
|
||||
'http\Params::offsetGet' => ['mixed', 'name'=>'int|string'],
|
||||
'http\Params::offsetSet' => ['void', 'name'=>'int|string|null', 'value'=>'mixed'],
|
||||
'http\Params::offsetUnset' => ['void', 'name'=>'int|string'],
|
||||
'http\Params::toArray' => ['array'],
|
||||
'http\Params::toString' => ['string'],
|
||||
'http\QueryString::__construct' => ['void', 'querystring'=>'string'],
|
||||
@@ -4365,10 +4359,10 @@ return [
|
||||
'http\QueryString::getObject' => ['object|mixed', 'name'=>'string', 'defval='=>'mixed', 'delete='=>'bool|false'],
|
||||
'http\QueryString::getString' => ['string|mixed', 'name'=>'string', 'defval='=>'mixed', 'delete='=>'bool|false'],
|
||||
'http\QueryString::mod' => ['http\QueryString', 'params='=>'mixed'],
|
||||
'http\QueryString::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'http\QueryString::offsetGet' => ['mixed|null', 'offset'=>'mixed'],
|
||||
'http\QueryString::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'http\QueryString::offsetUnset' => ['void', 'offset'=>'mixed'],
|
||||
'http\QueryString::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'http\QueryString::offsetGet' => ['mixed|null', 'offset'=>'int|string'],
|
||||
'http\QueryString::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'http\QueryString::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'http\QueryString::serialize' => ['string'],
|
||||
'http\QueryString::set' => ['http\QueryString', 'params'=>'mixed'],
|
||||
'http\QueryString::toArray' => ['array'],
|
||||
@@ -4492,10 +4486,10 @@ return [
|
||||
'HttpQueryString::getObject' => ['', 'name'=>'', 'defval'=>'', 'delete'=>''],
|
||||
'HttpQueryString::getString' => ['', 'name'=>'', 'defval'=>'', 'delete'=>''],
|
||||
'HttpQueryString::mod' => ['HttpQueryString', 'params'=>'mixed'],
|
||||
'HttpQueryString::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'HttpQueryString::offsetGet' => ['mixed', 'offset'=>'mixed'],
|
||||
'HttpQueryString::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'HttpQueryString::offsetUnset' => ['void', 'offset'=>'mixed'],
|
||||
'HttpQueryString::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'HttpQueryString::offsetGet' => ['mixed', 'offset'=>'int|string'],
|
||||
'HttpQueryString::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'HttpQueryString::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'HttpQueryString::serialize' => ['string'],
|
||||
'HttpQueryString::set' => ['string', 'params'=>'mixed'],
|
||||
'HttpQueryString::singleton' => ['HttpQueryString', 'global='=>'bool'],
|
||||
@@ -5580,21 +5574,21 @@ return [
|
||||
'imap_body' => ['string|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'flags='=>'int'],
|
||||
'imap_bodystruct' => ['stdClass|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'section'=>'string'],
|
||||
'imap_check' => ['stdClass|false', 'imap'=>'IMAP\Connection'],
|
||||
'imap_clearflag_full' => ['bool', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||
'imap_close' => ['bool', 'imap'=>'IMAP\Connection', 'flags='=>'int'],
|
||||
'imap_clearflag_full' => ['true', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||
'imap_close' => ['true', 'imap'=>'IMAP\Connection', 'flags='=>'int'],
|
||||
'imap_create' => ['bool', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
'imap_createmailbox' => ['bool', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
'imap_delete' => ['bool', 'imap'=>'IMAP\Connection', 'message_nums'=>'string', 'flags='=>'int'],
|
||||
'imap_delete' => ['true', 'imap'=>'IMAP\Connection', 'message_nums'=>'string', 'flags='=>'int'],
|
||||
'imap_deletemailbox' => ['bool', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
'imap_errors' => ['array|false'],
|
||||
'imap_expunge' => ['bool', 'imap'=>'IMAP\Connection'],
|
||||
'imap_expunge' => ['true', 'imap'=>'IMAP\Connection'],
|
||||
'imap_fetch_overview' => ['array|false', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flags='=>'int'],
|
||||
'imap_fetchbody' => ['string|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'section'=>'string', 'flags='=>'int'],
|
||||
'imap_fetchheader' => ['string|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'flags='=>'int'],
|
||||
'imap_fetchmime' => ['string|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'section'=>'string', 'flags='=>'int'],
|
||||
'imap_fetchstructure' => ['stdClass|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'flags='=>'int'],
|
||||
'imap_fetchtext' => ['string|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'flags='=>'int'],
|
||||
'imap_gc' => ['bool', 'imap'=>'IMAP\Connection', 'flags'=>'int'],
|
||||
'imap_gc' => ['true', 'imap'=>'IMAP\Connection', 'flags'=>'int'],
|
||||
'imap_get_quota' => ['array|false', 'imap'=>'IMAP\Connection', 'quota_root'=>'string'],
|
||||
'imap_get_quotaroot' => ['array|false', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
'imap_getacl' => ['array|false', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
@@ -5635,14 +5629,14 @@ return [
|
||||
'imap_search' => ['array|false', 'imap'=>'IMAP\Connection', 'criteria'=>'string', 'flags='=>'int', 'charset='=>'string'],
|
||||
'imap_set_quota' => ['bool', 'imap'=>'IMAP\Connection', 'quota_root'=>'string', 'mailbox_size'=>'int'],
|
||||
'imap_setacl' => ['bool', 'imap'=>'IMAP\Connection', 'mailbox'=>'string', 'user_id'=>'string', 'rights'=>'string'],
|
||||
'imap_setflag_full' => ['bool', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||
'imap_setflag_full' => ['true', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||
'imap_sort' => ['array|false', 'imap'=>'IMAP\Connection', 'criteria'=>'int', 'reverse'=>'bool', 'flags='=>'int', 'search_criteria='=>'?string', 'charset='=>'?string'],
|
||||
'imap_status' => ['stdClass|false', 'imap'=>'IMAP\Connection', 'mailbox'=>'string', 'flags'=>'int'],
|
||||
'imap_subscribe' => ['bool', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
'imap_thread' => ['array|false', 'imap'=>'IMAP\Connection', 'flags='=>'int'],
|
||||
'imap_timeout' => ['int|bool', 'timeout_type'=>'int', 'timeout='=>'int'],
|
||||
'imap_uid' => ['int|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int'],
|
||||
'imap_undelete' => ['bool', 'imap'=>'IMAP\Connection', 'message_nums'=>'string', 'flags='=>'int'],
|
||||
'imap_undelete' => ['true', 'imap'=>'IMAP\Connection', 'message_nums'=>'string', 'flags='=>'int'],
|
||||
'imap_unsubscribe' => ['bool', 'imap'=>'IMAP\Connection', 'mailbox'=>'string'],
|
||||
'imap_utf7_decode' => ['string|false', 'string'=>'string'],
|
||||
'imap_utf7_encode' => ['string', 'string'=>'string'],
|
||||
@@ -5737,11 +5731,11 @@ return [
|
||||
'IntlBreakIterator::next' => ['int', 'offset='=>'?int'],
|
||||
'IntlBreakIterator::preceding' => ['int', 'offset'=>'int'],
|
||||
'IntlBreakIterator::previous' => ['int'],
|
||||
'IntlBreakIterator::setText' => ['?bool', 'text'=>'string'],
|
||||
'IntlBreakIterator::setText' => ['bool', 'text'=>'string'],
|
||||
'intlcal_add' => ['bool', 'calendar'=>'IntlCalendar', 'field'=>'int', 'value'=>'int'],
|
||||
'intlcal_after' => ['bool', 'calendar'=>'IntlCalendar', 'other'=>'IntlCalendar'],
|
||||
'intlcal_before' => ['bool', 'calendar'=>'IntlCalendar', 'other'=>'IntlCalendar'],
|
||||
'intlcal_clear' => ['bool', 'calendar'=>'IntlCalendar', 'field='=>'?int'],
|
||||
'intlcal_clear' => ['true', 'calendar'=>'IntlCalendar', 'field='=>'?int'],
|
||||
'intlcal_create_instance' => ['?IntlCalendar', 'timezone='=>'mixed', 'locale='=>'?string'],
|
||||
'intlcal_equals' => ['bool', 'calendar'=>'IntlCalendar', 'other'=>'IntlCalendar'],
|
||||
'intlcal_field_difference' => ['int|false', 'calendar'=>'IntlCalendar', 'timestamp'=>'float', 'field'=>'int'],
|
||||
@@ -5774,8 +5768,8 @@ return [
|
||||
'intlcal_roll' => ['bool', 'calendar'=>'IntlCalendar', 'field'=>'int', 'value'=>'mixed'],
|
||||
'intlcal_set' => ['bool', 'calendar'=>'IntlCalendar', 'year'=>'int', 'month'=>'int'],
|
||||
'intlcal_set\'1' => ['bool', 'calendar'=>'IntlCalendar', 'year'=>'int', 'month'=>'int', 'dayOfMonth='=>'int', 'hour='=>'int', 'minute='=>'int', 'second='=>'int'],
|
||||
'intlcal_set_first_day_of_week' => ['bool', 'calendar'=>'IntlCalendar', 'dayOfWeek'=>'int'],
|
||||
'intlcal_set_lenient' => ['bool', 'calendar'=>'IntlCalendar', 'lenient'=>'bool'],
|
||||
'intlcal_set_first_day_of_week' => ['true', 'calendar'=>'IntlCalendar', 'dayOfWeek'=>'int'],
|
||||
'intlcal_set_lenient' => ['true', 'calendar'=>'IntlCalendar', 'lenient'=>'bool'],
|
||||
'intlcal_set_repeated_wall_time_option' => ['true', 'calendar'=>'IntlCalendar', 'option'=>'int'],
|
||||
'intlcal_set_skipped_wall_time_option' => ['true', 'calendar'=>'IntlCalendar', 'option'=>'int'],
|
||||
'intlcal_set_time' => ['bool', 'calendar'=>'IntlCalendar', 'timestamp'=>'float'],
|
||||
@@ -5837,7 +5831,7 @@ return [
|
||||
'IntlChar::charType' => ['?int', 'codepoint'=>'int|string'],
|
||||
'IntlChar::chr' => ['?string', 'codepoint'=>'int|string'],
|
||||
'IntlChar::digit' => ['int|false|null', 'codepoint'=>'int|string', 'base='=>'int'],
|
||||
'IntlChar::enumCharNames' => ['?bool', 'start'=>'string|int', 'end'=>'string|int', 'callback'=>'callable(int,int,int):void', 'type='=>'int'],
|
||||
'IntlChar::enumCharNames' => ['bool', 'start'=>'string|int', 'end'=>'string|int', 'callback'=>'callable(int,int,int):void', 'type='=>'int'],
|
||||
'IntlChar::enumCharTypes' => ['void', 'callback'=>'callable(int,int,int):void'],
|
||||
'IntlChar::foldCase' => ['int|string|null', 'codepoint'=>'int|string', 'options='=>'int'],
|
||||
'IntlChar::forDigit' => ['int', 'digit'=>'int', 'base='=>'int'],
|
||||
@@ -5887,7 +5881,6 @@ return [
|
||||
'IntlChar::tolower' => ['int|string|null', 'codepoint'=>'int|string'],
|
||||
'IntlChar::totitle' => ['int|string|null', 'codepoint'=>'int|string'],
|
||||
'IntlChar::toupper' => ['int|string|null', 'codepoint'=>'int|string'],
|
||||
'IntlCodePointBreakIterator::__construct' => ['void'],
|
||||
'IntlCodePointBreakIterator::createCharacterInstance' => ['?IntlRuleBasedBreakIterator', 'locale='=>'?string'],
|
||||
'IntlCodePointBreakIterator::createCodePointInstance' => ['IntlCodePointBreakIterator'],
|
||||
'IntlCodePointBreakIterator::createLineInstance' => ['?IntlRuleBasedBreakIterator', 'locale='=>'?string'],
|
||||
@@ -5908,7 +5901,7 @@ return [
|
||||
'IntlCodePointBreakIterator::next' => ['int', 'offset='=>'?int'],
|
||||
'IntlCodePointBreakIterator::preceding' => ['int', 'offset'=>'int'],
|
||||
'IntlCodePointBreakIterator::previous' => ['int'],
|
||||
'IntlCodePointBreakIterator::setText' => ['?bool', 'text'=>'string'],
|
||||
'IntlCodePointBreakIterator::setText' => ['bool', 'text'=>'string'],
|
||||
'IntlDateFormatter::__construct' => ['void', 'locale'=>'?string', 'dateType='=>'int', 'timeType='=>'int', 'timezone='=>'IntlTimeZone|DateTimeZone|string|null', 'calendar='=>'IntlCalendar|int|null', 'pattern='=>'?string'],
|
||||
'IntlDateFormatter::create' => ['?IntlDateFormatter', 'locale'=>'?string', 'dateType='=>'int', 'timeType='=>'int', 'timezone='=>'IntlTimeZone|DateTimeZone|string|null', 'calendar='=>'IntlCalendar|int|null', 'pattern='=>'?string'],
|
||||
'IntlDateFormatter::format' => ['string|false', 'datetime'=>'IntlCalendar|DateTimeInterface|array{0: int, 1: int, 2: int, 3: int, 4: int, 5: int, 6: int, 7: int, 8: int}|array{tm_sec: int, tm_min: int, tm_hour: int, tm_mday: int, tm_mon: int, tm_year: int, tm_wday: int, tm_yday: int, tm_isdst: int}|string|int|float'],
|
||||
@@ -5929,8 +5922,7 @@ return [
|
||||
'IntlDateFormatter::setCalendar' => ['bool', 'calendar'=>'IntlCalendar|int|null'],
|
||||
'IntlDateFormatter::setLenient' => ['void', 'lenient'=>'bool'],
|
||||
'IntlDateFormatter::setPattern' => ['bool', 'pattern'=>'string'],
|
||||
'IntlDateFormatter::setTimeZone' => ['null|false', 'timezone'=>'IntlTimeZone|DateTimeZone|string|null'],
|
||||
'IntlException::__clone' => ['void'],
|
||||
'IntlDateFormatter::setTimeZone' => ['bool', 'timezone'=>'IntlTimeZone|DateTimeZone|string|null'],
|
||||
'IntlException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'IntlException::__toString' => ['string'],
|
||||
'IntlException::__wakeup' => ['void'],
|
||||
@@ -6026,7 +6018,7 @@ return [
|
||||
'IntlRuleBasedBreakIterator::next' => ['int', 'offset='=>'?int'],
|
||||
'IntlRuleBasedBreakIterator::preceding' => ['int', 'offset'=>'int'],
|
||||
'IntlRuleBasedBreakIterator::previous' => ['int'],
|
||||
'IntlRuleBasedBreakIterator::setText' => ['?bool', 'text'=>'string'],
|
||||
'IntlRuleBasedBreakIterator::setText' => ['bool', 'text'=>'string'],
|
||||
'IntlTimeZone::countEquivalentIDs' => ['int|false', 'timezoneId'=>'string'],
|
||||
'IntlTimeZone::createDefault' => ['IntlTimeZone'],
|
||||
'IntlTimeZone::createEnumeration' => ['IntlIterator|false', 'countryOrRawOffset='=>'IntlTimeZone|string|int|float|null'],
|
||||
@@ -6071,7 +6063,6 @@ return [
|
||||
'intltz_use_daylight_time' => ['bool', 'timezone'=>'IntlTimeZone'],
|
||||
'intlz_create_default' => ['IntlTimeZone'],
|
||||
'intval' => ['int', 'value'=>'mixed', 'base='=>'int'],
|
||||
'InvalidArgumentException::__clone' => ['void'],
|
||||
'InvalidArgumentException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'InvalidArgumentException::__toString' => ['string'],
|
||||
'InvalidArgumentException::getCode' => ['int'],
|
||||
@@ -6157,7 +6148,6 @@ return [
|
||||
'json_last_error' => ['int'],
|
||||
'json_last_error_msg' => ['string'],
|
||||
'json_validate' => ['bool', 'json'=>'string', 'depth='=>'positive-int', 'flags='=>'int'],
|
||||
'JsonException::__clone' => ['void'],
|
||||
'JsonException::__construct' => ['void', "message="=>"string", 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'JsonException::__toString' => ['string'],
|
||||
'JsonException::__wakeup' => ['void'],
|
||||
@@ -6188,10 +6178,10 @@ return [
|
||||
'Judy::memoryUsage' => ['int'],
|
||||
'Judy::next' => ['mixed', 'index'=>'mixed'],
|
||||
'Judy::nextEmpty' => ['mixed', 'index'=>'mixed'],
|
||||
'Judy::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'Judy::offsetGet' => ['mixed', 'offset'=>'mixed'],
|
||||
'Judy::offsetSet' => ['bool', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'Judy::offsetUnset' => ['bool', 'offset'=>'mixed'],
|
||||
'Judy::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'Judy::offsetGet' => ['mixed', 'offset'=>'int|string'],
|
||||
'Judy::offsetSet' => ['bool', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Judy::offsetUnset' => ['bool', 'offset'=>'int|string'],
|
||||
'Judy::prev' => ['mixed', 'index'=>'mixed'],
|
||||
'Judy::prevEmpty' => ['mixed', 'index'=>'mixed'],
|
||||
'Judy::size' => ['int'],
|
||||
@@ -6384,7 +6374,6 @@ return [
|
||||
'legendObj::free' => ['void'],
|
||||
'legendObj::set' => ['int', 'property_name'=>'string', 'new_value'=>''],
|
||||
'legendObj::updateFromString' => ['int', 'snippet'=>'string'],
|
||||
'LengthException::__clone' => ['void'],
|
||||
'LengthException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'LengthException::__toString' => ['string'],
|
||||
'LengthException::getCode' => ['int'],
|
||||
@@ -6497,7 +6486,6 @@ return [
|
||||
'log' => ['float', 'num'=>'float', 'base='=>'float'],
|
||||
'log10' => ['float', 'num'=>'float'],
|
||||
'log1p' => ['float', 'num'=>'float'],
|
||||
'LogicException::__clone' => ['void'],
|
||||
'LogicException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'LogicException::__toString' => ['string'],
|
||||
'LogicException::getCode' => ['int'],
|
||||
@@ -7059,6 +7047,14 @@ return [
|
||||
'MongoDB::setReadPreference' => ['bool', 'read_preference'=>'string', 'tags='=>'array'],
|
||||
'MongoDB::setSlaveOkay' => ['bool', 'ok='=>'bool'],
|
||||
'MongoDB::setWriteConcern' => ['bool', 'w'=>'mixed', 'wtimeout='=>'int'],
|
||||
'MongoDB\BSON\fromJSON' => ['string', 'json' => 'string'],
|
||||
'MongoDB\BSON\fromPHP' => ['string', 'value' => 'object|array'],
|
||||
'MongoDB\BSON\toCanonicalExtendedJSON' => ['string', 'bson' => 'string'],
|
||||
'MongoDB\BSON\toJSON' => ['string', 'bson' => 'string'],
|
||||
'MongoDB\BSON\toPHP' => ['object|array', 'bson' => 'string', 'typemap=' => '?array'],
|
||||
'MongoDB\BSON\toRelaxedExtendedJSON' => ['string', 'bson' => 'string'],
|
||||
'MongoDB\Driver\Monitoring\addSubscriber' => ['void', 'subscriber' => 'MongoDB\Driver\Monitoring\Subscriber'],
|
||||
'MongoDB\Driver\Monitoring\removeSubscriber' => ['void', 'subscriber' => 'MongoDB\Driver\Monitoring\Subscriber'],
|
||||
'MongoDB\BSON\Binary::__construct' => ['void', 'data' => 'string', 'type=' => 'int'],
|
||||
'MongoDB\BSON\Binary::getData' => ['string'],
|
||||
'MongoDB\BSON\Binary::getType' => ['int'],
|
||||
@@ -7079,10 +7075,28 @@ return [
|
||||
'MongoDB\BSON\Decimal128::unserialize' => ['void', 'serialized' => 'string'],
|
||||
'MongoDB\BSON\Decimal128::jsonSerialize' => ['mixed'],
|
||||
'MongoDB\BSON\Decimal128Interface::__toString' => ['string'],
|
||||
'MongoDB\BSON\Document::fromBSON' => ['MongoDB\BSON\Document', 'bson' => 'string'],
|
||||
'MongoDB\BSON\Document::fromJSON' => ['MongoDB\BSON\Document', 'json' => 'string'],
|
||||
'MongoDB\BSON\Document::fromPHP' => ['MongoDB\BSON\Document', 'value' => 'object|array'],
|
||||
'MongoDB\BSON\Document::get' => ['mixed', 'key' => 'string'],
|
||||
'MongoDB\BSON\Document::getIterator' => ['MongoDB\BSON\Iterator'],
|
||||
'MongoDB\BSON\Document::has' => ['bool', 'key' => 'string'],
|
||||
'MongoDB\BSON\Document::toPHP' => ['object|array', 'typeMap=' => '?array'],
|
||||
'MongoDB\BSON\Document::toCanonicalExtendedJSON' => ['string'],
|
||||
'MongoDB\BSON\Document::toRelaxedExtendedJSON' => ['string'],
|
||||
'MongoDB\BSON\Document::__toString' => ['string'],
|
||||
'MongoDB\BSON\Document::serialize' => ['string'],
|
||||
'MongoDB\BSON\Document::unserialize' => ['void', 'serialized' => 'string'],
|
||||
'MongoDB\BSON\Int64::__construct' => ['void', 'value' => 'string|int'],
|
||||
'MongoDB\BSON\Int64::__toString' => ['string'],
|
||||
'MongoDB\BSON\Int64::serialize' => ['string'],
|
||||
'MongoDB\BSON\Int64::unserialize' => ['void', 'serialized' => 'string'],
|
||||
'MongoDB\BSON\Int64::jsonSerialize' => ['mixed'],
|
||||
'MongoDB\BSON\Iterator::current' => ['mixed'],
|
||||
'MongoDB\BSON\Iterator::key' => ['string|int'],
|
||||
'MongoDB\BSON\Iterator::next' => ['void'],
|
||||
'MongoDB\BSON\Iterator::rewind' => ['void'],
|
||||
'MongoDB\BSON\Iterator::valid' => ['bool'],
|
||||
'MongoDB\BSON\Javascript::__construct' => ['void', 'code' => 'string', 'scope=' => 'object|array|null'],
|
||||
'MongoDB\BSON\Javascript::getCode' => ['string'],
|
||||
'MongoDB\BSON\Javascript::getScope' => ['?object'],
|
||||
@@ -7107,6 +7121,14 @@ return [
|
||||
'MongoDB\BSON\ObjectId::jsonSerialize' => ['mixed'],
|
||||
'MongoDB\BSON\ObjectIdInterface::getTimestamp' => ['int'],
|
||||
'MongoDB\BSON\ObjectIdInterface::__toString' => ['string'],
|
||||
'MongoDB\BSON\PackedArray::fromPHP' => ['MongoDB\BSON\PackedArray', 'value' => 'array'],
|
||||
'MongoDB\BSON\PackedArray::get' => ['mixed', 'index' => 'int'],
|
||||
'MongoDB\BSON\PackedArray::getIterator' => ['MongoDB\BSON\Iterator'],
|
||||
'MongoDB\BSON\PackedArray::has' => ['bool', 'index' => 'int'],
|
||||
'MongoDB\BSON\PackedArray::toPHP' => ['object|array', 'typeMap=' => '?array'],
|
||||
'MongoDB\BSON\PackedArray::__toString' => ['string'],
|
||||
'MongoDB\BSON\PackedArray::serialize' => ['string'],
|
||||
'MongoDB\BSON\PackedArray::unserialize' => ['void', 'serialized' => 'string'],
|
||||
'MongoDB\BSON\Regex::__construct' => ['void', 'pattern' => 'string', 'flags=' => 'string'],
|
||||
'MongoDB\BSON\Regex::getPattern' => ['string'],
|
||||
'MongoDB\BSON\Regex::getFlags' => ['string'],
|
||||
@@ -7156,6 +7178,7 @@ return [
|
||||
'MongoDB\Driver\ClientEncryption::decrypt' => ['mixed', 'value' => 'MongoDB\BSON\Binary'],
|
||||
'MongoDB\Driver\ClientEncryption::deleteKey' => ['object', 'keyId' => 'MongoDB\BSON\Binary'],
|
||||
'MongoDB\Driver\ClientEncryption::encrypt' => ['MongoDB\BSON\Binary', 'value' => 'mixed', 'options=' => '?array'],
|
||||
'MongoDB\Driver\ClientEncryption::encryptExpression' => ['object', 'expr' => 'object|array', 'options=' => '?array'],
|
||||
'MongoDB\Driver\ClientEncryption::getKey' => ['?object', 'keyId' => 'MongoDB\BSON\Binary'],
|
||||
'MongoDB\Driver\ClientEncryption::getKeyByAltName' => ['?object', 'keyAltName' => 'string'],
|
||||
'MongoDB\Driver\ClientEncryption::getKeys' => ['MongoDB\Driver\Cursor'],
|
||||
@@ -7367,6 +7390,7 @@ return [
|
||||
'MongoDB\Driver\WriteResult::getUpsertedIds' => ['array'],
|
||||
'MongoDB\Driver\WriteResult::getWriteConcernError' => ['?MongoDB\Driver\WriteConcernError'],
|
||||
'MongoDB\Driver\WriteResult::getWriteErrors' => ['array'],
|
||||
'MongoDB\Driver\WriteResult::getErrorReplies' => ['array'],
|
||||
'MongoDB\Driver\WriteResult::isAcknowledged' => ['bool'],
|
||||
'MongoDBRef::create' => ['array', 'collection'=>'string', 'id'=>'mixed', 'database='=>'string'],
|
||||
'MongoDBRef::get' => ['?array', 'db'=>'MongoDB', 'ref'=>'array'],
|
||||
@@ -7615,7 +7639,7 @@ return [
|
||||
'mt_getrandmax' => ['int'],
|
||||
'mt_rand' => ['int', 'min'=>'int', 'max'=>'int'],
|
||||
'mt_rand\'1' => ['int'],
|
||||
'mt_srand' => ['void', 'seed='=>'int', 'mode='=>'int'],
|
||||
'mt_srand' => ['void', 'seed='=>'?int', 'mode='=>'int'],
|
||||
'MultipleIterator::__construct' => ['void', 'flags='=>'int'],
|
||||
'MultipleIterator::attachIterator' => ['void', 'iterator'=>'Iterator', 'info='=>'string|int|null'],
|
||||
'MultipleIterator::containsIterator' => ['bool', 'iterator'=>'Iterator'],
|
||||
@@ -8092,8 +8116,8 @@ return [
|
||||
'MysqlndUhPreparedStatement::__construct' => ['void'],
|
||||
'MysqlndUhPreparedStatement::execute' => ['bool', 'statement'=>'mysqlnd_prepared_statement'],
|
||||
'MysqlndUhPreparedStatement::prepare' => ['bool', 'statement'=>'mysqlnd_prepared_statement', 'query'=>'string'],
|
||||
'natcasesort' => ['bool', '&rw_array'=>'array'],
|
||||
'natsort' => ['bool', '&rw_array'=>'array'],
|
||||
'natcasesort' => ['true', '&rw_array'=>'array'],
|
||||
'natsort' => ['true', '&rw_array'=>'array'],
|
||||
'net_get_interfaces' => ['array<string,array<string,mixed>>|false'],
|
||||
'newrelic_add_custom_parameter' => ['bool', 'key'=>'string', 'value'=>'bool|float|int|string'],
|
||||
'newrelic_add_custom_tracer' => ['bool', 'function_name'=>'string'],
|
||||
@@ -8502,7 +8526,6 @@ return [
|
||||
'OuterIterator::next' => ['void'],
|
||||
'OuterIterator::rewind' => ['void'],
|
||||
'OuterIterator::valid' => ['bool'],
|
||||
'OutOfBoundsException::__clone' => ['void'],
|
||||
'OutOfBoundsException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'OutOfBoundsException::__toString' => ['string'],
|
||||
'OutOfBoundsException::getCode' => ['int'],
|
||||
@@ -8512,7 +8535,6 @@ return [
|
||||
'OutOfBoundsException::getPrevious' => ['?Throwable'],
|
||||
'OutOfBoundsException::getTrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,type?:\'::\'|\'->\',args?:array<mixed>}>'],
|
||||
'OutOfBoundsException::getTraceAsString' => ['string'],
|
||||
'OutOfRangeException::__clone' => ['void'],
|
||||
'OutOfRangeException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'OutOfRangeException::__toString' => ['string'],
|
||||
'OutOfRangeException::getCode' => ['int'],
|
||||
@@ -8539,7 +8561,6 @@ return [
|
||||
'outputformatObj::set' => ['int', 'property_name'=>'string', 'new_value'=>''],
|
||||
'outputformatObj::setOption' => ['void', 'property_name'=>'string', 'new_value'=>'string'],
|
||||
'outputformatObj::validate' => ['int'],
|
||||
'OverflowException::__clone' => ['void'],
|
||||
'OverflowException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'OverflowException::__toString' => ['string'],
|
||||
'OverflowException::getCode' => ['int'],
|
||||
@@ -8631,7 +8652,6 @@ return [
|
||||
'parse_ini_string' => ['array|false', 'ini_string'=>'string', 'process_sections='=>'bool', 'scanner_mode='=>'int'],
|
||||
'parse_str' => ['void', 'string'=>'string', '&w_result'=>'array'],
|
||||
'parse_url' => ['int|string|array|null|false', 'url'=>'string', 'component='=>'int'],
|
||||
'ParseError::__clone' => ['void'],
|
||||
'ParseError::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'ParseError::__toString' => ['string'],
|
||||
'ParseError::getCode' => ['int'],
|
||||
@@ -9363,7 +9383,7 @@ return [
|
||||
'posix_getppid' => ['int'],
|
||||
'posix_getpwnam' => ['array{name: string, passwd: string, uid: int, gid: int, gecos: string, dir: string, shell: string}|false', 'username'=>'string'],
|
||||
'posix_getpwuid' => ['array{name: string, passwd: string, uid: int, gid: int, gecos: string, dir: string, shell: string}|false', 'user_id'=>'int'],
|
||||
'posix_getrlimit' => ['array{"soft core": string, "hard core": string, "soft data": string, "hard data": string, "soft stack": integer, "hard stack": string, "soft totalmem": string, "hard totalmem": string, "soft rss": string, "hard rss": string, "soft maxproc": integer, "hard maxproc": integer, "soft memlock": integer, "hard memlock": integer, "soft cpu": string, "hard cpu": string, "soft filesize": string, "hard filesize": string, "soft openfiles": integer, "hard openfiles": integer}|false'],
|
||||
'posix_getrlimit' => ['array{"soft core": string, "hard core": string, "soft data": string, "hard data": string, "soft stack": integer, "hard stack": string, "soft totalmem": string, "hard totalmem": string, "soft rss": string, "hard rss": string, "soft maxproc": integer, "hard maxproc": integer, "soft memlock": integer, "hard memlock": integer, "soft cpu": string, "hard cpu": string, "soft filesize": string, "hard filesize": string, "soft openfiles": integer, "hard openfiles": integer}|false', 'resource=' => '?int'],
|
||||
'posix_getsid' => ['int|false', 'process_id'=>'int'],
|
||||
'posix_getuid' => ['int'],
|
||||
'posix_initgroups' => ['bool', 'username'=>'string', 'group_id'=>'int'],
|
||||
@@ -9403,7 +9423,7 @@ return [
|
||||
'print' => ['int', 'arg'=>'string'],
|
||||
'print_r' => ['string', 'value'=>'mixed'],
|
||||
'print_r\'1' => ['true', 'value'=>'mixed', 'return='=>'bool'],
|
||||
'printf' => ['int', 'format'=>'string', '...values='=>'string|int|float'],
|
||||
'printf' => ['int<0, max>', 'format'=>'string', '...values='=>'string|int|float'],
|
||||
'proc_close' => ['int', 'process'=>'resource'],
|
||||
'proc_get_status' => ['array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int}', 'process'=>'resource'],
|
||||
'proc_nice' => ['bool', 'priority'=>'int'],
|
||||
@@ -9624,7 +9644,6 @@ return [
|
||||
'random_bytes' => ['non-empty-string', 'length'=>'positive-int'],
|
||||
'random_int' => ['int', 'min'=>'int', 'max'=>'int'],
|
||||
'range' => ['non-empty-array', 'start'=>'string|int|float', 'end'=>'string|int|float', 'step='=>'int<1, max>|float'],
|
||||
'RangeException::__clone' => ['void'],
|
||||
'RangeException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'RangeException::__toString' => ['string'],
|
||||
'RangeException::getCode' => ['int'],
|
||||
@@ -9814,7 +9833,7 @@ return [
|
||||
'RecursiveArrayIterator::next' => ['void'],
|
||||
'RecursiveArrayIterator::offsetExists' => ['bool', 'key'=>'string|int'],
|
||||
'RecursiveArrayIterator::offsetGet' => ['mixed', 'key'=>'string|int'],
|
||||
'RecursiveArrayIterator::offsetSet' => ['void', 'key'=>'string|int', 'value'=>'string'],
|
||||
'RecursiveArrayIterator::offsetSet' => ['void', 'key'=>'string|int|null', 'value'=>'string'],
|
||||
'RecursiveArrayIterator::offsetUnset' => ['void', 'key'=>'string|int'],
|
||||
'RecursiveArrayIterator::rewind' => ['void'],
|
||||
'RecursiveArrayIterator::seek' => ['void', 'offset'=>'int'],
|
||||
@@ -10624,12 +10643,10 @@ return [
|
||||
'ReflectionMethod::isVariadic' => ['bool'],
|
||||
'ReflectionMethod::returnsReference' => ['bool'],
|
||||
'ReflectionMethod::setAccessible' => ['void', 'accessible'=>'bool'],
|
||||
'ReflectionNamedType::__clone' => ['void'],
|
||||
'ReflectionNamedType::__toString' => ['string'],
|
||||
'ReflectionNamedType::allowsNull' => ['bool'],
|
||||
'ReflectionNamedType::getName' => ['string'],
|
||||
'ReflectionNamedType::isBuiltin' => ['bool'],
|
||||
'ReflectionObject::__clone' => ['void'],
|
||||
'ReflectionObject::__construct' => ['void', 'object'=>'object'],
|
||||
'ReflectionObject::__toString' => ['string'],
|
||||
'ReflectionObject::getConstant' => ['mixed', 'name'=>'string'],
|
||||
@@ -10814,7 +10831,7 @@ return [
|
||||
'RRDGraph::setOptions' => ['void', 'options'=>'array'],
|
||||
'RRDUpdater::__construct' => ['void', 'path'=>'string'],
|
||||
'RRDUpdater::update' => ['bool', 'values'=>'array', 'time='=>'string'],
|
||||
'rsort' => ['bool', '&rw_array'=>'array', 'flags='=>'int'],
|
||||
'rsort' => ['true', '&rw_array'=>'array', 'flags='=>'int'],
|
||||
'rtrim' => ['string', 'string'=>'string', 'characters='=>'string'],
|
||||
'runkit7_constant_add' => ['bool', 'constant_name'=>'string', 'value'=>'mixed', 'new_visibility='=>'int'],
|
||||
'runkit7_constant_redefine' => ['bool', 'constant_name'=>'string', 'value'=>'mixed', 'new_visibility='=>'?int'],
|
||||
@@ -10861,7 +10878,6 @@ return [
|
||||
'Runkit_Sandbox_Parent::__construct' => ['void'],
|
||||
'runkit_superglobals' => ['array'],
|
||||
'runkit_zval_inspect' => ['array', 'value'=>'mixed'],
|
||||
'RuntimeException::__clone' => ['void'],
|
||||
'RuntimeException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'RuntimeException::__toString' => ['string'],
|
||||
'RuntimeException::getCode' => ['int'],
|
||||
@@ -11303,7 +11319,7 @@ return [
|
||||
'SimpleXMLElement::getNamespaces' => ['array<string,string>', 'recursive='=>'bool'],
|
||||
'SimpleXMLElement::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'SimpleXMLElement::offsetGet' => ['SimpleXMLElement', 'offset'=>'int|string'],
|
||||
'SimpleXMLElement::offsetSet' => ['void', 'offset'=>'int|string', 'value'=>'mixed'],
|
||||
'SimpleXMLElement::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'SimpleXMLElement::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'SimpleXMLElement::registerXPathNamespace' => ['bool', 'prefix'=>'string', 'namespace'=>'string'],
|
||||
'SimpleXMLElement::saveXML' => ['string|bool', 'filename='=>'?string'],
|
||||
@@ -12721,7 +12737,7 @@ return [
|
||||
'sqlsrv_send_stream_data' => ['bool', 'stmt'=>'resource'],
|
||||
'sqlsrv_server_info' => ['array', 'conn'=>'resource'],
|
||||
'sqrt' => ['float', 'num'=>'float'],
|
||||
'srand' => ['void', 'seed='=>'int', 'mode='=>'int'],
|
||||
'srand' => ['void', 'seed='=>'?int', 'mode='=>'int'],
|
||||
'sscanf' => ['list<float|int|string|null>|int|null', 'string'=>'string', 'format'=>'string', '&...w_vars='=>'string|int|float|null'],
|
||||
'ssdeep_fuzzy_compare' => ['int', 'signature1'=>'string', 'signature2'=>'string'],
|
||||
'ssdeep_fuzzy_hash' => ['string', 'to_hash'=>'string'],
|
||||
@@ -13616,10 +13632,10 @@ return [
|
||||
'Thread::merge' => ['bool', 'from'=>'', 'overwrite='=>'mixed'],
|
||||
'Thread::notify' => ['bool'],
|
||||
'Thread::notifyOne' => ['bool'],
|
||||
'Thread::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'Thread::offsetGet' => ['mixed', 'offset'=>'mixed'],
|
||||
'Thread::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'Thread::offsetUnset' => ['void', 'offset'=>'mixed'],
|
||||
'Thread::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'Thread::offsetGet' => ['mixed', 'offset'=>'int|string'],
|
||||
'Thread::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Thread::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'Thread::pop' => ['bool'],
|
||||
'Thread::run' => ['void'],
|
||||
'Thread::setGarbage' => ['void'],
|
||||
@@ -13645,10 +13661,10 @@ return [
|
||||
'Threaded::merge' => ['bool', 'from'=>'mixed', 'overwrite='=>'bool'],
|
||||
'Threaded::notify' => ['bool'],
|
||||
'Threaded::notifyOne' => ['bool'],
|
||||
'Threaded::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'Threaded::offsetGet' => ['mixed', 'offset'=>'mixed'],
|
||||
'Threaded::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'Threaded::offsetUnset' => ['void', 'offset'=>'mixed'],
|
||||
'Threaded::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'Threaded::offsetGet' => ['mixed', 'offset'=>'int|string'],
|
||||
'Threaded::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Threaded::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'Threaded::pop' => ['bool'],
|
||||
'Threaded::run' => ['void'],
|
||||
'Threaded::setGarbage' => ['void'],
|
||||
@@ -13973,7 +13989,6 @@ return [
|
||||
'transliterator_transliterate' => ['string|false', 'transliterator'=>'Transliterator|string', 'string'=>'string', 'start='=>'int', 'end='=>'int'],
|
||||
'trigger_error' => ['bool', 'message'=>'string', 'error_level='=>'256|512|1024|16384'],
|
||||
'trim' => ['string', 'string'=>'string', 'characters='=>'string'],
|
||||
'TypeError::__clone' => ['void'],
|
||||
'TypeError::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'TypeError::__toString' => ['string'],
|
||||
'TypeError::getCode' => ['int'],
|
||||
@@ -14196,7 +14211,6 @@ return [
|
||||
'ui\window::setTitle' => ['', 'title'=>'string'],
|
||||
'uksort' => ['true', '&rw_array'=>'array', 'callback'=>'callable(mixed,mixed):int'],
|
||||
'umask' => ['int', 'mask='=>'?int'],
|
||||
'UnderflowException::__clone' => ['void'],
|
||||
'UnderflowException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'UnderflowException::__toString' => ['string'],
|
||||
'UnderflowException::getCode' => ['int'],
|
||||
@@ -14206,7 +14220,6 @@ return [
|
||||
'UnderflowException::getPrevious' => ['?Throwable'],
|
||||
'UnderflowException::getTrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,type?:\'::\'|\'->\',args?:array<mixed>}>'],
|
||||
'UnderflowException::getTraceAsString' => ['string'],
|
||||
'UnexpectedValueException::__clone' => ['void'],
|
||||
'UnexpectedValueException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable'],
|
||||
'UnexpectedValueException::__toString' => ['string'],
|
||||
'UnexpectedValueException::getCode' => ['int'],
|
||||
@@ -14364,7 +14377,7 @@ return [
|
||||
'VarnishStat::getSnapshot' => ['array'],
|
||||
'version_compare' => ['bool', 'version1'=>'string', 'version2'=>'string', 'operator'=>'\'<\'|\'lt\'|\'<=\'|\'le\'|\'>\'|\'gt\'|\'>=\'|\'ge\'|\'==\'|\'=\'|\'eq\'|\'!=\'|\'<>\'|\'ne\''],
|
||||
'version_compare\'1' => ['int', 'version1'=>'string', 'version2'=>'string'],
|
||||
'vfprintf' => ['int', 'stream'=>'resource', 'format'=>'string', 'values'=>'array'],
|
||||
'vfprintf' => ['int<0, max>', 'stream'=>'resource', 'format'=>'string', 'values'=>'array<string|int|float>'],
|
||||
'virtual' => ['bool', 'uri'=>'string'],
|
||||
'vpopmail_add_alias_domain' => ['bool', 'domain'=>'string', 'aliasdomain'=>'string'],
|
||||
'vpopmail_add_alias_domain_ex' => ['bool', 'olddomain'=>'string', 'newdomain'=>'string'],
|
||||
@@ -14383,8 +14396,8 @@ return [
|
||||
'vpopmail_error' => ['string'],
|
||||
'vpopmail_passwd' => ['bool', 'user'=>'string', 'domain'=>'string', 'password'=>'string', 'apop='=>'bool'],
|
||||
'vpopmail_set_user_quota' => ['bool', 'user'=>'string', 'domain'=>'string', 'quota'=>'string'],
|
||||
'vprintf' => ['int', 'format'=>'string', 'values'=>'array'],
|
||||
'vsprintf' => ['string', 'format'=>'string', 'values'=>'array'],
|
||||
'vprintf' => ['int<0, max>', 'format'=>'string', 'values'=>'array<string|int|float>'],
|
||||
'vsprintf' => ['string', 'format'=>'string', 'values'=>'array<string|int|float>'],
|
||||
'Vtiful\Kernel\Chart::__construct' => ['void', 'handle'=>'resource', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Chart::axisNameX' => ['Vtiful\Kernel\Chart', 'name'=>'string'],
|
||||
'Vtiful\Kernel\Chart::axisNameY' => ['Vtiful\Kernel\Chart', 'name'=>'string'],
|
||||
@@ -14570,10 +14583,10 @@ return [
|
||||
'Worker::merge' => ['bool', 'from'=>'', 'overwrite='=>'mixed'],
|
||||
'Worker::notify' => ['bool'],
|
||||
'Worker::notifyOne' => ['bool'],
|
||||
'Worker::offsetExists' => ['bool', 'offset'=>'mixed'],
|
||||
'Worker::offsetGet' => ['mixed', 'offset'=>'mixed'],
|
||||
'Worker::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'],
|
||||
'Worker::offsetUnset' => ['void', 'offset'=>'mixed'],
|
||||
'Worker::offsetExists' => ['bool', 'offset'=>'int|string'],
|
||||
'Worker::offsetGet' => ['mixed', 'offset'=>'int|string'],
|
||||
'Worker::offsetSet' => ['void', 'offset'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Worker::offsetUnset' => ['void', 'offset'=>'int|string'],
|
||||
'Worker::pop' => ['bool'],
|
||||
'Worker::run' => ['void'],
|
||||
'Worker::setGarbage' => ['void'],
|
||||
@@ -14903,10 +14916,10 @@ return [
|
||||
'Yaf\Config\Ini::get' => ['mixed', 'name='=>'mixed'],
|
||||
'Yaf\Config\Ini::key' => ['int|string'],
|
||||
'Yaf\Config\Ini::next' => ['void'],
|
||||
'Yaf\Config\Ini::offsetExists' => ['bool', 'name'=>'mixed'],
|
||||
'Yaf\Config\Ini::offsetGet' => ['mixed', 'name'=>'mixed'],
|
||||
'Yaf\Config\Ini::offsetSet' => ['void', 'name'=>'mixed', 'value'=>'mixed'],
|
||||
'Yaf\Config\Ini::offsetUnset' => ['void', 'name'=>'mixed'],
|
||||
'Yaf\Config\Ini::offsetExists' => ['bool', 'name'=>'int|string'],
|
||||
'Yaf\Config\Ini::offsetGet' => ['mixed', 'name'=>'int|string'],
|
||||
'Yaf\Config\Ini::offsetSet' => ['void', 'name'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Yaf\Config\Ini::offsetUnset' => ['void', 'name'=>'int|string'],
|
||||
'Yaf\Config\Ini::readonly' => ['bool'],
|
||||
'Yaf\Config\Ini::rewind' => ['void'],
|
||||
'Yaf\Config\Ini::set' => ['Yaf\Config_Abstract', 'name'=>'string', 'value'=>'mixed'],
|
||||
@@ -14921,10 +14934,10 @@ return [
|
||||
'Yaf\Config\Simple::get' => ['mixed', 'name='=>'mixed'],
|
||||
'Yaf\Config\Simple::key' => ['int|string'],
|
||||
'Yaf\Config\Simple::next' => ['void'],
|
||||
'Yaf\Config\Simple::offsetExists' => ['bool', 'name'=>'mixed'],
|
||||
'Yaf\Config\Simple::offsetGet' => ['mixed', 'name'=>'mixed'],
|
||||
'Yaf\Config\Simple::offsetSet' => ['void', 'name'=>'mixed', 'value'=>'mixed'],
|
||||
'Yaf\Config\Simple::offsetUnset' => ['void', 'name'=>'mixed'],
|
||||
'Yaf\Config\Simple::offsetExists' => ['bool', 'name'=>'int|string'],
|
||||
'Yaf\Config\Simple::offsetGet' => ['mixed', 'name'=>'int|string'],
|
||||
'Yaf\Config\Simple::offsetSet' => ['void', 'name'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Yaf\Config\Simple::offsetUnset' => ['void', 'name'=>'int|string'],
|
||||
'Yaf\Config\Simple::readonly' => ['bool'],
|
||||
'Yaf\Config\Simple::rewind' => ['void'],
|
||||
'Yaf\Config\Simple::set' => ['Yaf\Config_Abstract', 'name'=>'string', 'value'=>'mixed'],
|
||||
@@ -15191,10 +15204,10 @@ return [
|
||||
'Yaf\Session::has' => ['bool', 'name'=>'string'],
|
||||
'Yaf\Session::key' => ['int|string'],
|
||||
'Yaf\Session::next' => ['void'],
|
||||
'Yaf\Session::offsetExists' => ['bool', 'name'=>'mixed'],
|
||||
'Yaf\Session::offsetGet' => ['mixed', 'name'=>'mixed'],
|
||||
'Yaf\Session::offsetSet' => ['void', 'name'=>'mixed', 'value'=>'mixed'],
|
||||
'Yaf\Session::offsetUnset' => ['void', 'name'=>'mixed'],
|
||||
'Yaf\Session::offsetExists' => ['bool', 'name'=>'int|string'],
|
||||
'Yaf\Session::offsetGet' => ['mixed', 'name'=>'int|string'],
|
||||
'Yaf\Session::offsetSet' => ['void', 'name'=>'int|string|null', 'value'=>'mixed'],
|
||||
'Yaf\Session::offsetUnset' => ['void', 'name'=>'int|string'],
|
||||
'Yaf\Session::rewind' => ['void'],
|
||||
'Yaf\Session::set' => ['Yaf\Session|false', 'name'=>'string', 'value'=>'mixed'],
|
||||
'Yaf\Session::start' => ['Yaf\Session'],
|
||||
|
||||
Reference in New Issue
Block a user