Added missing code comment

This commit is contained in:
Kamil Tekiela 2022-04-17 18:16:01 +01:00
parent 133b912de1
commit 772cf37c3f
No known key found for this signature in database
GPG key ID: 0760BDAB1E89A1E3

View file

@ -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 */