Home
last modified time | relevance | path

Searched refs:Mysql (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pdo_mysql/tests/
H A Dgh16314.phpt2 GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection
19 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, false);
22 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, true);
H A Dpdomysql_003.phpt16 if (!$db instanceof Pdo\Mysql) {
17 echo "Wrong class type. Should be Pdo\Mysql but is " . get_class($db) . "\n";
H A Dpdomysql_002.phpt16 if (!$db instanceof Pdo\Mysql) {
17 echo "Wrong class type. Should be Pdo\Mysql but is " . get_class($db) . "\n";
H A Dpdomysql_001.phpt15 $db = MySQLPDOTest::factory(Pdo\Mysql::class);
/php-src/ext/pdo_mysql/
H A Dpdo_mysql.stub.php11 class Mysql extends \PDO class
/php-src/ext/mysqlnd/
H A Dconfig.w323 ARG_WITH("mysqlnd", "Mysql Native Client Driver", "yes");

Completed in 13 milliseconds