|
346 | 346 | 'ArrayIterator::seek' => ['void', 'position'=>'int'], |
347 | 347 | 'ArrayIterator::serialize' => ['string'], |
348 | 348 | 'ArrayIterator::setFlags' => ['void', 'flags'=>'string'], |
349 | | -'ArrayIterator::uasort' => ['void', 'cmp_function'=>'callable(mixed,mixed):int'], |
350 | | -'ArrayIterator::uksort' => ['void', 'cmp_function'=>'callable(array-key,array-key):int'], |
| 349 | +'ArrayIterator::uasort' => ['void', 'callback'=>'callable(mixed,mixed):int'], |
| 350 | +'ArrayIterator::uksort' => ['void', 'callback'=>'callable(array-key,array-key):int'], |
351 | 351 | 'ArrayIterator::unserialize' => ['void', 'serialized'=>'string'], |
352 | 352 | 'ArrayIterator::valid' => ['bool'], |
353 | 353 | 'ArrayObject::__construct' => ['void', 'input='=>'array|object', 'flags='=>'int', 'iterator_class='=>'string'], |
|
369 | 369 | 'ArrayObject::serialize' => ['string'], |
370 | 370 | 'ArrayObject::setFlags' => ['void', 'flags'=>'int'], |
371 | 371 | 'ArrayObject::setIteratorClass' => ['void', 'iterator_class'=>'string'], |
372 | | -'ArrayObject::uasort' => ['void', 'cmp_function'=>'callable'], |
373 | | -'ArrayObject::uksort' => ['void', 'cmp_function'=>'callable(array-key,array-key):int'], |
| 372 | +'ArrayObject::uasort' => ['void', 'callback'=>'callable'], |
| 373 | +'ArrayObject::uksort' => ['void', 'callback'=>'callable(array-key,array-key):int'], |
374 | 374 | 'ArrayObject::unserialize' => ['void', 'serialized'=>'string'], |
375 | 375 | 'arsort' => ['bool', '&rw_array_arg'=>'array', 'sort_flags='=>'int'], |
376 | 376 | 'asin' => ['float', 'number'=>'float'], |
|
9174 | 9174 | 'RecursiveArrayIterator::seek' => ['void', 'position'=>'int'], |
9175 | 9175 | 'RecursiveArrayIterator::serialize' => ['string'], |
9176 | 9176 | 'RecursiveArrayIterator::setFlags' => ['void', 'flags'=>'string'], |
9177 | | -'RecursiveArrayIterator::uasort' => ['void', 'cmp_function'=>'callable(mixed,mixed):int'], |
9178 | | -'RecursiveArrayIterator::uksort' => ['void', 'cmp_function'=>'callable(array-key,array-key):int'], |
| 9177 | +'RecursiveArrayIterator::uasort' => ['void', 'callback'=>'callable(mixed,mixed):int'], |
| 9178 | +'RecursiveArrayIterator::uksort' => ['void', 'callback'=>'callable(array-key,array-key):int'], |
9179 | 9179 | 'RecursiveArrayIterator::unserialize' => ['string', 'serialized'=>'string'], |
9180 | 9180 | 'RecursiveArrayIterator::valid' => ['bool'], |
9181 | 9181 | 'RecursiveCachingIterator::__construct' => ['void', 'iterator'=>'Iterator', 'flags'=>''], |
|
12565 | 12565 | 'TypeError::getPrevious' => ['Throwable|TypeError|null'], |
12566 | 12566 | 'TypeError::getTrace' => ['array'], |
12567 | 12567 | 'TypeError::getTraceAsString' => ['string'], |
12568 | | -'uasort' => ['bool', '&rw_array_arg'=>'array', 'cmp_function'=>'callable(mixed,mixed):int'], |
| 12568 | +'uasort' => ['bool', '&rw_array_arg'=>'array', 'callback'=>'callable(mixed,mixed):int'], |
12569 | 12569 | 'ucfirst' => ['string', 'str'=>'string'], |
12570 | 12570 | 'UConverter::__construct' => ['void', 'destination_encoding'=>'string', 'source_encoding='=>'string'], |
12571 | 12571 | 'UConverter::convert' => ['string', 'str'=>'string', 'reverse='=>'bool'], |
|
12614 | 12614 | 'ui\draw\text\font\fontfamilies' => ['array'], |
12615 | 12615 | 'ui\quit' => ['void'], |
12616 | 12616 | 'ui\run' => ['void', 'flags='=>'int'], |
12617 | | -'uksort' => ['bool', '&rw_array_arg'=>'array', 'cmp_function'=>'callable(array-key,array-key):int'], |
| 12617 | +'uksort' => ['bool', '&rw_array_arg'=>'array', 'callback'=>'callable(array-key,array-key):int'], |
12618 | 12618 | 'umask' => ['int', 'mask='=>'int'], |
12619 | 12619 | 'UnderflowException::__clone' => ['void'], |
12620 | 12620 | 'UnderflowException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Throwable)|(?UnderflowException)'], |
|
12694 | 12694 | 'urlencode' => ['string', 'str'=>'string'], |
12695 | 12695 | 'use_soap_error_handler' => ['bool', 'handler='=>'bool'], |
12696 | 12696 | 'usleep' => ['void', 'micro_seconds'=>'int'], |
12697 | | -'usort' => ['bool', '&rw_array_arg'=>'array', 'cmp_function'=>'callable(mixed,mixed):int'], |
| 12697 | +'usort' => ['bool', '&rw_array_arg'=>'array', 'callback'=>'callable(mixed,mixed):int'], |
12698 | 12698 | 'utf8_decode' => ['string', 'data'=>'string'], |
12699 | 12699 | 'utf8_encode' => ['string', 'data'=>'string'], |
12700 | 12700 | 'V8Js::__construct' => ['void', 'object_name='=>'string', 'variables='=>'array', 'extensions='=>'array', 'report_uncaught_exceptions='=>'bool', 'snapshot_blob='=>'string'], |
|
0 commit comments