| Server IP : 217.160.0.95 / Your IP : 216.73.216.122 Web Server : Apache System : Linux infong-uk56 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u78863098 ( 10368940) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/php8.4/test/MDB2/tests/ |
Upload File : |
<?php /** * A means to create the database and tables used by the test suite. * * The test suite builds the requisite structures automatically. This script * is made available in the event you want to do so manually. * * @package MDB2 * @category Database * @author Daniel Convissor <danielc@php.net> */ error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED); /** * Establish the test suite's environment. */ require_once __DIR__ . '/autoload.inc'; mdb2_test_db_object_provider(); ?> DONE!