Skip to content

Commit 1a34d80

Browse files
morozovondrejmirtes
authored andcommitted
mysqli_stmt_param_count() returns a non-negative int
1 parent 1679c34 commit 1a34d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7352,7 +7352,7 @@
73527352
'mysqli_stmt_more_results' => ['bool', 'stmt'=>'mysqli_stmt'],
73537353
'mysqli_stmt_next_result' => ['bool', 'stmt'=>'mysqli_stmt'],
73547354
'mysqli_stmt_num_rows' => ['int', 'stmt'=>'mysqli_stmt'],
7355-
'mysqli_stmt_param_count' => ['int', 'stmt'=>'mysqli_stmt'],
7355+
'mysqli_stmt_param_count' => ['0|positive-int', 'stmt'=>'mysqli_stmt'],
73567356
'mysqli_stmt_prepare' => ['bool', 'stmt'=>'mysqli_stmt', 'query'=>'string'],
73577357
'mysqli_stmt_reset' => ['bool', 'stmt'=>'mysqli_stmt'],
73587358
'mysqli_stmt_result_metadata' => ['mysqli_result|false', 'stmt'=>'mysqli_stmt'],

0 commit comments

Comments
 (0)