|
7340 | 7340 | 'mysqli_stmt_data_seek' => ['void', 'stmt'=>'mysqli_stmt', 'offset'=>'int'], |
7341 | 7341 | 'mysqli_stmt_errno' => ['int', 'stmt'=>'mysqli_stmt'], |
7342 | 7342 | 'mysqli_stmt_error' => ['string', 'stmt'=>'mysqli_stmt'], |
7343 | | -'mysqli_stmt_error_list' => ['array', 'stmt'=>'mysqli_stmt'], |
| 7343 | +'mysqli_stmt_error_list' => ['list<array{errno: int, sqlstate: string, error: string}>', 'stmt'=>'mysqli_stmt'], |
7344 | 7344 | 'mysqli_stmt_execute' => ['bool', 'stmt'=>'mysqli_stmt'], |
7345 | 7345 | 'mysqli_stmt_fetch' => ['bool|null', 'stmt'=>'mysqli_stmt'], |
7346 | | -'mysqli_stmt_field_count' => ['int', 'stmt'=>'mysqli_stmt'], |
| 7346 | +'mysqli_stmt_field_count' => ['0|positive-int', 'stmt'=>'mysqli_stmt'], |
7347 | 7347 | 'mysqli_stmt_free_result' => ['void', 'stmt'=>'mysqli_stmt'], |
7348 | 7348 | 'mysqli_stmt_get_result' => ['mysqli_result|false', 'stmt'=>'mysqli_stmt'], |
7349 | 7349 | 'mysqli_stmt_get_warnings' => ['object|false', 'stmt'=>'mysqli_stmt'], |
7350 | 7350 | 'mysqli_stmt_init' => ['mysqli_stmt|false', 'link'=>'mysqli'], |
7351 | 7351 | 'mysqli_stmt_insert_id' => ['', 'stmt'=>'mysqli_stmt'], |
7352 | 7352 | 'mysqli_stmt_more_results' => ['bool', 'stmt'=>'mysqli_stmt'], |
7353 | 7353 | 'mysqli_stmt_next_result' => ['bool', 'stmt'=>'mysqli_stmt'], |
7354 | | -'mysqli_stmt_num_rows' => ['int', 'stmt'=>'mysqli_stmt'], |
| 7354 | +'mysqli_stmt_num_rows' => ['0|positive-int', 'stmt'=>'mysqli_stmt'], |
7355 | 7355 | 'mysqli_stmt_param_count' => ['0|positive-int', 'stmt'=>'mysqli_stmt'], |
7356 | 7356 | 'mysqli_stmt_prepare' => ['bool', 'stmt'=>'mysqli_stmt', 'query'=>'string'], |
7357 | 7357 | 'mysqli_stmt_reset' => ['bool', 'stmt'=>'mysqli_stmt'], |
7358 | 7358 | 'mysqli_stmt_result_metadata' => ['mysqli_result|false', 'stmt'=>'mysqli_stmt'], |
7359 | 7359 | 'mysqli_stmt_send_long_data' => ['bool', 'stmt'=>'mysqli_stmt', 'param_nr'=>'int', 'data'=>'string'], |
7360 | | -'mysqli_stmt_sqlstate' => ['string', 'stmt'=>'mysqli_stmt'], |
| 7360 | +'mysqli_stmt_sqlstate' => ['non-empty-string', 'stmt'=>'mysqli_stmt'], |
7361 | 7361 | 'mysqli_stmt_store_result' => ['bool', 'stmt'=>'mysqli_stmt'], |
7362 | 7362 | 'mysqli_store_result' => ['mysqli_result|false', 'link'=>'mysqli', 'option='=>'int'], |
7363 | 7363 | 'mysqli_thread_id' => ['int', 'link'=>'mysqli'], |
|
0 commit comments