Searched refs:Mysql (Results 1 – 6 of 6) sorted by relevance
2 GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection19 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, false);22 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, true);
16 if (!$db instanceof Pdo\Mysql) {17 echo "Wrong class type. Should be Pdo\Mysql but is " . get_class($db) . "\n";
15 $db = MySQLPDOTest::factory(Pdo\Mysql::class);
11 class Mysql extends \PDO class
3 ARG_WITH("mysqlnd", "Mysql Native Client Driver", "yes");
Completed in 13 milliseconds