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 e102967 commit 6a71d4fCopy full SHA for 6a71d4f
ext/mysqli/tests/mysqli_set_opt.phpt
@@ -25,7 +25,6 @@ require_once 'skipifconnectfailure.inc';
25
var_dump(mysqli_set_opt($link, MYSQLI_OPT_LOCAL_INFILE, 1));
26
var_dump(mysqli_set_opt($link, MYSQLI_INIT_COMMAND, 'SET AUTOCOMMIT=0'));
27
28
-
29
try {
30
var_dump(mysqli_set_opt($link, MYSQLI_CLIENT_SSL, 'not an mysqli_option'));
31
} catch (ValueError $exception) {
0 commit comments