|
9431 | 9431 | 'Redis::xrevrange' => ['', 'str_key'=>'string', 'str_start'=>'', 'str_end'=>'', 'i_count='=>''],
|
9432 | 9432 | 'Redis::xtrim' => ['', 'str_key'=>'string', 'i_maxlen'=>'', 'boo_approximate='=>''],
|
9433 | 9433 | 'Redis::zAdd' => ['int', 'key'=>'string', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'],
|
9434 |
| -'Redis::zAdd\'1' => ['int', 'options'=>'array', 'key'=>'string', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'], |
| 9434 | +'Redis::zAdd\'1' => ['int', 'key'=>'string', 'options'=>'array', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'], |
9435 | 9435 | 'Redis::zCard' => ['int', 'key'=>'string'],
|
9436 | 9436 | 'Redis::zCount' => ['int', 'key'=>'string', 'start'=>'string', 'end'=>'string'],
|
9437 | 9437 | 'Redis::zDelete' => ['int', 'key'=>'string', 'member'=>'string', '...other_members='=>'string'],
|
|
9451 | 9451 | 'Redis::zRevRangeByLex' => ['array', 'key'=>'string', 'min'=>'int', 'max'=>'int', 'offset='=>'int', 'limit='=>'int'],
|
9452 | 9452 | 'Redis::zRevRangeByScore' => ['array', 'key'=>'string', 'start'=>'int', 'end'=>'int', 'options='=>'array'],
|
9453 | 9453 | 'Redis::zRevRank' => ['int', 'key'=>'string', 'member'=>'string'],
|
9454 |
| -'Redis::zScan' => ['array|bool', 'key'=>'string', '&iterator'=>'int', 'pattern='=>'string', 'count='=>'int'], |
| 9454 | +'Redis::zScan' => ['array|false', 'key'=>'string', '&iterator'=>'int', 'pattern='=>'string', 'count='=>'int'], |
9455 | 9455 | 'Redis::zScore' => ['float|false', 'key'=>'string', 'member'=>'string'],
|
9456 | 9456 | 'Redis::zSize' => ['', 'key'=>'string'],
|
9457 | 9457 | 'Redis::zUnion' => ['int', 'Output'=>'string', 'ZSetKeys'=>'array', 'Weights='=>'?array', 'aggregateFunction='=>'string'],
|
|
13129 | 13129 | 'XMLWriter::startDTDElement' => ['bool', 'qualifiedname'=>'string'],
|
13130 | 13130 | 'XMLWriter::startDTDEntity' => ['bool', 'name'=>'string', 'isparam'=>'bool'],
|
13131 | 13131 | 'XMLWriter::startElement' => ['bool', 'name'=>'string'],
|
13132 |
| -'XMLWriter::startElementNS' => ['bool', 'prefix'=>'string|null', 'name'=>'string', 'uri'=>'string'], |
| 13132 | +'XMLWriter::startElementNS' => ['bool', 'prefix'=>'string|null', 'name'=>'string', 'uri'=>'string|null'], |
13133 | 13133 | 'XMLWriter::startPI' => ['bool', 'target'=>'string'],
|
13134 | 13134 | 'XMLWriter::text' => ['bool', 'content'=>'string'],
|
13135 | 13135 | 'XMLWriter::writeAttribute' => ['bool', 'name'=>'string', 'value'=>'string'],
|
|
13171 | 13171 | 'xmlwriter_start_dtd_element' => ['bool', 'xmlwriter'=>'resource', 'name'=>'string'],
|
13172 | 13172 | 'xmlwriter_start_dtd_entity' => ['bool', 'xmlwriter'=>'resource', 'name'=>'string', 'isparam'=>'bool'],
|
13173 | 13173 | 'xmlwriter_start_element' => ['bool', 'xmlwriter'=>'resource', 'name'=>'string'],
|
13174 |
| -'xmlwriter_start_element_ns' => ['bool', 'xmlwriter'=>'resource', 'prefix'=>'string|null', 'name'=>'string', 'uri'=>'string'], |
| 13174 | +'xmlwriter_start_element_ns' => ['bool', 'xmlwriter'=>'resource', 'prefix'=>'string|null', 'name'=>'string', 'uri'=>'string|null'], |
13175 | 13175 | 'xmlwriter_start_pi' => ['bool', 'xmlwriter'=>'resource', 'target'=>'string'],
|
13176 | 13176 | 'xmlwriter_text' => ['bool', 'xmlwriter'=>'resource', 'content'=>'string'],
|
13177 | 13177 | 'xmlwriter_write_attribute' => ['bool', 'xmlwriter'=>'resource', 'name'=>'string', 'content'=>'string'],
|
|
0 commit comments