|
6264 | 6264 | 'maxdb_stmt::affected_rows' => ['int', 'stmt'=>''], |
6265 | 6265 | 'maxdb_stmt::bind_param' => ['bool', 'stmt'=>'', 'types'=>'string', '&...rw_var'=>''], |
6266 | 6266 | 'maxdb_stmt::bind_param\'1' => ['bool', 'stmt'=>'', 'types'=>'string', '&rw_var'=>'array'], |
6267 | | -'maxdb_stmt::bind_result' => ['bool', 'stmt'=>'', '&rw_var1'=>'', '&...rw_vars='=>''], |
| 6267 | +'maxdb_stmt::bind_result' => ['bool', 'stmt'=>'', '&w_var1'=>'', '&...w_vars='=>''], |
6268 | 6268 | 'maxdb_stmt::close' => ['bool', 'stmt'=>''], |
6269 | 6269 | 'maxdb_stmt::close_long_data' => ['bool', 'stmt'=>'', 'param_nr'=>'int'], |
6270 | 6270 | 'maxdb_stmt::data_seek' => ['bool', 'statement'=>'', 'offset'=>'int'], |
|
6283 | 6283 | 'maxdb_stmt::store_result' => ['bool'], |
6284 | 6284 | 'maxdb_stmt_affected_rows' => ['int', 'stmt'=>'resource'], |
6285 | 6285 | 'maxdb_stmt_bind_param' => ['bool', 'stmt'=>'', 'types'=>'string', 'var1'=>'', '...args='=>'', 'var='=>'array'], |
6286 | | -'maxdb_stmt_bind_result' => ['bool', 'stmt'=>'', '&rw_var1'=>'', '&...rw_vars='=>''], |
| 6286 | +'maxdb_stmt_bind_result' => ['bool', 'stmt'=>'', '&w_var1'=>'', '&...w_vars='=>''], |
6287 | 6287 | 'maxdb_stmt_close' => ['bool', 'stmt'=>''], |
6288 | 6288 | 'maxdb_stmt_close_long_data' => ['bool', 'stmt'=>'', 'param_nr'=>'int'], |
6289 | 6289 | 'maxdb_stmt_data_seek' => ['bool', 'statement'=>'', 'offset'=>'int'], |
|
7314 | 7314 | 'mysqli_stmt::attr_get' => ['false|int', 'attr'=>'int'], |
7315 | 7315 | 'mysqli_stmt::attr_set' => ['bool', 'attr'=>'int', 'mode'=>'int'], |
7316 | 7316 | 'mysqli_stmt::bind_param' => ['bool', 'types'=>'string', 'var1'=>'mixed', '...args='=>'mixed'], |
7317 | | -'mysqli_stmt::bind_result' => ['bool', 'var1'=>'mixed', '...args='=>'mixed'], |
| 7317 | +'mysqli_stmt::bind_result' => ['bool', '&w_var1'=>'', '&...w_vars='=>''], |
7318 | 7318 | 'mysqli_stmt::close' => ['bool'], |
7319 | 7319 | 'mysqli_stmt::data_seek' => ['void', 'offset'=>'int'], |
7320 | 7320 | 'mysqli_stmt::execute' => ['bool'], |
|
7334 | 7334 | 'mysqli_stmt_attr_get' => ['int|false', 'stmt'=>'mysqli_stmt', 'attr'=>'int'], |
7335 | 7335 | 'mysqli_stmt_attr_set' => ['bool', 'stmt'=>'mysqli_stmt', 'attr'=>'int', 'mode'=>'int'], |
7336 | 7336 | 'mysqli_stmt_bind_param' => ['bool', 'stmt'=>'mysqli_stmt', 'types'=>'string', 'var1'=>'mixed', '...args='=>'mixed'], |
7337 | | -'mysqli_stmt_bind_result' => ['bool', 'stmt'=>'mysqli_stmt', 'var1='=>'mixed', '...args='=>'mixed'], |
| 7337 | +'mysqli_stmt_bind_result' => ['bool', 'stmt'=>'mysqli_stmt', '&w_var1'=>'', '&...w_vars='=>''], |
7338 | 7338 | 'mysqli_stmt_close' => ['bool', 'stmt'=>'mysqli_stmt'], |
7339 | 7339 | 'mysqli_stmt_data_seek' => ['void', 'stmt'=>'mysqli_stmt', 'offset'=>'int'], |
7340 | 7340 | 'mysqli_stmt_errno' => ['int', 'stmt'=>'mysqli_stmt'], |
|
0 commit comments