Skip to content

Commit 671f404

Browse files
committed
Fixed wincache_ucache_inc and wincache_ucache_dec
1 parent 4ee1fa1 commit 671f404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12887,11 +12887,11 @@
1288712887
'wincache_ucache_add\'1' => ['bool', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
1288812888
'wincache_ucache_cas' => ['bool', 'key'=>'string', 'old_value'=>'int', 'new_value'=>'int'],
1288912889
'wincache_ucache_clear' => ['bool'],
12890-
'wincache_ucache_dec' => ['mixed', 'key'=>'string', 'dec_by='=>'int', 'success='=>'bool'],
12890+
'wincache_ucache_dec' => ['mixed', 'key'=>'string', 'dec_by='=>'int', '&w_success='=>'bool'],
1289112891
'wincache_ucache_delete' => ['bool', 'key'=>'mixed'],
1289212892
'wincache_ucache_exists' => ['bool', 'key'=>'string'],
1289312893
'wincache_ucache_get' => ['mixed', 'key'=>'mixed', '&w_success='=>'bool'],
12894-
'wincache_ucache_inc' => ['int|false', 'key'=>'string', 'inc_by='=>'int', 'success='=>'bool'],
12894+
'wincache_ucache_inc' => ['int|false', 'key'=>'string', 'inc_by='=>'int', '&w_success='=>'bool'],
1289512895
'wincache_ucache_info' => ['array|false', 'summaryonly='=>'bool', 'key='=>'string'],
1289612896
'wincache_ucache_meminfo' => ['array'],
1289712897
'wincache_ucache_set' => ['bool', 'key'=>'', 'value'=>'', 'ttl='=>'int'],

0 commit comments

Comments
 (0)