Skip to content

Commit 7e2bc2b

Browse files
peter-gribanovondrejmirtes
authored andcommitted
setlocale() can take as argument 0 and NULL
1 parent 609d703 commit 7e2bc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10151,7 +10151,7 @@
1015110151
'setcookie\'1' => ['bool', 'name'=>'string', 'value='=>'string', 'options='=>'array'],
1015210152
'setLeftFill' => ['void', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'a='=>'int'],
1015310153
'setLine' => ['void', 'width'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'a='=>'int'],
10154-
'setlocale' => ['string|false', 'category'=>'int', 'locale'=>'string', '...args='=>'string'],
10154+
'setlocale' => ['string|false', 'category'=>'int', 'locale'=>'string|0|null', '...args='=>'string'],
1015510155
'setlocale\'1' => ['string|false', 'category'=>'int', 'locale'=>'?array'],
1015610156
'setproctitle' => ['void', 'title'=>'string'],
1015710157
'setrawcookie' => ['bool', 'name'=>'string', 'value='=>'string', 'expires='=>'int', 'path='=>'string', 'domain='=>'string', 'secure='=>'bool', 'httponly='=>'bool'],

0 commit comments

Comments
 (0)