Skip to content

Commit 822a9b4

Browse files
staabmondrejmirtes
authored andcommitted
Update functionMap.php
1 parent d24243f commit 822a9b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/functionMap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10250,7 +10250,7 @@
1025010250
'sin' => ['float', 'number'=>'float'],
1025110251
'sinh' => ['float', 'number'=>'float'],
1025210252
'sizeof' => ['int', 'var'=>'Countable|array', 'mode='=>'int'],
10253-
'sleep' => ['int|false', 'seconds'=>'positive-int'],
10253+
'sleep' => ['int|false', 'seconds'=>'int'],
1025410254
'snmp2_get' => ['string|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'],
1025510255
'snmp2_getnext' => ['string|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'],
1025610256
'snmp2_real_walk' => ['array|false', 'host'=>'string', 'community'=>'string', 'object_id'=>'string', 'timeout='=>'int', 'retries='=>'int'],
@@ -12306,7 +12306,7 @@
1230612306
'tidyNode::isPhp' => ['bool'],
1230712307
'tidyNode::isText' => ['bool'],
1230812308
'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'],
1231012310
'time_sleep_until' => ['bool', 'timestamp'=>'float'],
1231112311
'timezone_abbreviations_list' => ['array'],
1231212312
'timezone_identifiers_list' => ['array', 'what='=>'int', 'country='=>'?string'],
@@ -12694,7 +12694,7 @@
1269412694
'urldecode' => ['string', 'str'=>'string'],
1269512695
'urlencode' => ['string', 'str'=>'string'],
1269612696
'use_soap_error_handler' => ['bool', 'handler='=>'bool'],
12697-
'usleep' => ['void', 'micro_seconds'=>'positive-int'],
12697+
'usleep' => ['void', 'micro_seconds'=>'int'],
1269812698
'usort' => ['bool', '&rw_array_arg'=>'array', 'callback'=>'callable(mixed,mixed):int'],
1269912699
'utf8_decode' => ['string', 'data'=>'string'],
1270012700
'utf8_encode' => ['string', 'data'=>'string'],

0 commit comments

Comments
 (0)