mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
8 lines
204 B
PHP
Executable file
8 lines
204 B
PHP
Executable file
<?php /* $Id$ */
|
|
|
|
if (!extension_loaded("interbase")) print "skip interbase extension not available";
|
|
require("interbase.inc");
|
|
if(!@ibase_connect($test_base)){
|
|
die("skip cannot connnect");
|
|
}
|
|
?>
|