We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d721615 commit 64368f4Copy full SHA for 64368f4
ext/mysqli/tests/mysqli_incomplete_initialization.phpt
@@ -8,13 +8,11 @@ require_once('skipif.inc');
8
<?php
9
10
$mysqli = new mysqli();
11
-$mysqli->__construct(null);
+@$mysqli->__construct(null);
12
$mysqli->close();
13
14
?>
15
--EXPECTF--
16
-Warning: mysqli::__construct(): (HY000/2002): No such file or directory in %s on line %d
17
-
18
Fatal error: Uncaught Error: mysqli object is not fully initialized in %s:%d
19
Stack trace:
20
#0 %s(%d): mysqli->close()
0 commit comments