mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Added missing code comment
This commit is contained in:
parent
133b912de1
commit
772cf37c3f
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue