| Server IP : 217.160.0.251 / Your IP : 216.73.216.236 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/php7.3/test/MDB2/tests/ |
Upload File : |
<?php
// {{{ error reporting
error_reporting(E_ERROR);
// }}}
// {{{ DSN Constants
/**
* Constants used in PackageName_MDB2
*/
define ('DSN_PHPTYPE', 'mysql');
define ('DSN_USERNAME', 'username');
define ('DSN_PASSWORD', 'password');
define ('DSN_HOSTNAME', 'hostname');
define ('DSN_DATABASE', 'databasename');
// }}}
//uncomment the following to run tests in a checkout
//set_include_path(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.get_include_path());
?>