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 f699c96 commit db64aa3Copy full SHA for db64aa3
ext/mysqli/tests/mysqli_stmt_execute_bind_libmysql.phpt
@@ -5,8 +5,8 @@ mysqli
5
--SKIPIF--
6
<?php
7
require_once 'skipifconnectfailure.inc';
8
-if (stristr(mysqli_get_client_info(), 'mysqlnd')) {
9
- die("skip: only applicable for libmysqlclient");
+if ($IS_MYSQLND) {
+ die("skip only applicable for libmysqlclient");
10
}
11
?>
12
--FILE--
0 commit comments