mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Insert one more debug output
This commit is contained in:
parent
34c460f329
commit
45cb42166d
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
mysqli_close($link);
|
mysqli_close($link);
|
||||||
|
echo "Cleaned successfully\n";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue