Skip to content

Commit

Permalink
Add false to the db2_num_rows() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov authored and ondrejmirtes committed Jun 23, 2023
1 parent 47e2a9a commit bcdb95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
'db2_lob_read' => ['string|false', 'stmt'=>'resource', 'colnum'=>'int', 'length'=>'int'],
'db2_next_result' => ['resource|false', 'stmt'=>'resource'],
'db2_num_fields' => ['0|positive-int|false', 'stmt'=>'resource'],
'db2_num_rows' => ['0|positive-int', 'stmt'=>'resource'],
'db2_num_rows' => ['0|positive-int|false', 'stmt'=>'resource'],
'db2_pclose' => ['bool', 'resource'=>'resource'],
'db2_pconnect' => ['resource|false', 'database'=>'string', 'username'=>'string', 'password'=>'string', 'options='=>'array'],
'db2_prepare' => ['resource|false', 'connection'=>'resource', 'statement'=>'string', 'options='=>'array'],
Expand Down

0 comments on commit bcdb95b

Please sign in to comment.