|
250 | 250 | 'apd_set_session_trace' => ['void', 'debug_level'=>'int', 'dump_directory='=>'string'], |
251 | 251 | 'apd_set_session_trace_socket' => ['bool', 'tcp_server'=>'string', 'socket_type'=>'int', 'port'=>'int', 'debug_level'=>'int'], |
252 | 252 | 'AppendIterator::__construct' => ['void'], |
253 | | -'AppendIterator::append' => ['void', 'it'=>'iterator'], |
| 253 | +'AppendIterator::append' => ['void', 'iterator'=>'iterator'], |
254 | 254 | 'AppendIterator::current' => ['mixed'], |
255 | 255 | 'AppendIterator::getArrayIterator' => ['ArrayIterator'], |
256 | 256 | 'AppendIterator::getInnerIterator' => ['iterator'], |
|
492 | 492 | 'bzopen' => ['resource|false', 'file'=>'string|resource', 'mode'=>'string'], |
493 | 493 | 'bzread' => ['string|false', 'bz'=>'resource', 'length='=>'int'], |
494 | 494 | 'bzwrite' => ['int|false', 'bz'=>'resource', 'data'=>'string', 'length='=>'int'], |
495 | | -'CachingIterator::__construct' => ['void', 'it'=>'iterator', 'flags='=>''], |
| 495 | +'CachingIterator::__construct' => ['void', 'iterator'=>'iterator', 'flags='=>''], |
496 | 496 | 'CachingIterator::__toString' => ['string'], |
497 | 497 | 'CachingIterator::count' => ['0|positive-int'], |
498 | 498 | 'CachingIterator::current' => ['mixed'], |
|
925 | 925 | 'call_user_func_array' => ['mixed', 'function'=>'callable', 'parameters'=>'array<int,mixed>'], |
926 | 926 | 'call_user_method' => ['mixed', 'method_name'=>'string', 'obj'=>'object', 'parameter='=>'mixed', '...args='=>'mixed'], |
927 | 927 | 'call_user_method_array' => ['mixed', 'method_name'=>'string', 'obj'=>'object', 'params'=>'array<int,mixed>'], |
928 | | -'CallbackFilterIterator::__construct' => ['void', 'it'=>'iterator', 'func'=>'callable'], |
| 928 | +'CallbackFilterIterator::__construct' => ['void', 'iterator'=>'iterator', 'func'=>'callable'], |
929 | 929 | 'CallbackFilterIterator::accept' => ['bool'], |
930 | 930 | 'CallbackFilterIterator::current' => ['mixed'], |
931 | 931 | 'CallbackFilterIterator::getInnerIterator' => ['iterator'], |
|
2974 | 2974 | 'filter_list' => ['array'], |
2975 | 2975 | 'filter_var' => ['mixed', 'variable'=>'mixed', 'filter='=>'int', 'options='=>'mixed'], |
2976 | 2976 | 'filter_var_array' => ['array|false|null', 'data'=>'array', 'definition='=>'mixed', 'add_empty='=>'bool'], |
2977 | | -'FilterIterator::__construct' => ['void', 'it'=>'iterator'], |
| 2977 | +'FilterIterator::__construct' => ['void', 'iterator'=>'iterator'], |
2978 | 2978 | 'FilterIterator::accept' => ['bool'], |
2979 | 2979 | 'FilterIterator::current' => ['mixed'], |
2980 | 2980 | 'FilterIterator::getInnerIterator' => ['Iterator'], |
|
5285 | 5285 | 'inclued_get_data' => ['array'], |
5286 | 5286 | 'inet_ntop' => ['string|false', 'in_addr'=>'string'], |
5287 | 5287 | 'inet_pton' => ['string|false', 'ip_address'=>'string'], |
5288 | | -'InfiniteIterator::__construct' => ['void', 'it'=>'iterator'], |
| 5288 | +'InfiniteIterator::__construct' => ['void', 'iterator'=>'iterator'], |
5289 | 5289 | 'InfiniteIterator::next' => ['void'], |
5290 | 5290 | 'inflate_add' => ['string|false', 'context'=>'resource', 'encoded_data'=>'string', 'flush_mode='=>'int'], |
5291 | 5291 | 'inflate_get_read_len' => ['int|false', 'resource'=>'resource'], |
|
5664 | 5664 | 'Iterator::next' => ['void'], |
5665 | 5665 | 'Iterator::rewind' => ['void'], |
5666 | 5666 | 'Iterator::valid' => ['bool'], |
5667 | | -'iterator_apply' => ['int', 'it'=>'Traversable', 'function'=>'callable', 'params='=>'array'], |
5668 | | -'iterator_count' => ['int', 'it'=>'Traversable'], |
5669 | | -'iterator_to_array' => ['array', 'it'=>'Traversable', 'use_keys='=>'bool'], |
| 5667 | +'iterator_apply' => ['int', 'iterator'=>'Traversable', 'function'=>'callable', 'params='=>'array'], |
| 5668 | +'iterator_count' => ['int', 'iterator'=>'Traversable'], |
| 5669 | +'iterator_to_array' => ['array', 'iterator'=>'Traversable', 'use_keys='=>'bool'], |
5670 | 5670 | 'IteratorAggregate::getIterator' => ['Traversable'], |
5671 | | -'IteratorIterator::__construct' => ['void', 'it'=>'Traversable'], |
| 5671 | +'IteratorIterator::__construct' => ['void', 'iterator'=>'Traversable'], |
5672 | 5672 | 'IteratorIterator::current' => ['mixed'], |
5673 | 5673 | 'IteratorIterator::getInnerIterator' => ['Traversable'], |
5674 | 5674 | 'IteratorIterator::key' => ['mixed'], |
|
7755 | 7755 | 'ngettext' => ['string', 'msgid1'=>'string', 'msgid2'=>'string', 'n'=>'int'], |
7756 | 7756 | 'nl2br' => ['string', 'str'=>'string', 'is_xhtml='=>'bool'], |
7757 | 7757 | 'nl_langinfo' => ['string|false', 'item'=>'int'], |
7758 | | -'NoRewindIterator::__construct' => ['void', 'it'=>'iterator'], |
| 7758 | +'NoRewindIterator::__construct' => ['void', 'iterator'=>'iterator'], |
7759 | 7759 | 'NoRewindIterator::current' => ['mixed'], |
7760 | 7760 | 'NoRewindIterator::getInnerIterator' => ['iterator'], |
7761 | 7761 | 'NoRewindIterator::key' => ['mixed'], |
|
8170 | 8170 | 'overload' => ['', 'class_name'=>'string'], |
8171 | 8171 | 'override_function' => ['bool', 'function_name'=>'string', 'function_args'=>'string', 'function_code'=>'string'], |
8172 | 8172 | 'pack' => ['string', 'format'=>'string', '...args='=>'mixed'], |
8173 | | -'ParentIterator::__construct' => ['void', 'it'=>'recursiveiterator'], |
| 8173 | +'ParentIterator::__construct' => ['void', 'iterator'=>'recursiveiterator'], |
8174 | 8174 | 'ParentIterator::accept' => ['bool'], |
8175 | 8175 | 'ParentIterator::getChildren' => ['ParentIterator'], |
8176 | 8176 | 'ParentIterator::hasChildren' => ['bool'], |
|
9180 | 9180 | 'RecursiveArrayIterator::uksort' => ['void', 'cmp_function'=>'callable(mixed,mixed):int'], |
9181 | 9181 | 'RecursiveArrayIterator::unserialize' => ['string', 'serialized'=>'string'], |
9182 | 9182 | 'RecursiveArrayIterator::valid' => ['bool'], |
9183 | | -'RecursiveCachingIterator::__construct' => ['void', 'it'=>'Iterator', 'flags'=>''], |
| 9183 | +'RecursiveCachingIterator::__construct' => ['void', 'iterator'=>'Iterator', 'flags'=>''], |
9184 | 9184 | 'RecursiveCachingIterator::getChildren' => ['RecursiveCachingIterator'], |
9185 | 9185 | 'RecursiveCachingIterator::hasChildren' => ['bool'], |
9186 | | -'RecursiveCallbackFilterIterator::__construct' => ['void', 'it'=>'recursiveiterator', 'func'=>'callable'], |
| 9186 | +'RecursiveCallbackFilterIterator::__construct' => ['void', 'iterator'=>'recursiveiterator', 'func'=>'callable'], |
9187 | 9187 | 'RecursiveCallbackFilterIterator::getChildren' => ['RecursiveCallbackFilterIterator'], |
9188 | 9188 | 'RecursiveCallbackFilterIterator::hasChildren' => ['void'], |
9189 | 9189 | 'RecursiveDirectoryIterator::__construct' => ['void', 'path'=>'string', 'flags='=>'int'], |
|
9194 | 9194 | 'RecursiveDirectoryIterator::key' => ['string'], |
9195 | 9195 | 'RecursiveDirectoryIterator::next' => ['void'], |
9196 | 9196 | 'RecursiveDirectoryIterator::rewind' => ['void'], |
9197 | | -'RecursiveFilterIterator::__construct' => ['void', 'it'=>'recursiveiterator'], |
| 9197 | +'RecursiveFilterIterator::__construct' => ['void', 'iterator'=>'recursiveiterator'], |
9198 | 9198 | 'RecursiveFilterIterator::getChildren' => ['RecursiveFilterIterator'], |
9199 | 9199 | 'RecursiveFilterIterator::hasChildren' => ['bool'], |
9200 | 9200 | 'RecursiveIterator::getChildren' => ['RecursiveIterator'], |
9201 | 9201 | 'RecursiveIterator::hasChildren' => ['bool'], |
9202 | | -'RecursiveIteratorIterator::__construct' => ['void', 'it'=>'RecursiveIterator|IteratorAggregate', 'mode='=>'int', 'flags='=>'int'], |
| 9202 | +'RecursiveIteratorIterator::__construct' => ['void', 'iterator'=>'RecursiveIterator|IteratorAggregate', 'mode='=>'int', 'flags='=>'int'], |
9203 | 9203 | 'RecursiveIteratorIterator::beginChildren' => ['void'], |
9204 | 9204 | 'RecursiveIteratorIterator::beginIteration' => ['RecursiveIterator'], |
9205 | 9205 | 'RecursiveIteratorIterator::callGetChildren' => ['RecursiveIterator'], |
|
9217 | 9217 | 'RecursiveIteratorIterator::rewind' => ['void'], |
9218 | 9218 | 'RecursiveIteratorIterator::setMaxDepth' => ['void', 'max_depth='=>'int'], |
9219 | 9219 | 'RecursiveIteratorIterator::valid' => ['bool'], |
9220 | | -'RecursiveRegexIterator::__construct' => ['void', 'it'=>'recursiveiterator', 'regex='=>'string', 'mode='=>'int', 'flags='=>'int', 'preg_flags='=>'int'], |
| 9220 | +'RecursiveRegexIterator::__construct' => ['void', 'iterator'=>'recursiveiterator', 'regex='=>'string', 'mode='=>'int', 'flags='=>'int', 'preg_flags='=>'int'], |
9221 | 9221 | 'RecursiveRegexIterator::getChildren' => ['RecursiveRegexIterator'], |
9222 | 9222 | 'RecursiveRegexIterator::hasChildren' => ['bool'], |
9223 | | -'RecursiveTreeIterator::__construct' => ['void', 'it'=>'recursiveiterator|iteratoraggregate', 'flags='=>'int', 'cit_flags='=>'int', 'mode='=>'int'], |
| 9223 | +'RecursiveTreeIterator::__construct' => ['void', 'iterator'=>'recursiveiterator|iteratoraggregate', 'flags='=>'int', 'cit_flags='=>'int', 'mode='=>'int'], |
9224 | 9224 | 'RecursiveTreeIterator::beginChildren' => ['void'], |
9225 | 9225 | 'RecursiveTreeIterator::beginIteration' => ['RecursiveIterator'], |
9226 | 9226 | 'RecursiveTreeIterator::callGetChildren' => ['RecursiveIterator'], |
|
9862 | 9862 | 'ReflectionZendExtension::getVersion' => ['string'], |
9863 | 9863 | 'Reflector::__toString' => ['string'], |
9864 | 9864 | 'Reflector::export' => ['?string'], |
9865 | | -'RegexIterator::__construct' => ['void', 'it'=>'iterator', 'regex'=>'string', 'mode='=>'int', 'flags='=>'int', 'preg_flags='=>'int'], |
| 9865 | +'RegexIterator::__construct' => ['void', 'iterator'=>'iterator', 'regex'=>'string', 'mode='=>'int', 'flags='=>'int', 'preg_flags='=>'int'], |
9866 | 9866 | 'RegexIterator::accept' => ['bool'], |
9867 | 9867 | 'RegexIterator::getFlags' => ['int'], |
9868 | 9868 | 'RegexIterator::getMode' => ['int'], |
|
0 commit comments