|
125 | 125 | 'apc_store' => ['bool', 'key'=>'string', 'var'=>'', 'ttl='=>'int'],
|
126 | 126 | 'apc_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
127 | 127 | 'APCIterator::__construct' => ['void', 'cache'=>'string', 'search='=>'', 'format='=>'int', 'chunk_size='=>'int', 'list='=>'int'],
|
128 |
| -'APCIterator::current' => ['mixed'], |
129 |
| -'APCIterator::getTotalCount' => ['int'], |
130 |
| -'APCIterator::getTotalHits' => ['int'], |
131 |
| -'APCIterator::getTotalSize' => ['int'], |
132 |
| -'APCIterator::key' => ['string'], |
133 |
| -'APCIterator::next' => ['void'], |
134 |
| -'APCIterator::rewind' => ['void'], |
135 |
| -'APCIterator::valid' => ['bool'], |
136 | 128 | 'apcu_add' => ['bool', 'key'=>'string', 'var'=>'', 'ttl='=>'int'],
|
137 | 129 | 'apcu_add\'1' => ['array<string,int>', 'values'=>'array<string,mixed>', 'unused='=>'', 'ttl='=>'int'],
|
138 | 130 | 'apcu_cache_info' => ['__benevolent<array<string,mixed>|false>', 'limited='=>'bool'],
|
|
150 | 142 | 'apcu_store' => ['bool', 'key'=>'string', 'var='=>'', 'ttl='=>'int'],
|
151 | 143 | 'apcu_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
152 | 144 | 'APCuIterator::__construct' => ['void', 'search='=>'string|string[]|null', 'format='=>'int', 'chunk_size='=>'int', 'list='=>'int'],
|
153 |
| -'APCuIterator::current' => ['mixed'], |
154 |
| -'APCuIterator::getTotalCount' => ['int'], |
155 |
| -'APCuIterator::getTotalHits' => ['int'], |
156 |
| -'APCuIterator::getTotalSize' => ['int'], |
157 |
| -'APCuIterator::key' => ['string'], |
158 |
| -'APCuIterator::next' => ['void'], |
159 |
| -'APCuIterator::rewind' => ['void'], |
160 |
| -'APCuIterator::valid' => ['bool'], |
161 | 145 | 'apd_breakpoint' => ['bool', 'debug_level'=>'int'],
|
162 | 146 | 'apd_callstack' => ['array'],
|
163 | 147 | 'apd_clunk' => ['void', 'warning'=>'string', 'delimiter='=>'string'],
|
|
172 | 156 | 'apd_set_session' => ['void', 'debug_level'=>'int'],
|
173 | 157 | 'apd_set_session_trace' => ['void', 'debug_level'=>'int', 'dump_directory='=>'string'],
|
174 | 158 | 'apd_set_session_trace_socket' => ['bool', 'tcp_server'=>'string', 'socket_type'=>'int', 'port'=>'int', 'debug_level'=>'int'],
|
175 |
| -'AppendIterator::__construct' => ['void'], |
176 |
| -'AppendIterator::append' => ['void', 'iterator'=>'Iterator'], |
177 |
| -'AppendIterator::current' => ['mixed'], |
178 |
| -'AppendIterator::getArrayIterator' => ['ArrayIterator'], |
179 |
| -'AppendIterator::getInnerIterator' => ['iterator'], |
180 |
| -'AppendIterator::getIteratorIndex' => ['int'], |
181 |
| -'AppendIterator::key' => ['mixed'], |
182 |
| -'AppendIterator::next' => ['void'], |
183 |
| -'AppendIterator::rewind' => ['void'], |
184 |
| -'AppendIterator::valid' => ['bool'], |
185 | 159 | 'array_change_key_case' => ['array', 'input'=>'array', 'case='=>'int'],
|
186 | 160 | 'array_chunk' => ['list<array>', 'input'=>'array', 'size'=>'positive-int', 'preserve_keys='=>'bool'],
|
187 | 161 | 'array_column' => ['array', 'array'=>'array', 'column_key'=>'mixed', 'index_key='=>'mixed'],
|
|
849 | 823 | 'call_user_func_array' => ['mixed', 'function'=>'callable', 'parameters'=>'array<int,mixed>'],
|
850 | 824 | 'call_user_method' => ['mixed', 'method_name'=>'string', 'obj'=>'object', 'parameter='=>'mixed', '...args='=>'mixed'],
|
851 | 825 | 'call_user_method_array' => ['mixed', 'method_name'=>'string', 'obj'=>'object', 'params'=>'array<int,mixed>'],
|
852 |
| -'CallbackFilterIterator::__construct' => ['void', 'iterator'=>'Iterator', 'func'=>'callable'], |
853 |
| -'CallbackFilterIterator::accept' => ['bool'], |
854 |
| -'CallbackFilterIterator::current' => ['mixed'], |
855 |
| -'CallbackFilterIterator::getInnerIterator' => ['Iterator'], |
856 |
| -'CallbackFilterIterator::key' => ['mixed'], |
857 |
| -'CallbackFilterIterator::next' => ['void'], |
858 |
| -'CallbackFilterIterator::rewind' => ['void'], |
859 |
| -'CallbackFilterIterator::valid' => ['bool'], |
860 | 826 | 'ceil' => ['__benevolent<float|false>', 'number'=>'float'],
|
861 | 827 | 'chdb::__construct' => ['void', 'pathname'=>'string'],
|
862 | 828 | 'chdb::get' => ['string', 'key'=>'string'],
|
|
1447 | 1413 | 'Directory::close' => ['void', 'dir_handle='=>'resource'],
|
1448 | 1414 | 'Directory::read' => ['string|false', 'dir_handle='=>'resource'],
|
1449 | 1415 | 'Directory::rewind' => ['void', 'dir_handle='=>'resource'],
|
1450 |
| -'DirectoryIterator::__construct' => ['void', 'path'=>'string'], |
1451 |
| -'DirectoryIterator::__toString' => ['string'], |
1452 |
| -'DirectoryIterator::current' => ['DirectoryIterator'], |
1453 |
| -'DirectoryIterator::getATime' => ['int'], |
1454 |
| -'DirectoryIterator::getBasename' => ['string', 'suffix='=>'string'], |
1455 |
| -'DirectoryIterator::getChildren' => ['RecursiveDirectoryIterator'], |
1456 |
| -'DirectoryIterator::getCTime' => ['int'], |
1457 |
| -'DirectoryIterator::getExtension' => ['string'], |
1458 |
| -'DirectoryIterator::getFileInfo' => ['SplFileInfo', 'class_name='=>'string'], |
1459 |
| -'DirectoryIterator::getFilename' => ['string'], |
1460 |
| -'DirectoryIterator::getGroup' => ['int'], |
1461 |
| -'DirectoryIterator::getInode' => ['int'], |
1462 |
| -'DirectoryIterator::getLinkTarget' => ['string'], |
1463 |
| -'DirectoryIterator::getMTime' => ['int'], |
1464 |
| -'DirectoryIterator::getOwner' => ['int'], |
1465 |
| -'DirectoryIterator::getPath' => ['string'], |
1466 |
| -'DirectoryIterator::getPathInfo' => ['SplFileInfo', 'class_name='=>'string'], |
1467 |
| -'DirectoryIterator::getPathname' => ['string'], |
1468 |
| -'DirectoryIterator::getPerms' => ['int'], |
1469 |
| -'DirectoryIterator::getRealPath' => ['string'], |
1470 |
| -'DirectoryIterator::getSize' => ['int'], |
1471 |
| -'DirectoryIterator::getType' => ['string'], |
1472 |
| -'DirectoryIterator::isDir' => ['bool'], |
1473 |
| -'DirectoryIterator::isDot' => ['bool'], |
1474 |
| -'DirectoryIterator::isExecutable' => ['bool'], |
1475 |
| -'DirectoryIterator::isFile' => ['bool'], |
1476 |
| -'DirectoryIterator::isLink' => ['bool'], |
1477 |
| -'DirectoryIterator::isReadable' => ['bool'], |
1478 |
| -'DirectoryIterator::isWritable' => ['bool'], |
1479 |
| -'DirectoryIterator::key' => ['string'], |
1480 |
| -'DirectoryIterator::next' => ['void'], |
1481 |
| -'DirectoryIterator::openFile' => ['SplFileObject', 'mode='=>'string', 'use_include_path='=>'bool', 'context='=>'resource'], |
1482 |
| -'DirectoryIterator::rewind' => ['void'], |
1483 |
| -'DirectoryIterator::seek' => ['void', 'position'=>'int'], |
1484 |
| -'DirectoryIterator::setFileClass' => ['void', 'class_name='=>'string'], |
1485 |
| -'DirectoryIterator::setInfoClass' => ['void', 'class_name='=>'string'], |
1486 |
| -'DirectoryIterator::valid' => ['bool'], |
1487 | 1416 | 'dirname' => ['string', 'path'=>'string', 'levels='=>'positive-int'],
|
1488 | 1417 | 'disk_free_space' => ['float|false', 'path'=>'string'],
|
1489 | 1418 | 'disk_total_space' => ['float|false', 'path'=>'string'],
|
|
1752 | 1681 | 'eio_unlink' => ['resource|false', 'path'=>'string', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
|
1753 | 1682 | 'eio_utime' => ['resource|false', 'path'=>'string', 'atime'=>'float', 'mtime'=>'float', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
|
1754 | 1683 | 'eio_write' => ['resource|false', 'fd'=>'mixed', 'str'=>'string', 'length='=>'int', 'offset='=>'int', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
|
1755 |
| -'EmptyIterator::current' => ['mixed'], |
1756 |
| -'EmptyIterator::key' => ['mixed'], |
1757 |
| -'EmptyIterator::next' => ['void'], |
1758 |
| -'EmptyIterator::rewind' => ['void'], |
1759 |
| -'EmptyIterator::valid' => ['bool'], |
1760 | 1684 | 'enchant_broker_describe' => ['array', 'broker'=>'resource'],
|
1761 | 1685 | 'enchant_broker_dict_exists' => ['bool', 'broker'=>'resource', 'tag'=>'string'],
|
1762 | 1686 | 'enchant_broker_free' => ['bool', 'broker'=>'resource'],
|
|
2415 | 2339 | 'filepro_retrieve' => ['string', 'row_number'=>'int', 'field_number'=>'int'],
|
2416 | 2340 | 'filepro_rowcount' => ['int'],
|
2417 | 2341 | 'filesize' => ['0|positive-int|false', 'filename'=>'string'],
|
2418 |
| -'FilesystemIterator::__construct' => ['void', 'path'=>'string', 'flags='=>'int'], |
2419 |
| -'FilesystemIterator::current' => ['string|SplFileInfo'], |
2420 |
| -'FilesystemIterator::getFlags' => ['int'], |
2421 |
| -'FilesystemIterator::key' => ['string'], |
2422 |
| -'FilesystemIterator::next' => ['void'], |
2423 |
| -'FilesystemIterator::rewind' => ['void'], |
2424 |
| -'FilesystemIterator::setFlags' => ['void', 'flags='=>'int'], |
2425 | 2342 | 'filetype' => ['string|false', 'filename'=>'string'],
|
2426 | 2343 | 'filter_has_var' => ['bool', 'type'=>'int', 'variable_name'=>'string'],
|
2427 | 2344 | 'filter_id' => ['int|false', 'filtername'=>'string'],
|
|
2430 | 2347 | 'filter_list' => ['non-empty-list<non-falsy-string>'],
|
2431 | 2348 | 'filter_var' => ['mixed', 'variable'=>'mixed', 'filter='=>'int', 'options='=>'mixed'],
|
2432 | 2349 | 'filter_var_array' => ['array|false|null', 'data'=>'array', 'definition='=>'mixed', 'add_empty='=>'bool'],
|
2433 |
| -'FilterIterator::__construct' => ['void', 'iterator'=>'Iterator'], |
2434 |
| -'FilterIterator::accept' => ['bool'], |
2435 |
| -'FilterIterator::current' => ['mixed'], |
2436 |
| -'FilterIterator::getInnerIterator' => ['Iterator'], |
2437 |
| -'FilterIterator::key' => ['mixed'], |
2438 |
| -'FilterIterator::next' => ['void'], |
2439 |
| -'FilterIterator::rewind' => ['void'], |
2440 |
| -'FilterIterator::valid' => ['bool'], |
2441 | 2350 | 'finfo::__construct' => ['void', 'options='=>'int', 'magic_file='=>'string'],
|
2442 | 2351 | 'finfo::finfo' => ['void', 'options='=>'int', 'magic_file='=>'string'],
|
2443 | 2352 | 'finfo::buffer' => ['string|false', 'string'=>'string', 'options='=>'int', 'context='=>'resource'],
|
|
2809 | 2718 | 'gettimeofday' => ['array|float', 'get_as_float='=>'bool'],
|
2810 | 2719 | 'gettype' => ['string', 'var'=>'mixed'],
|
2811 | 2720 | 'glob' => ['list<string>|false', 'pattern'=>'string', 'flags='=>'int'],
|
2812 |
| -'GlobIterator::__construct' => ['void', 'path'=>'string', 'flags='=>'int'], |
2813 |
| -'GlobIterator::cont' => ['int'], |
2814 |
| -'GlobIterator::count' => ['0|positive-int'], |
2815 | 2721 | 'Gmagick::__construct' => ['void', 'filename='=>'string'],
|
2816 | 2722 | 'Gmagick::addimage' => ['Gmagick', 'gmagick'=>'gmagick'],
|
2817 | 2723 | 'Gmagick::addnoiseimage' => ['Gmagick', 'noise'=>'int'],
|
|
4643 | 4549 | 'ImagickPixel::setColorValueQuantum' => ['void', 'color'=>'int', 'value'=>'mixed'],
|
4644 | 4550 | 'ImagickPixel::setHSL' => ['bool', 'hue'=>'float', 'saturation'=>'float', 'luminosity'=>'float'],
|
4645 | 4551 | 'ImagickPixel::setIndex' => ['void', 'index'=>'int'],
|
4646 |
| -'ImagickPixelIterator::__construct' => ['void', 'wand'=>'imagick'], |
4647 |
| -'ImagickPixelIterator::clear' => ['bool'], |
4648 |
| -'ImagickPixelIterator::current' => ['mixed'], |
4649 |
| -'ImagickPixelIterator::destroy' => ['bool'], |
4650 |
| -'ImagickPixelIterator::getCurrentIteratorRow' => ['array'], |
4651 |
| -'ImagickPixelIterator::getIteratorRow' => ['int'], |
4652 |
| -'ImagickPixelIterator::getNextIteratorRow' => ['array'], |
4653 |
| -'ImagickPixelIterator::getpixeliterator' => ['', 'Imagick'=>'Imagick'], |
4654 |
| -'ImagickPixelIterator::getpixelregioniterator' => ['', 'Imagick'=>'Imagick', 'x'=>'', 'y'=>'', 'columns'=>'', 'rows'=>''], |
4655 |
| -'ImagickPixelIterator::getPreviousIteratorRow' => ['array'], |
4656 |
| -'ImagickPixelIterator::key' => ['int|string'], |
4657 |
| -'ImagickPixelIterator::newPixelIterator' => ['bool', 'wand'=>'imagick'], |
4658 |
| -'ImagickPixelIterator::newPixelRegionIterator' => ['bool', 'wand'=>'imagick', 'x'=>'int', 'y'=>'int', 'columns'=>'int', 'rows'=>'int'], |
4659 |
| -'ImagickPixelIterator::next' => ['void'], |
4660 |
| -'ImagickPixelIterator::resetIterator' => ['bool'], |
4661 |
| -'ImagickPixelIterator::rewind' => ['void'], |
4662 |
| -'ImagickPixelIterator::setIteratorFirstRow' => ['bool'], |
4663 |
| -'ImagickPixelIterator::setIteratorLastRow' => ['bool'], |
4664 |
| -'ImagickPixelIterator::setIteratorRow' => ['bool', 'row'=>'int'], |
4665 |
| -'ImagickPixelIterator::syncIterator' => ['bool'], |
4666 |
| -'ImagickPixelIterator::valid' => ['bool'], |
4667 | 4552 | 'imap_8bit' => ['string|false', 'text'=>'string'],
|
4668 | 4553 | 'imap_alerts' => ['array|false'],
|
4669 | 4554 | 'imap_append' => ['bool', 'stream_id'=>'resource', 'folder'=>'string', 'message'=>'string', 'options='=>'string', 'internal_date='=>'string'],
|
|
4747 | 4632 | 'inclued_get_data' => ['array'],
|
4748 | 4633 | 'inet_ntop' => ['string|false', 'in_addr'=>'string'],
|
4749 | 4634 | 'inet_pton' => ['string|false', 'ip_address'=>'string'],
|
4750 |
| -'InfiniteIterator::__construct' => ['void', 'iterator'=>'Iterator'], |
4751 |
| -'InfiniteIterator::next' => ['void'], |
4752 | 4635 | 'inflate_add' => ['string|false', 'context'=>'resource', 'encoded_data'=>'string', 'flush_mode='=>'int'],
|
4753 | 4636 | 'inflate_get_read_len' => ['int|false', 'resource'=>'resource'],
|
4754 | 4637 | 'inflate_get_status' => ['int|false', 'resource'=>'resource'],
|
|
5121 | 5004 | 'is_uploaded_file' => ['bool', 'path'=>'string'],
|
5122 | 5005 | 'is_writable' => ['bool', 'filename'=>'string'],
|
5123 | 5006 | 'is_writeable' => ['bool', 'filename'=>'string'],
|
5124 |
| -'Iterator::current' => ['mixed'], |
5125 |
| -'Iterator::key' => ['mixed'], |
5126 |
| -'Iterator::next' => ['void'], |
5127 |
| -'Iterator::rewind' => ['void'], |
5128 |
| -'Iterator::valid' => ['bool'], |
5129 | 5007 | 'iterator_apply' => ['0|positive-int', 'iterator'=>'Traversable', 'function'=>'callable', 'params='=>'array'],
|
5130 | 5008 | 'iterator_count' => ['0|positive-int', 'iterator'=>'Traversable'],
|
5131 | 5009 | 'iterator_to_array' => ['array', 'iterator'=>'Traversable', 'use_keys='=>'bool'],
|
5132 | 5010 | 'IteratorAggregate::getIterator' => ['Traversable'],
|
5133 |
| -'IteratorIterator::__construct' => ['void', 'iterator'=>'Traversable'], |
5134 |
| -'IteratorIterator::current' => ['mixed'], |
5135 |
| -'IteratorIterator::getInnerIterator' => ['Traversable'], |
5136 |
| -'IteratorIterator::key' => ['mixed'], |
5137 |
| -'IteratorIterator::next' => ['void'], |
5138 |
| -'IteratorIterator::rewind' => ['void'], |
5139 |
| -'IteratorIterator::valid' => ['bool'], |
5140 | 5011 | 'java_last_exception_clear' => [''],
|
5141 | 5012 | 'java_last_exception_get' => ['object'],
|
5142 | 5013 | 'java_reload' => ['array', 'new_jarpath'=>'new_jarpath'],
|
|
5392 | 5263 | 'libxml_set_external_entity_loader' => ['bool', 'resolver_function'=>'callable'],
|
5393 | 5264 | 'libxml_set_streams_context' => ['void', 'streams_context'=>'resource'],
|
5394 | 5265 | 'libxml_use_internal_errors' => ['bool', 'use_errors='=>'bool'],
|
5395 |
| -'LimitIterator::__construct' => ['void', 'iterator'=>'Iterator', 'offset='=>'int', 'count='=>'int'], |
5396 |
| -'LimitIterator::current' => ['mixed'], |
5397 |
| -'LimitIterator::getInnerIterator' => ['Iterator'], |
5398 |
| -'LimitIterator::getPosition' => ['int'], |
5399 |
| -'LimitIterator::key' => ['mixed'], |
5400 |
| -'LimitIterator::next' => ['void'], |
5401 |
| -'LimitIterator::rewind' => ['void'], |
5402 |
| -'LimitIterator::seek' => ['int', 'position'=>'int'], |
5403 |
| -'LimitIterator::valid' => ['bool'], |
5404 | 5266 | 'lineObj::__construct' => ['void'],
|
5405 | 5267 | 'lineObj::add' => ['int', 'point'=>'pointObj'],
|
5406 | 5268 | 'lineObj::addXY' => ['int', 'x'=>'float', 'y'=>'float', 'm'=>'float'],
|
|
6452 | 6314 | 'mt_rand' => ['int', 'min'=>'int', 'max'=>'int'],
|
6453 | 6315 | 'mt_rand\'1' => ['int'],
|
6454 | 6316 | 'mt_srand' => ['void', 'seed='=>'int', 'mode='=>'int'],
|
6455 |
| -'MultipleIterator::__construct' => ['void', 'flags='=>'int'], |
6456 |
| -'MultipleIterator::attachIterator' => ['void', 'iterator'=>'Iterator', 'infos='=>'string'], |
6457 |
| -'MultipleIterator::containsIterator' => ['bool', 'iterator'=>'Iterator'], |
6458 |
| -'MultipleIterator::countIterators' => ['int'], |
6459 |
| -'MultipleIterator::current' => ['array'], |
6460 |
| -'MultipleIterator::detachIterator' => ['void', 'iterator'=>'Iterator'], |
6461 |
| -'MultipleIterator::getFlags' => ['int'], |
6462 |
| -'MultipleIterator::key' => ['array'], |
6463 |
| -'MultipleIterator::next' => ['void'], |
6464 |
| -'MultipleIterator::rewind' => ['void'], |
6465 |
| -'MultipleIterator::setFlags' => ['int', 'flags'=>'int'], |
6466 |
| -'MultipleIterator::valid' => ['bool'], |
6467 | 6317 | 'mysql_affected_rows' => ['int', 'link_identifier='=>'resource'],
|
6468 | 6318 | 'mysql_client_encoding' => ['string', 'link_identifier='=>'resource'],
|
6469 | 6319 | 'mysql_close' => ['bool', 'link_identifier='=>'resource'],
|
|
7102 | 6952 | 'ngettext' => ['string', 'msgid1'=>'string', 'msgid2'=>'string', 'n'=>'int'],
|
7103 | 6953 | 'nl2br' => ['string', 'str'=>'string', 'is_xhtml='=>'bool'],
|
7104 | 6954 | 'nl_langinfo' => ['string|false', 'item'=>'int'],
|
7105 |
| -'NoRewindIterator::__construct' => ['void', 'iterator'=>'Iterator'], |
7106 |
| -'NoRewindIterator::current' => ['mixed'], |
7107 |
| -'NoRewindIterator::getInnerIterator' => ['Iterator'], |
7108 |
| -'NoRewindIterator::key' => ['mixed'], |
7109 |
| -'NoRewindIterator::next' => ['void'], |
7110 |
| -'NoRewindIterator::rewind' => ['void'], |
7111 |
| -'NoRewindIterator::valid' => ['bool'], |
7112 | 6955 | 'Normalizer::getRawDecomposition' => ['string|null', 'input'=>'string'],
|
7113 | 6956 | 'Normalizer::isNormalized' => ['bool', 'input'=>'string', 'form='=>'int'],
|
7114 | 6957 | 'Normalizer::normalize' => ['string|false', 'input'=>'string', 'form='=>'int'],
|
|
7516 | 7359 | 'overload' => ['', 'class_name'=>'string'],
|
7517 | 7360 | 'override_function' => ['bool', 'function_name'=>'string', 'function_args'=>'string', 'function_code'=>'string'],
|
7518 | 7361 | 'pack' => ['string', 'format'=>'string', '...args='=>'mixed'],
|
7519 |
| -'ParentIterator::__construct' => ['void', 'iterator'=>'RecursiveIterator'], |
7520 |
| -'ParentIterator::accept' => ['bool'], |
7521 |
| -'ParentIterator::getChildren' => ['ParentIterator'], |
7522 |
| -'ParentIterator::hasChildren' => ['bool'], |
7523 |
| -'ParentIterator::next' => ['void'], |
7524 |
| -'ParentIterator::rewind' => ['void'], |
7525 |
| -'ParentIterator::valid' => [''], |
7526 | 7362 | 'Parle\Lexer::advance' => ['void'],
|
7527 | 7363 | 'Parle\Lexer::build' => ['void'],
|
7528 | 7364 | 'Parle\Lexer::callout' => ['void', 'id'=>'int', 'callback'=>'callable'],
|
|
9255 | 9091 | 'ReflectionZendExtension::getVersion' => ['string'],
|
9256 | 9092 | 'Reflector::__toString' => ['string'],
|
9257 | 9093 | 'Reflector::export' => ['?string'],
|
9258 |
| -'RegexIterator::__construct' => ['void', 'iterator'=>'Iterator', 'regex'=>'string', 'mode='=>'int', 'flags='=>'int', 'preg_flags='=>'int'], |
9259 |
| -'RegexIterator::accept' => ['bool'], |
9260 |
| -'RegexIterator::getFlags' => ['int'], |
9261 |
| -'RegexIterator::getMode' => ['int'], |
9262 |
| -'RegexIterator::getPregFlags' => ['int'], |
9263 |
| -'RegexIterator::getRegex' => ['string'], |
9264 |
| -'RegexIterator::setFlags' => ['bool', 'new_flags'=>'int'], |
9265 |
| -'RegexIterator::setMode' => ['bool', 'new_mode'=>'int'], |
9266 |
| -'RegexIterator::setPregFlags' => ['bool', 'new_flags'=>'int'], |
9267 | 9094 | 'register_event_handler' => ['bool', 'event_handler_func'=>'event_handler_func', 'handler_register_name'=>'handler_register_name', 'event_type_mask'=>'event_type_mask'],
|
9268 | 9095 | 'register_shutdown_function' => ['void', 'function'=>'callable', '...parameter='=>'mixed'],
|
9269 | 9096 | 'register_tick_function' => ['bool', 'function'=>'callable(): void', '...args='=>'mixed'],
|
|
9631 | 9458 | 'SimpleXMLElement::getNamespaces' => ['string[]', 'recursive='=>'bool'],
|
9632 | 9459 | 'SimpleXMLElement::registerXPathNamespace' => ['bool', 'prefix'=>'string', 'ns'=>'string'],
|
9633 | 9460 | 'SimpleXMLElement::xpath' => ['static[]|false|null', 'path'=>'string'],
|
9634 |
| -'SimpleXMLIterator::current' => ['SimpleXMLIterator'], |
9635 |
| -'SimpleXMLIterator::getChildren' => ['SimpleXMLIterator'], |
9636 |
| -'SimpleXMLIterator::hasChildren' => ['bool'], |
9637 |
| -'SimpleXMLIterator::key' => ['string|false'], |
9638 |
| -'SimpleXMLIterator::next' => ['void'], |
9639 |
| -'SimpleXMLIterator::rewind' => ['void'], |
9640 |
| -'SimpleXMLIterator::valid' => ['bool'], |
9641 | 9461 | 'sin' => ['float', 'number'=>'float'],
|
9642 | 9462 | 'sinh' => ['float', 'number'=>'float'],
|
9643 | 9463 | 'sizeof' => ['int', 'var'=>'Countable|array', 'mode='=>'int'],
|
|
11743 | 11563 | 'TokyoTyrant::sync' => ['mixed'],
|
11744 | 11564 | 'TokyoTyrant::tune' => ['TokyoTyrant', 'timeout'=>'float', 'options='=>'int'],
|
11745 | 11565 | 'TokyoTyrant::vanish' => ['mixed'],
|
11746 |
| -'TokyoTyrantIterator::__construct' => ['void', 'object'=>'mixed'], |
11747 |
| -'TokyoTyrantIterator::current' => ['mixed'], |
11748 |
| -'TokyoTyrantIterator::key' => ['mixed'], |
11749 |
| -'TokyoTyrantIterator::next' => ['mixed'], |
11750 |
| -'TokyoTyrantIterator::rewind' => ['void'], |
11751 |
| -'TokyoTyrantIterator::valid' => ['bool'], |
11752 | 11566 | 'TokyoTyrantQuery::__construct' => ['void', 'table'=>'TokyoTyrantTable'],
|
11753 | 11567 | 'TokyoTyrantQuery::addCond' => ['mixed', 'name'=>'string', 'op'=>'int', 'expr'=>'string'],
|
11754 | 11568 | 'TokyoTyrantQuery::count' => ['0|positive-int'],
|
|
0 commit comments