Skip to content

Commit

Permalink
Added missing code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Apr 17, 2022
1 parent 133b912 commit 772cf37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/mysqli/mysqli_driver/report-mode.xml
Expand Up @@ -147,6 +147,7 @@ try {
mysqli_report(MYSQLI_REPORT_ALL);
try {
/* if the connection fails, a mysqli_sql_exception will be thrown */
$link = mysqli_connect("localhost", "my_user", "my_password", "my_db");
/* this query should report an error */
Expand Down

0 comments on commit 772cf37

Please sign in to comment.