mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Update function signatures from Phan
This commit is contained in:
parent
77da5ca99e
commit
967e372e25
@ -57,8 +57,6 @@ return [
|
||||
'acos' => ['float', 'number'=>'float'],
|
||||
'acosh' => ['float', 'number'=>'float'],
|
||||
'addcslashes' => ['string', 'str'=>'string', 'charlist'=>'string'],
|
||||
'addFill' => ['SWFFill', 'bitmap'=>'SWFBitmap', 'flags='=>'int'],
|
||||
'addFill' => ['SWFFill', 'gradient'=>'SWFGradient', 'flags='=>'int'],
|
||||
'addslashes' => ['string', 'str'=>'string'],
|
||||
'aggregate_methods_by_list' => ['', 'object'=>'object', 'class_name'=>'string', 'methods_list'=>'array', 'exclude='=>'bool'],
|
||||
'aggregate_methods_by_regexp' => ['', 'object'=>'object', 'class_name'=>'string', 'regexp'=>'string', 'exclude='=>'bool'],
|
||||
@ -92,7 +90,7 @@ return [
|
||||
'apc_delete_file' => ['', 'keys'=>''],
|
||||
'apc_delete' => ['bool', 'key'=>'string|string[]|APCIterator'],
|
||||
'apc_exists' => ['bool', 'keys'=>'string'],
|
||||
'apc_exists' => ['array', 'keys'=>'string[]'],
|
||||
'apc_exists\1' => ['array', 'keys'=>'string[]'],
|
||||
'apc_fetch' => ['', 'key'=>'', '&success='=>'bool'],
|
||||
'apc_inc' => ['int', 'key'=>'string', 'step='=>'int', '&success='=>'bool'],
|
||||
'APCIterator::__construct' => ['APCIterator', 'cache'=>'string', 'search='=>'', 'format='=>'int', 'chunk_size='=>'int', 'list='=>'int'],
|
||||
@ -268,21 +266,21 @@ return [
|
||||
'atanh' => ['float', 'number'=>'float'],
|
||||
'BadFunctionCallException::__clone' => ['Throwable|BadFunctionCallException'],
|
||||
'BadFunctionCallException::__construct' => ['BadFunctionCallException', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|BadFunctionCallException|null'],
|
||||
'BadFunctionCallException::__construct' => ['BadMethodCallException', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|BadMethodCallException|null'],
|
||||
'BadFunctionCallException::getCode' => ['int'],
|
||||
'BadFunctionCallException::getFile' => ['string'],
|
||||
'BadFunctionCallException::getLine' => ['int'],
|
||||
'BadFunctionCallException::getMessage' => ['string'],
|
||||
'BadFunctionCallException::getPrevious' => ['Throwable|BadFunctionCallException'],
|
||||
'BadFunctionCallException::getPrevious' => ['Throwable|BadFunctionCallException|null'],
|
||||
'BadFunctionCallException::getTrace' => ['array'],
|
||||
'BadFunctionCallException::getTraceAsString' => ['string'],
|
||||
'BadFunctionCallException::__toString' => ['string'],
|
||||
'BadMethodCallException::__clone' => ['Throwable|BadMethodCallException'],
|
||||
'BadMethodCallException::__construct' => ['BadMethodCallException', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|BadMethodCallException|null'],
|
||||
'BadMethodCallException::getCode' => ['int'],
|
||||
'BadMethodCallException::getFile' => ['string'],
|
||||
'BadMethodCallException::getLine' => ['int'],
|
||||
'BadMethodCallException::getMessage' => ['string'],
|
||||
'BadMethodCallException::getPrevious' => ['Throwable|BadMethodCallException'],
|
||||
'BadMethodCallException::getPrevious' => ['Throwable|BadMethodCallException|null'],
|
||||
'BadMethodCallException::getTrace' => ['array'],
|
||||
'BadMethodCallException::getTraceAsString' => ['string'],
|
||||
'BadMethodCallException::__toString' => ['string'],
|
||||
@ -360,16 +358,16 @@ return [
|
||||
'BSON\UTCDatetime::__construct' => ['', 'milliseconds'=>'string'],
|
||||
'BSON\UTCDatetime::toDateTime' => [''],
|
||||
'BSON\UTCDatetime::__toString' => ['string'],
|
||||
'bzclose' => ['int', 'bz'=>''],
|
||||
'bzclose' => ['int', 'bz'=>'resource'],
|
||||
'bzcompress' => ['string', 'source'=>'string', 'blocksize100k='=>'int', 'workfactor='=>'int'],
|
||||
'bzdecompress' => ['string', 'source'=>'string', 'small='=>'int'],
|
||||
'bzerrno' => ['int', 'bz'=>''],
|
||||
'bzerror' => ['array', 'bz'=>''],
|
||||
'bzerrstr' => ['string', 'bz'=>''],
|
||||
'bzflush' => ['int', 'bz'=>''],
|
||||
'bzopen' => ['resource', 'file|fp'=>'string|int', 'mode'=>'string'],
|
||||
'bzread' => ['string', 'bz'=>'', 'length='=>'int'],
|
||||
'bzwrite' => ['int', 'bz'=>'', 'data'=>'string', 'length='=>'int'],
|
||||
'bzerrno' => ['int', 'bz'=>'resource'],
|
||||
'bzerror' => ['array', 'bz'=>'resource'],
|
||||
'bzerrstr' => ['string', 'bz'=>'resource'],
|
||||
'bzflush' => ['int', 'bz'=>'resource'],
|
||||
'bzopen' => ['resource', 'file'=>'string|resource', 'mode'=>'string'],
|
||||
'bzread' => ['string', 'bz'=>'resource', 'length='=>'int'],
|
||||
'bzwrite' => ['int', 'bz'=>'resource', 'data'=>'string', 'length='=>'int'],
|
||||
'CachingIterator::__construct' => ['CachingIterator', 'it'=>'iterator', 'flags='=>''],
|
||||
'CachingIterator::count' => ['int'],
|
||||
'CachingIterator::current' => [''],
|
||||
@ -848,6 +846,7 @@ return [
|
||||
'Closure::call' => ['Closure', 'to'=>'object', 'parameter='=>'', '...='=>''],
|
||||
'Closure::__construct' => [''],
|
||||
'Closure::__invoke' => ['', '...=' => ''],
|
||||
'Closure::fromCallable' => ['Closure', 'callable'=>'callable'],
|
||||
'Collator::asort' => ['bool', 'arr'=>'array', 'sort_flag='=>'int'],
|
||||
'collator_asort' => ['bool', 'coll='=>'collator', 'arr'=>'array', 'sort_flag='=>'int'],
|
||||
'collator_compare' => ['int', 'coll'=>'collator', 'str1'=>'string', 'str2'=>'string'],
|
||||
@ -1049,6 +1048,7 @@ return [
|
||||
'curl_init' => ['resource', 'url='=>'string'],
|
||||
'curl_multi_add_handle' => ['int', 'mh'=>'resource', 'ch'=>''],
|
||||
'curl_multi_close' => ['', 'mh'=>'resource'],
|
||||
'curl_multi_errno' => ['int', 'mh'=>'resource'],
|
||||
'curl_multi_exec' => ['int', 'mh'=>'resource', '&still_running'=>'int'],
|
||||
'curl_multi_getcontent' => ['string', 'ch'=>'resource'],
|
||||
'curl_multi_info_read' => ['array', 'mh'=>'resource', 'msgs_in_queue='=>'int'],
|
||||
@ -1062,8 +1062,10 @@ return [
|
||||
'curl_setopt_array' => ['bool', 'ch'=>'resource', 'options'=>'array'],
|
||||
'curl_setopt' => ['bool', 'ch'=>'resource', 'option'=>'int', 'value'=>''],
|
||||
'curl_share_close' => ['', 'sh'=>'resource'],
|
||||
'curl_share_errno' => ['int', 'sh'=>'resource'],
|
||||
'curl_share_init' => ['resource'],
|
||||
'curl_share_setopt' => ['bool', 'sh'=>'resource', 'option'=>'int', 'value'=>''],
|
||||
'curl_share_strerror' => ['string', 'code'=>'int'],
|
||||
'curl_strerror' => ['string', 'code'=>'int'],
|
||||
'curl_unescape' => ['string', 'ch'=>'resource', 'str'=>'string'],
|
||||
'curl_version' => ['array', 'version='=>'int'],
|
||||
@ -1143,8 +1145,11 @@ return [
|
||||
'DateTimeImmutable::setTimezone' => ['DateTimeImmutable', 'timezone'=>'DateTimeZone'],
|
||||
'DateTimeImmutable::sub' => ['DateTimeImmutable', 'interval'=>'DateInterval'],
|
||||
'DateTimeImmutable::__wakeup' => ['DateTimeImmutable'],
|
||||
'DateTimeInterface::getTimeZone' => ['DateTimeZone', 'obj'=>'DateTime'],
|
||||
'DateTimeInterface::getTimeStamp' => ['int', 'obj'=>'DateTime'],
|
||||
'DateTimeInterface::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'],
|
||||
'DateTimeInterface::getOffset' => ['int'],
|
||||
'DateTimeInterface::format' => ['string|false', 'format'=>'string'],
|
||||
'DateTimeInterface::getTimezone' => ['DateTimeZone'],
|
||||
'DateTimeInterface::getTimestamp' => ['int'],
|
||||
'DateTime::modify' => ['DateTime', 'modify'=>'string'],
|
||||
'DateTime::setDate' => ['DateTime', 'year'=>'int', 'month'=>'int', 'day'=>'int'],
|
||||
'DateTime::setISODate' => ['DateTime', 'year'=>'int', 'week'=>'int', 'day='=>'int'],
|
||||
@ -1365,8 +1370,8 @@ return [
|
||||
'dl' => ['int', 'extension_filename'=>'string'],
|
||||
'dngettext' => ['string', 'domain'=>'string', 'msgid1'=>'string', 'msgid2'=>'string', 'count'=>'int'],
|
||||
'dns_check_record' => ['bool', 'host'=>'string', 'type'=>'string'],
|
||||
'dns_get_mx' => ['bool', 'hostname'=>'string', 'mxhosts'=>'array', 'weight'=>'array'],
|
||||
'dns_get_record' => ['array|false', 'hostname'=>'string', 'type='=>'int', 'authns='=>'array', 'addtl='=>'array'],
|
||||
'dns_get_mx' => ['bool', 'hostname'=>'string', '&mxhosts'=>'array', '&weight'=>'array'],
|
||||
'dns_get_record' => ['array|false', 'hostname'=>'string', 'type='=>'int', '&authns='=>'array', '&addtl='=>'array', 'raw='=>'bool'],
|
||||
'DomainException::__clone' => ['Throwable|DomainException'],
|
||||
'DomainException::__construct' => ['DomainException', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|DomainException|null'],
|
||||
'DomainException::getCode' => ['int'],
|
||||
@ -1408,8 +1413,8 @@ return [
|
||||
'DOMDocument::getElementsByTagNameNS' => ['DOMNodeList', 'namespaceuri'=>'string', 'localname'=>'string'],
|
||||
'DOMDocument::importNode' => ['DOMNode', 'importednode'=>'domnode', 'deep='=>'bool'],
|
||||
'DOMDocument::load' => ['', 'filename'=>'string', 'options='=>'int'],
|
||||
'DOMDocument::loadHTML' => ['bool', 'source'=>'string'],
|
||||
'DOMDocument::loadHTMLFile' => ['bool', 'filename'=>'string'],
|
||||
'DOMDocument::loadHTML' => ['bool', 'source'=>'string', 'options='=>'int'],
|
||||
'DOMDocument::loadHTMLFile' => ['bool', 'filename'=>'string', 'options='=>'int'],
|
||||
'DOMDocument::loadXML' => ['', 'source'=>'string', 'options='=>'int'],
|
||||
'DOMDocument::normalizeDocument' => [''],
|
||||
'DOMDocument::registerNodeClass' => ['bool', 'baseclass'=>'string', 'extendedclass'=>'string'],
|
||||
@ -1722,15 +1727,15 @@ return [
|
||||
'event_buffer_free' => ['', 'bevent'=>''],
|
||||
'EventBuffer::freeze' => ['bool', 'at_front'=>'bool'],
|
||||
'EventBuffer::lock' => ['void'],
|
||||
'event_buffer_new' => ['resource', 'stream'=>'', 'readcb'=>'', 'writecb'=>'', 'errorcb'=>'', 'arg='=>''],
|
||||
'event_buffer_new' => ['resource', 'stream'=>'resource', 'readcb'=>'', 'writecb'=>'', 'errorcb'=>'', 'arg='=>''],
|
||||
'EventBuffer::prepend' => ['bool', 'data'=>'string'],
|
||||
'EventBuffer::prependBuffer' => ['bool', 'buf'=>'EventBuffer'],
|
||||
'event_buffer_priority_set' => ['bool', 'bevent'=>'', 'priority'=>'int'],
|
||||
'EventBuffer::pullup' => ['string', 'size'=>'int'],
|
||||
'EventBuffer::read' => ['int', 'fd'=>'mixed', 'howmuch'=>'int'],
|
||||
'EventBuffer::read\1' => ['string', 'max_bytes'=>'int'],
|
||||
'EventBuffer::readLine' => ['string', 'eol_style'=>'int'],
|
||||
'event_buffer_read' => ['string', 'bevent'=>'', 'data_size'=>'int'],
|
||||
'EventBuffer::read' => ['string', 'max_bytes'=>'int'],
|
||||
'EventBuffer::searchEol' => ['mixed', 'start='=>'int', 'eol_style='=>'int'],
|
||||
'EventBuffer::search' => ['mixed', 'what'=>'string', 'start='=>'int', 'end='=>'int'],
|
||||
'event_buffer_set_callback' => ['bool', 'event'=>'', 'readcb'=>'', 'writecb'=>'', 'errorcb'=>'', 'arg='=>''],
|
||||
@ -1781,8 +1786,6 @@ return [
|
||||
'EventHttpRequest::addHeader' => ['bool', 'key'=>'string', 'value'=>'string', 'type'=>'int'],
|
||||
'EventHttpRequest::cancel' => ['void'],
|
||||
'EventHttpRequest::clearHeaders' => ['void'],
|
||||
'EventHttpRequest::closeConnection' => ['EventBufferEvent'],
|
||||
'EventHttpRequest::closeConnection' => ['EventHttpConnection'],
|
||||
'EventHttpRequest::closeConnection' => ['void'],
|
||||
'EventHttpRequest::__construct' => ['', 'callback'=>'callable', 'data='=>'mixed'],
|
||||
'EventHttpRequest::findHeader' => ['void', 'key'=>'string', 'type'=>'string'],
|
||||
@ -2145,7 +2148,7 @@ return [
|
||||
'fbsql_table_name' => ['string', 'result'=>'', 'index'=>'int'],
|
||||
'fbsql_username' => ['string', 'link_identifier'=>'', 'username='=>'string'],
|
||||
'fbsql_warnings' => ['bool', 'onoff='=>'bool'],
|
||||
'fclose' => ['bool', 'fp'=>''],
|
||||
'fclose' => ['bool', 'fp'=>'resource'],
|
||||
'fdf_add_doc_javascript' => ['bool', 'fdf_document'=>'', 'script_name'=>'string', 'script_code'=>'string'],
|
||||
'fdf_add_template' => ['bool', 'fdf_document'=>'', 'newpage'=>'int', 'filename'=>'string', 'template'=>'string', 'rename'=>'int'],
|
||||
'fdf_close' => ['', 'fdf_document'=>''],
|
||||
@ -2181,12 +2184,12 @@ return [
|
||||
'fdf_set_target_frame' => ['bool', 'fdf_document'=>'', 'frame_name'=>'string'],
|
||||
'fdf_set_value' => ['bool', 'fdf_document'=>'', 'fieldname'=>'string', 'value'=>'', 'isname='=>'int'],
|
||||
'fdf_set_version' => ['bool', 'fdf_document'=>'', 'version'=>'string'],
|
||||
'feof' => ['bool', 'fp'=>''],
|
||||
'fflush' => ['bool', 'fp'=>''],
|
||||
'fgetc' => ['string|false', 'fp'=>''],
|
||||
'fgetcsv' => ['array|false|null', 'fp'=>'', 'length='=>'int', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'],
|
||||
'fgetss' => ['string|false', 'fp'=>'', 'length='=>'int', 'allowable_tags='=>'string'],
|
||||
'fgets' => ['string|false', 'fp'=>'', 'length='=>'int'],
|
||||
'feof' => ['bool', 'fp'=>'resource'],
|
||||
'fflush' => ['bool', 'fp'=>'resource'],
|
||||
'fgetc' => ['string|false', 'fp'=>'resource'],
|
||||
'fgetcsv' => ['array|false|null', 'fp'=>'resource', 'length='=>'int', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'],
|
||||
'fgetss' => ['string|false', 'fp'=>'resource', 'length='=>'int', 'allowable_tags='=>'string'],
|
||||
'fgets' => ['string|false', 'fp'=>'resource', 'length='=>'int'],
|
||||
'file' => ['string[]|false', 'filename'=>'string', 'flags='=>'int', 'context='=>''],
|
||||
'fileatime' => ['int|false', 'filename'=>'string'],
|
||||
'filectime' => ['int|false', 'filename'=>'string'],
|
||||
@ -2206,7 +2209,7 @@ return [
|
||||
'filepro_rowcount' => ['int'],
|
||||
'file_put_contents' => ['int', 'file'=>'string', 'data'=>'', 'flags='=>'int', 'context='=>''],
|
||||
'filesize' => ['int|false', 'filename'=>'string'],
|
||||
'FilesystemIterator::__construct' => ['FilesystemIterator', 'path'=>'string', 'flags'=>'int'],
|
||||
'FilesystemIterator::__construct' => ['FilesystemIterator', 'path'=>'string', 'flags='=>'int'],
|
||||
'FilesystemIterator::current' => ['string'],
|
||||
'FilesystemIterator::getFlags' => ['int'],
|
||||
'FilesystemIterator::key' => ['string'],
|
||||
@ -2237,7 +2240,7 @@ return [
|
||||
'finfo_open' => ['resource', 'options='=>'int', 'arg='=>'string'],
|
||||
'finfo_set_flags' => ['bool', 'finfo'=>'resource', 'options'=>'int'],
|
||||
'floatval' => ['float', 'var'=>''],
|
||||
'flock' => ['bool', 'fp'=>'', 'operation'=>'int', '&wouldblock='=>'int'],
|
||||
'flock' => ['bool', 'fp'=>'resource', 'operation'=>'int', '&wouldblock='=>'int'],
|
||||
'floor' => ['float', 'number'=>'float'],
|
||||
'flush' => [''],
|
||||
'fmod' => ['float', 'x'=>'float', 'y'=>'float'],
|
||||
@ -2245,19 +2248,18 @@ return [
|
||||
'fopen' => ['resource|false', 'filename'=>'string', 'mode'=>'string', 'use_include_path='=>'bool', 'context='=>''],
|
||||
'forward_static_call_array' => ['', 'function'=>'callable', 'parameters'=>'array'],
|
||||
'forward_static_call' => ['', 'function'=>'callable', 'parameter='=>'', '...='=>''],
|
||||
'fpassthru' => ['int', 'fp'=>''],
|
||||
'fprintf' => ['int', 'stream'=>'', 'format'=>'string', 'arg1='=>'', '...='=>''],
|
||||
'fputcsv' => ['int', 'fp'=>'', 'fields'=>'array', 'delimiter='=>'string', 'enclosure='=>'string', 'escape_char='=>'string'],
|
||||
'fputs' => ['int', 'fp'=>'', 'str'=>'string', 'length='=>'int'],
|
||||
'fread' => ['string', 'fp'=>'', 'length'=>'int'],
|
||||
'fpassthru' => ['int', 'fp'=>'resource'],
|
||||
'fprintf' => ['int', 'stream'=>'resource', 'format'=>'string', 'arg1='=>'', '...='=>''],
|
||||
'fputcsv' => ['int', 'fp'=>'resource', 'fields'=>'array', 'delimiter='=>'string', 'enclosure='=>'string', 'escape_char='=>'string'],
|
||||
'fputs' => ['int', 'fp'=>'resource', 'str'=>'string', 'length='=>'int'],
|
||||
'fread' => ['string', 'fp'=>'resource', 'length'=>'int'],
|
||||
'frenchtojd' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'FrenchToJD' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'fribidi_log2vis' => ['string', 'str'=>'string', 'direction'=>'string', 'charset'=>'int'],
|
||||
'fscanf' => ['', 'stream'=>'', 'format'=>'string', '...='=>'string'],
|
||||
'fseek' => ['int', 'fp'=>'', 'offset'=>'int', 'whence='=>'int'],
|
||||
'fscanf' => ['array|int', 'stream'=>'resource', 'format'=>'string', '&...vars='=>'string|int|float'],
|
||||
'fseek' => ['int', 'fp'=>'resource', 'offset'=>'int', 'whence='=>'int'],
|
||||
'fsockopen' => ['resource', 'hostname'=>'string', 'port='=>'int', '&errno='=>'int', '&errstr='=>'string', 'timeout='=>'float'],
|
||||
'fstat' => ['array', 'fp'=>''],
|
||||
'ftell' => ['int', 'fp'=>''],
|
||||
'fstat' => ['array', 'fp'=>'resource'],
|
||||
'ftell' => ['int', 'fp'=>'resource'],
|
||||
'ftok' => ['int', 'pathname'=>'string', 'proj'=>'string'],
|
||||
'ftp_alloc' => ['bool', 'stream'=>'resource', 'size'=>'int', 'response='=>'string'],
|
||||
'ftp_cdup' => ['bool', 'stream'=>'resource'],
|
||||
@ -2267,16 +2269,16 @@ return [
|
||||
'ftp_connect' => ['resource', 'host'=>'string', 'port='=>'int', 'timeout='=>'int'],
|
||||
'ftp_delete' => ['bool', 'stream'=>'resource', 'file'=>'string'],
|
||||
'ftp_exec' => ['bool', 'stream'=>'resource', 'command'=>'string'],
|
||||
'ftp_fget' => ['bool', 'stream'=>'resource', 'fp'=>'', 'remote_file'=>'string', 'mode'=>'int', 'resumepos='=>'int'],
|
||||
'ftp_fput' => ['bool', 'stream'=>'resource', 'remote_file'=>'string', 'fp'=>'', 'mode'=>'int', 'startpos='=>'int'],
|
||||
'ftp_fget' => ['bool', 'stream'=>'resource', 'fp'=>'resource', 'remote_file'=>'string', 'mode'=>'int', 'resumepos='=>'int'],
|
||||
'ftp_fput' => ['bool', 'stream'=>'resource', 'remote_file'=>'string', 'fp'=>'resource', 'mode'=>'int', 'startpos='=>'int'],
|
||||
'ftp_get' => ['bool', 'stream'=>'resource', 'local_file'=>'string', 'remote_file'=>'string', 'mode'=>'int', 'resume_pos='=>'int'],
|
||||
'ftp_get_option' => ['', 'stream'=>'resource', 'option'=>'int'],
|
||||
'ftp_login' => ['bool', 'stream'=>'resource', 'username'=>'string', 'password'=>'string'],
|
||||
'ftp_mdtm' => ['int', 'stream'=>'resource', 'filename'=>'string'],
|
||||
'ftp_mkdir' => ['string', 'stream'=>'resource', 'directory'=>'string'],
|
||||
'ftp_nb_continue' => ['int', 'stream'=>'resource'],
|
||||
'ftp_nb_fget' => ['int', 'stream'=>'resource', 'fp'=>'', 'remote_file'=>'string', 'mode'=>'int', 'resumepos='=>'int'],
|
||||
'ftp_nb_fput' => ['int', 'stream'=>'resource', 'remote_file'=>'string', 'fp'=>'', 'mode'=>'int', 'startpos='=>'int'],
|
||||
'ftp_nb_fget' => ['int', 'stream'=>'resource', 'fp'=>'resource', 'remote_file'=>'string', 'mode'=>'int', 'resumepos='=>'int'],
|
||||
'ftp_nb_fput' => ['int', 'stream'=>'resource', 'remote_file'=>'string', 'fp'=>'resource', 'mode'=>'int', 'startpos='=>'int'],
|
||||
'ftp_nb_get' => ['int', 'stream'=>'resource', 'local_file'=>'string', 'remote_file'=>'string', 'mode'=>'int', 'resume_pos='=>'int'],
|
||||
'ftp_nb_put' => ['int', 'stream'=>'resource', 'remote_file'=>'string', 'local_file'=>'string', 'mode'=>'int', 'startpos='=>'int'],
|
||||
'ftp_nlist' => ['array', 'stream'=>'resource', 'directory'=>'string'],
|
||||
@ -2292,12 +2294,12 @@ return [
|
||||
'ftp_size' => ['int', 'stream'=>'resource', 'filename'=>'string'],
|
||||
'ftp_ssl_connect' => ['resource', 'host'=>'string', 'port='=>'int', 'timeout='=>'int'],
|
||||
'ftp_systype' => ['string', 'stream'=>'resource'],
|
||||
'ftruncate' => ['bool', 'fp'=>'', 'size'=>'int'],
|
||||
'ftruncate' => ['bool', 'fp'=>'resource', 'size'=>'int'],
|
||||
'func_get_arg' => ['', 'arg_num'=>'int'],
|
||||
'func_get_args' => ['array'],
|
||||
'func_num_args' => ['int'],
|
||||
'function_exists' => ['bool', 'function_name'=>'string'],
|
||||
'fwrite' => ['int|false', 'fp'=>'', 'str'=>'string', 'length='=>'int'],
|
||||
'fwrite' => ['int|false', 'fp'=>'resource', 'str'=>'string', 'length='=>'int'],
|
||||
'gc_collect_cycles' => ['int'],
|
||||
'gc_disable' => [''],
|
||||
'gc_enable' => [''],
|
||||
@ -2459,7 +2461,7 @@ return [
|
||||
'get_defined_constants' => ['array', 'categorize='=>'bool'],
|
||||
'get_defined_functions' => ['array'],
|
||||
'get_defined_vars' => ['array'],
|
||||
'getenv' => ['string', 'varname'=>'string'],
|
||||
'getenv' => ['string|string[]', 'varname='=>'string', 'local_only='=>'bool'],
|
||||
'get_extension_funcs' => ['array', 'extension_name'=>'string'],
|
||||
'get_headers' => ['array', 'url'=>'string', 'format='=>'int'],
|
||||
'gethostbyaddr' => ['string', 'ip_address'=>'string'],
|
||||
@ -2482,7 +2484,7 @@ return [
|
||||
'getmypid' => ['int'],
|
||||
'getmyuid' => ['int'],
|
||||
'get_object_vars' => ['array', 'obj'=>'object'],
|
||||
'getopt' => ['array', 'options'=>'string', 'longopts='=>'array'],
|
||||
'getopt' => ['array', 'options'=>'string', 'longopts='=>'array', '&optind='=>'int'],
|
||||
'get_parent_class' => ['', 'object='=>''],
|
||||
'getprotobyname' => ['int|false', 'name'=>'string'],
|
||||
'getprotobynumber' => ['string', 'proto'=>'int'],
|
||||
@ -2496,7 +2498,7 @@ return [
|
||||
'gettimeofday' => ['array|float', 'get_as_float='=>'bool'],
|
||||
'gettype' => ['string', 'var'=>''],
|
||||
'glob' => ['array', 'pattern'=>'string', 'flags='=>'int'],
|
||||
'GlobIterator::__construct' => ['GlobIterator', 'path'=>'string', 'flags'=>'int'],
|
||||
'GlobIterator::__construct' => ['GlobIterator', 'path'=>'string', 'flags='=>'int'],
|
||||
'GlobIterator::cont' => ['int'],
|
||||
'GlobIterator::count' => ['int'],
|
||||
'Gmagick::addimage' => ['Gmagick', 'gmagick'=>'gmagick'],
|
||||
@ -2632,7 +2634,7 @@ return [
|
||||
'Gmagick::raiseimage' => ['', 'width'=>'int', 'height'=>'int', 'x'=>'int', 'y'=>'int', 'raise'=>'bool'],
|
||||
'Gmagick::read' => ['', 'filename'=>'string'],
|
||||
'Gmagick::readimageblob' => ['', 'imagecontents'=>'string', 'filename='=>'string'],
|
||||
'Gmagick::readimagefile' => ['', 'fp'=>'', 'filename='=>'string'],
|
||||
'Gmagick::readimagefile' => ['', 'fp'=>'resource', 'filename='=>'string'],
|
||||
'Gmagick::readimage' => ['', 'filename'=>'string'],
|
||||
'Gmagick::reducenoiseimage' => ['', 'radius'=>'float'],
|
||||
'Gmagick::removeimage' => [''],
|
||||
@ -2761,7 +2763,6 @@ return [
|
||||
'grapheme_strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool'],
|
||||
'grapheme_substr' => ['string|bool', 'str'=>'string', 'start'=>'int', 'length='=>'int'],
|
||||
'gregoriantojd' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'GregorianToJD' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'gupnp_context_get_host_ip' => ['string', 'context'=>''],
|
||||
'gupnp_context_get_port' => ['int', 'context'=>''],
|
||||
'gupnp_context_get_subscription_timeout' => ['int', 'context'=>''],
|
||||
@ -3006,7 +3007,7 @@ return [
|
||||
'hebrev' => ['string', 'str'=>'string', 'max_chars_per_line='=>'int'],
|
||||
'hex2bin' => ['string', 'data'=>'string'],
|
||||
'hexdec' => ['int', 'hexadecimal_number'=>'string'],
|
||||
'highlight_file' => ['bool', 'file_name'=>'string', 'return='=>'bool'],
|
||||
'highlight_file' => ['string|bool', 'file_name'=>'string', 'return='=>'bool'],
|
||||
'highlight_string' => ['string|bool', 'string'=>'string', 'return='=>'bool'],
|
||||
'HRTime\PerformanceCounter::getElapsedTicks' => ['int'],
|
||||
'HRTime\PerformanceCounter::getFrequency' => ['int'],
|
||||
@ -4281,7 +4282,7 @@ return [
|
||||
'IntlCalendar::isWeekend' => ['bool', 'date='=>'float'],
|
||||
'IntlCalendar::roll' => ['bool', 'field'=>'int', 'amountOrUpOrDown'=>'mixed'],
|
||||
'IntlCalendar::set' => ['bool', 'field'=>'int', 'value'=>'int'],
|
||||
'IntlCalendar::set' => ['bool', 'year'=>'int', 'month'=>'int', 'dayOfMonth='=>'int', 'hour='=>'int', 'minute='=>'int', 'second='=>'int'],
|
||||
'IntlCalendar::set\1' => ['bool', 'year'=>'int', 'month'=>'int', 'dayOfMonth='=>'int', 'hour='=>'int', 'minute='=>'int', 'second='=>'int'],
|
||||
'IntlCalendar::setFirstDayOfWeek' => ['bool', 'dayOfWeek'=>'int'],
|
||||
'IntlCalendar::setLenient' => ['bool', 'isLenient'=>'string'],
|
||||
'IntlCalendar::setMinimalDaysInFirstWeek' => ['bool', 'minimalDays'=>'int'],
|
||||
@ -4304,7 +4305,6 @@ return [
|
||||
'intlcal_get_least_maximum' => ['int', 'cal'=>'IntlCalendar', 'field'=>'int'],
|
||||
'intlcal_get_locale' => ['string', 'cal'=>'IntlCalendar', 'localeType'=>'int'],
|
||||
'intlcal_get_maximum' => ['int', 'cal'=>'IntlCalendar', 'field'=>'int'],
|
||||
'intlcal_get_minimal_days_in_first_week' => ['bool', 'cal'=>'IntlCalendar', 'minimalDays'=>'int'],
|
||||
'intlcal_get_minimal_days_in_first_week' => ['int', 'cal'=>'IntlCalendar'],
|
||||
'intlcal_get_minimum' => ['int', 'cal'=>'IntlCalendar', 'field'=>'int'],
|
||||
'intlcal_get_now' => ['float'],
|
||||
@ -4321,7 +4321,7 @@ return [
|
||||
'intlcal_is_weekend' => ['bool', 'cal'=>'IntlCalendar', 'date='=>'float'],
|
||||
'intlcal_roll' => ['bool', 'cal'=>'IntlCalendar', 'field'=>'int', 'amountOrUpOrDown'=>'mixed'],
|
||||
'intlcal_set' => ['bool', 'cal'=>'IntlCalendar', 'field'=>'int', 'value'=>'int'],
|
||||
'intlcal_set' => ['bool', 'cal'=>'IntlCalendar', 'year'=>'int', 'month'=>'int', 'dayOfMonth='=>'int', 'hour='=>'int', 'minute='=>'int', 'second='=>'int'],
|
||||
'intlcal_set\1' => ['bool', 'cal'=>'IntlCalendar', 'year'=>'int', 'month'=>'int', 'dayOfMonth='=>'int', 'hour='=>'int', 'minute='=>'int', 'second='=>'int'],
|
||||
'intlcal_set_first_day_of_week' => ['bool', 'cal'=>'IntlCalendar', 'dayOfWeek'=>'int'],
|
||||
'intlcal_set_lenient' => ['bool', 'cal'=>'IntlCalendar', 'isLenient'=>'string'],
|
||||
'intlcal_set_repeated_wall_time_option' => ['bool', 'cal'=>'IntlCalendar', 'wallTimeOption'=>'int'],
|
||||
@ -4349,7 +4349,7 @@ return [
|
||||
'IntlChar::getUnicodeVersion' => ['array'],
|
||||
'IntlChar::hasBinaryProperty' => ['bool', 'char'=>'int|string', 'property'=>'int'],
|
||||
'IntlCodePointBreakIterator::getLastCodePoint' => [''],
|
||||
'IntlDateFormatter::__construct' => ['IntlDateFormatter', 'locale'=>'string', 'datetype'=>'int', 'timetype'=>'int', 'timezone='=>'int', 'calendar='=>'int|IntlCalendar', 'pattern='=>'string'],
|
||||
'IntlDateFormatter::__construct' => ['IntlDateFormatter', 'locale'=>'string', 'datetype'=>'?int', 'timetype'=>'?int', 'timezone='=>'null|int|IntlTimeZone|DateTimeZone', 'calendar='=>'null|int|IntlCalendar', 'pattern='=>'string'],
|
||||
'IntlDateFormatter::create' => ['IntlDateFormatter', 'locale'=>'string', 'datetype'=>'int', 'timetype'=>'int', 'timezone='=>'int', 'calendar='=>'int|IntlCalendar', 'pattern='=>'string'],
|
||||
'IntlDateFormatter::formatObject' => ['string', 'object'=>'object', 'format='=>'mixed', 'locale='=>'string'],
|
||||
'IntlDateFormatter::format' => ['string', 'args'=>''],
|
||||
@ -4432,6 +4432,7 @@ return [
|
||||
'is_infinite' => ['bool', 'val'=>'float'],
|
||||
'is_int' => ['bool', 'var'=>''],
|
||||
'is_integer' => ['bool', 'var'=>''],
|
||||
'is_iterable' => ['bool', 'var'=>''],
|
||||
'is_link' => ['bool', 'filename'=>'string'],
|
||||
'is_long' => ['bool', 'var'=>''],
|
||||
'is_nan' => ['bool', 'val'=>'float'],
|
||||
@ -4468,19 +4469,13 @@ return [
|
||||
'java_last_exception_clear' => [''],
|
||||
'java_last_exception_get' => ['object'],
|
||||
'jddayofweek' => ['', 'juliandaycount'=>'int', 'mode'=>'int'],
|
||||
'JDDayOfWeek' => ['', 'julianday'=>'int', 'mode='=>'int'],
|
||||
'jdmonthname' => ['string', 'juliandaycount'=>'int', 'mode'=>'int'],
|
||||
'JDMonthName' => ['string', 'julianday'=>'int', 'mode'=>'int'],
|
||||
'jdtofrench' => ['string', 'juliandaycount'=>'int'],
|
||||
'JDToFrench' => ['string', 'juliandaycount'=>'int'],
|
||||
'jdtogregorian' => ['string', 'juliandaycount'=>'int'],
|
||||
'JDToGregorian' => ['string', 'julianday'=>'int'],
|
||||
'jdtojewish' => ['string', 'juliandaycount'=>'int', 'hebrew='=>'bool', 'fl='=>'int'],
|
||||
'jdtojulian' => ['string', 'juliandaycount'=>'int'],
|
||||
'JDToJulian' => ['string', 'julianday'=>'int'],
|
||||
'jdtounix' => ['int|bool', 'jday'=>'int'],
|
||||
'jewishtojd' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'JewishToJD' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'join\'1' => ['string', 'pieces'=>'array'],
|
||||
'join' => ['string', 'glue'=>'string', 'pieces'=>'array'],
|
||||
'jpeg2wbmp' => ['bool', 'jpegname'=>'string', 'wbmpname'=>'string', 'dest_height'=>'int', 'dest_width'=>'int', 'threshold'=>'int'],
|
||||
@ -4512,7 +4507,6 @@ return [
|
||||
'judy_type' => ['int', 'array'=>'judy'],
|
||||
'judy_version' => ['string'],
|
||||
'juliantojd' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'JulianToJD' => ['int', 'month'=>'int', 'day'=>'int', 'year'=>'int'],
|
||||
'kadm5_chpass_principal' => ['bool', 'handle'=>'', 'principal'=>'string', 'password'=>'string'],
|
||||
'kadm5_create_principal' => ['bool', 'handle'=>'', 'principal'=>'string', 'password='=>'string', 'options='=>'array'],
|
||||
'kadm5_delete_principal' => ['bool', 'handle'=>'', 'principal'=>'string'],
|
||||
@ -4590,7 +4584,7 @@ return [
|
||||
'ldap_get_attributes' => ['array', 'link'=>'', 'result_entry'=>''],
|
||||
'ldap_get_dn' => ['string', 'link'=>'', 'result_entry'=>''],
|
||||
'ldap_get_entries' => ['array', 'link'=>'', 'result'=>''],
|
||||
'ldap_get_option' => ['bool', 'link'=>'', 'option'=>'int', 'retval'=>''],
|
||||
'ldap_get_option' => ['bool', 'link'=>'', 'option'=>'int', '&retval'=>''],
|
||||
'ldap_get_values' => ['array', 'link_identifier'=>'', 'result_entry_identifier'=>'', 'attribute'=>'string'],
|
||||
'ldap_get_values_len' => ['array', 'link'=>'', 'result_entry'=>'', 'attribute'=>'string'],
|
||||
'ldap_list' => ['resource', 'link'=>'resource|array', 'base_dn'=>'string', 'filter'=>'string', 'attrs='=>'array', 'attrsonly='=>'int', 'sizelimit='=>'int', 'timelimit='=>'int', 'deref='=>'int'],
|
||||
@ -4727,8 +4721,8 @@ return [
|
||||
'mailparse_msg_parse' => ['bool', 'mimemail'=>'', 'data'=>'string'],
|
||||
'mailparse_msg_parse_file' => ['resource', 'filename'=>'string'],
|
||||
'mailparse_rfc822_parse_addresses' => ['array', 'addresses'=>'string'],
|
||||
'mailparse_stream_encode' => ['bool', 'sourcefp'=>'', 'destfp'=>'', 'encoding'=>'string'],
|
||||
'mailparse_uudecode_all' => ['array', 'fp'=>''],
|
||||
'mailparse_stream_encode' => ['bool', 'sourcefp'=>'resource', 'destfp'=>'resource', 'encoding'=>'string'],
|
||||
'mailparse_uudecode_all' => ['array', 'fp'=>'resource'],
|
||||
'max\'1' => ['', 'arg1'=>'', 'arg2'=>'', '...='=>''],
|
||||
'max' => ['', 'arg1'=>'array'],
|
||||
'maxdb_affected_rows' => ['int', 'link'=>''],
|
||||
@ -5132,7 +5126,7 @@ return [
|
||||
'MongoCode::__construct' => ['', 'code'=>'string', 'scope='=>'array'],
|
||||
'MongoCode::__toString' => ['string'],
|
||||
'MongoCollection::aggregate' => ['array', 'op'=>'array', 'op='=>'array', '...='=>'array'],
|
||||
'MongoCollection::aggregate' => ['array', 'pipeline'=>'array', 'options='=>'array'],
|
||||
'MongoCollection::aggregate\1' => ['array', 'pipeline'=>'array', 'options='=>'array'],
|
||||
'MongoCollection::aggregateCursor' => ['MongoCommandCursor', 'command'=>'array', 'options='=>'array'],
|
||||
'MongoCollection::batchInsert' => ['', 'a'=>'array', 'options='=>'array'],
|
||||
'MongoCollection::__construct' => ['', 'db'=>'MongoDB', 'name'=>'string'],
|
||||
@ -5434,11 +5428,11 @@ return [
|
||||
'msgfmt_set_pattern' => ['bool', 'fmt'=>'messageformatter', 'pattern'=>'string'],
|
||||
'msg_get_queue' => ['resource', 'key'=>'int', 'perms='=>'int'],
|
||||
'msg_queue_exists' => ['bool', 'key'=>'int'],
|
||||
'msg_receive' => ['', 'queue'=>'', 'desiredmsgtype'=>'int', '&msgtype'=>'int', '&maxsize'=>'int', '&message'=>'', 'unserialize='=>'bool', 'flags='=>'int', 'errorcode='=>'int'],
|
||||
'msg_remove_queue' => ['bool', 'queue'=>''],
|
||||
'msg_receive' => ['bool', 'queue'=>'', 'desiredmsgtype'=>'int', '&msgtype'=>'int', 'maxsize'=>'int', '&message'=>'', 'unserialize='=>'bool', 'flags='=>'int', '&errorcode='=>'int'],
|
||||
'msg_remove_queue' => ['bool', 'queue'=>'resource'],
|
||||
'msg_send' => ['bool', 'queue'=>'', 'msgtype'=>'int', 'message'=>'', 'serialize='=>'bool', 'blocking='=>'bool', 'errorcode='=>'int'],
|
||||
'msg_set_queue' => ['bool', 'queue'=>'', 'data'=>'array'],
|
||||
'msg_stat_queue' => ['array', 'queue'=>''],
|
||||
'msg_set_queue' => ['bool', 'queue'=>'resource', 'data'=>'array'],
|
||||
'msg_stat_queue' => ['array', 'queue'=>'resource'],
|
||||
'msql_affected_rows' => ['int', 'result'=>''],
|
||||
'msql_close' => ['bool', 'link_identifier='=>''],
|
||||
'msql_connect' => ['resource', 'hostname='=>'string'],
|
||||
@ -6263,13 +6257,13 @@ return [
|
||||
'OAuth::enableSSLChecks' => ['bool'],
|
||||
'OAuth::fetch' => ['', 'protected_resource_url'=>'string', 'extra_parameters='=>'array', 'http_method='=>'string', 'http_headers='=>'array'],
|
||||
'OAuth::generateSignature' => ['string', 'http_method'=>'string', 'url'=>'string', 'extra_parameters='=>'mixed'],
|
||||
'OAuth::getAccessToken' => ['array', 'access_token_url'=>'string', 'auth_session_handle='=>'string', 'verifier_token='=>'string'],
|
||||
'OAuth::getAccessToken' => ['array|bool', 'access_token_url'=>'string', 'auth_session_handle='=>'string', 'verifier_token='=>'string'],
|
||||
'OAuth::getCAPath' => ['array'],
|
||||
'OAuth::getLastResponseHeaders' => ['string'],
|
||||
'OAuth::getLastResponseHeaders' => ['string|bool'],
|
||||
'OAuth::getLastResponseInfo' => ['array'],
|
||||
'OAuth::getLastResponse' => ['string'],
|
||||
'OAuth::getRequestHeader' => ['string', 'http_method'=>'string', 'url'=>'string', 'extra_parameters='=>'mixed'],
|
||||
'OAuth::getRequestToken' => ['array', 'request_token_url'=>'string', 'callback_url='=>'string'],
|
||||
'OAuth::getRequestHeader' => ['string|bool', 'http_method'=>'string', 'url'=>'string', 'extra_parameters='=>'mixed'],
|
||||
'OAuth::getRequestToken' => ['array|bool', 'request_token_url'=>'string', 'callback_url='=>'string'],
|
||||
'oauth_get_sbs' => ['string', 'http_method'=>'string', 'uri'=>'string', 'request_parameters='=>'array'],
|
||||
'OAuthProvider::addRequiredParameter' => ['bool', 'req_params'=>'string'],
|
||||
'OAuthProvider::callconsumerHandler' => [''],
|
||||
@ -6504,10 +6498,10 @@ return [
|
||||
'openssl_csr_get_subject' => ['array', 'csr'=>'', 'use_shortnames='=>'bool'],
|
||||
'openssl_csr_new' => ['bool', 'dn'=>'array', 'privkey'=>'resource', 'configargs='=>'array', 'extraattribs='=>'array'],
|
||||
'openssl_csr_sign' => ['resource', 'csr'=>'', 'x509'=>'', 'priv_key'=>'', 'days'=>'int', 'config_args='=>'array', 'serial='=>'int'],
|
||||
'openssl_decrypt' => ['string', 'data'=>'string', 'method'=>'string', 'password'=>'string', 'options='=>'int', 'iv='=>'string'],
|
||||
'openssl_decrypt' => ['string', 'data'=>'string', 'method'=>'string', 'password'=>'string', 'options='=>'int', 'iv='=>'string', 'tag='=>'string', 'aad='=>'string'],
|
||||
'openssl_dh_compute_key' => ['string', 'pub_key'=>'string', 'dh_key'=>''],
|
||||
'openssl_digest' => ['string', 'data'=>'string', 'method'=>'string', 'raw_output='=>'bool'],
|
||||
'openssl_encrypt' => ['string', 'data'=>'string', 'method'=>'string', 'password'=>'string', 'options='=>'int', 'iv='=>'string'],
|
||||
'openssl_encrypt' => ['string', 'data'=>'string', 'method'=>'string', 'password'=>'string', 'options='=>'int', 'iv='=>'string', '&tag='=>'string', 'aad='=>'string','tag_length='=>'int'],
|
||||
'openssl_error_string' => ['string'],
|
||||
'openssl_free_key' => ['', 'key_identifier'=>''],
|
||||
'openssl_get_cert_locations' => ['array'],
|
||||
@ -6615,9 +6609,10 @@ return [
|
||||
'password_needs_rehash' => ['bool', 'hash'=>'string', 'algo'=>'int', 'options='=>'array'],
|
||||
'password_verify' => ['bool', 'password'=>'string', 'hash'=>'string'],
|
||||
'pathinfo' => ['array|string', 'path'=>'string', 'options='=>'int'],
|
||||
'pclose' => ['int', 'fp'=>''],
|
||||
'pclose' => ['int', 'fp'=>'resource'],
|
||||
'pcnlt_sigwaitinfo' => ['int', 'set'=>'array', '&siginfo'=>'array'],
|
||||
'pcntl_alarm' => ['int', 'seconds'=>'int'],
|
||||
'pcntl_async_signals' => ['bool', 'on='=>'bool'],
|
||||
'pcntl_exec' => ['bool', 'path'=>'string', 'args='=>'array', 'envs='=>'array'],
|
||||
'pcntl_fork' => ['int'],
|
||||
'pcntl_get_last_error' => ['int'],
|
||||
@ -6625,6 +6620,7 @@ return [
|
||||
'pcntl_setpriority' => ['bool', 'priority'=>'int', 'pid='=>'int', 'process_identifier='=>'int'],
|
||||
'pcntl_signal' => ['bool', 'signo'=>'int', 'handle'=>'callable|int', 'restart_syscalls='=>'bool'],
|
||||
'pcntl_signal_dispatch' => ['bool'],
|
||||
'pcntl_signal_get_handler' => ['int|string', 'signo'=>'int'],
|
||||
'pcntl_sigprocmask' => ['bool', 'how'=>'int', 'set'=>'array', '&oldset='=>'array'],
|
||||
'pcntl_sigtimedwait' => ['int', 'set'=>'array', '&siginfo='=>'array', 'seconds='=>'int', 'nanoseconds='=>'int'],
|
||||
'pcntl_sigwaitinfo' => ['int', 'set'=>'array', 'siginfo='=>'array'],
|
||||
@ -6834,7 +6830,7 @@ return [
|
||||
'PDOStatement::errorCode' => ['string'],
|
||||
'PDOStatement::errorInfo' => ['array'],
|
||||
'PDOStatement::execute' => ['bool', 'bound_input_params='=>'array'],
|
||||
'PDOStatement::fetchAll' => ['array', 'how='=>'int', 'fetch_argument='=>'', 'ctor_args='=>'null|array'],
|
||||
'PDOStatement::fetchAll' => ['array', 'how='=>'int', 'fetch_argument='=>'int|string|callable', 'ctor_args='=>'null|array'],
|
||||
'PDOStatement::fetchColumn' => ['string', 'column_number='=>'int'],
|
||||
'PDOStatement::fetch' => ['', 'how='=>'int', 'orientation='=>'int', 'offset='=>'int'],
|
||||
'PDOStatement::fetchObject' => ['', 'class_name='=>'string', 'ctor_args='=>'null|array'],
|
||||
@ -6877,7 +6873,7 @@ return [
|
||||
'pg_escape_string' => ['string', 'connection='=>'resource', 'data='=>'string'],
|
||||
'pg_execute\'1' => ['resource', 'stmtname'=>'string', 'params'=>'array'],
|
||||
'pg_execute' => ['resource', 'connection='=>'resource', 'stmtname='=>'string', 'params='=>'array'],
|
||||
'pg_fetch_all' => ['array', 'result'=>''],
|
||||
'pg_fetch_all' => ['array', 'result'=>'', 'result_type='=>'int'],
|
||||
'pg_fetch_all_columns' => ['array', 'result'=>'', 'column_number='=>'int'],
|
||||
'pg_fetch_array' => ['array', 'result'=>'', 'row='=>'int', 'result_type='=>'int'],
|
||||
'pg_fetch_assoc' => ['array', 'result'=>'', 'row='=>'int'],
|
||||
@ -6903,7 +6899,7 @@ return [
|
||||
'pg_get_result' => ['resource|false', 'connection='=>'resource'],
|
||||
'pg_host' => ['string', 'connection='=>'resource'],
|
||||
'pg_insert' => ['', 'db'=>'', 'table'=>'string', 'values'=>'array', 'options='=>'int'],
|
||||
'pg_last_error' => ['string', 'connection='=>'resource'],
|
||||
'pg_last_error' => ['string', 'connection='=>'resource', 'operation='=>'int'],
|
||||
'pg_last_notice' => ['string', 'connection'=>'resource'],
|
||||
'pg_last_oid' => ['string', 'result'=>''],
|
||||
'pg_lo_close' => ['bool', 'large_object'=>''],
|
||||
@ -6941,7 +6937,7 @@ return [
|
||||
'pg_result_error' => ['string|false', 'result'=>''],
|
||||
'pg_result_seek' => ['bool', 'result'=>'', 'offset'=>'int'],
|
||||
'pg_result_status' => ['', 'result'=>'', 'result_type='=>'int'],
|
||||
'pg_select' => ['', 'db'=>'', 'table'=>'string', 'ids'=>'array', 'options='=>'int'],
|
||||
'pg_select' => ['', 'db'=>'', 'table'=>'string', 'ids'=>'array', 'options='=>'int', 'result_type='=>'int'],
|
||||
'pg_send_execute' => ['bool', 'connection'=>'resource', 'stmtname'=>'string', 'params'=>'array'],
|
||||
'pg_send_prepare' => ['bool', 'connection'=>'resource', 'stmtname'=>'string', 'query'=>'string'],
|
||||
'pg_send_query' => ['bool', 'connection'=>'resource', 'query'=>'string'],
|
||||
@ -7012,7 +7008,6 @@ return [
|
||||
'PharFileInfo::delMetadata' => ['bool'],
|
||||
'PharFileInfo::getCompressedSize' => ['int'],
|
||||
'PharFileInfo::getCRC32' => ['int'],
|
||||
'PharFileInfo::getMetaData' => [''],
|
||||
'PharFileInfo::getMetadata' => ['mixed'],
|
||||
'PharFileInfo::getPharFlags' => ['int'],
|
||||
'PharFileInfo::hasMetadata' => ['bool'],
|
||||
@ -7022,10 +7017,8 @@ return [
|
||||
'PharFileInfo::isCRCChecked' => ['bool'],
|
||||
'PharFileInfo::setCompressedBZIP2' => ['bool'],
|
||||
'PharFileInfo::setCompressedGZ' => ['bool'],
|
||||
'PharFileInfo::setMetaData' => ['', 'metadata'=>''],
|
||||
'PharFileInfo::setMetadata' => ['void', 'metadata'=>'mixed'],
|
||||
'PharFileInfo::setUncompressed' => ['bool'],
|
||||
'Phar::getMetaData' => [''],
|
||||
'Phar::getMetadata' => ['mixed'],
|
||||
'Phar::getModified' => ['bool'],
|
||||
'Phar::getSignature' => ['array'],
|
||||
@ -7034,7 +7027,6 @@ return [
|
||||
'Phar::getSupportedSignatures' => ['array'],
|
||||
'Phar::getVersion' => ['string'],
|
||||
'Phar::hasMetadata' => ['bool'],
|
||||
'Phar::hasMetaData' => ['bool'],
|
||||
'Phar::interceptFileFuncs' => [''],
|
||||
'Phar::isBuffering' => ['bool'],
|
||||
'Phar::isCompressed' => [''],
|
||||
@ -7053,7 +7045,7 @@ return [
|
||||
'Phar::setAlias' => ['bool', 'alias'=>'string'],
|
||||
'Phar::setDefaultStub' => ['bool', 'index='=>'string', 'webindex='=>'string'],
|
||||
'Phar::setMetadata' => ['', 'metadata'=>''],
|
||||
'Phar::setSignatureAlgorithm' => ['', 'sigtype'=>'int'],
|
||||
'Phar::setSignatureAlgorithm' => ['', 'sigtype'=>'int', 'privatekey='=>'string'],
|
||||
'Phar::setStub' => ['bool', 'stub'=>'string'],
|
||||
'Phar::startBuffering' => [''],
|
||||
'Phar::stopBuffering' => [''],
|
||||
@ -7475,7 +7467,7 @@ return [
|
||||
'RecursiveIteratorIterator::rewind' => [''],
|
||||
'RecursiveIteratorIterator::setMaxDepth' => ['', 'max_depth='=>''],
|
||||
'RecursiveIteratorIterator::valid' => ['bool'],
|
||||
'RecursiveRegexIterator::__construct' => ['RecursiveRegexIterator', 'it'=>'recursiveiterator', 'regex'=>'string', 'mode'=>'int', 'flags'=>'int', 'preg_flags'=>'int'],
|
||||
'RecursiveRegexIterator::__construct' => ['RecursiveRegexIterator', 'it'=>'recursiveiterator', 'regex='=>'string', 'mode='=>'int', 'flags='=>'int', 'preg_flags='=>'int'],
|
||||
'RecursiveRegexIterator::getChildren' => ['RecursiveRegexIterator'],
|
||||
'RecursiveRegexIterator::hasChildren' => ['bool'],
|
||||
'RecursiveTreeIterator::beginChildren' => [''],
|
||||
@ -7557,7 +7549,7 @@ return [
|
||||
'Redis::select' => ['bool', 'dbindex'=>'int'],
|
||||
'Redis::setBit' => ['int', 'key'=>'string', 'offset'=>'int', 'value'=>'int'],
|
||||
'Redis::set' => ['bool', 'key'=>'string', 'value'=>'string', 'options='=>'array'],
|
||||
'Redis::set' => ['bool', 'key'=>'string', 'value'=>'string', 'timeout='=>'int'],
|
||||
'Redis::set\1' => ['bool', 'key'=>'string', 'value'=>'string', 'timeout='=>'int'],
|
||||
'Redis::setEx' => ['bool', 'key'=>'string', 'ttl'=>'int', 'value'=>'string'],
|
||||
'Redis::setNx' => ['bool', 'key'=>'string', 'value'=>'string'],
|
||||
'Redis::setOption' => ['bool', 'name'=>'int', 'value'=>''],
|
||||
@ -7596,10 +7588,9 @@ return [
|
||||
'ReflectionClass::getStartLine' => ['int'],
|
||||
'ReflectionClass::getStaticProperties' => ['array'],
|
||||
'ReflectionClass::getStaticPropertyValue' => ['', 'name'=>'string', 'default='=>''],
|
||||
'ReflectionClass::getTraitaliases' => ['arra'],
|
||||
'ReflectionClass::getTraitAliases' => ['array'],
|
||||
'ReflectionClass::getTraitNames' => ['array'],
|
||||
'ReflectionClass::getTraits' => ['array'],
|
||||
'ReflectionClass::getTraitAliases' => ['string[]'],
|
||||
'ReflectionClass::getTraitNames' => ['string[]'],
|
||||
'ReflectionClass::getTraits' => ['ReflectionClass[]'],
|
||||
'ReflectionClass::hasConstant' => ['bool', 'name'=>'string'],
|
||||
'ReflectionClass::hasMethod' => ['bool', 'name'=>'string'],
|
||||
'ReflectionClass::hasProperty' => ['bool', 'name'=>'string'],
|
||||
@ -7704,7 +7695,8 @@ return [
|
||||
'ReflectionGenerator::getThis' => ['object'],
|
||||
'ReflectionGenerator::getTrace' => ['array', 'options'=>''],
|
||||
'Reflection::getModifierNames' => ['array', 'modifiers'=>'int'],
|
||||
'ReflectionMethod::__construct' => ['ReflectionMethod', 'class_or_method'=>'', 'name'=>'string'],
|
||||
'ReflectionMethod::__construct' => ['ReflectionMethod', 'class'=>'string|object', 'name'=>'string'],
|
||||
'ReflectionMethod::__construct\1' => ['ReflectionMethod', 'class_method'=>'string'],
|
||||
'ReflectionMethod::export' => ['string', 'class'=>'', 'name'=>'string', 'return='=>'bool'],
|
||||
'ReflectionMethod::getClosure' => ['Closure', 'object'=>''],
|
||||
'ReflectionMethod::getDeclaringClass' => ['ReflectionClass'],
|
||||
@ -7787,7 +7779,7 @@ return [
|
||||
'RegexIterator::setMode' => ['bool', 'new_mode'=>'int'],
|
||||
'RegexIterator::setPregFlags' => ['bool', 'new_flags'=>'int'],
|
||||
'register_shutdown_function' => ['', 'function'=>'callable', '...parameter='=>''],
|
||||
'register_tick_function' => ['bool', 'function_name'=>'string', 'arg='=>'', '...='=>''],
|
||||
'register_tick_function' => ['bool', 'function'=>'callable', '...args='=>''],
|
||||
'rename' => ['bool', 'old_name'=>'string', 'new_name'=>'string', 'context='=>''],
|
||||
'rename_function' => ['bool', 'original_name'=>'string', 'new_name'=>'string'],
|
||||
'reset' => ['', 'array_arg'=>'array'],
|
||||
@ -7807,7 +7799,7 @@ return [
|
||||
'restore_error_handler' => [''],
|
||||
'restore_exception_handler' => [''],
|
||||
'restore_include_path' => [''],
|
||||
'rewind' => ['bool', 'fp'=>''],
|
||||
'rewind' => ['bool', 'fp'=>'resource'],
|
||||
'rewinddir' => ['', 'dir_handle='=>''],
|
||||
'rmdir' => ['bool', 'dirname'=>'string', 'context='=>''],
|
||||
'round' => ['float', 'number'=>'float', 'precision='=>'int', 'mode='=>'int'],
|
||||
@ -7897,6 +7889,10 @@ return [
|
||||
'SAMConnection::unsubscribe' => ['bool', 'subscriptionid'=>'string', 'targettopic='=>'string'],
|
||||
'SAMMessage::body' => ['string'],
|
||||
'SAMMessage::header' => ['object'],
|
||||
'sapi_windows_cp_conv' => ['string', 'in_codepage'=>'', 'out_codepage'=>'', 'subject'=>'string'],
|
||||
'sapi_windows_cp_get' => ['int'],
|
||||
'sapi_windows_cp_is_utf8' => ['bool'],
|
||||
'sapi_windows_cp_set' => ['bool', 'code_page'=>'int'],
|
||||
'SCA::createDataObject' => ['SDO_DataObject', 'type_namespace_uri'=>'string', 'type_name'=>'string'],
|
||||
'SCA::getService' => ['', 'target'=>'string', 'binding='=>'string', 'config='=>'array'],
|
||||
'SCA_LocalProxy::createDataObject' => ['SDO_DataObject', 'type_namespace_uri'=>'string', 'type_name'=>'string'],
|
||||
@ -7971,10 +7967,10 @@ return [
|
||||
'SDO_Sequence::insert' => ['', 'value'=>'', 'sequenceindex='=>'int', 'propertyidentifier='=>''],
|
||||
'SDO_Sequence::move' => ['', 'toindex'=>'int', 'fromindex'=>'int'],
|
||||
'SeekableIterator::seek' => ['', 'position'=>'int'],
|
||||
'sem_acquire' => ['bool', 'id'=>''],
|
||||
'sem_acquire' => ['bool', 'sem_identifier'=>'resource', 'nowait='=>'bool'],
|
||||
'sem_get' => ['resource', 'key'=>'int', 'max_acquire='=>'int', 'perm='=>'int', 'auto_release='=>'int'],
|
||||
'sem_release' => ['bool', 'id'=>''],
|
||||
'sem_remove' => ['bool', 'id'=>''],
|
||||
'sem_release' => ['bool', 'sem_identifier'=>'resource'],
|
||||
'sem_remove' => ['bool', 'sem_identifier'=>'resource'],
|
||||
'Serializable::serialize' => ['string'],
|
||||
'Serializable::unserialize' => ['void', 'serialized'=>''],
|
||||
'serialize' => ['string', 'variable'=>''],
|
||||
@ -7985,6 +7981,7 @@ return [
|
||||
'session_decode' => ['bool', 'data'=>'string'],
|
||||
'session_destroy' => ['bool'],
|
||||
'session_encode' => ['string'],
|
||||
'session_gc' => ['int'],
|
||||
'session_get_cookie_params' => ['array'],
|
||||
'SessionHandler::close' => ['bool'],
|
||||
'SessionHandler::create_sid' => ['char'],
|
||||
@ -8045,18 +8042,18 @@ return [
|
||||
'sha256' => ['string', 'str'=>'string', 'raw_output='=>'bool'],
|
||||
'shell_exec' => ['string|null', 'cmd'=>'string'],
|
||||
'shm_attach' => ['resource', 'key'=>'int', 'memsize='=>'int', 'perm='=>'int'],
|
||||
'shm_detach' => ['bool', 'shm_identifier'=>''],
|
||||
'shm_detach' => ['bool', 'shm_identifier'=>'resource'],
|
||||
'shm_get_var' => ['', 'id'=>'', 'variable_key'=>'int'],
|
||||
'shm_has_var' => ['bool', 'id'=>'', 'variable_key'=>'int'],
|
||||
'shm_has_var' => ['bool', 'shm_identifier'=>'resource', 'variable_key'=>'int'],
|
||||
'shmop_close' => ['', 'shmid'=>'int'],
|
||||
'shmop_delete' => ['bool', 'shmid'=>'int'],
|
||||
'shmop_open' => ['int', 'key'=>'int', 'flags'=>'string', 'mode'=>'int', 'size'=>'int'],
|
||||
'shmop_read' => ['string', 'shmid'=>'int', 'start'=>'int', 'count'=>'int'],
|
||||
'shmop_size' => ['int', 'shmid'=>'int'],
|
||||
'shmop_write' => ['int', 'shmid'=>'int', 'data'=>'string', 'offset'=>'int'],
|
||||
'shm_put_var' => ['bool', 'shm_identifier'=>'', 'variable_key'=>'int', 'variable'=>''],
|
||||
'shm_remove' => ['bool', 'shm_identifier'=>''],
|
||||
'shm_remove_var' => ['bool', 'id'=>'', 'variable_key'=>'int'],
|
||||
'shm_put_var' => ['bool', 'shm_identifier'=>'resource', 'variable_key'=>'int', 'variable'=>''],
|
||||
'shm_remove' => ['bool', 'shm_identifier'=>'resource'],
|
||||
'shm_remove_var' => ['bool', 'shm_identifier'=>'resource', 'variable_key'=>'int'],
|
||||
'shuffle' => ['bool', 'array_arg'=>'array'],
|
||||
'signeurlpaiement' => ['string', 'clent'=>'string', 'data'=>'string'],
|
||||
'similar_text' => ['int', 'str1'=>'string', 'str2'=>'string', 'percent='=>'float'],
|
||||
@ -8593,7 +8590,7 @@ return [
|
||||
'SplFileObject::fpassthru' => ['int'],
|
||||
'SplFileObject::fputcsv' => ['int|false', 'fields'=>'array', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'],
|
||||
'SplFileObject::fread' => ['string', 'length'=>'int'],
|
||||
'SplFileObject::fscanf' => ['bool', 'format'=>'string', '...='=>'string'],
|
||||
'SplFileObject::fscanf' => ['bool', 'format'=>'string', '&...vars='=>'string|int|float'],
|
||||
'SplFileObject::fseek' => ['int', 'pos'=>'int', 'whence='=>'int'],
|
||||
'SplFileObject::fstat' => ['bool'],
|
||||
'SplFileObject::ftell' => ['int'],
|
||||
@ -8697,7 +8694,7 @@ return [
|
||||
'Spoofchecker::isSuspicious' => ['bool', 'text'=>'string', '&error='=>'string'],
|
||||
'Spoofchecker::setAllowedLocales' => ['void', 'locale_list'=>'string'],
|
||||
'Spoofchecker::setChecks' => ['void', 'checks'=>'long'],
|
||||
'sprintf' => ['string', 'format'=>'string', 'arg1='=>'', '...='=>''],
|
||||
'sprintf' => ['string', 'format'=>'string', 'arg1='=>'', '...vars='=>'string|int|float'],
|
||||
'SQLite3::busyTimeout' => ['bool', 'msecs'=>'int'],
|
||||
'SQLite3::changes' => ['int'],
|
||||
'SQLite3::close' => ['bool'],
|
||||
@ -8841,7 +8838,7 @@ return [
|
||||
'sqlsrv_server_info' => ['array', 'conn'=>'resource'],
|
||||
'sqrt' => ['float', 'number'=>'float'],
|
||||
'srand' => ['', 'seed='=>'int'],
|
||||
'sscanf' => ['', 'str'=>'string', 'format'=>'string', '&...vars='=>'string'],
|
||||
'sscanf' => ['', 'str'=>'string', 'format'=>'string', '&...vars='=>'string|int|float'],
|
||||
'ssdeep_fuzzy_compare' => ['int', 'signature1'=>'string', 'signature2'=>'string'],
|
||||
'ssdeep_fuzzy_hash_filename' => ['string', 'file_name'=>'string'],
|
||||
'ssdeep_fuzzy_hash' => ['string', 'to_hash'=>'string'],
|
||||
@ -8994,37 +8991,37 @@ return [
|
||||
'stream_context_set_option\'1' => ['bool', 'context'=>'', 'options'=>'array'],
|
||||
'stream_context_set_option' => ['bool', 'context'=>'', 'wrappername'=>'string', 'optionname'=>'string', 'value'=>''],
|
||||
'stream_context_set_params' => ['bool', 'context'=>'', 'options'=>'array'],
|
||||
'stream_copy_to_stream' => ['int|false', 'source'=>'', 'dest'=>'', 'maxlen='=>'int', 'pos='=>'int'],
|
||||
'stream_encoding' => ['bool', 'stream'=>'', 'encoding='=>'string'],
|
||||
'stream_filter_append' => ['resource', 'stream'=>'', 'filtername'=>'string', 'read_write='=>'int', 'filterparams='=>'string'],
|
||||
'stream_filter_prepend' => ['resource', 'stream'=>'', 'filtername'=>'string', 'read_write='=>'int', 'filterparams='=>'string'],
|
||||
'stream_copy_to_stream' => ['int|false', 'source'=>'resource', 'dest'=>'resource', 'maxlen='=>'int', 'pos='=>'int'],
|
||||
'stream_encoding' => ['bool', 'stream'=>'resource', 'encoding='=>'string'],
|
||||
'stream_filter_append' => ['resource', 'stream'=>'resource', 'filtername'=>'string', 'read_write='=>'int', 'filterparams='=>'array'],
|
||||
'stream_filter_prepend' => ['resource', 'stream'=>'resource', 'filtername'=>'string', 'read_write='=>'int', 'filterparams='=>'array'],
|
||||
'stream_filter_register' => ['bool', 'filtername'=>'string', 'classname'=>'string'],
|
||||
'stream_filter_remove' => ['bool', 'stream_filter'=>''],
|
||||
'stream_get_contents' => ['string', 'source'=>'', 'maxlen='=>'int', 'offset='=>'int'],
|
||||
'stream_get_contents' => ['string', 'source'=>'resource', 'maxlen='=>'int', 'offset='=>'int'],
|
||||
'stream_get_filters' => ['array'],
|
||||
'stream_get_line' => ['string', 'stream'=>'', 'maxlen'=>'int', 'ending='=>'string'],
|
||||
'stream_get_meta_data' => ['array', 'fp'=>''],
|
||||
'stream_get_line' => ['string', 'stream'=>'resource', 'maxlen'=>'int', 'ending='=>'string'],
|
||||
'stream_get_meta_data' => ['array', 'fp'=>'resource'],
|
||||
'stream_get_transports' => ['array'],
|
||||
'stream_get_wrappers' => ['array'],
|
||||
'stream_is_local' => ['bool', 'stream'=>''],
|
||||
'stream_is_local' => ['bool', 'stream'=>'resource'],
|
||||
'stream_notification_callback' => ['callback', 'notification_code'=>'int', 'severity'=>'int', 'message'=>'string', 'message_code'=>'int', 'bytes_transferred'=>'int', 'bytes_max'=>'int'],
|
||||
'stream_resolve_include_path' => ['string', 'filename'=>'string'],
|
||||
'stream_select' => ['int|false', '&read_streams'=>'array', '&write_streams'=>'array|null', '&except_streams'=>'array|null', 'tv_sec'=>'int|null', 'tv_usec='=>'int|null'],
|
||||
'stream_set_blocking' => ['bool', 'socket'=>'', 'mode'=>'bool'],
|
||||
'stream_set_chunk_size' => ['int', 'fp'=>'', 'chunk_size'=>'int'],
|
||||
'stream_set_read_buffer' => ['int', 'fp'=>'', 'buffer'=>'int'],
|
||||
'stream_set_blocking' => ['bool', 'socket'=>'resource', 'mode'=>'bool'],
|
||||
'stream_set_chunk_size' => ['int', 'fp'=>'resource', 'chunk_size'=>'int'],
|
||||
'stream_set_read_buffer' => ['int', 'fp'=>'resource', 'buffer'=>'int'],
|
||||
'stream_set_timeout' => ['bool', 'stream'=>'', 'seconds'=>'int', 'microseconds='=>'int'],
|
||||
'stream_set_write_buffer' => ['int', 'fp'=>'', 'buffer'=>'int'],
|
||||
'stream_socket_accept' => ['resource', 'serverstream'=>'', 'timeout='=>'float', '&peername='=>'string'],
|
||||
'stream_socket_client' => ['resource', 'remoteaddress'=>'string', '&errcode='=>'int', '&errstring='=>'string', 'timeout='=>'float', 'flags='=>'int', 'context='=>''],
|
||||
'stream_socket_enable_crypto' => ['int', 'stream'=>'', 'enable'=>'bool', 'cryptokind='=>'int', 'sessionstream='=>''],
|
||||
'stream_socket_get_name' => ['string', 'stream'=>'', 'want_peer'=>'bool'],
|
||||
'stream_socket_enable_crypto' => ['int', 'stream'=>'resource', 'enable'=>'bool', 'cryptokind='=>'int', 'sessionstream='=>''],
|
||||
'stream_socket_get_name' => ['string', 'stream'=>'resource', 'want_peer'=>'bool'],
|
||||
'stream_socket_pair' => ['array', 'domain'=>'int', 'type'=>'int', 'protocol'=>'int'],
|
||||
'stream_socket_recvfrom' => ['string', 'stream'=>'', 'amount'=>'int', 'flags='=>'int', '&remote_addr='=>'string'],
|
||||
'stream_socket_recvfrom' => ['string', 'stream'=>'resource', 'amount'=>'int', 'flags='=>'int', '&remote_addr='=>'string'],
|
||||
'stream_socket_sendto' => ['int', 'stream'=>'resouce', 'data'=>'string', 'flags='=>'int', 'target_addr='=>'string'],
|
||||
'stream_socket_server' => ['resource', 'localaddress'=>'string', '&errcode='=>'int', '&errstring='=>'string', 'flags='=>'int', 'context='=>''],
|
||||
'stream_socket_shutdown' => ['bool', 'stream'=>'', 'how'=>'int'],
|
||||
'stream_supports_lock' => ['bool', 'stream'=>''],
|
||||
'stream_socket_shutdown' => ['bool', 'stream'=>'resource', 'how'=>'int'],
|
||||
'stream_supports_lock' => ['bool', 'stream'=>'resource'],
|
||||
'streamWrapper::__construct' => [''],
|
||||
'streamWrapper::__destruct' => [''],
|
||||
'streamWrapper::dir_closedir' => ['bool'],
|
||||
@ -9290,6 +9287,8 @@ return [
|
||||
'swf_setfont' => ['', 'fontid'=>'int'],
|
||||
'swf_setframe' => ['', 'framenumber'=>'int'],
|
||||
'SWFShape::addFill' => ['SWFFill', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int', 'bitmap='=>'swfbitmap', 'flags='=>'int', 'gradient='=>'swfgradient'],
|
||||
'SWFShape::addFill\1' => ['SWFFill', 'bitmap'=>'SWFBitmap', 'flags='=>'int'],
|
||||
'SWFShape::addFill\2' => ['SWFFill', 'gradient'=>'SWFGradient', 'flags='=>'int'],
|
||||
'swf_shapearc' => ['', 'x'=>'float', 'y'=>'float', 'r'=>'float', 'ang1'=>'float', 'ang2'=>'float'],
|
||||
'SWFShape::__construct' => ['SWFShape'],
|
||||
'swf_shapecurveto3' => ['', 'x1'=>'float', 'y1'=>'float', 'x2'=>'float', 'y2'=>'float', 'x3'=>'float', 'y3'=>'float'],
|
||||
@ -9490,7 +9489,6 @@ return [
|
||||
'tidy::getHtmlVer' => ['int'],
|
||||
'tidy_get_html_ver' => ['int', 'obj'=>'tidy'],
|
||||
'tidy_get_opt_doc' => ['string', 'obj'=>'tidy', 'optname'=>'string'],
|
||||
'tidy::getoptdoc' => ['string', 'optname'=>'string'],
|
||||
'tidy::getOptDoc' => ['string', 'optname'=>'string'],
|
||||
'tidy::getOpt' => ['', 'option'=>'string'],
|
||||
'tidy_getopt' => ['', 'option'=>'string', 'obj'=>'tidy'],
|
||||
@ -9864,33 +9862,33 @@ return [
|
||||
'uniqid' => ['string', 'prefix='=>'string', 'more_entropy='=>'bool'],
|
||||
'unixtojd' => ['int', 'timestamp='=>'int'],
|
||||
'unlink' => ['bool', 'filename'=>'string', 'context='=>'resource'],
|
||||
'unpack' => ['array', 'format'=>'string', 'data'=>'string'],
|
||||
'unpack' => ['array', 'format'=>'string', 'data'=>'string', 'offset='=>'int'],
|
||||
'unregister_tick_function' => ['', 'function_name'=>'string'],
|
||||
'unserialize' => ['', 'variable_representation'=>'string', 'allowed_classes='=>'array'],
|
||||
'unset' => ['', 'var='=>'', '...='=>''],
|
||||
'untaint' => ['bool', '&string'=>'string', '...='=>'string'],
|
||||
'uopz_backup' => ['void', 'class'=>'string', 'function'=>'string'],
|
||||
'uopz_backup' => ['void', 'function'=>'string'],
|
||||
'uopz_backup\1' => ['void', 'function'=>'string'],
|
||||
'uopz_compose' => ['void', 'name'=>'string', 'classes'=>'array', 'methods='=>'array', 'properties='=>'array', 'flags='=>'int'],
|
||||
'uopz_copy' => ['Closure', 'class'=>'string', 'function'=>'string'],
|
||||
'uopz_copy' => ['Closure', 'function'=>'string'],
|
||||
'uopz_copy\1' => ['Closure', 'function'=>'string'],
|
||||
'uopz_delete' => ['void', 'class'=>'string', 'function'=>'string'],
|
||||
'uopz_delete' => ['void', 'function'=>'string'],
|
||||
'uopz_delete\1' => ['void', 'function'=>'string'],
|
||||
'uopz_extend' => ['void', 'class'=>'string', 'parent'=>'string'],
|
||||
'uopz_flags' => ['int', 'class'=>'string', 'function'=>'string', 'flags'=>'int'],
|
||||
'uopz_flags' => ['int', 'function'=>'string', 'flags'=>'int'],
|
||||
'uopz_flags\1' => ['int', 'function'=>'string', 'flags'=>'int'],
|
||||
'uopz_function' => ['void', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', 'modifiers='=>'int'],
|
||||
'uopz_function' => ['void', 'function'=>'string', 'handler'=>'Closure', 'modifiers='=>'int'],
|
||||
'uopz_function\1' => ['void', 'function'=>'string', 'handler'=>'Closure', 'modifiers='=>'int'],
|
||||
'uopz_implement' => ['void', 'class'=>'string', 'interface'=>'string'],
|
||||
'uopz_overload' => ['void', 'opcode'=>'int', 'callable'=>'Callable'],
|
||||
'uopz_redefine' => ['void', 'class'=>'string', 'constant'=>'string', 'value'=>'mixed'],
|
||||
'uopz_redefine' => ['void', 'constant'=>'string', 'value'=>'mixed'],
|
||||
'uopz_redefine\1' => ['void', 'constant'=>'string', 'value'=>'mixed'],
|
||||
'uopz_rename' => ['void', 'class'=>'string', 'function'=>'string', 'rename'=>'string'],
|
||||
'uopz_rename' => ['void', 'function'=>'string', 'rename'=>'string'],
|
||||
'uopz_rename\1' => ['void', 'function'=>'string', 'rename'=>'string'],
|
||||
'uopz_restore' => ['void', 'class'=>'string', 'function'=>'string'],
|
||||
'uopz_restore' => ['void', 'function'=>'string'],
|
||||
'uopz_restore\1' => ['void', 'function'=>'string'],
|
||||
'uopz_undefine' => ['void', 'class'=>'string', 'constant'=>'string'],
|
||||
'uopz_undefine' => ['void', 'constant'=>'string'],
|
||||
'uopz_undefine\1' => ['void', 'constant'=>'string'],
|
||||
'urldecode' => ['string', 'str'=>'string'],
|
||||
'urlencode' => ['string', 'str'=>'string'],
|
||||
'use_soap_error_handler' => ['bool', 'handler='=>'bool'],
|
||||
@ -9960,8 +9958,8 @@ return [
|
||||
'VarnishLog::getTagName' => ['string', 'index'=>'int'],
|
||||
'VarnishStat::__construct' => ['', 'args='=>'array'],
|
||||
'VarnishStat::getSnapshot' => ['array'],
|
||||
'version_compare' => ['int|null', 'ver1'=>'string', 'ver2'=>'string', 'oper='=>'string'],
|
||||
'vfprintf' => ['int', 'stream'=>'', 'format'=>'string', 'args'=>'array'],
|
||||
'version_compare' => ['int|bool|null', 'ver1'=>'string', 'ver2'=>'string', 'oper='=>'string'],
|
||||
'vfprintf' => ['int', 'stream'=>'resource', 'format'=>'string', 'args'=>'array'],
|
||||
'virtual' => ['bool', 'uri'=>'string'],
|
||||
'vpopmail_add_alias_domain' => ['bool', 'domain'=>'string', 'aliasdomain'=>'string'],
|
||||
'vpopmail_add_alias_domain_ex' => ['bool', 'olddomain'=>'string', 'newdomain'=>'string'],
|
||||
@ -10031,17 +10029,19 @@ return [
|
||||
'wincache_rplist_meminfo' => ['array'],
|
||||
'wincache_scache_info' => ['array', 'summaryonly='=>'bool'],
|
||||
'wincache_scache_meminfo' => ['array'],
|
||||
'wincache_ucache_add' => ['bool', 'key'=>'string', 'value'=>'', 'ttl='=>'int', 'values='=>'array', 'unused='=>''],
|
||||
'wincache_ucache_add' => ['bool', 'key'=>'string', 'value'=>'', 'ttl='=>'int'],
|
||||
'wincache_ucache_add\1' => ['bool', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
||||
'wincache_ucache_cas' => ['bool', 'key'=>'string', 'old_value'=>'int', 'new_value'=>'int'],
|
||||
'wincache_ucache_clear' => ['bool'],
|
||||
'wincache_ucache_dec' => ['', 'key'=>'string', 'dec_by='=>'int', 'success='=>'bool'],
|
||||
'wincache_ucache_delete' => ['bool', 'key'=>''],
|
||||
'wincache_ucache_exists' => ['bool', 'key'=>'string'],
|
||||
'wincache_ucache_get' => ['', 'key'=>'', 'success='=>'bool'],
|
||||
'wincache_ucache_get' => ['', 'key'=>'', '&success='=>'bool'],
|
||||
'wincache_ucache_inc' => ['', 'key'=>'string', 'inc_by='=>'int', 'success='=>'bool'],
|
||||
'wincache_ucache_info' => ['array', 'summaryonly='=>'bool', 'key='=>'string'],
|
||||
'wincache_ucache_meminfo' => ['array'],
|
||||
'wincache_ucache_set' => ['bool', 'key'=>'', 'value'=>'', 'ttl='=>'int', 'values='=>'array', 'unused='=>''],
|
||||
'wincache_ucache_set' => ['bool', 'key'=>'', 'value'=>'', 'ttl='=>'int'],
|
||||
'wincache_ucache_set\1' => ['bool', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
||||
'wincache_unlock' => ['bool', 'key'=>'string'],
|
||||
'wordwrap' => ['string', 'str'=>'string', 'width='=>'int', 'break='=>'string', 'cut='=>'bool'],
|
||||
'Worker::getStacked' => ['int'],
|
||||
@ -10122,19 +10122,16 @@ return [
|
||||
'XMLReader::moveToFirstAttribute' => ['bool'],
|
||||
'XMLReader::moveToNextAttribute' => ['bool'],
|
||||
'XMLReader::next' => ['bool', 'localname='=>'string'],
|
||||
'XMLReader::open' => ['bool', 'uri'=>'string', 'encoding='=>'string', 'options='=>'int'],
|
||||
'XMLReader::open' => ['bool', 'uri'=>'string', 'encoding='=>'?string', 'options='=>'int'],
|
||||
'XMLReader::read' => ['bool'],
|
||||
'XMLReader::readInnerXml' => ['string'],
|
||||
'XMLReader::readInnerXML' => ['string'],
|
||||
'XMLReader::readOuterXml' => ['bool'],
|
||||
'XMLReader::readOuterXML' => ['string'],
|
||||
'XMLReader::readString' => ['string'],
|
||||
'XMLReader::setParserProperty' => ['bool', 'property'=>'int', 'value'=>'bool'],
|
||||
'XMLReader::setRelaxNGSchema' => ['bool', 'filename'=>'string'],
|
||||
'XMLReader::setRelaxNGSchemaSource' => ['bool', 'source'=>'string'],
|
||||
'XMLReader::setSchema' => ['bool', 'filename'=>'string'],
|
||||
'XMLReader::XML' => ['bool', 'source'=>'string', 'encoding='=>'string', 'options='=>'int'],
|
||||
'XMLReader::xml' => ['bool', 'source'=>'string', 'encoding='=>'string', 'options='=>'int'],
|
||||
'XMLReader::XML' => ['bool', 'source'=>'string', 'encoding='=>'?string', 'options='=>'int'],
|
||||
'xmlrpc_decode' => ['array|null', 'xml'=>'string', 'encoding='=>'string'],
|
||||
'xmlrpc_decode_request' => ['array|null', 'xml'=>'string', 'method'=>'string', 'encoding='=>'string'],
|
||||
'xmlrpc_encode_request' => ['string', 'method'=>'string', 'params'=>'', 'output_options='=>'array'],
|
||||
@ -10265,7 +10262,6 @@ return [
|
||||
'XSLTProcessor::setProfiling' => ['bool', 'filename'=>'string'],
|
||||
'XsltProcessor::setSecurityPrefs' => ['int', 'securityPrefs'=>'int'],
|
||||
'XSLTProcessor::transformToDoc' => ['DOMDocument', 'doc'=>'domnode'],
|
||||
'XSLTProcessor::transformToUri' => ['int', 'doc'=>'domdocument', 'uri'=>'string'],
|
||||
'XSLTProcessor::transformToURI' => ['int', 'doc'=>'DOMDocument', 'uri'=>'string'],
|
||||
'XSLTProcessor::transformToXML' => ['string', 'doc'=>'domdocument'],
|
||||
'xslt_process' => ['', 'xh'=>'', 'xmlcontainer'=>'string', 'xslcontainer'=>'string', 'resultcontainer='=>'string', 'arguments='=>'array', 'parameters='=>'array'],
|
||||
@ -10348,9 +10344,9 @@ return [
|
||||
'Yaf_Controller_Abstract::__clone' => ['void'],
|
||||
'Yaf_Controller_Abstract::__construct' => [''],
|
||||
'Yaf_Controller_Abstract::display' => ['bool', 'tpl'=>'string', 'parameters='=>'array'],
|
||||
'Yaf_Controller_Abstract::forward' => ['void', 'action'=>'string', 'paramters='=>'array'],
|
||||
'Yaf_Controller_Abstract::forward' => ['void', 'controller'=>'string', 'action'=>'string', 'paramters='=>'array'],
|
||||
'Yaf_Controller_Abstract::forward' => ['void', 'module'=>'string', 'controller'=>'string', 'action'=>'string', 'paramters='=>'array'],
|
||||
'Yaf_Controller_Abstract::forward' => ['void', 'action'=>'string', 'parameters='=>'array'],
|
||||
'Yaf_Controller_Abstract::forward\1' => ['void', 'controller'=>'string', 'action'=>'string', 'parameters='=>'array'],
|
||||
'Yaf_Controller_Abstract::forward\2' => ['void', 'module'=>'string', 'controller'=>'string', 'action'=>'string', 'parameters='=>'array'],
|
||||
'Yaf_Controller_Abstract::getInvokeArgs' => ['void'],
|
||||
'Yaf_Controller_Abstract::getInvokeArg' => ['void', 'name'=>'string'],
|
||||
'Yaf_Controller_Abstract::getModuleName' => ['string'],
|
||||
@ -10608,9 +10604,8 @@ return [
|
||||
'ZipArchive::getArchiveComment' => ['string', 'flags='=>'int'],
|
||||
'ZipArchive::getCommentIndex' => ['string', 'index'=>'int', 'flags='=>'int'],
|
||||
'ZipArchive::getCommentName' => ['string', 'name'=>'string', 'flags='=>'int'],
|
||||
'ZipArchive::getExternalAttributesIndex' => ['bool', 'index'=>'int', '&opsys'=>'int', '&attr'=>'int', 'flags'=>'int'],
|
||||
'ZipArchive::GetExternalAttributesIndex' => ['bool', 'index'=>'int', '&opsys'=>'int', '&attr'=>'int', 'flags='=>'int'],
|
||||
'ZipArchive::getExternalAttributesName' => ['bool', 'name'=>'string', '&opsys'=>'int', '&attr'=>'int', 'flags'=>'int'],
|
||||
'ZipArchive::getExternalAttributesIndex' => ['bool', 'index'=>'int', '&opsys'=>'int', '&attr'=>'int', 'flags='=>'int'],
|
||||
'ZipArchive::getExternalAttributesName' => ['bool', 'name'=>'string', '&opsys'=>'int', '&attr'=>'int', 'flags='=>'int'],
|
||||
'ZipArchive::getFromIndex' => ['string', 'index'=>'int', 'len='=>'int', 'flags='=>'int'],
|
||||
'ZipArchive::getFromName' => ['string', 'entryname'=>'string', 'len='=>'int', 'flags='=>'int'],
|
||||
'ZipArchive::getNameIndex' => ['string', 'index'=>'int', 'flags='=>'int'],
|
||||
@ -10679,7 +10674,7 @@ return [
|
||||
'ZMQSocket::recvMulti' => ['string', 'mode='=>'int'],
|
||||
'ZMQSocket::recv' => ['string', 'mode='=>'int'],
|
||||
'ZMQSocket::send' => ['ZMQSocket', 'message'=>'array', 'mode='=>'int'],
|
||||
'ZMQSocket::send' => ['ZMQSocket', 'message'=>'string', 'mode='=>'int'],
|
||||
'ZMQSocket::send\1' => ['ZMQSocket', 'message'=>'string', 'mode='=>'int'],
|
||||
'ZMQSocket::setSockOpt' => ['ZMQSocket', 'key'=>'int', 'value'=>'mixed'],
|
||||
'ZMQSocket::unbind' => ['ZMQSocket', 'dsn'=>'string']
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user