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 bbf57b1 commit 0a8d834Copy full SHA for 0a8d834
ext/mysqli/tests/bug75434.phpt
@@ -4,6 +4,7 @@ Bug #75434 Wrong reflection for mysqli_fetch_all function
4
<?php
5
require_once('skipif.inc');
6
if (!extension_loaded("reflection")) die("skip reflection extension not available");
7
+if (!stristr(mysqli_get_client_info(), 'mysqlnd')) die("skip: only available in mysqlnd");
8
?>
9
--FILE--
10
0 commit comments