|
1293 | 1293 | 'curl_unescape' => ['string|false', 'handle'=>'CurlHandle', 'string'=>'string'],
|
1294 | 1294 | 'curl_version' => ['array', 'version='=>'int'],
|
1295 | 1295 | 'CURLFile::__construct' => ['void', 'filename'=>'string', 'mime_type='=>'?string', 'posted_filename='=>'?string'],
|
1296 |
| -'CURLFile::__wakeup' => ['void'], |
1297 | 1296 | 'CURLFile::getFilename' => ['string'],
|
1298 | 1297 | 'CURLFile::getMimeType' => ['string'],
|
1299 | 1298 | 'CURLFile::getPostFilename' => ['string'],
|
|
3159 | 3158 | 'Gender\Gender::get' => ['int', 'name'=>'string', 'country='=>'int'],
|
3160 | 3159 | 'Gender\Gender::isNick' => ['array', 'name0'=>'string', 'name1'=>'string', 'country='=>'int'],
|
3161 | 3160 | 'Gender\Gender::similarNames' => ['array', 'name'=>'string', 'country='=>'int'],
|
3162 |
| -'Generator::__wakeup' => ['void'], |
3163 | 3161 | 'Generator::current' => ['mixed'],
|
3164 | 3162 | 'Generator::getReturn' => ['mixed'],
|
3165 | 3163 | 'Generator::key' => ['mixed'],
|
|
3555 | 3553 | 'GmagickPixel::setcolorvalue' => ['GmagickPixel', 'color'=>'int', 'value'=>'float'],
|
3556 | 3554 | 'gmdate' => ['string', 'format'=>'string', 'timestamp='=>'int|null'],
|
3557 | 3555 | 'gmmktime' => ['int|false', 'hour'=>'int', 'minute='=>'int|null', 'second='=>'int|null', 'month='=>'int|null', 'day='=>'int|null', 'year='=>'int|null'],
|
3558 |
| -'GMP::__construct' => ['void'], |
3559 | 3556 | 'GMP::__serialize' => ['array'],
|
3560 |
| -'GMP::__toString' => ['numeric-string'], |
3561 | 3557 | 'GMP::__unserialize' => ['void', 'data'=>'array'],
|
3562 | 3558 | 'gmp_abs' => ['GMP', 'num'=>'GMP|string|int'],
|
3563 | 3559 | 'gmp_add' => ['GMP', 'num1'=>'GMP|string|int', 'num2'=>'GMP|string|int'],
|
|
7811 | 7807 | 'mysqli::commit' => ['bool', 'flags='=>'int', 'name='=>'?string'],
|
7812 | 7808 | 'mysqli::connect' => ['bool', 'hostname='=>'string|null', 'username='=>'string|null', 'password='=>'string|null', 'database='=>'string|null', 'port='=>'int|null', 'socket='=>'string|null'],
|
7813 | 7809 | 'mysqli::debug' => ['bool', 'options'=>'string'],
|
7814 |
| -'mysqli::disable_reads_from_master' => ['bool'], |
7815 | 7810 | 'mysqli::dump_debug_info' => ['bool'],
|
7816 | 7811 | 'mysqli::escape_string' => ['string', 'string'=>'string'],
|
7817 | 7812 | 'mysqli::execute_query' => ['mysqli_result|bool', 'query'=>'non-empty-string', 'params='=>'list<mixed>|null'],
|
|
7836 | 7831 | 'mysqli::refresh' => ['bool', 'flags'=>'int'],
|
7837 | 7832 | 'mysqli::release_savepoint' => ['bool', 'name'=>'string'],
|
7838 | 7833 | 'mysqli::rollback' => ['bool', 'flags='=>'int', 'name='=>'?string'],
|
7839 |
| -'mysqli::rpl_query_type' => ['int', 'query'=>'string'], |
7840 | 7834 | 'mysqli::savepoint' => ['bool', 'name'=>'string'],
|
7841 | 7835 | 'mysqli::select_db' => ['bool', 'database'=>'string'],
|
7842 |
| -'mysqli::send_query' => ['bool', 'query'=>'string'], |
7843 | 7836 | 'mysqli::set_charset' => ['bool', 'charset'=>'string'],
|
7844 |
| -'mysqli::set_local_infile_default' => ['void'], |
7845 |
| -'mysqli::set_local_infile_handler' => ['bool', 'read_func='=>'callable'], |
7846 | 7837 | 'mysqli::set_opt' => ['bool', 'option'=>'int', 'value'=>'string|int'],
|
7847 | 7838 | 'mysqli::ssl_set' => ['bool', 'key'=>'?string', 'certificate'=>'?string', 'ca_certificate'=>'?string', 'ca_path'=>'?string', 'cipher_algos'=>'?string'],
|
7848 | 7839 | 'mysqli::stat' => ['string|false'],
|
|
7864 | 7855 | 'mysqli_debug' => ['true', 'options'=>'string'],
|
7865 | 7856 | 'mysqli_disable_reads_from_master' => ['bool', 'link'=>'mysqli'],
|
7866 | 7857 | 'mysqli_disable_rpl_parse' => ['bool', 'link'=>'mysqli'],
|
7867 |
| -'mysqli_driver::embedded_server_end' => ['void'], |
7868 |
| -'mysqli_driver::embedded_server_start' => ['bool', 'start'=>'int', 'arguments'=>'array', 'groups'=>'array'], |
7869 | 7858 | 'mysqli_dump_debug_info' => ['bool', 'mysql'=>'mysqli'],
|
7870 | 7859 | 'mysqli_embedded_server_end' => ['void'],
|
7871 | 7860 | 'mysqli_embedded_server_start' => ['bool', 'start'=>'int', 'arguments'=>'array', 'groups'=>'array'],
|
|
8998 | 8987 | 'PDFlib::utf32_to_utf16' => ['string', 'utf32string'=>'string', 'ordering'=>'string'],
|
8999 | 8988 | 'PDFlib::utf8_to_utf16' => ['string', 'utf8string'=>'string', 'ordering'=>'string'],
|
9000 | 8989 | 'PDO::__construct' => ['void', 'dsn'=>'string', 'username='=>'?string', 'password='=>'?string', 'options='=>'?array'],
|
9001 |
| -'PDO::__sleep' => ['list<string>'], |
9002 |
| -'PDO::__wakeup' => ['void'], |
9003 | 8990 | 'PDO::beginTransaction' => ['bool'],
|
9004 | 8991 | 'PDO::commit' => ['bool'],
|
9005 | 8992 | 'PDO::cubrid_schema' => ['array', 'schema_type'=>'int', 'table_name='=>'string', 'col_name='=>'string'],
|
|
9038 | 9025 | 'PDOException::getPrevious' => ['?Throwable'],
|
9039 | 9026 | 'PDOException::getTrace' => ['list<array{file?:string,line?:int,function:string,class?:class-string,type?:\'::\'|\'->\',args?:array<mixed>}>'],
|
9040 | 9027 | 'PDOException::getTraceAsString' => ['string'],
|
9041 |
| -'PDOStatement::__sleep' => ['list<string>'], |
9042 |
| -'PDOStatement::__wakeup' => ['void'], |
9043 | 9028 | 'PDOStatement::bindColumn' => ['bool', 'column'=>'string|int', '&rw_var'=>'mixed', 'type='=>'int', 'maxLength='=>'int', 'driverOptions='=>'mixed'],
|
9044 | 9029 | 'PDOStatement::bindParam' => ['bool', 'param'=>'string|int', '&rw_var'=>'mixed', 'type='=>'int', 'maxLength='=>'int', 'driverOptions='=>'mixed'],
|
9045 | 9030 | 'PDOStatement::bindValue' => ['bool', 'param'=>'string|int', 'value'=>'mixed', 'type='=>'int'],
|
|
12300 | 12285 | 'SplEnum::getConstList' => ['array', 'include_default='=>'bool'],
|
12301 | 12286 | 'SplFileInfo::__construct' => ['void', 'filename'=>'string'],
|
12302 | 12287 | 'SplFileInfo::__toString' => ['string'],
|
12303 |
| -'SplFileInfo::__wakeup' => ['void'], |
12304 | 12288 | 'SplFileInfo::getATime' => ['int|false'],
|
12305 | 12289 | 'SplFileInfo::getBasename' => ['string', 'suffix='=>'string'],
|
12306 | 12290 | 'SplFileInfo::getCTime' => ['int|false'],
|
@@ -12390,19 +12374,15 @@
|
12390 | 12374 | 'SplFixedArray::__construct' => ['void', 'size='=>'int'],
|
12391 | 12375 | 'SplFixedArray::__wakeup' => ['void'],
|
12392 | 12376 | 'SplFixedArray::count' => ['int'],
|
12393 |
| -'SplFixedArray::current' => ['mixed'], |
12394 | 12377 | 'SplFixedArray::fromArray' => ['SplFixedArray', 'array'=>'array', 'preserveKeys='=>'bool'],
|
| 12378 | +'SplFixedArray::getIterator' => ['Iterator'], |
12395 | 12379 | 'SplFixedArray::getSize' => ['int'],
|
12396 |
| -'SplFixedArray::key' => ['int'], |
12397 |
| -'SplFixedArray::next' => ['void'], |
12398 | 12380 | 'SplFixedArray::offsetExists' => ['bool', 'index'=>'int'],
|
12399 | 12381 | 'SplFixedArray::offsetGet' => ['mixed', 'index'=>'int'],
|
12400 | 12382 | 'SplFixedArray::offsetSet' => ['void', 'index'=>'int', 'value'=>'mixed'],
|
12401 | 12383 | 'SplFixedArray::offsetUnset' => ['void', 'index'=>'int'],
|
12402 |
| -'SplFixedArray::rewind' => ['void'], |
12403 | 12384 | 'SplFixedArray::setSize' => ['bool', 'size'=>'int'],
|
12404 | 12385 | 'SplFixedArray::toArray' => ['array'],
|
12405 |
| -'SplFixedArray::valid' => ['bool'], |
12406 | 12386 | 'SplHeap::__construct' => ['void'],
|
12407 | 12387 | 'SplHeap::compare' => ['int', 'value1'=>'mixed', 'value2'=>'mixed'],
|
12408 | 12388 | 'SplHeap::count' => ['int'],
|
@@ -14502,17 +14482,12 @@
|
14502 | 14482 | 'wddx_packet_start' => ['resource|false', 'comment='=>'string'],
|
14503 | 14483 | 'wddx_serialize_value' => ['string|false', 'value'=>'mixed', 'comment='=>'string'],
|
14504 | 14484 | 'wddx_serialize_vars' => ['string|false', 'var_name'=>'mixed', '...vars='=>'mixed'],
|
14505 |
| -'WeakMap::__construct' => ['void'], |
14506 | 14485 | 'WeakMap::count' => ['int'],
|
14507 |
| -'WeakMap::current' => ['mixed'], |
14508 |
| -'WeakMap::key' => ['object'], |
14509 |
| -'WeakMap::next' => ['void'], |
| 14486 | +'WeakMap::getIterator' => ['Iterator'], |
14510 | 14487 | 'WeakMap::offsetExists' => ['bool', 'object'=>'object'],
|
14511 | 14488 | 'WeakMap::offsetGet' => ['mixed', 'object'=>'object'],
|
14512 | 14489 | 'WeakMap::offsetSet' => ['void', 'object'=>'object', 'value'=>'mixed'],
|
14513 | 14490 | 'WeakMap::offsetUnset' => ['void', 'object'=>'object'],
|
14514 |
| -'WeakMap::rewind' => ['void'], |
14515 |
| -'WeakMap::valid' => ['bool'], |
14516 | 14491 | 'Weakref::acquire' => ['bool'],
|
14517 | 14492 | 'Weakref::get' => ['object'],
|
14518 | 14493 | 'Weakref::release' => ['bool'],
|
|
0 commit comments