Skip to content

Commit 6ab1d65

Browse files
Try removing iterator definition
1 parent 48339e2 commit 6ab1d65

File tree

1 file changed

+0
-186
lines changed

1 file changed

+0
-186
lines changed

resources/functionMap.php

Lines changed: 0 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,6 @@
125125
'apc_store' => ['bool', 'key'=>'string', 'var'=>'', 'ttl='=>'int'],
126126
'apc_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
127127
'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'],
136128
'apcu_add' => ['bool', 'key'=>'string', 'var'=>'', 'ttl='=>'int'],
137129
'apcu_add\'1' => ['array<string,int>', 'values'=>'array<string,mixed>', 'unused='=>'', 'ttl='=>'int'],
138130
'apcu_cache_info' => ['__benevolent<array<string,mixed>|false>', 'limited='=>'bool'],
@@ -150,14 +142,6 @@
150142
'apcu_store' => ['bool', 'key'=>'string', 'var='=>'', 'ttl='=>'int'],
151143
'apcu_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
152144
'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'],
161145
'apd_breakpoint' => ['bool', 'debug_level'=>'int'],
162146
'apd_callstack' => ['array'],
163147
'apd_clunk' => ['void', 'warning'=>'string', 'delimiter='=>'string'],
@@ -172,16 +156,6 @@
172156
'apd_set_session' => ['void', 'debug_level'=>'int'],
173157
'apd_set_session_trace' => ['void', 'debug_level'=>'int', 'dump_directory='=>'string'],
174158
'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'],
185159
'array_change_key_case' => ['array', 'input'=>'array', 'case='=>'int'],
186160
'array_chunk' => ['list<array>', 'input'=>'array', 'size'=>'positive-int', 'preserve_keys='=>'bool'],
187161
'array_column' => ['array', 'array'=>'array', 'column_key'=>'mixed', 'index_key='=>'mixed'],
@@ -849,14 +823,6 @@
849823
'call_user_func_array' => ['mixed', 'function'=>'callable', 'parameters'=>'array<int,mixed>'],
850824
'call_user_method' => ['mixed', 'method_name'=>'string', 'obj'=>'object', 'parameter='=>'mixed', '...args='=>'mixed'],
851825
'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'],
860826
'ceil' => ['__benevolent<float|false>', 'number'=>'float'],
861827
'chdb::__construct' => ['void', 'pathname'=>'string'],
862828
'chdb::get' => ['string', 'key'=>'string'],
@@ -1447,43 +1413,6 @@
14471413
'Directory::close' => ['void', 'dir_handle='=>'resource'],
14481414
'Directory::read' => ['string|false', 'dir_handle='=>'resource'],
14491415
'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'],
14871416
'dirname' => ['string', 'path'=>'string', 'levels='=>'positive-int'],
14881417
'disk_free_space' => ['float|false', 'path'=>'string'],
14891418
'disk_total_space' => ['float|false', 'path'=>'string'],
@@ -1752,11 +1681,6 @@
17521681
'eio_unlink' => ['resource|false', 'path'=>'string', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
17531682
'eio_utime' => ['resource|false', 'path'=>'string', 'atime'=>'float', 'mtime'=>'float', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
17541683
'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'],
17601684
'enchant_broker_describe' => ['array', 'broker'=>'resource'],
17611685
'enchant_broker_dict_exists' => ['bool', 'broker'=>'resource', 'tag'=>'string'],
17621686
'enchant_broker_free' => ['bool', 'broker'=>'resource'],
@@ -2415,13 +2339,6 @@
24152339
'filepro_retrieve' => ['string', 'row_number'=>'int', 'field_number'=>'int'],
24162340
'filepro_rowcount' => ['int'],
24172341
'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'],
24252342
'filetype' => ['string|false', 'filename'=>'string'],
24262343
'filter_has_var' => ['bool', 'type'=>'int', 'variable_name'=>'string'],
24272344
'filter_id' => ['int|false', 'filtername'=>'string'],
@@ -2430,14 +2347,6 @@
24302347
'filter_list' => ['non-empty-list<non-falsy-string>'],
24312348
'filter_var' => ['mixed', 'variable'=>'mixed', 'filter='=>'int', 'options='=>'mixed'],
24322349
'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'],
24412350
'finfo::__construct' => ['void', 'options='=>'int', 'magic_file='=>'string'],
24422351
'finfo::finfo' => ['void', 'options='=>'int', 'magic_file='=>'string'],
24432352
'finfo::buffer' => ['string|false', 'string'=>'string', 'options='=>'int', 'context='=>'resource'],
@@ -2809,9 +2718,6 @@
28092718
'gettimeofday' => ['array|float', 'get_as_float='=>'bool'],
28102719
'gettype' => ['string', 'var'=>'mixed'],
28112720
'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'],
28152721
'Gmagick::__construct' => ['void', 'filename='=>'string'],
28162722
'Gmagick::addimage' => ['Gmagick', 'gmagick'=>'gmagick'],
28172723
'Gmagick::addnoiseimage' => ['Gmagick', 'noise'=>'int'],
@@ -4643,27 +4549,6 @@
46434549
'ImagickPixel::setColorValueQuantum' => ['void', 'color'=>'int', 'value'=>'mixed'],
46444550
'ImagickPixel::setHSL' => ['bool', 'hue'=>'float', 'saturation'=>'float', 'luminosity'=>'float'],
46454551
'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'],
46674552
'imap_8bit' => ['string|false', 'text'=>'string'],
46684553
'imap_alerts' => ['array|false'],
46694554
'imap_append' => ['bool', 'stream_id'=>'resource', 'folder'=>'string', 'message'=>'string', 'options='=>'string', 'internal_date='=>'string'],
@@ -4747,8 +4632,6 @@
47474632
'inclued_get_data' => ['array'],
47484633
'inet_ntop' => ['string|false', 'in_addr'=>'string'],
47494634
'inet_pton' => ['string|false', 'ip_address'=>'string'],
4750-
'InfiniteIterator::__construct' => ['void', 'iterator'=>'Iterator'],
4751-
'InfiniteIterator::next' => ['void'],
47524635
'inflate_add' => ['string|false', 'context'=>'resource', 'encoded_data'=>'string', 'flush_mode='=>'int'],
47534636
'inflate_get_read_len' => ['int|false', 'resource'=>'resource'],
47544637
'inflate_get_status' => ['int|false', 'resource'=>'resource'],
@@ -5121,22 +5004,10 @@
51215004
'is_uploaded_file' => ['bool', 'path'=>'string'],
51225005
'is_writable' => ['bool', 'filename'=>'string'],
51235006
'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'],
51295007
'iterator_apply' => ['0|positive-int', 'iterator'=>'Traversable', 'function'=>'callable', 'params='=>'array'],
51305008
'iterator_count' => ['0|positive-int', 'iterator'=>'Traversable'],
51315009
'iterator_to_array' => ['array', 'iterator'=>'Traversable', 'use_keys='=>'bool'],
51325010
'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'],
51405011
'java_last_exception_clear' => [''],
51415012
'java_last_exception_get' => ['object'],
51425013
'java_reload' => ['array', 'new_jarpath'=>'new_jarpath'],
@@ -5392,15 +5263,6 @@
53925263
'libxml_set_external_entity_loader' => ['bool', 'resolver_function'=>'callable'],
53935264
'libxml_set_streams_context' => ['void', 'streams_context'=>'resource'],
53945265
'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'],
54045266
'lineObj::__construct' => ['void'],
54055267
'lineObj::add' => ['int', 'point'=>'pointObj'],
54065268
'lineObj::addXY' => ['int', 'x'=>'float', 'y'=>'float', 'm'=>'float'],
@@ -6452,18 +6314,6 @@
64526314
'mt_rand' => ['int', 'min'=>'int', 'max'=>'int'],
64536315
'mt_rand\'1' => ['int'],
64546316
'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'],
64676317
'mysql_affected_rows' => ['int', 'link_identifier='=>'resource'],
64686318
'mysql_client_encoding' => ['string', 'link_identifier='=>'resource'],
64696319
'mysql_close' => ['bool', 'link_identifier='=>'resource'],
@@ -7102,13 +6952,6 @@
71026952
'ngettext' => ['string', 'msgid1'=>'string', 'msgid2'=>'string', 'n'=>'int'],
71036953
'nl2br' => ['string', 'str'=>'string', 'is_xhtml='=>'bool'],
71046954
'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'],
71126955
'Normalizer::getRawDecomposition' => ['string|null', 'input'=>'string'],
71136956
'Normalizer::isNormalized' => ['bool', 'input'=>'string', 'form='=>'int'],
71146957
'Normalizer::normalize' => ['string|false', 'input'=>'string', 'form='=>'int'],
@@ -7516,13 +7359,6 @@
75167359
'overload' => ['', 'class_name'=>'string'],
75177360
'override_function' => ['bool', 'function_name'=>'string', 'function_args'=>'string', 'function_code'=>'string'],
75187361
'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' => [''],
75267362
'Parle\Lexer::advance' => ['void'],
75277363
'Parle\Lexer::build' => ['void'],
75287364
'Parle\Lexer::callout' => ['void', 'id'=>'int', 'callback'=>'callable'],
@@ -9255,15 +9091,6 @@
92559091
'ReflectionZendExtension::getVersion' => ['string'],
92569092
'Reflector::__toString' => ['string'],
92579093
'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'],
92679094
'register_event_handler' => ['bool', 'event_handler_func'=>'event_handler_func', 'handler_register_name'=>'handler_register_name', 'event_type_mask'=>'event_type_mask'],
92689095
'register_shutdown_function' => ['void', 'function'=>'callable', '...parameter='=>'mixed'],
92699096
'register_tick_function' => ['bool', 'function'=>'callable(): void', '...args='=>'mixed'],
@@ -9631,13 +9458,6 @@
96319458
'SimpleXMLElement::getNamespaces' => ['string[]', 'recursive='=>'bool'],
96329459
'SimpleXMLElement::registerXPathNamespace' => ['bool', 'prefix'=>'string', 'ns'=>'string'],
96339460
'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'],
96419461
'sin' => ['float', 'number'=>'float'],
96429462
'sinh' => ['float', 'number'=>'float'],
96439463
'sizeof' => ['int', 'var'=>'Countable|array', 'mode='=>'int'],
@@ -11743,12 +11563,6 @@
1174311563
'TokyoTyrant::sync' => ['mixed'],
1174411564
'TokyoTyrant::tune' => ['TokyoTyrant', 'timeout'=>'float', 'options='=>'int'],
1174511565
'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'],
1175211566
'TokyoTyrantQuery::__construct' => ['void', 'table'=>'TokyoTyrantTable'],
1175311567
'TokyoTyrantQuery::addCond' => ['mixed', 'name'=>'string', 'op'=>'int', 'expr'=>'string'],
1175411568
'TokyoTyrantQuery::count' => ['0|positive-int'],

0 commit comments

Comments
 (0)