Skip to content

Commit 63ec225

Browse files
committed
Fixed mysqli_stmt::bind_result()
1 parent 7450126 commit 63ec225

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Reflection/SignatureMap/functionMap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6264,7 +6264,7 @@
62646264
'maxdb_stmt::affected_rows' => ['int', 'stmt'=>''],
62656265
'maxdb_stmt::bind_param' => ['bool', 'stmt'=>'', 'types'=>'string', '&...rw_var'=>''],
62666266
'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='=>''],
62686268
'maxdb_stmt::close' => ['bool', 'stmt'=>''],
62696269
'maxdb_stmt::close_long_data' => ['bool', 'stmt'=>'', 'param_nr'=>'int'],
62706270
'maxdb_stmt::data_seek' => ['bool', 'statement'=>'', 'offset'=>'int'],
@@ -6283,7 +6283,7 @@
62836283
'maxdb_stmt::store_result' => ['bool'],
62846284
'maxdb_stmt_affected_rows' => ['int', 'stmt'=>'resource'],
62856285
'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='=>''],
62876287
'maxdb_stmt_close' => ['bool', 'stmt'=>''],
62886288
'maxdb_stmt_close_long_data' => ['bool', 'stmt'=>'', 'param_nr'=>'int'],
62896289
'maxdb_stmt_data_seek' => ['bool', 'statement'=>'', 'offset'=>'int'],
@@ -7314,7 +7314,7 @@
73147314
'mysqli_stmt::attr_get' => ['false|int', 'attr'=>'int'],
73157315
'mysqli_stmt::attr_set' => ['bool', 'attr'=>'int', 'mode'=>'int'],
73167316
'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='=>''],
73187318
'mysqli_stmt::close' => ['bool'],
73197319
'mysqli_stmt::data_seek' => ['void', 'offset'=>'int'],
73207320
'mysqli_stmt::execute' => ['bool'],
@@ -7334,7 +7334,7 @@
73347334
'mysqli_stmt_attr_get' => ['int|false', 'stmt'=>'mysqli_stmt', 'attr'=>'int'],
73357335
'mysqli_stmt_attr_set' => ['bool', 'stmt'=>'mysqli_stmt', 'attr'=>'int', 'mode'=>'int'],
73367336
'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='=>''],
73387338
'mysqli_stmt_close' => ['bool', 'stmt'=>'mysqli_stmt'],
73397339
'mysqli_stmt_data_seek' => ['void', 'stmt'=>'mysqli_stmt', 'offset'=>'int'],
73407340
'mysqli_stmt_errno' => ['int', 'stmt'=>'mysqli_stmt'],

0 commit comments

Comments
 (0)