|
138 | 138 | 'apcu_cache_info' => ['__benevolent<array<string,mixed>|false>', 'limited='=>'bool'],
|
139 | 139 | 'apcu_cas' => ['bool', 'key'=>'string', 'old'=>'int', 'new'=>'int'],
|
140 | 140 | 'apcu_clear_cache' => ['bool'],
|
141 |
| -'apcu_dec' => ['int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'], |
| 141 | +'apcu_dec' => ['false|int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'], |
142 | 142 | 'apcu_delete' => ['bool', 'key'=>'string|APCuIterator'],
|
143 | 143 | 'apcu_delete\'1' => ['list<string>', 'key'=>'string[]'],
|
144 | 144 | 'apcu_entry' => ['mixed', 'key'=>'string', 'generator'=>'callable', 'ttl='=>'int'],
|
145 | 145 | 'apcu_exists' => ['bool', 'keys'=>'string'],
|
146 | 146 | 'apcu_exists\'1' => ['array', 'keys'=>'string[]'],
|
147 | 147 | 'apcu_fetch' => ['mixed', 'key'=>'string|string[]', '&w_success='=>'bool'],
|
148 |
| -'apcu_inc' => ['int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'], |
| 148 | +'apcu_inc' => ['false|int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'], |
149 | 149 | 'apcu_sma_info' => ['__benevolent<array|false>', 'limited='=>'bool'],
|
150 | 150 | 'apcu_store' => ['bool', 'key'=>'string', 'var='=>'', 'ttl='=>'int'],
|
151 | 151 | 'apcu_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
|
0 commit comments