|
7473 | 7473 | 'mysqli_errno' => ['int', 'link'=>'mysqli'],
|
7474 | 7474 | 'mysqli_error' => ['string|null', 'link'=>'mysqli'],
|
7475 | 7475 | 'mysqli_error_list' => ['array', 'connection'=>'mysqli'],
|
7476 |
| -'mysqli_fetch_all' => ['array', 'result'=>'mysqli_result', 'resulttype='=>'int'], |
| 7476 | +'mysqli_fetch_all' => ['list<array>', 'result'=>'mysqli_result', 'resulttype='=>'int'], |
7477 | 7477 | 'mysqli_fetch_array' => ['array|null|false', 'result'=>'mysqli_result', 'resulttype='=>'int'],
|
7478 | 7478 | 'mysqli_fetch_assoc' => ['array<string,string|int|float|null>|null|false', 'result'=>'mysqli_result'],
|
7479 | 7479 | 'mysqli_fetch_column' => ['null|int|float|string|false', 'result' => 'mysqli_result', 'column'=>'int'],
|
|
7525 | 7525 | 'mysqli_result::__construct' => ['void', 'link'=>'mysqli', 'resultmode='=>'int'],
|
7526 | 7526 | 'mysqli_result::close' => ['void'],
|
7527 | 7527 | 'mysqli_result::data_seek' => ['bool', 'offset'=>'int'],
|
7528 |
| -'mysqli_result::fetch_all' => ['array', 'resulttype='=>'int'], |
| 7528 | +'mysqli_result::fetch_all' => ['list<array>', 'resulttype='=>'int'], |
7529 | 7529 | 'mysqli_result::fetch_array' => ['array|null|false', 'resulttype='=>'int'],
|
7530 | 7530 | 'mysqli_result::fetch_assoc' => ['array<string,string|int|float|null>|null|false'],
|
7531 | 7531 | 'mysqli_result::fetch_column' => ['null|int|float|string|false', 'column'=>'int'],
|
|
0 commit comments