Skip to content

Commit 317d632

Browse files
authored
make second two arguments optional in mysqli_begin_transaction
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent 87fc37e commit 317d632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7213,7 +7213,7 @@
72137213
'mysqli::use_result' => ['mysqli_result|false'],
72147214
'mysqli_affected_rows' => ['int', 'link'=>'mysqli'],
72157215
'mysqli_autocommit' => ['bool', 'link'=>'mysqli', 'mode'=>'bool'],
7216-
'mysqli_begin_transaction' => ['bool', 'link'=>'mysqli', 'flags'=>'int', 'name'=>'string'],
7216+
'mysqli_begin_transaction' => ['bool', 'link'=>'mysqli', 'flags='=>'int', 'name='=>'string'],
72177217
'mysqli_change_user' => ['bool', 'link'=>'mysqli', 'user'=>'string', 'password'=>'string', 'database'=>'string'],
72187218
'mysqli_character_set_name' => ['string', 'link'=>'mysqli'],
72197219
'mysqli_close' => ['bool', 'link'=>'mysqli'],

0 commit comments

Comments
 (0)