|
10250 | 10250 | 'sin' => ['float', 'number'=>'float'], |
10251 | 10251 | 'sinh' => ['float', 'number'=>'float'], |
10252 | 10252 | 'sizeof' => ['int', 'var'=>'Countable|array', 'mode='=>'int'], |
10253 | | -'sleep' => ['int|false', 'seconds'=>'positive-int'], |
| 10253 | +'sleep' => ['int|false', 'seconds'=>'int'], |
10254 | 10254 | 'snmp2_get' => ['string|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'], |
10255 | 10255 | 'snmp2_getnext' => ['string|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'], |
10256 | 10256 | 'snmp2_real_walk' => ['array|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'], |
|
12306 | 12306 | 'tidyNode::isPhp' => ['bool'], |
12307 | 12307 | 'tidyNode::isText' => ['bool'], |
12308 | 12308 | 'time' => ['positive-int'], |
12309 | | -'time_nanosleep' => ['array{0:0|positive-int,1:0|positive-int}|bool', 'seconds'=>'positive-int', 'nanoseconds'=>'positive-int'], |
| 12309 | +'time_nanosleep' => ['array{0:0|positive-int,1:0|positive-int}|bool', 'seconds'=>'int', 'nanoseconds'=>'int'], |
12310 | 12310 | 'time_sleep_until' => ['bool', 'timestamp'=>'float'], |
12311 | 12311 | 'timezone_abbreviations_list' => ['array'], |
12312 | 12312 | 'timezone_identifiers_list' => ['array', 'what='=>'int', 'country='=>'?string'], |
|
12694 | 12694 | 'urldecode' => ['string', 'str'=>'string'], |
12695 | 12695 | 'urlencode' => ['string', 'str'=>'string'], |
12696 | 12696 | 'use_soap_error_handler' => ['bool', 'handler='=>'bool'], |
12697 | | -'usleep' => ['void', 'micro_seconds'=>'positive-int'], |
| 12697 | +'usleep' => ['void', 'micro_seconds'=>'int'], |
12698 | 12698 | 'usort' => ['bool', '&rw_array_arg'=>'array', 'callback'=>'callable(mixed,mixed):int'], |
12699 | 12699 | 'utf8_decode' => ['string', 'data'=>'string'], |
12700 | 12700 | 'utf8_encode' => ['string', 'data'=>'string'], |
|
0 commit comments