]> granicus.if.org Git - php/commitdiff
Fixed test
authorDmitry Stogov <dmitry@zend.com>
Mon, 30 Oct 2017 15:37:03 +0000 (18:37 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 30 Oct 2017 15:37:03 +0000 (18:37 +0300)
ext/mysqli/tests/bug75434.phpt

index 88050ec4a543902bba1cee96fba3da1857d8a6b5..788aa2cf4f75e7a7d0e00023278c2efbc037c07a 100644 (file)
@@ -4,6 +4,7 @@ Bug #75434 Wrong reflection for mysqli_fetch_all function
 <?php
 require_once('skipif.inc');
 if (!extension_loaded("reflection")) die("skip reflection extension not available");
+if (!stristr(mysqli_get_client_info(), 'mysqlnd')) die("skip: only available in mysqlnd");
 ?>
 --FILE--
 <?php